- Added missing license files, see EXTSCRIPT-142. git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/branches/extscript-cdi@987383 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/myfaces/extensions/scripting/cdi/compiler/CompilerFactory.java b/src/main/java/org/apache/myfaces/extensions/scripting/cdi/compiler/CompilerFactory.java index 5893261..fa8c6f8 100644 --- a/src/main/java/org/apache/myfaces/extensions/scripting/cdi/compiler/CompilerFactory.java +++ b/src/main/java/org/apache/myfaces/extensions/scripting/cdi/compiler/CompilerFactory.java
@@ -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. + */ package org.apache.myfaces.extensions.scripting.cdi.compiler; import java.util.logging.Level;
diff --git a/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/Resource.java b/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/Resource.java index a132e10..1e83d1c 100644 --- a/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/Resource.java +++ b/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/Resource.java
@@ -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. + */ package org.apache.myfaces.extensions.scripting.cdi.monitor.resources; import java.io.File;
diff --git a/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/ResourceMonitor.java b/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/ResourceMonitor.java index f547c1c..1573798 100644 --- a/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/ResourceMonitor.java +++ b/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/ResourceMonitor.java
@@ -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. + */ package org.apache.myfaces.extensions.scripting.cdi.monitor.resources; /**
diff --git a/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/ResourceResolver.java b/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/ResourceResolver.java index c97ef14..45df441 100644 --- a/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/ResourceResolver.java +++ b/src/main/java/org/apache/myfaces/extensions/scripting/cdi/monitor/resources/ResourceResolver.java
@@ -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. + */ package org.apache.myfaces.extensions.scripting.cdi.monitor.resources; /**