Return-Path: Delivered-To: apmail-maven-m2-dev-archive@www.apache.org Received: (qmail 60008 invoked from network); 24 Oct 2004 04:10:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Oct 2004 04:10:49 -0000 Received: (qmail 60377 invoked by uid 500); 24 Oct 2004 04:10:49 -0000 Delivered-To: apmail-maven-m2-dev-archive@maven.apache.org Received: (qmail 60331 invoked by uid 500); 24 Oct 2004 04:10:48 -0000 Mailing-List: contact m2-dev-help@maven.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Maven 2 Developers List" Reply-To: "Maven 2 Developers List" Delivered-To: mailing list m2-dev@maven.apache.org Received: (qmail 60317 invoked by uid 500); 24 Oct 2004 04:10:48 -0000 Delivered-To: apmail-maven-components-cvs@apache.org Received: (qmail 60314 invoked by uid 99); 24 Oct 2004 04:10:48 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 23 Oct 2004 21:10:48 -0700 Received: (qmail 60000 invoked by uid 1162); 24 Oct 2004 04:10:47 -0000 Date: 24 Oct 2004 04:10:47 -0000 Message-ID: <20041024041047.59999.qmail@minotaur.apache.org> From: jvanzyl@apache.org To: maven-components-cvs@apache.org Subject: cvs commit: maven-components/maven-core/src/main/java/org/apache/maven/util GraphTraversalException.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jvanzyl 2004/10/23 21:10:47 Modified: maven-core/src/main/java/org/apache/maven/util GraphTraversalException.java Log: o license Revision Changes Path 1.2 +16 -1 maven-components/maven-core/src/main/java/org/apache/maven/util/GraphTraversalException.java Index: GraphTraversalException.java =================================================================== RCS file: /home/cvs/maven-components/maven-core/src/main/java/org/apache/maven/util/GraphTraversalException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- GraphTraversalException.java 21 Sep 2004 23:11:16 -0000 1.1 +++ GraphTraversalException.java 24 Oct 2004 04:10:47 -0000 1.2 @@ -1,5 +1,20 @@ -/* Created on Sep 21, 2004 */ package org.apache.maven.util; + +/* + * Copyright 2001-2004 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * @author jdcasey