You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by pa...@apache.org on 2019/01/16 20:46:46 UTC

[myfaces] branch 2.2.x updated: Add missing license to test files

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

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


The following commit(s) were added to refs/heads/2.2.x by this push:
     new c349290  Add missing license to test files
     new 0a4c519  Merge pull request #43 from pnicolucci/AddMissingLicenseToTestFiles22x
c349290 is described below

commit c349290b3eb17ef4f7155cbb502b795fed0dfadc
Author: root <pn...@gmail.com>
AuthorDate: Wed Jan 16 15:44:47 2019 -0500

    Add missing license to test files
---
 .../myfaces/view/facelets/stateless/stateless.xhtml       | 15 ++++++++++++++-
 .../apache/myfaces/view/facelets/stateless/template.xhtml | 15 ++++++++++++++-
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/impl/src/test/resources/org/apache/myfaces/view/facelets/stateless/stateless.xhtml b/impl/src/test/resources/org/apache/myfaces/view/facelets/stateless/stateless.xhtml
index f39ceb3..7a755a2 100644
--- a/impl/src/test/resources/org/apache/myfaces/view/facelets/stateless/stateless.xhtml
+++ b/impl/src/test/resources/org/apache/myfaces/view/facelets/stateless/stateless.xhtml
@@ -1,3 +1,16 @@
+<!--
+ 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.
+-->
 <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:c="http://java.sun.com/jsp/jstl/core"
                 xmlns:h="http://xmlns.jcp.org/jsf/html"
@@ -21,4 +34,4 @@
             </h:commandButton>
         </h:form>
     </ui:define>
-</ui:composition>
\ No newline at end of file
+</ui:composition>
diff --git a/impl/src/test/resources/org/apache/myfaces/view/facelets/stateless/template.xhtml b/impl/src/test/resources/org/apache/myfaces/view/facelets/stateless/template.xhtml
index d32386b..3709a98 100644
--- a/impl/src/test/resources/org/apache/myfaces/view/facelets/stateless/template.xhtml
+++ b/impl/src/test/resources/org/apache/myfaces/view/facelets/stateless/template.xhtml
@@ -1,3 +1,16 @@
+<!--
+ 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.
+-->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:c="http://java.sun.com/jsp/jstl/core"
@@ -12,4 +25,4 @@
             <ui:insert name="body" />
         </h:body>
     </f:view>
-</html> 
\ No newline at end of file
+</html>