You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/08/24 18:28:25 UTC

svn commit: r434416 - /directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/

Author: elecharny
Date: Thu Aug 24 09:28:24 2006
New Revision: 434416

URL: http://svn.apache.org/viewvc?rev=434416&view=rev
Log:
Updated the header from all the files

Modified:
    directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/AvailablePortFinder.java
    directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/Bootstrapper.java
    directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/DaemonApplication.java
    directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/ExitCodes.java
    directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/InstallationLayout.java
    directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/JsvcBootstrapper.java
    directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/MainBootstrapper.java
    directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/ProcrunBootstrapper.java

Modified: directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/AvailablePortFinder.java
URL: http://svn.apache.org/viewvc/directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/AvailablePortFinder.java?rev=434416&r1=434415&r2=434416&view=diff
==============================================================================
--- directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/AvailablePortFinder.java (original)
+++ directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/AvailablePortFinder.java Thu Aug 24 09:28:24 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- * 
- *   Copyright 2004 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 org.apache.directory.daemon;
 

Modified: directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/Bootstrapper.java
URL: http://svn.apache.org/viewvc/directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/Bootstrapper.java?rev=434416&r1=434415&r2=434416&view=diff
==============================================================================
--- directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/Bootstrapper.java (original)
+++ directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/Bootstrapper.java Thu Aug 24 09:28:24 2006
@@ -1,18 +1,21 @@
 /*
- *   Copyright 2004 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 org.apache.directory.daemon;
 

Modified: directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/DaemonApplication.java
URL: http://svn.apache.org/viewvc/directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/DaemonApplication.java?rev=434416&r1=434415&r2=434416&view=diff
==============================================================================
--- directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/DaemonApplication.java (original)
+++ directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/DaemonApplication.java Thu Aug 24 09:28:24 2006
@@ -1,18 +1,21 @@
 /*
- *   Copyright 2004 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 org.apache.directory.daemon;
 

Modified: directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/ExitCodes.java
URL: http://svn.apache.org/viewvc/directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/ExitCodes.java?rev=434416&r1=434415&r2=434416&view=diff
==============================================================================
--- directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/ExitCodes.java (original)
+++ directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/ExitCodes.java Thu Aug 24 09:28:24 2006
@@ -1,18 +1,21 @@
 /*
- *   Copyright 2004 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 org.apache.directory.daemon;
 

Modified: directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/InstallationLayout.java
URL: http://svn.apache.org/viewvc/directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/InstallationLayout.java?rev=434416&r1=434415&r2=434416&view=diff
==============================================================================
--- directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/InstallationLayout.java (original)
+++ directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/InstallationLayout.java Thu Aug 24 09:28:24 2006
@@ -1,18 +1,21 @@
 /*
- *   Copyright 2004 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 org.apache.directory.daemon;
 

Modified: directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/JsvcBootstrapper.java
URL: http://svn.apache.org/viewvc/directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/JsvcBootstrapper.java?rev=434416&r1=434415&r2=434416&view=diff
==============================================================================
--- directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/JsvcBootstrapper.java (original)
+++ directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/JsvcBootstrapper.java Thu Aug 24 09:28:24 2006
@@ -1,18 +1,21 @@
 /*
- *   Copyright 2004 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 org.apache.directory.daemon;
 

Modified: directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/MainBootstrapper.java
URL: http://svn.apache.org/viewvc/directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/MainBootstrapper.java?rev=434416&r1=434415&r2=434416&view=diff
==============================================================================
--- directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/MainBootstrapper.java (original)
+++ directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/MainBootstrapper.java Thu Aug 24 09:28:24 2006
@@ -1,18 +1,21 @@
 /*
- *   Copyright 2004 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 org.apache.directory.daemon;
 

Modified: directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/ProcrunBootstrapper.java
URL: http://svn.apache.org/viewvc/directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/ProcrunBootstrapper.java?rev=434416&r1=434415&r2=434416&view=diff
==============================================================================
--- directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/ProcrunBootstrapper.java (original)
+++ directory/trunks/daemon/bootstrappers/src/main/java/org/apache/directory/daemon/ProcrunBootstrapper.java Thu Aug 24 09:28:24 2006
@@ -1,18 +1,21 @@
 /*
- *   Copyright 2004 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 org.apache.directory.daemon;