You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2021/01/11 17:18:04 UTC

[myfaces] branch 3.0.x updated: Add missing licenses

This is an automated email from the ASF dual-hosted git repository.

volosied pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new 5085a53  Add missing licenses
     new 6f2928a  Merge pull request #126 from volosied/3.0.x
5085a53 is described below

commit 5085a53d81f85c71348a3be6fee322c1e792651c
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Mon Jan 11 12:15:08 2021 -0500

    Add missing licenses
---
 .../org/apache/myfaces/config/jsf22-faces-config.xml   | 18 ++++++++++++++++++
 .../org/apache/myfaces/config/jsf23-faces-config.xml   | 18 ++++++++++++++++++
 .../org/apache/myfaces/config/jsf30-faces-config.xml   | 18 ++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/impl/src/test/resources/org/apache/myfaces/config/jsf22-faces-config.xml b/impl/src/test/resources/org/apache/myfaces/config/jsf22-faces-config.xml
index 9cb45c5..b07ebd5 100644
--- a/impl/src/test/resources/org/apache/myfaces/config/jsf22-faces-config.xml
+++ b/impl/src/test/resources/org/apache/myfaces/config/jsf22-faces-config.xml
@@ -1,3 +1,21 @@
+<?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.
+    -->
+
 <faces-config
   xmlns="http://xmlns.jcp.org/xml/ns/javaee"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
diff --git a/impl/src/test/resources/org/apache/myfaces/config/jsf23-faces-config.xml b/impl/src/test/resources/org/apache/myfaces/config/jsf23-faces-config.xml
index 5008f71..7a88da7 100644
--- a/impl/src/test/resources/org/apache/myfaces/config/jsf23-faces-config.xml
+++ b/impl/src/test/resources/org/apache/myfaces/config/jsf23-faces-config.xml
@@ -1,3 +1,21 @@
+<?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.
+    -->
+
 <faces-config
     xmlns="http://xmlns.jcp.org/xml/ns/javaee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
diff --git a/impl/src/test/resources/org/apache/myfaces/config/jsf30-faces-config.xml b/impl/src/test/resources/org/apache/myfaces/config/jsf30-faces-config.xml
index 6733d6b..2ab781d 100644
--- a/impl/src/test/resources/org/apache/myfaces/config/jsf30-faces-config.xml
+++ b/impl/src/test/resources/org/apache/myfaces/config/jsf30-faces-config.xml
@@ -1,3 +1,21 @@
+<?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.
+    -->
+
 <faces-config
   xmlns="https://jakarta.ee/xml/ns/jakartaee"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"