You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ni...@apache.org on 2011/02/03 21:05:37 UTC

svn commit: r1066934 - in /incubator/chemistry/cmislib/trunk: MANIFEST.in src/cmislib/__init__.py src/tests/__init__.py

Author: nick
Date: Thu Feb  3 20:05:36 2011
New Revision: 1066934

URL: http://svn.apache.org/viewvc?rev=1066934&view=rev
Log:
Update a few more files to use the new license header

Modified:
    incubator/chemistry/cmislib/trunk/MANIFEST.in
    incubator/chemistry/cmislib/trunk/src/cmislib/__init__.py
    incubator/chemistry/cmislib/trunk/src/tests/__init__.py

Modified: incubator/chemistry/cmislib/trunk/MANIFEST.in
URL: http://svn.apache.org/viewvc/incubator/chemistry/cmislib/trunk/MANIFEST.in?rev=1066934&r1=1066933&r2=1066934&view=diff
==============================================================================
--- incubator/chemistry/cmislib/trunk/MANIFEST.in (original)
+++ incubator/chemistry/cmislib/trunk/MANIFEST.in Thu Feb  3 20:05:36 2011
@@ -1,15 +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
+#      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
+#        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.
+#      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 *

Modified: incubator/chemistry/cmislib/trunk/src/cmislib/__init__.py
URL: http://svn.apache.org/viewvc/incubator/chemistry/cmislib/trunk/src/cmislib/__init__.py?rev=1066934&r1=1066933&r2=1066934&view=diff
==============================================================================
--- incubator/chemistry/cmislib/trunk/src/cmislib/__init__.py (original)
+++ incubator/chemistry/cmislib/trunk/src/cmislib/__init__.py Thu Feb  3 20:05:36 2011
@@ -1,18 +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.
-#
-#   Authors:
-#    Richard Esplin, Alfresco
+#      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.
 #
 """
 Define package contents so that they are easy to import.
@@ -21,17 +23,3 @@ Define package contents so that they are
 from model import CmisClient, Repository, Folder
 
 __all__ = ["CmisClient", "Repository", "Folder"]
-#
-#   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.
-#
-

Modified: incubator/chemistry/cmislib/trunk/src/tests/__init__.py
URL: http://svn.apache.org/viewvc/incubator/chemistry/cmislib/trunk/src/tests/__init__.py?rev=1066934&r1=1066933&r2=1066934&view=diff
==============================================================================
--- incubator/chemistry/cmislib/trunk/src/tests/__init__.py (original)
+++ incubator/chemistry/cmislib/trunk/src/tests/__init__.py Thu Feb  3 20:05:36 2011
@@ -1,14 +1,19 @@
 #
-#   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
+#      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
+#        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.
+#      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.
 #