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/05/15 19:38:51 UTC

[myfaces] branch master updated: Add missing license

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 21abb0a  Add missing license
     new 0e14480  Merge pull request #54 from pnicolucci/AddMissingLicenseMaster
21abb0a is described below

commit 21abb0a0fc0f44ed5c51ec60424cdc27ba5f06cd
Author: Paul Nicolucci <pn...@gmail.com>
AuthorDate: Wed May 15 15:29:27 2019 -0400

    Add missing license
---
 .../view/facelets/compiler/testSkipNamespaceUnit.xhtml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testSkipNamespaceUnit.xhtml b/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testSkipNamespaceUnit.xhtml
index 6435701..4ad2b01 100644
--- a/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testSkipNamespaceUnit.xhtml
+++ b/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testSkipNamespaceUnit.xhtml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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.
+-->
 <html xmlns="http://www.w3.org/1999/xhtml"
 xmlns:ui="http://java.sun.com/jsf/facelets"
 xmlns:h="http://java.sun.com/jsf/html">