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/07/01 13:44:18 UTC

svn commit: r418457 - /directory/releases/daemon/1.0-RC2/plugin/src/main/java/org/apache/directory/daemon/installers/Application.java

Author: elecharny
Date: Sat Jul  1 04:44:18 2006
New Revision: 418457

URL: http://svn.apache.org/viewvc?rev=418457&view=rev
Log:
Added the ASL 2.0 licence header

Modified:
    directory/releases/daemon/1.0-RC2/plugin/src/main/java/org/apache/directory/daemon/installers/Application.java

Modified: directory/releases/daemon/1.0-RC2/plugin/src/main/java/org/apache/directory/daemon/installers/Application.java
URL: http://svn.apache.org/viewvc/directory/releases/daemon/1.0-RC2/plugin/src/main/java/org/apache/directory/daemon/installers/Application.java?rev=418457&r1=418456&r2=418457&view=diff
==============================================================================
--- directory/releases/daemon/1.0-RC2/plugin/src/main/java/org/apache/directory/daemon/installers/Application.java (original)
+++ directory/releases/daemon/1.0-RC2/plugin/src/main/java/org/apache/directory/daemon/installers/Application.java Sat Jul  1 04:44:18 2006
@@ -1,3 +1,19 @@
+/*
+ *   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.
+ *
+ */
 package org.apache.directory.daemon.installers;