NIFI-1421 Added missing copyright notice to new test input
Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/dfed7e72 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/dfed7e72 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/dfed7e72 Branch: refs/heads/master Commit: dfed7e727d698de7f1d0e97c73517d65b733e49e Parents: 68a9375 Author: Richard Miskin <[email protected]> Authored: Sat Jan 23 08:52:54 2016 +0000 Committer: Richard Miskin <[email protected]> Committed: Sat Jan 23 08:52:54 2016 +0000 ---------------------------------------------------------------------- .../src/test/resources/TestXml/namespace.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/dfed7e72/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestXml/namespace.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestXml/namespace.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestXml/namespace.xml index 821398b..315cc85 100755 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestXml/namespace.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestXml/namespace.xml @@ -1,4 +1,18 @@ <?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. +--> <bundle xmlns:foo="http://namespace/1"> <node> <foo:subNode1 attribute="d&b">
