Author: kevj Date: Tue Apr 25 19:27:00 2006 New Revision: 397061 URL: http://svn.apache.org/viewcvs?rev=397061&view=rev Log: 2006
Modified: 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/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/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/test/org/apache/ant/vss/MSVSSTest.java Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSADD.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSADD.java?rev=397061&r1=397060&r2=397061&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 Tue Apr 25 19:27:00 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation + * 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. Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKIN.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKIN.java?rev=397061&r1=397060&r2=397061&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 Tue Apr 25 19:27:00 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation + * 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. Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKOUT.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCHECKOUT.java?rev=397061&r1=397060&r2=397061&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 Tue Apr 25 19:27:00 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation + * 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. Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCP.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCP.java?rev=397061&r1=397060&r2=397061&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 Tue Apr 25 19:27:00 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation + * 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. Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCREATE.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSCREATE.java?rev=397061&r1=397060&r2=397061&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 Tue Apr 25 19:27:00 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation + * 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. Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSConstants.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSConstants.java?rev=397061&r1=397060&r2=397061&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 Tue Apr 25 19:27:00 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2004 The Apache Software Foundation + * 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. Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSGET.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSGET.java?rev=397061&r1=397060&r2=397061&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 Tue Apr 25 19:27:00 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 The Apache Software Foundation + * 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. Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSHISTORY.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSHISTORY.java?rev=397061&r1=397060&r2=397061&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 Tue Apr 25 19:27:00 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation + * 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. Modified: ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLABEL.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLABEL.java?rev=397061&r1=397060&r2=397061&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 Tue Apr 25 19:27:00 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation + * 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. Modified: ant/sandbox/antlibs/vss/test/org/apache/ant/vss/MSVSSTest.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/vss/test/org/apache/ant/vss/MSVSSTest.java?rev=397061&r1=397060&r2=397061&view=diff ============================================================================== --- ant/sandbox/antlibs/vss/test/org/apache/ant/vss/MSVSSTest.java (original) +++ ant/sandbox/antlibs/vss/test/org/apache/ant/vss/MSVSSTest.java Tue Apr 25 19:27:00 2006 @@ -1,3 +1,19 @@ +/* + * 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 + * + * 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 org.apache.ant.vss; import org.apache.tools.ant.BuildFileTest; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]