You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/10/14 23:12:17 UTC

svn commit: r464029 - in /directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14: sp/ spdemo/ triggerdemo/

Author: ersiner
Date: Sat Oct 14 14:12:15 2006
New Revision: 464029

URL: http://svn.apache.org/viewvc?view=rev&rev=464029
Log:
Updated license headers.

Modified:
    directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/BackupUtilities.java
    directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/BulkOperations.java
    directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/Greeter.java
    directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo01.java
    directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo02.java
    directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo03.java
    directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/triggerdemo/TriggerDemo01.java
    directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/triggerdemo/TriggerDemo02.java

Modified: directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/BackupUtilities.java
URL: http://svn.apache.org/viewvc/directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/BackupUtilities.java?view=diff&rev=464029&r1=464028&r2=464029
==============================================================================
--- directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/BackupUtilities.java (original)
+++ directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/BackupUtilities.java Sat Oct 14 14:12:15 2006
@@ -1,3 +1,24 @@
+/*
+ *  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. 
+ *  
+ */
+
+
 package apachecon.us06.fr14.sp;
 
 import javax.naming.Name;

Modified: directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/BulkOperations.java
URL: http://svn.apache.org/viewvc/directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/BulkOperations.java?view=diff&rev=464029&r1=464028&r2=464029
==============================================================================
--- directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/BulkOperations.java (original)
+++ directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/BulkOperations.java Sat Oct 14 14:12:15 2006
@@ -1,3 +1,24 @@
+/*
+ *  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. 
+ *  
+ */
+
+
 package apachecon.us06.fr14.sp;
 
 import javax.naming.Name;

Modified: directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/Greeter.java
URL: http://svn.apache.org/viewvc/directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/Greeter.java?view=diff&rev=464029&r1=464028&r2=464029
==============================================================================
--- directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/Greeter.java (original)
+++ directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/sp/Greeter.java Sat Oct 14 14:12:15 2006
@@ -1,3 +1,24 @@
+/*
+ *  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. 
+ *  
+ */
+
+
 package apachecon.us06.fr14.sp;
 
 import javax.naming.NamingException;
@@ -13,8 +34,7 @@
  * @see http://people.apache.org/ersiner/apacheconus06
  */
 public class Greeter
-{
-    
+{   
     public static void helloWorld() throws NamingException
     {
         System.out.println( "Hello World!" );

Modified: directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo01.java
URL: http://svn.apache.org/viewvc/directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo01.java?view=diff&rev=464029&r1=464028&r2=464029
==============================================================================
--- directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo01.java (original)
+++ directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo01.java Sat Oct 14 14:12:15 2006
@@ -1,19 +1,23 @@
 /*
- *   Copyright 2006 The Apache Software Foundation
- *
- *   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.
- *
+ *  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. 
+ *  
  */
+
 
 package apachecon.us06.fr14.spdemo;
 

Modified: directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo02.java
URL: http://svn.apache.org/viewvc/directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo02.java?view=diff&rev=464029&r1=464028&r2=464029
==============================================================================
--- directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo02.java (original)
+++ directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo02.java Sat Oct 14 14:12:15 2006
@@ -1,19 +1,23 @@
 /*
- *   Copyright 2006 The Apache Software Foundation
- *
- *   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.
- *
+ *  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. 
+ *  
  */
+
 
 package apachecon.us06.fr14.spdemo;
 

Modified: directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo03.java
URL: http://svn.apache.org/viewvc/directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo03.java?view=diff&rev=464029&r1=464028&r2=464029
==============================================================================
--- directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo03.java (original)
+++ directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/spdemo/SPDemo03.java Sat Oct 14 14:12:15 2006
@@ -1,19 +1,23 @@
 /*
- *   Copyright 2006 The Apache Software Foundation
- *
- *   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.
- *
+ *  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. 
+ *  
  */
+
 
 package apachecon.us06.fr14.spdemo;
 

Modified: directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/triggerdemo/TriggerDemo01.java
URL: http://svn.apache.org/viewvc/directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/triggerdemo/TriggerDemo01.java?view=diff&rev=464029&r1=464028&r2=464029
==============================================================================
--- directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/triggerdemo/TriggerDemo01.java (original)
+++ directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/triggerdemo/TriggerDemo01.java Sat Oct 14 14:12:15 2006
@@ -1,19 +1,23 @@
 /*
- *   Copyright 2006 The Apache Software Foundation
- *
- *   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.
- *
+ *  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. 
+ *  
  */
+
 
 package apachecon.us06.fr14.triggerdemo;
 

Modified: directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/triggerdemo/TriggerDemo02.java
URL: http://svn.apache.org/viewvc/directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/triggerdemo/TriggerDemo02.java?view=diff&rev=464029&r1=464028&r2=464029
==============================================================================
--- directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/triggerdemo/TriggerDemo02.java (original)
+++ directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14/triggerdemo/TriggerDemo02.java Sat Oct 14 14:12:15 2006
@@ -1,19 +1,23 @@
 /*
- *   Copyright 2006 The Apache Software Foundation
- *
- *   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.
- *
+ *  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. 
+ *  
  */
+
 
 package apachecon.us06.fr14.triggerdemo;