mrglavas 2004/02/25 09:03:38 Modified: java build.sh build.bat README Readme.html Log: Adding license to some more files we distribute. Revision Changes Path 1.10 +17 -0 xml-xerces/java/build.sh Index: build.sh =================================================================== RCS file: /home/cvs/xml-xerces/java/build.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- build.sh 17 Feb 2003 18:33:30 -0000 1.9 +++ build.sh 25 Feb 2004 17:03:38 -0000 1.10 @@ -1,4 +1,21 @@ #!/bin/sh +# +#========================================================================= +# Copyright 2000-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. +#========================================================================= +# echo echo "Xerces-Java Build System" 1.8 +19 -0 xml-xerces/java/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/xml-xerces/java/build.bat,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.bat 27 Sep 2002 22:31:03 -0000 1.7 +++ build.bat 25 Feb 2004 17:03:38 -0000 1.8 @@ -1,4 +1,23 @@ @echo off + +rem +rem ========================================================================== +rem = Copyright 2000-2004 The Apache Software Foundation. +rem = +rem = Licensed under the Apache License, Version 2.0 (the "License"); +rem = you may not use this file except in compliance with the License. +rem = You may obtain a copy of the License at +rem = +rem = http://www.apache.org/licenses/LICENSE-2.0 +rem = +rem = Unless required by applicable law or agreed to in writing, software +rem = distributed under the License is distributed on an "AS IS" BASIS, +rem = WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem = See the License for the specific language governing permissions and +rem = limitations under the License. +rem ========================================================================== +rem + echo Xerces-Java Build System echo ------------------------ 1.7 +17 -0 xml-xerces/java/README Index: README =================================================================== RCS file: /home/cvs/xml-xerces/java/README,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- README 23 Aug 2001 00:35:11 -0000 1.6 +++ README 25 Feb 2004 17:03:38 -0000 1.7 @@ -1,5 +1,22 @@ + Xerces Java Build Instructions ------------------------------ + +=========================================================================== + * Copyright 1999-2001,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. +=========================================================================== Before building Xerces, you need the source package and tools package available from the Apache XML Project's distribution 1.3 +15 -0 xml-xerces/java/Readme.html Index: Readme.html =================================================================== RCS file: /home/cvs/xml-xerces/java/Readme.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Readme.html 23 Aug 2001 00:35:11 -0000 1.2 +++ Readme.html 25 Feb 2004 17:03:38 -0000 1.3 @@ -1,4 +1,19 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<!-- + * Copyright 1999,2001,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. +--> <html> <head> <meta http-equiv="Refresh" content="3; URL=docs/index.html">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]