Prepare for license header format: Use ASF header and apply to applicable non-Java files.
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/12970c4f Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/12970c4f Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/12970c4f Branch: refs/heads/feature-module Commit: 12970c4f216f6cd1a35fbc5de517a24185c01890 Parents: 1b88ad8 Author: Thomas Weise <[email protected]> Authored: Thu Sep 24 15:33:27 2015 -0700 Committer: Thomas Weise <[email protected]> Committed: Thu Sep 24 15:33:27 2015 -0700 ---------------------------------------------------------------------- license.txt | 25 ++++++++++++++----------- pom.xml | 6 +++--- 2 files changed, 17 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/12970c4f/license.txt ---------------------------------------------------------------------- diff --git a/license.txt b/license.txt index 7a6fb4d..60b675e 100644 --- a/license.txt +++ b/license.txt @@ -1,13 +1,16 @@ -Copyright (C) 2015 DataTorrent, Inc. +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 - 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. http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/12970c4f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eafd558..4432222 100644 --- a/pom.xml +++ b/pom.xml @@ -81,10 +81,10 @@ </properties> <excludes> <exclude>license.txt</exclude> - <exclude>**/*.xml</exclude> <exclude>**/*.md</exclude> - <exclude>src/test/resources/**</exclude> - <exclude>src/main/resources/**</exclude> + <exclude>**/*.txt</exclude> + <exclude>**/archetype-resources/**</exclude> + <exclude>src/test/resources/projects/basic/goal.txt</exclude> </excludes> </configuration> <executions>
