On 10/01/2011 12:02 AM, Emmanuel Lecharny wrote:
Felix,
the JDBM files aren't ours : we just included the JDBM project files as
is, with their own license.
We should not put an ASF licence on top of them.
So they should have a JDBM license on top?
FYI.
On 9/30/11 9:18 PM, [email protected] wrote:
Author: felixk
Date: Fri Sep 30 19:18:07 2011
New Revision: 1177785
URL: http://svn.apache.org/viewvc?rev=1177785&view=rev
Log:
Add license header
Modified:
directory/apacheds/trunk/jdbm/src/build.xml
directory/apacheds/trunk/jdbm/src/examples/FamousPeople.java
directory/apacheds/trunk/jdbm/src/examples/FruitBasket.java
directory/apacheds/trunk/jdbm/src/examples/Primes.java
Modified: directory/apacheds/trunk/jdbm/src/build.xml
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm/src/build.xml?rev=1177785&r1=1177784&r2=1177785&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/src/build.xml (original)
+++ directory/apacheds/trunk/jdbm/src/build.xml Fri Sep 30 19:18:07 2011
@@ -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.
+-->
<project name="JDBM" default="all" basedir="..">
<target name="init">
Modified: directory/apacheds/trunk/jdbm/src/examples/FamousPeople.java
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm/src/examples/FamousPeople.java?rev=1177785&r1=1177784&r2=1177785&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/src/examples/FamousPeople.java
(original)
+++ directory/apacheds/trunk/jdbm/src/examples/FamousPeople.java Fri
Sep 30 19:18:07 2011
@@ -1,4 +1,22 @@
-
+/*
+ * 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.
+ *
+ */
import java.util.Properties;
import jdbm.RecordManager;
import jdbm.RecordManagerFactory;
Modified: directory/apacheds/trunk/jdbm/src/examples/FruitBasket.java
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm/src/examples/FruitBasket.java?rev=1177785&r1=1177784&r2=1177785&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/src/examples/FruitBasket.java
(original)
+++ directory/apacheds/trunk/jdbm/src/examples/FruitBasket.java Fri
Sep 30 19:18:07 2011
@@ -1,4 +1,22 @@
-
+/*
+ * 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.
+ *
+ */
import jdbm.RecordManager;
import jdbm.RecordManagerFactory;
import jdbm.helper.FastIterator;
Modified: directory/apacheds/trunk/jdbm/src/examples/Primes.java
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm/src/examples/Primes.java?rev=1177785&r1=1177784&r2=1177785&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/src/examples/Primes.java (original)
+++ directory/apacheds/trunk/jdbm/src/examples/Primes.java Fri Sep 30
19:18:07 2011
@@ -1,4 +1,22 @@
-
+/*
+ * 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.
+ *
+ */
import jdbm.RecordManager;
import jdbm.RecordManagerFactory;
import jdbm.RecordManagerOptions;