mcnamara 2004/04/27 20:35:17 Modified: java build.xml Log: Add Apache copyright and license. Revision Changes Path 1.207 +18 -4 xml-xalan/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xalan/java/build.xml,v retrieving revision 1.206 retrieving revision 1.207 diff -u -r1.206 -r1.207 --- build.xml 27 Feb 2004 15:11:51 -0000 1.206 +++ build.xml 28 Apr 2004 03:35:17 -0000 1.207 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + * Copyright 1999-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. +--> + <!-- =================================================================== Build file for Xalan-J 2.x - for use with the Jakarta Ant java build tool @@ -39,9 +55,7 @@ Shane Curcuru <[EMAIL PROTECTED]> Don Leslie <[email protected]> -Copyright: - Copyright (c) 1999-2004 The Apache Software Foundation. - $Id$ +$Id$ ==================================================================== --> <project name="Xalan" default="jar" basedir=".">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
