Update of /cvsroot/ant-contrib/ant-contrib/src/net/sf/antcontrib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24984/src/net/sf/antcontrib
Modified Files:
AntContribVersion.java
Log Message:
add license
Index: AntContribVersion.java
===================================================================
RCS file: /cvsroot/ant-contrib/ant-contrib/src/net/sf/antcontrib/AntContribVersion.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AntContribVersion.java 15 Jul 2004 13:03:54 -0000 1.1
--- AntContribVersion.java 22 Jul 2004 07:35:05 -0000 1.2
***************
*** 1,7 ****
/*
! * Created on Jul 15, 2004
*
! * To change the template for this generated file go to
! * Window - Preferences - Java - Code Generation - Code and Comments
*/
package net.sf.antcontrib;
--- 1,16 ----
/*
! * Copyright (c) 2004 Ant-Contrib project. All rights reserved.
*
! * 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 net.sf.antcontrib;
|