Author: jvanzyl
Date: Fri Jan 12 11:33:12 2007
New Revision: 495696

URL: http://svn.apache.org/viewvc?view=rev&rev=495696
Log:
o fix license headers

Modified:
    maven/components/tags/maven-2.0.5/maven-core/src/bin/m2
    maven/components/tags/maven-2.0.5/maven-core/src/bin/m2.bat
    maven/components/tags/maven-2.0.5/maven-core/src/bin/mvn
    maven/components/tags/maven-2.0.5/maven-core/src/bin/mvn.bat

Modified: maven/components/tags/maven-2.0.5/maven-core/src/bin/m2
URL: 
http://svn.apache.org/viewvc/maven/components/tags/maven-2.0.5/maven-core/src/bin/m2?view=diff&rev=495696&r1=495695&r2=495696
==============================================================================
--- maven/components/tags/maven-2.0.5/maven-core/src/bin/m2 (original)
+++ maven/components/tags/maven-2.0.5/maven-core/src/bin/m2 Fri Jan 12 11:33:12 
2007
@@ -1,18 +1,21 @@
 #!/bin/sh
 # ----------------------------------------------------------------------------
-#  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.
+# 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.
 # ----------------------------------------------------------------------------
 
 #   Copyright (c) 2001-2002 The Apache Software Foundation.  All rights

Modified: maven/components/tags/maven-2.0.5/maven-core/src/bin/m2.bat
URL: 
http://svn.apache.org/viewvc/maven/components/tags/maven-2.0.5/maven-core/src/bin/m2.bat?view=diff&rev=495696&r1=495695&r2=495696
==============================================================================
--- maven/components/tags/maven-2.0.5/maven-core/src/bin/m2.bat (original)
+++ maven/components/tags/maven-2.0.5/maven-core/src/bin/m2.bat Fri Jan 12 
11:33:12 2007
@@ -1,19 +1,21 @@
 @REM 
----------------------------------------------------------------------------
[EMAIL PROTECTED] Copyright 2001-2004 The Apache Software Foundation.
[EMAIL PROTECTED] 
[EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED] you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED] You may obtain a copy of the License at
[EMAIL PROTECTED] 
[EMAIL PROTECTED]      http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED] 
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED] distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED] See the License for the specific language governing 
permissions and
[EMAIL PROTECTED] limitations under the License.
[EMAIL PROTECTED] Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED] or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED] distributed with this work for additional information
[EMAIL PROTECTED] regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED] to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED] "License"); you may not use this file except in compliance
[EMAIL PROTECTED] with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED] software distributed under the License is distributed on an
[EMAIL PROTECTED] "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED] KIND, either express or implied.  See the License for the
[EMAIL PROTECTED] specific language governing permissions and limitations
[EMAIL PROTECTED] under the License.
 @REM 
----------------------------------------------------------------------------
[EMAIL PROTECTED] 
 
 @ECHO OFF
 echo.

Modified: maven/components/tags/maven-2.0.5/maven-core/src/bin/mvn
URL: 
http://svn.apache.org/viewvc/maven/components/tags/maven-2.0.5/maven-core/src/bin/mvn?view=diff&rev=495696&r1=495695&r2=495696
==============================================================================
--- maven/components/tags/maven-2.0.5/maven-core/src/bin/mvn (original)
+++ maven/components/tags/maven-2.0.5/maven-core/src/bin/mvn Fri Jan 12 
11:33:12 2007
@@ -1,18 +1,21 @@
 #!/bin/sh
 # ----------------------------------------------------------------------------
-#  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.
+# 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.
 # ----------------------------------------------------------------------------
 
 #   Copyright (c) 2001-2002 The Apache Software Foundation.  All rights

Modified: maven/components/tags/maven-2.0.5/maven-core/src/bin/mvn.bat
URL: 
http://svn.apache.org/viewvc/maven/components/tags/maven-2.0.5/maven-core/src/bin/mvn.bat?view=diff&rev=495696&r1=495695&r2=495696
==============================================================================
--- maven/components/tags/maven-2.0.5/maven-core/src/bin/mvn.bat (original)
+++ maven/components/tags/maven-2.0.5/maven-core/src/bin/mvn.bat Fri Jan 12 
11:33:12 2007
@@ -1,19 +1,21 @@
 @REM 
----------------------------------------------------------------------------
[EMAIL PROTECTED] Copyright 2001-2004 The Apache Software Foundation.
[EMAIL PROTECTED] 
[EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED] you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED] You may obtain a copy of the License at
[EMAIL PROTECTED] 
[EMAIL PROTECTED]      http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED] 
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED] distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED] See the License for the specific language governing 
permissions and
[EMAIL PROTECTED] limitations under the License.
[EMAIL PROTECTED] Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED] or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED] distributed with this work for additional information
[EMAIL PROTECTED] regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED] to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED] "License"); you may not use this file except in compliance
[EMAIL PROTECTED] with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED] software distributed under the License is distributed on an
[EMAIL PROTECTED] "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED] KIND, either express or implied.  See the License for the
[EMAIL PROTECTED] specific language governing permissions and limitations
[EMAIL PROTECTED] under the License.
 @REM 
----------------------------------------------------------------------------
[EMAIL PROTECTED] 
 
 @REM 
----------------------------------------------------------------------------
 @REM Maven2 Start Up Batch script


Reply via email to