Author: abroekhuis
Date: Tue Nov 13 13:06:37 2012
New Revision: 1408711
URL: http://svn.apache.org/viewvc?rev=1408711&view=rev
Log:
Updated license files, added RAT excludes
Added:
incubator/celix/trunk/rat-excludes.txt
Modified:
incubator/celix/trunk/.gitignore
incubator/celix/trunk/doap/doap_Celix.rdf
Modified: incubator/celix/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/incubator/celix/trunk/.gitignore?rev=1408711&r1=1408710&r2=1408711&view=diff
==============================================================================
--- incubator/celix/trunk/.gitignore (original)
+++ incubator/celix/trunk/.gitignore Tue Nov 13 13:06:37 2012
@@ -1,4 +1,18 @@
-hessian/build/
+# 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.
-/.cproject
/.project
\ No newline at end of file
Modified: incubator/celix/trunk/doap/doap_Celix.rdf
URL:
http://svn.apache.org/viewvc/incubator/celix/trunk/doap/doap_Celix.rdf?rev=1408711&r1=1408710&r2=1408711&view=diff
==============================================================================
--- incubator/celix/trunk/doap/doap_Celix.rdf (original)
+++ incubator/celix/trunk/doap/doap_Celix.rdf Tue Nov 13 13:06:37 2012
@@ -1,5 +1,23 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
+<!--
+# 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.
+ -->
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
Added: incubator/celix/trunk/rat-excludes.txt
URL:
http://svn.apache.org/viewvc/incubator/celix/trunk/rat-excludes.txt?rev=1408711&view=auto
==============================================================================
--- incubator/celix/trunk/rat-excludes.txt (added)
+++ incubator/celix/trunk/rat-excludes.txt Tue Nov 13 13:06:37 2012
@@ -0,0 +1,45 @@
+ 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.
+
+ Files having a separate license should be ignored.
+ For Celix these include
+ - Mongoose
+ - Unzip and MiniZip files
+ - Doxygen script for CMake
+
+ Also there are several files which can't have a license.
+ - *.MF Manifest files cannot contain comments
+ - *.in Input files used by CMake to generate files for deployment,
+ should not contain comments.
+ - .project Eclipse project file, not in the release but generated by CMake.
+ Excluded to prevent false positives when using RAT on a dev tree.
+
+(.*).MF
+(.*).in
+
+.project
+
+mongoose.c
+mongoose.h
+
+MiniZip64_info.txt
+
+unzip.c
+unzip.h
+miniunz.c
+ioapi.c
+ioapi.h
+
+UseDoxygen.cmake
\ No newline at end of file