jford 2004/03/17 13:28:16
Modified: build build.xml
Log:
Added Apache License 2.0
Revision Changes Path
1.205 +21 -0 jakarta-jetspeed/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- build.xml 17 Mar 2004 18:32:32 -0000 1.204
+++ build.xml 17 Mar 2004 21:28:16 -0000 1.205
@@ -451,7 +451,28 @@
doctitle="${project.fullname} - ${project.version}"
bottom="Copyright © ${year} Apache Software Foundation. All Rights
Reserved."
>
+ <header>
+ <![CDATA[
+ <!--
+ Copyright 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.
+ -->
+ ]]>
+ </header>
<classpath refid="classpath"/>
+
+
</javadoc>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]