DELTASPIKE-725 - Fix license header
Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/ea3d4893 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/ea3d4893 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/ea3d4893 Branch: refs/heads/master Commit: ea3d4893e0600a9eb49d5f547a99e0bf7952c204 Parents: afe5f49 Author: Rafael Benevides <[email protected]> Authored: Mon Mar 2 10:01:11 2015 -0500 Committer: Rafael Benevides <[email protected]> Committed: Mon Mar 2 10:01:11 2015 -0500 ---------------------------------------------------------------------- .../resources/default/WEB-INF/faces-config.xml | 26 +++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/ea3d4893/deltaspike/modules/jsf/impl/src/test/resources/default/WEB-INF/faces-config.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl/src/test/resources/default/WEB-INF/faces-config.xml b/deltaspike/modules/jsf/impl/src/test/resources/default/WEB-INF/faces-config.xml index d7054de..e02110b 100644 --- a/deltaspike/modules/jsf/impl/src/test/resources/default/WEB-INF/faces-config.xml +++ b/deltaspike/modules/jsf/impl/src/test/resources/default/WEB-INF/faces-config.xml @@ -1,19 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - JBoss, Home of Professional Open Source - Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual - contributors by the @authors tag. See the copyright.txt in the - distribution for a full listing of individual contributors. + 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 - 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. + + 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. --> <!-- This file is not required if you don't need any extra configuration. --> <faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee"
