You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/03/26 20:23:50 UTC

svn commit: r641501 - in /ant/sandbox/antlibs/gendoc: LICENSE NOTICE build.xml manual.xsl manual/ant.xml manual/mkdir.xml whatsnew.xml whatsnew.xsl

Author: bodewig
Date: Wed Mar 26 12:23:47 2008
New Revision: 641501

URL: http://svn.apache.org/viewvc?rev=641501&view=rev
Log:
Add license

Added:
    ant/sandbox/antlibs/gendoc/LICENSE
      - copied unchanged from r641474, ant/antlibs/common/trunk/LICENSE
    ant/sandbox/antlibs/gendoc/NOTICE
      - copied, changed from r641474, ant/antlibs/common/trunk/NOTICE.template
Modified:
    ant/sandbox/antlibs/gendoc/build.xml
    ant/sandbox/antlibs/gendoc/manual.xsl
    ant/sandbox/antlibs/gendoc/manual/ant.xml
    ant/sandbox/antlibs/gendoc/manual/mkdir.xml
    ant/sandbox/antlibs/gendoc/whatsnew.xml
    ant/sandbox/antlibs/gendoc/whatsnew.xsl

Copied: ant/sandbox/antlibs/gendoc/NOTICE (from r641474, ant/antlibs/common/trunk/NOTICE.template)
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/NOTICE?p2=ant/sandbox/antlibs/gendoc/NOTICE&p1=ant/antlibs/common/trunk/NOTICE.template&r1=641474&r2=641501&rev=641501&view=diff
==============================================================================
--- ant/antlibs/common/trunk/NOTICE.template (original)
+++ ant/sandbox/antlibs/gendoc/NOTICE Wed Mar 26 12:23:47 2008
@@ -3,8 +3,8 @@
    ==  the Apache License, Version 2.0                                    ==
    =========================================================================
 
-   Apache [PRODUCT_NAME]
-   Copyright [yyyy] The Apache Software Foundation
+   Apache Ant GenDoc
+   Copyright 2005 The Apache Software Foundation
 
    This product includes software developed by
    The Apache Software Foundation (http://www.apache.org/).

Modified: ant/sandbox/antlibs/gendoc/build.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/build.xml?rev=641501&r1=641500&r2=641501&view=diff
==============================================================================
--- ant/sandbox/antlibs/gendoc/build.xml (original)
+++ ant/sandbox/antlibs/gendoc/build.xml Wed Mar 26 12:23:47 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <!--
 ============================================================

Modified: ant/sandbox/antlibs/gendoc/manual.xsl
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/manual.xsl?rev=641501&r1=641500&r2=641501&view=diff
==============================================================================
--- ant/sandbox/antlibs/gendoc/manual.xsl (original)
+++ ant/sandbox/antlibs/gendoc/manual.xsl Wed Mar 26 12:23:47 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <xsl:stylesheet version="1.0"
                 xmlns:m="uri:org.apache.ant:manual"

Modified: ant/sandbox/antlibs/gendoc/manual/ant.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/manual/ant.xml?rev=641501&r1=641500&r2=641501&view=diff
==============================================================================
--- ant/sandbox/antlibs/gendoc/manual/ant.xml (original)
+++ ant/sandbox/antlibs/gendoc/manual/ant.xml Wed Mar 26 12:23:47 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <?xml-stylesheet type="text/xsl" href="../manual.xsl"?>
 

Modified: ant/sandbox/antlibs/gendoc/manual/mkdir.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/manual/mkdir.xml?rev=641501&r1=641500&r2=641501&view=diff
==============================================================================
--- ant/sandbox/antlibs/gendoc/manual/mkdir.xml (original)
+++ ant/sandbox/antlibs/gendoc/manual/mkdir.xml Wed Mar 26 12:23:47 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <?xml-stylesheet type="text/xsl" href="../manual.xsl"?>
 

Modified: ant/sandbox/antlibs/gendoc/whatsnew.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/whatsnew.xml?rev=641501&r1=641500&r2=641501&view=diff
==============================================================================
--- ant/sandbox/antlibs/gendoc/whatsnew.xml (original)
+++ ant/sandbox/antlibs/gendoc/whatsnew.xml Wed Mar 26 12:23:47 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <?xml-stylesheet type="text/xsl" href="whatsnew.xsl"?>
 

Modified: ant/sandbox/antlibs/gendoc/whatsnew.xsl
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/whatsnew.xsl?rev=641501&r1=641500&r2=641501&view=diff
==============================================================================
--- ant/sandbox/antlibs/gendoc/whatsnew.xsl (original)
+++ ant/sandbox/antlibs/gendoc/whatsnew.xsl Wed Mar 26 12:23:47 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
 
 <xsl:stylesheet version="1.0"
                 xmlns:w="uri:org.apache.ant:whatsnew"