You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2014/02/07 21:31:56 UTC

[4/4] git commit: Add missing copyright headers

Add missing copyright headers


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/96207374
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/96207374
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/96207374

Branch: refs/heads/master
Commit: 9620737423ef840b511a54e345b0ef1fa16f562e
Parents: 218d4c7
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Feb 7 15:31:45 2014 -0500
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Feb 7 15:31:45 2014 -0500

----------------------------------------------------------------------
 .../internal/webresources/RhinoExecutor.java         | 15 ++++++++++++++-
 .../internal/webresources/RhinoExecutorPool.java     | 14 ++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/96207374/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutor.java
----------------------------------------------------------------------
diff --git a/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutor.java b/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutor.java
index 7f884fa..a95a174 100644
--- a/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutor.java
+++ b/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutor.java
@@ -1,5 +1,18 @@
-package org.apache.tapestry5.internal.webresources;
+// Copyright 2013-2014 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.tapestry5.internal.webresources;
 
 import org.mozilla.javascript.ScriptableObject;
 

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/96207374/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutorPool.java
----------------------------------------------------------------------
diff --git a/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutorPool.java b/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutorPool.java
index efc9de8..f85c092 100644
--- a/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutorPool.java
+++ b/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutorPool.java
@@ -1,3 +1,17 @@
+// Copyright 2013-2014 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.tapestry5.internal.webresources;
 
 import org.apache.tapestry5.ioc.Invokable;