Author: bdelacretaz
Date: Wed Jun 4 08:00:16 2008
New Revision: 663148
URL: http://svn.apache.org/viewvc?rev=663148&view=rev
Log:
SLING-509 - add missing license headers
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/builtin-objects.esp
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/dump-resource.ecma
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/include-forced.esp
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/include-test.esp
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/post-test.esp
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test-2.esp
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test-3.esp
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.ecma
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.erb
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.esp
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.jsp
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.jst
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.vlt
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/builtin-objects.esp
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/builtin-objects.esp?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/builtin-objects.esp
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/builtin-objects.esp
Wed Jun 4 08:00:16 2008
@@ -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.
+ */
+
<%-- used by ScriptBuiltinObjectsTest --%>
<html>
<body>
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/dump-resource.ecma
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/dump-resource.ecma?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/dump-resource.ecma
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/dump-resource.ecma
Wed Jun 4 08:00:16 2008
@@ -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.
+ */
+
// recursive dump of a Resource in server-side javascript
function dumpResource(r, level) {
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/include-forced.esp
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/include-forced.esp?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/include-forced.esp
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/include-forced.esp
Wed Jun 4 08:00:16 2008
@@ -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.
+ */
+
<%-- used by IncludeTest --%>
<div>
Forced resource type:<%= currentNode.text %></p>.
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/include-test.esp
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/include-test.esp?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/include-test.esp
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/include-test.esp
Wed Jun 4 08:00:16 2008
@@ -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.
+ */
+
<%-- used by IncludeTest --%>
<html>
<body>
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/post-test.esp
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/post-test.esp?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/post-test.esp
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/post-test.esp
Wed Jun 4 08:00:16 2008
@@ -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.
+ */
+
<%
var length = 0;
if (request.getRequestParameter("file") != null) {
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test-2.esp
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test-2.esp?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test-2.esp
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test-2.esp
Wed Jun 4 08:00:16 2008
@@ -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.
+ */
+
<%-- used by ScriptedRenderingTest --%>
<html>
<body>
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test-3.esp
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test-3.esp?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test-3.esp
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test-3.esp
Wed Jun 4 08:00:16 2008
@@ -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.
+ */
+
<%-- used by ScriptedRenderingTest --%>
<html>
<body>
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.ecma
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.ecma?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.ecma
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.ecma
Wed Jun 4 08:00:16 2008
@@ -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.
+ */
+
// Used by ScriptedRenderingTest
out.println("<html><body>");
out.println("Raw javascript template");
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.erb
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.erb?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.erb
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.erb
Wed Jun 4 08:00:16 2008
@@ -1,4 +1,25 @@
-!-- used by ScriptedRenderingTest -->
+<!--
+/*
+ * 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.
+ */
+-->
+
+<!-- used by ScriptedRenderingTest -->
<html>
<body>
<p><span>Ruby template <%= Time.now %></span></p>
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.esp
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.esp?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.esp
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.esp
Wed Jun 4 08:00:16 2008
@@ -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.
+ */
+
<%-- used by ScriptedRenderingTest --%>
<html>
<body>
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.jsp
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.jsp?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.jsp
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.jsp
Wed Jun 4 08:00:16 2008
@@ -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.
+-->
<!-- simple JSP rendering test -->
<[EMAIL PROTECTED] session="false"%>
<[EMAIL PROTECTED] prefix="sling"
uri="http://sling.apache.org/taglibs/sling/1.0"%>
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.jst
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.jst?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.jst
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.jst
Wed Jun 4 08:00:16 2008
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ */
+--%>
+
<%-- used by ScriptedRenderingTest --%>
<p>
JST template.
Modified:
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.vlt
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.vlt?rev=663148&r1=663147&r2=663148&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.vlt
(original)
+++
incubator/sling/trunk/launchpad/webapp/src/test/resources/integration-test/rendering-test.vlt
Wed Jun 4 08:00:16 2008
@@ -1,3 +1,24 @@
+<!--
+/*
+ * 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.
+ */
+ -->
+
<!-- Used by ScriptedRenderingTest -->
<html>
<body>