From commits-return-10641-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Sat Oct 14 21:12:39 2006 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 80396 invoked from network); 14 Oct 2006 21:12:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Oct 2006 21:12:39 -0000 Received: (qmail 63714 invoked by uid 500); 14 Oct 2006 21:12:39 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 63676 invoked by uid 500); 14 Oct 2006 21:12:38 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 63665 invoked by uid 99); 14 Oct 2006 21:12:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Oct 2006 14:12:38 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Oct 2006 14:12:37 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 8F0AB1A981A; Sat, 14 Oct 2006 14:12:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r464029 - in /directory/sandbox/ersiner/apachecon-us06-fr14/src/main/java/apachecon/us06/fr14: sp/ spdemo/ triggerdemo/ Date: Sat, 14 Oct 2006 21:12:17 -0000 To: commits@directory.apache.org From: ersiner@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061014211217.8F0AB1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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;