Author: cziegeler
Date: Wed Jun 4 07:47:33 2008
New Revision: 663134
URL: http://svn.apache.org/viewvc?rev=663134&view=rev
Log:
Add missing licence header
Modified:
incubator/sling/trunk/scripting/jsp/pom.xml
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings.properties
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_es.properties
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_fr.properties
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_ja.properties
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/servlet/mbeans-descriptors.xml
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/tagplugins/jstl/tagPlugins.xml
Modified: incubator/sling/trunk/scripting/jsp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp/pom.xml?rev=663134&r1=663133&r2=663134&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/jsp/pom.xml (original)
+++ incubator/sling/trunk/scripting/jsp/pom.xml Wed Jun 4 07:47:33 2008
@@ -108,22 +108,22 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.0.0-incubator-SNAPSHOT</version>
+ <version>2.0.0-incubator</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.api</artifactId>
- <version>2.0.0-incubator-SNAPSHOT</version>
+ <version>2.0.0-incubator</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.api</artifactId>
- <version>2.0.0-incubator-SNAPSHOT</version>
+ <version>2.0.0-incubator</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.classloader</artifactId>
- <version>2.0.0-incubator-SNAPSHOT</version>
+ <version>2.0.0-incubator</version>
</dependency>
<dependency>
Modified:
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings.properties?rev=663134&r1=663133&r2=663134&view=diff
==============================================================================
---
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings.properties
(original)
+++
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings.properties
Wed Jun 4 07:47:33 2008
@@ -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.
+#
# $Id: LocalStrings.properties 517274 2007-03-12 16:31:02Z remm $
#
# Default localized string information
Modified:
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_es.properties
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_es.properties?rev=663134&r1=663133&r2=663134&view=diff
==============================================================================
---
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_es.properties
(original)
+++
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_es.properties
Wed Jun 4 07:47:33 2008
@@ -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.
+#
# $Id: LocalStrings_es.properties 481230 2006-12-01 12:14:23Z funkman $
#
# Default localized string information
Modified:
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_fr.properties
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_fr.properties?rev=663134&r1=663133&r2=663134&view=diff
==============================================================================
---
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_fr.properties
(original)
+++
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_fr.properties
Wed Jun 4 07:47:33 2008
@@ -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.
+#
# $Id: LocalStrings_fr.properties 467222 2006-10-24 03:17:11Z markt $
#
# Default localized string information
Modified:
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_ja.properties
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_ja.properties?rev=663134&r1=663133&r2=663134&view=diff
==============================================================================
---
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_ja.properties
(original)
+++
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/resources/LocalStrings_ja.properties
Wed Jun 4 07:47:33 2008
@@ -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.
+#
# $Id: LocalStrings_ja.properties 530243 2007-04-19 02:58:35Z markt $
#
# Default localized string information
Modified:
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/servlet/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/servlet/mbeans-descriptors.xml?rev=663134&r1=663133&r2=663134&view=diff
==============================================================================
---
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/servlet/mbeans-descriptors.xml
(original)
+++
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/servlet/mbeans-descriptors.xml
Wed Jun 4 07:47:33 2008
@@ -1,4 +1,22 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<mbeans-descriptors>
<mbean name="JspMonitor"
Modified:
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/tagplugins/jstl/tagPlugins.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/tagplugins/jstl/tagPlugins.xml?rev=663134&r1=663133&r2=663134&view=diff
==============================================================================
---
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/tagplugins/jstl/tagPlugins.xml
(original)
+++
incubator/sling/trunk/scripting/jsp/src/main/resources/org/apache/sling/scripting/jsp/jasper/tagplugins/jstl/tagPlugins.xml
Wed Jun 4 07:47:33 2008
@@ -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.
+-->
<tag-plugins>
<tag-plugin>
<tag-class>org.apache.taglibs.standard.tag.rt.core.IfTag</tag-class>