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 2014/11/21 08:28:41 UTC

[2/4] directory-fortress-enmasse git commit: Added the missing AL 2.0 header

Added the missing AL 2.0 header

Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/24fbee2f
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/24fbee2f
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/24fbee2f

Branch: refs/heads/master
Commit: 24fbee2fd5c41559a3bf45846dfba2123fa9fd2c
Parents: bf986a7
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Fri Nov 21 08:27:06 2014 +0100
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Fri Nov 21 08:27:06 2014 +0100

----------------------------------------------------------------------
 d.sh                                              | 18 ++++++++++++++++++
 m.sh                                              | 18 ++++++++++++++++++
 .../directory/fortress/rest/fortress-javadoc.css  | 18 ++++++++++++++++++
 3 files changed, 54 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/24fbee2f/d.sh
----------------------------------------------------------------------
diff --git a/d.sh b/d.sh
index 5112943..0ed8fef 100755
--- a/d.sh
+++ b/d.sh
@@ -1,3 +1,21 @@
+#
+#   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.
+#
 #!/bin/sh
 export JAVA_HOME=/opt/jdk1.7.0_10
 export ANT_HOME=/home/smckinn/JavaTools/apache-ant-1.8.2

http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/24fbee2f/m.sh
----------------------------------------------------------------------
diff --git a/m.sh b/m.sh
index 92fd538..208f463 100755
--- a/m.sh
+++ b/m.sh
@@ -1,3 +1,21 @@
+#
+#   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.
+#
 #!/bin/sh
 export JAVA_HOME=/opt/jdk1.7.0_10
 export ANT_HOME=/home/smckinn/JavaTools/apache-ant-1.8.2

http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/24fbee2f/src/main/java/org/apache/directory/fortress/rest/fortress-javadoc.css
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/rest/fortress-javadoc.css b/src/main/java/org/apache/directory/fortress/rest/fortress-javadoc.css
index 8f2e4cc..708ac76 100755
--- a/src/main/java/org/apache/directory/fortress/rest/fortress-javadoc.css
+++ b/src/main/java/org/apache/directory/fortress/rest/fortress-javadoc.css
@@ -1,3 +1,21 @@
+#
+#   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.
+#
 BODY  { color: #000000;
         background-color: #FFFFFF;
         font-family: sans-serif }