Author: bodewig
Date: Fri Sep 1 11:14:34 2006
New Revision: 439410
URL: http://svn.apache.org/viewvc?rev=439410&view=rev
Log:
copy2license.pl
Modified:
ant/sandbox/antlibs/vss/NOTICE
ant/sandbox/antlibs/vss/build.xml
ant/sandbox/antlibs/vss/src/etc/testcases/msvss.xml
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSS.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSADD.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKIN.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKOUT.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCLOAK.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCP.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCREATE.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSConstants.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDECLOAK.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDELETE.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDESTROY.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSGET.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSHISTORY.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLABEL.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLOCATE.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSMOVE.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSRECOVER.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSSTATUS.java
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/antlib.xml
ant/sandbox/antlibs/vss/src/tests/junit/org/apache/ant/vss/MSVSSTest.java
Modified: ant/sandbox/antlibs/vss/NOTICE
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/NOTICE?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/NOTICE (original)
+++ ant/sandbox/antlibs/vss/NOTICE Fri Sep 1 11:14:34 2006
@@ -4,7 +4,7 @@
=========================================================================
Apache Ant Library for Microsoft Visual Source Safe
- Copyright 2006 The Apache Software Foundation
+ Copyright 2002-2004,2006 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Modified: ant/sandbox/antlibs/vss/build.xml
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/build.xml?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/build.xml (original)
+++ ant/sandbox/antlibs/vss/build.xml Fri Sep 1 11:14:34 2006
@@ -1,10 +1,11 @@
<?xml version="1.0"?>
<!--
- Copyright 2006 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
+ 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
Modified: ant/sandbox/antlibs/vss/src/etc/testcases/msvss.xml
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/etc/testcases/msvss.xml?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/etc/testcases/msvss.xml (original)
+++ ant/sandbox/antlibs/vss/src/etc/testcases/msvss.xml Fri Sep 1 11:14:34 2006
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
<!--
- Copyright 2006 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
+ 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
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSS.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSS.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSS.java (original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSS.java Fri Sep 1
11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2000-2004, 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSADD.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSADD.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSADD.java (original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSADD.java Fri Sep
1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2002-2004, 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKIN.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKIN.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKIN.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKIN.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2004, 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKOUT.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKOUT.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKOUT.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKOUT.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2004, 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCLOAK.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCLOAK.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCLOAK.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCLOAK.java Fri Sep
1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCP.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCP.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCP.java (original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCP.java Fri Sep 1
11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2002-2004, 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCREATE.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCREATE.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCREATE.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCREATE.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2002-2004, 2006 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
+ * 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
*
Modified:
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSConstants.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSConstants.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSConstants.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSConstants.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2003-2004, 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDECLOAK.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDECLOAK.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDECLOAK.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDECLOAK.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDELETE.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDELETE.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDELETE.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDELETE.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDESTROY.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDESTROY.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDESTROY.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSDESTROY.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSGET.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSGET.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSGET.java (original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSGET.java Fri Sep
1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2000-2004, 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSHISTORY.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSHISTORY.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSHISTORY.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSHISTORY.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2004, 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLABEL.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLABEL.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLABEL.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLABEL.java Fri Sep
1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2001-2004, 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLOCATE.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLOCATE.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLOCATE.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLOCATE.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSMOVE.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSMOVE.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSMOVE.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSMOVE.java Fri Sep
1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSRECOVER.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSRECOVER.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSRECOVER.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSRECOVER.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSSTATUS.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSSTATUS.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSSTATUS.java
(original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSSTATUS.java Fri
Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2006 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
+ * 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
*
Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/antlib.xml
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/antlib.xml?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/antlib.xml (original)
+++ ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/antlib.xml Fri Sep 1
11:14:34 2006
@@ -1,10 +1,11 @@
<?xml version="1.0"?>
<!--
- Copyright 2006 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
+ 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
Modified:
ant/sandbox/antlibs/vss/src/tests/junit/org/apache/ant/vss/MSVSSTest.java
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/src/tests/junit/org/apache/ant/vss/MSVSSTest.java?rev=439410&r1=439409&r2=439410&view=diff
==============================================================================
--- ant/sandbox/antlibs/vss/src/tests/junit/org/apache/ant/vss/MSVSSTest.java
(original)
+++ ant/sandbox/antlibs/vss/src/tests/junit/org/apache/ant/vss/MSVSSTest.java
Fri Sep 1 11:14:34 2006
@@ -1,9 +1,10 @@
/*
- * Copyright 2006 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
+ * 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
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]