Author: nick
Date: Thu Oct 7 16:04:53 2010
New Revision: 1005508
URL: http://svn.apache.org/viewvc?rev=1005508&view=rev
Log:
More license headers, and include NOTICE.txt in the main distribution list but
not the eclipse project files
Modified:
incubator/chemistry/cmislib/trunk/.project
incubator/chemistry/cmislib/trunk/.pydevproject
incubator/chemistry/cmislib/trunk/MANIFEST.in
incubator/chemistry/cmislib/trunk/src/cmislib.egg-info/PKG-INFO
incubator/chemistry/cmislib/trunk/src/cmislib.egg-info/SOURCES.txt
incubator/chemistry/cmislib/trunk/src/doc/src/Makefile
incubator/chemistry/cmislib/trunk/src/doc/src/make.bat
Modified: incubator/chemistry/cmislib/trunk/.project
URL:
http://svn.apache.org/viewvc/incubator/chemistry/cmislib/trunk/.project?rev=1005508&r1=1005507&r2=1005508&view=diff
==============================================================================
--- incubator/chemistry/cmislib/trunk/.project (original)
+++ incubator/chemistry/cmislib/trunk/.project Thu Oct 7 16:04:53 2010
@@ -1,4 +1,22 @@
<?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.
+-->
<projectDescription>
<name>cmislib</name>
<comment></comment>
Modified: incubator/chemistry/cmislib/trunk/.pydevproject
URL:
http://svn.apache.org/viewvc/incubator/chemistry/cmislib/trunk/.pydevproject?rev=1005508&r1=1005507&r2=1005508&view=diff
==============================================================================
--- incubator/chemistry/cmislib/trunk/.pydevproject (original)
+++ incubator/chemistry/cmislib/trunk/.pydevproject Thu Oct 7 16:04:53 2010
@@ -1,5 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev 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.
+-->
<pydev_project>
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
Modified: incubator/chemistry/cmislib/trunk/MANIFEST.in
URL:
http://svn.apache.org/viewvc/incubator/chemistry/cmislib/trunk/MANIFEST.in?rev=1005508&r1=1005507&r2=1005508&view=diff
==============================================================================
--- incubator/chemistry/cmislib/trunk/MANIFEST.in (original)
+++ incubator/chemistry/cmislib/trunk/MANIFEST.in Thu Oct 7 16:04:53 2010
@@ -1,4 +1,20 @@
+#
+# 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.
+#
+
recursive-include src/doc/build *
prune src/doc/build/.doctrees/
exclude src/doc/build/.buildinfo
-include LICENSE.txt
\ No newline at end of file
+exclude .*project
+include LICENSE.txt
+include NOTICE.txt
Modified: incubator/chemistry/cmislib/trunk/src/cmislib.egg-info/PKG-INFO
URL:
http://svn.apache.org/viewvc/incubator/chemistry/cmislib/trunk/src/cmislib.egg-info/PKG-INFO?rev=1005508&r1=1005507&r2=1005508&view=diff
==============================================================================
--- incubator/chemistry/cmislib/trunk/src/cmislib.egg-info/PKG-INFO (original)
+++ incubator/chemistry/cmislib/trunk/src/cmislib.egg-info/PKG-INFO Thu Oct 7
16:04:53 2010
@@ -19,7 +19,7 @@ Description: ABOUT
SOURCE
- The source code for this project lives at
http://code.google.com/p/cmislib.
+ The source code for this project lives at
http://incubator.apache.org/chemistry/
TESTS
Modified: incubator/chemistry/cmislib/trunk/src/cmislib.egg-info/SOURCES.txt
URL:
http://svn.apache.org/viewvc/incubator/chemistry/cmislib/trunk/src/cmislib.egg-info/SOURCES.txt?rev=1005508&r1=1005507&r2=1005508&view=diff
==============================================================================
--- incubator/chemistry/cmislib/trunk/src/cmislib.egg-info/SOURCES.txt
(original)
+++ incubator/chemistry/cmislib/trunk/src/cmislib.egg-info/SOURCES.txt Thu Oct
7 16:04:53 2010
@@ -1,5 +1,3 @@
-.project
-.pydevproject
LICENSE.txt
MANIFEST.in
NOTICE.txt
Modified: incubator/chemistry/cmislib/trunk/src/doc/src/Makefile
URL:
http://svn.apache.org/viewvc/incubator/chemistry/cmislib/trunk/src/doc/src/Makefile?rev=1005508&r1=1005507&r2=1005508&view=diff
==============================================================================
--- incubator/chemistry/cmislib/trunk/src/doc/src/Makefile (original)
+++ incubator/chemistry/cmislib/trunk/src/doc/src/Makefile Thu Oct 7 16:04:53
2010
@@ -1,3 +1,18 @@
+#
+# 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.
+#
+
+#
# Makefile for Sphinx documentation
#
Modified: incubator/chemistry/cmislib/trunk/src/doc/src/make.bat
URL:
http://svn.apache.org/viewvc/incubator/chemistry/cmislib/trunk/src/doc/src/make.bat?rev=1005508&r1=1005507&r2=1005508&view=diff
==============================================================================
--- incubator/chemistry/cmislib/trunk/src/doc/src/make.bat (original)
+++ incubator/chemistry/cmislib/trunk/src/doc/src/make.bat Thu Oct 7 16:04:53
2010
@@ -1,5 +1,19 @@
@ECHO OFF
+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 Command file for Sphinx documentation
set SPHINXBUILD=sphinx-build