You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2011/10/01 08:18:32 UTC

svn commit: r1177929 - in /directory/apacheds/trunk/jdbm/src: build.xml examples/FamousPeople.java examples/FruitBasket.java examples/Primes.java

Author: felixk
Date: Sat Oct  1 06:18:31 2011
New Revision: 1177929

URL: http://svn.apache.org/viewvc?rev=1177929&view=rev
Log:
Undo latest change

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=1177929&r1=1177928&r2=1177929&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/src/build.xml (original)
+++ directory/apacheds/trunk/jdbm/src/build.xml Sat Oct  1 06:18:31 2011
@@ -1,22 +1,4 @@
 <?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=1177929&r1=1177928&r2=1177929&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/src/examples/FamousPeople.java (original)
+++ directory/apacheds/trunk/jdbm/src/examples/FamousPeople.java Sat Oct  1 06:18:31 2011
@@ -1,22 +1,3 @@
-/*
- *  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=1177929&r1=1177928&r2=1177929&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/src/examples/FruitBasket.java (original)
+++ directory/apacheds/trunk/jdbm/src/examples/FruitBasket.java Sat Oct  1 06:18:31 2011
@@ -1,22 +1,3 @@
-/*
- *  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=1177929&r1=1177928&r2=1177929&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/src/examples/Primes.java (original)
+++ directory/apacheds/trunk/jdbm/src/examples/Primes.java Sat Oct  1 06:18:31 2011
@@ -1,22 +1,3 @@
-/*
- *  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;