You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/01/06 12:50:25 UTC

svn commit: r493462 [5/6] - in /incubator/ivy/trunk: src/example/chained-resolvers/chainedresolvers-project/src/example/ src/example/configurations/jdbc-example/src/example/ src/example/configurations/multi-projects/filter-framework/src/filter/ src/exa...

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/status/Status.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/status/Status.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/status/Status.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/status/Status.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.status;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/status/StatusManager.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/status/StatusManager.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/status/StatusManager.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/status/StatusManager.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.status;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/DependencyAnalyser.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/DependencyAnalyser.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/DependencyAnalyser.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/DependencyAnalyser.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.tools.analyser;
 
 import fr.jayasoft.ivy.ModuleDescriptor;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarJarDependencyAnalyser.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarJarDependencyAnalyser.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarJarDependencyAnalyser.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarJarDependencyAnalyser.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.tools.analyser;
 
 import java.io.BufferedReader;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarModule.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarModule.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarModule.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarModule.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.tools.analyser;
 
 import java.io.File;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarModuleFinder.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarModuleFinder.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarModuleFinder.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/JarModuleFinder.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.tools.analyser;
 
 import java.io.File;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/RepositoryAnalyser.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/RepositoryAnalyser.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/RepositoryAnalyser.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/tools/analyser/RepositoryAnalyser.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.tools.analyser;
 
 import java.io.File;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/AbstractURLHandler.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/AbstractURLHandler.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/AbstractURLHandler.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/AbstractURLHandler.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.url;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/ApacheURLLister.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/ApacheURLLister.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/ApacheURLLister.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/ApacheURLLister.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.url;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/BasicURLHandler.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/BasicURLHandler.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/BasicURLHandler.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/BasicURLHandler.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * version 1.3.1
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.url;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/CredentialsStore.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/CredentialsStore.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/CredentialsStore.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/CredentialsStore.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.url;
 
 import java.util.HashMap;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/HttpClientHandler.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/HttpClientHandler.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/HttpClientHandler.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/HttpClientHandler.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.url;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/IvyAuthenticator.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/IvyAuthenticator.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/IvyAuthenticator.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/IvyAuthenticator.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * version 1.3.1
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.url;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandler.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandler.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandler.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandler.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.url;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandlerDispatcher.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandlerDispatcher.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandlerDispatcher.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandlerDispatcher.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.url;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandlerRegistry.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandlerRegistry.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandlerRegistry.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/url/URLHandlerRegistry.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * version 1.3.1
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.url;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/ChecksumHelper.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/ChecksumHelper.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/ChecksumHelper.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/ChecksumHelper.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.util;
 
 import java.io.BufferedReader;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Configurator.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Configurator.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Configurator.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Configurator.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CopyProgressEvent.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CopyProgressEvent.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CopyProgressEvent.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CopyProgressEvent.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CopyProgressListener.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CopyProgressListener.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CopyProgressListener.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CopyProgressListener.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Credentials.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Credentials.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Credentials.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Credentials.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.util;
 
 /**

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CredentialsUtil.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CredentialsUtil.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CredentialsUtil.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/CredentialsUtil.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.util;
 
 import java.awt.GridBagConstraints;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/DefaultMessageImpl.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/DefaultMessageImpl.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/DefaultMessageImpl.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/DefaultMessageImpl.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/EncrytedProperties.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/EncrytedProperties.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/EncrytedProperties.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/EncrytedProperties.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.util;
 
 import java.util.ArrayList;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/FileUtil.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/FileUtil.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/FileUtil.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/FileUtil.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyPattern.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyPattern.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyPattern.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyPattern.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyPatternHelper.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyPatternHelper.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyPatternHelper.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyPatternHelper.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyThread.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyThread.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyThread.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/IvyThread.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.util;
 
 import fr.jayasoft.ivy.IvyContext;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Message.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Message.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Message.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/Message.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/MessageImpl.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/MessageImpl.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/MessageImpl.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/MessageImpl.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/PropertiesFile.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/PropertiesFile.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/PropertiesFile.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/PropertiesFile.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.util;
 
 import java.io.File;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/StringUtils.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/StringUtils.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/StringUtils.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/StringUtils.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/XMLHelper.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/XMLHelper.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/XMLHelper.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/util/XMLHelper.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.util;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/AbstractVersionMatcher.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/AbstractVersionMatcher.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/AbstractVersionMatcher.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/AbstractVersionMatcher.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.version;
 
 import fr.jayasoft.ivy.Ivy;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/ChainVersionMatcher.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/ChainVersionMatcher.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/ChainVersionMatcher.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/ChainVersionMatcher.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.version;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/ExactVersionMatcher.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/ExactVersionMatcher.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/ExactVersionMatcher.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/ExactVersionMatcher.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.version;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/LatestVersionMatcher.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/LatestVersionMatcher.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/LatestVersionMatcher.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/LatestVersionMatcher.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.version;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/Match.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/Match.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/Match.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/Match.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.version;
 
 import java.util.ArrayList;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/PatternVersionMatcher.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/PatternVersionMatcher.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/PatternVersionMatcher.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/PatternVersionMatcher.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.version;
 
 import java.util.ArrayList;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/SubVersionMatcher.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/SubVersionMatcher.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/SubVersionMatcher.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/SubVersionMatcher.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.version;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/VersionMatcher.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/VersionMatcher.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/VersionMatcher.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/VersionMatcher.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.version;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/VersionRangeMatcher.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/VersionRangeMatcher.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/VersionRangeMatcher.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/version/VersionRangeMatcher.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.version;
 
 import java.util.Comparator;

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlIvyConfigurationParser.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlIvyConfigurationParser.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlIvyConfigurationParser.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlIvyConfigurationParser.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.xml;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorParser.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorParser.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorParser.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorParser.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.xml;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorUpdater.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorUpdater.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorUpdater.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorUpdater.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.xml;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorWriter.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorWriter.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorWriter.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlModuleDescriptorWriter.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.xml;
 

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlReportParser.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlReportParser.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlReportParser.java (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/xml/XmlReportParser.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.xml;
 

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ConfigureTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ConfigureTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ConfigureTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ConfigureTest.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy;
 

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/DefaultDependencyDescriptorTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/DefaultDependencyDescriptorTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/DefaultDependencyDescriptorTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/DefaultDependencyDescriptorTest.java Sat Jan  6 04:50:13 2007
@@ -1,21 +1,20 @@
-
-/* ---------------------------------------------------------------- 
- * FILENAME : DefaultDependencyDescriptorTest.java
- * DESCRIPTION : TODO Simple class to demonstrate good coding style. 
- * 		    Optional if javadoc for the class is present
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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
  *
- * PROJECT : Coding standards
- * GROUP : Strategic Trading Initiatives
+ *      http://www.apache.org/licenses/LICENSE-2.0
  *
- * PROGRAMMER : baumkar 
+ *  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.
  *
- * COPYRIGHT : Copyright (c) 2005 - The Goldman, Sachs Group, Inc. - All rights reserved
- *
- * Created: Mar 5, 2006
- * Source : $Source: $
- * Revision : $Revision: $
- * Last Changed: $Date: $
- * ---------------------------------------------------------------- */
+ */
 
 package fr.jayasoft.ivy;
 

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/InstallTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/InstallTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/InstallTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/InstallTest.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy;
 

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ModuleRevisionIdTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ModuleRevisionIdTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ModuleRevisionIdTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ModuleRevisionIdTest.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy;
 

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ResolveTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ResolveTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ResolveTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ResolveTest.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy;
 

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/RetrieveTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/RetrieveTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/RetrieveTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/RetrieveTest.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy;
 

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/SortTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/SortTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/SortTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/SortTest.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy;
 

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/TestPerformance.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/TestPerformance.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/TestPerformance.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/TestPerformance.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy;
 

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/AntBuildTriggerTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/AntBuildTriggerTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/AntBuildTriggerTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/AntBuildTriggerTest.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.ant;
 
 import java.io.File;

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/AntCallTriggerTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/AntCallTriggerTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/AntCallTriggerTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/AntCallTriggerTest.java Sat Jan  6 04:50:13 2007
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
 package fr.jayasoft.ivy.ant;
 
 import java.io.File;

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/IvyArtifactPropertyTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/IvyArtifactPropertyTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/IvyArtifactPropertyTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/IvyArtifactPropertyTest.java Sat Jan  6 04:50:13 2007
@@ -1,7 +1,19 @@
 /*
- * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.ant;
 

Modified: incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/IvyBuildListTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/IvyBuildListTest.java?view=diff&rev=493462&r1=493461&r2=493462
==============================================================================
--- incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/IvyBuildListTest.java (original)
+++ incubator/ivy/trunk/test/java/fr/jayasoft/ivy/ant/IvyBuildListTest.java Sat Jan  6 04:50:13 2007
@@ -1,8 +1,19 @@
 /*
- * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
- * Copyright Jayasoft 2005 - All rights reserved
- * 
- * #SNAPSHOT#
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
  */
 package fr.jayasoft.ivy.ant;