Skip to content

Commit

Permalink
More license headers, and include NOTICE.txt in the main distribution…
Browse files Browse the repository at this point in the history
… list but not the eclipse project files

git-svn-id: https://svn.apache.org/repos/asf/incubator/chemistry/cmislib/trunk@1005508 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Gagravarr committed Oct 7, 2010
1 parent eadca30 commit 3e56125
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
18 changes: 18 additions & 0 deletions .pydevproject
Original file line number Diff line number Diff line change
@@ -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">
Expand Down
18 changes: 17 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
exclude .*project
include LICENSE.txt
include NOTICE.txt
2 changes: 1 addition & 1 deletion src/cmislib.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions src/cmislib.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.project
.pydevproject
LICENSE.txt
MANIFEST.in
NOTICE.txt
Expand Down
15 changes: 15 additions & 0 deletions src/doc/src/Makefile
Original file line number Diff line number Diff line change
@@ -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
#

Expand Down
14 changes: 14 additions & 0 deletions src/doc/src/make.bat
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3e56125

Please sign in to comment.