You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2009/02/14 07:57:58 UTC

svn commit: r744410 - in /directory/sandbox/felixk/skins: apacheds-skin/src/main/resources/META-INF/maven/ apacheds-skin/src/main/resources/css/ studio-skin/src/main/resources/META-INF/maven/ studio-skin/src/main/resources/css/ triplesec-skin/src/main/...

Author: felixk
Date: Sat Feb 14 06:57:57 2009
New Revision: 744410

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

Modified:
    directory/sandbox/felixk/skins/apacheds-skin/src/main/resources/META-INF/maven/site.vm
    directory/sandbox/felixk/skins/apacheds-skin/src/main/resources/css/site.css
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/site.css
    directory/sandbox/felixk/skins/triplesec-skin/src/main/resources/META-INF/maven/site.vm
    directory/sandbox/felixk/skins/triplesec-skin/src/main/resources/css/site.css

Modified: directory/sandbox/felixk/skins/apacheds-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/apacheds-skin/src/main/resources/META-INF/maven/site.vm?rev=744410&r1=744409&r2=744410&view=diff
==============================================================================
--- directory/sandbox/felixk/skins/apacheds-skin/src/main/resources/META-INF/maven/site.vm (original)
+++ directory/sandbox/felixk/skins/apacheds-skin/src/main/resources/META-INF/maven/site.vm Sat Feb 14 06:57:57 2009
@@ -1,4 +1,23 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  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.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
 
 #macro ( link $href $name )
   #if ( ( $href.toLowerCase().startsWith("http") || $href.toLowerCase().startsWith("https") ) )

Modified: directory/sandbox/felixk/skins/apacheds-skin/src/main/resources/css/site.css
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/apacheds-skin/src/main/resources/css/site.css?rev=744410&r1=744409&r2=744410&view=diff
==============================================================================
--- directory/sandbox/felixk/skins/apacheds-skin/src/main/resources/css/site.css (original)
+++ directory/sandbox/felixk/skins/apacheds-skin/src/main/resources/css/site.css Sat Feb 14 06:57:57 2009
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 html {
     overflow-y: scroll;
 }

Modified: directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm?rev=744410&r1=744409&r2=744410&view=diff
==============================================================================
--- directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm (original)
+++ directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm Sat Feb 14 06:57:57 2009
@@ -1,4 +1,23 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  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.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
 
 #macro ( link $href $name )
   #if ( ( $href.toLowerCase().startsWith("http") || $href.toLowerCase().startsWith("https") ) )

Modified: directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/site.css
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/site.css?rev=744410&r1=744409&r2=744410&view=diff
==============================================================================
--- directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/site.css (original)
+++ directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/site.css Sat Feb 14 06:57:57 2009
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 html {
     overflow-y: scroll;
 }

Modified: directory/sandbox/felixk/skins/triplesec-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/triplesec-skin/src/main/resources/META-INF/maven/site.vm?rev=744410&r1=744409&r2=744410&view=diff
==============================================================================
--- directory/sandbox/felixk/skins/triplesec-skin/src/main/resources/META-INF/maven/site.vm (original)
+++ directory/sandbox/felixk/skins/triplesec-skin/src/main/resources/META-INF/maven/site.vm Sat Feb 14 06:57:57 2009
@@ -1,4 +1,23 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  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.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
 
 #macro ( link $href $name )
   #if ( ( $href.toLowerCase().startsWith("http") || $href.toLowerCase().startsWith("https") ) )

Modified: directory/sandbox/felixk/skins/triplesec-skin/src/main/resources/css/site.css
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/triplesec-skin/src/main/resources/css/site.css?rev=744410&r1=744409&r2=744410&view=diff
==============================================================================
--- directory/sandbox/felixk/skins/triplesec-skin/src/main/resources/css/site.css (original)
+++ directory/sandbox/felixk/skins/triplesec-skin/src/main/resources/css/site.css Sat Feb 14 06:57:57 2009
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 html {
     overflow-y: scroll;
 }