[NETBEANS-54] Added/updated ALv2 header for project.xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/df1ac425 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/df1ac425 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/df1ac425 Branch: refs/heads/master Commit: df1ac4253423d1b2067cff7e05ebf757c3ec646b Parents: dcf5513 Author: Matthias Bläsing <[email protected]> Authored: Sat Oct 14 16:39:32 2017 +0200 Committer: Matthias Bläsing <[email protected]> Committed: Sat Oct 14 16:39:32 2017 +0200 ---------------------------------------------------------------------- .../extbuildroot/proj/nbproject/project.xml | 20 ++++++++++++ .../extbuildscript/nbproject/project.xml | 20 ++++++++++++ .../extsrcroot/proj/nbproject/project.xml | 20 ++++++++++++ .../freeforminside/nbproject/project.xml | 20 ++++++++++++ .../simple/nbproject/project.xml | 20 ++++++++++++ .../simple2/nbproject/project.xml | 20 ++++++++++++ .../simplewithlicense/nbproject/project.xml | 20 ++++++++++++ .../web_jakarta/nbproject/project.xml | 20 ++++++++++++ .../data/projects/Beans/nbproject/project.xml | 20 ++++++++++++ .../testHtmlApplication/nbproject/project.xml | 20 ++++++++++++ .../data/css_prep/nbproject/project.xml | 20 ++++++++++++ .../unit/data/testProject/nbproject/project.xml | 20 ++++++++++++ .../data/CSSTestProject/nbproject/project.xml | 20 ++++++++++++ .../debugTestProjectAnt/nbproject/project.xml | 20 ++++++++++++ .../nbproject/project.xml | 20 ++++++++++++ .../data/SampleProject/nbproject/project.xml | 20 ++++++++++++ .../testfiles/testHtmlApp/nbproject/project.xml | 20 ++++++++++++ .../projects/ProjectI18n/nbproject/project.xml | 20 ++++++++++++ .../data/CC15Tests/nbproject/project.xml | 20 ++++++++++++ .../data/cp-prj-1/nbproject/project.xml | 20 ++++++++++++ .../projects/Formatting/nbproject/project.xml | 20 ++++++++++++ .../java_editor_test/nbproject/project.xml | 20 ++++++++++++ .../data/projects/default/nbproject/project.xml | 20 ++++++++++++ .../data/SampleProject/nbproject/project.xml | 20 ++++++++++++ .../data/SampleProject/nbproject/project.xml | 20 ++++++++++++ .../data/SampleProject/nbproject/project.xml | 20 ++++++++++++ jumpto/nbproject/project.xml | 20 ++++++++++++ .../data/JunitTestProject/nbproject/project.xml | 20 ++++++++++++ .../data/OpenFileProj/nbproject/project.xml | 20 ++++++++++++ lib.nbjshell9/nbproject/project.xml | 20 ++++++++++++ .../projects/j2se-simple/nbproject/project.xml | 20 ++++++++++++ .../data/JavaApp/nbproject/project.xml | 20 ++++++++++++ .../data/SampleProject/nbproject/project.xml | 20 ++++++++++++ .../projects/Project1/nbproject/project.xml | 20 ++++++++++++ .../PerformanceTestData/nbproject/project.xml | 20 ++++++++++++ .../nbproject/project.xml | 20 ++++++++++++ .../data/SystemProperties/nbproject/project.xml | 20 ++++++++++++ .../data/BPELTestProject/nbproject/project.xml | 34 +++++++++++--------- .../nbproject/project.xml | 20 ++++++++++++ .../nbproject/project.xml | 20 ++++++++++++ .../nbproject/project.xml | 20 ++++++++++++ .../nbproject/project.xml | 20 ++++++++++++ .../nbproject/project.xml | 20 ++++++++++++ .../unit/data/JavaApp/nbproject/project.xml | 20 ++++++++++++ .../unit/data/JavaApp/nbproject/project.xml | 20 ++++++++++++ .../spi/project/support/ant/data/project.xml | 20 ++++++++++++ .../properties_test/nbproject/project.xml | 20 ++++++++++++ .../properties_test2/nbproject/project.xml | 20 ++++++++++++ .../RefactoringTest/nbproject/project.xml | 20 ++++++++++++ .../data/SimpleJ2SEApp/nbproject/project.xml | 20 ++++++++++++ .../SimpleJ2SEAppChild/nbproject/project.xml | 20 ++++++++++++ .../ActionsTestProject/nbproject/project.xml | 20 ++++++++++++ .../nbproject/project.xml | 20 ++++++++++++ .../DTDActionsTestProject/nbproject/project.xml | 20 ++++++++++++ 54 files changed, 1078 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/ant.freeform/test/unit/data/example-projects/extbuildroot/proj/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/ant.freeform/test/unit/data/example-projects/extbuildroot/proj/nbproject/project.xml b/ant.freeform/test/unit/data/example-projects/extbuildroot/proj/nbproject/project.xml index ba6e351..edba414 100644 --- a/ant.freeform/test/unit/data/example-projects/extbuildroot/proj/nbproject/project.xml +++ b/ant.freeform/test/unit/data/example-projects/extbuildroot/proj/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/ant.freeform/test/unit/data/example-projects/extbuildscript/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/ant.freeform/test/unit/data/example-projects/extbuildscript/nbproject/project.xml b/ant.freeform/test/unit/data/example-projects/extbuildscript/nbproject/project.xml index 94bcbef..20b9d1a 100644 --- a/ant.freeform/test/unit/data/example-projects/extbuildscript/nbproject/project.xml +++ b/ant.freeform/test/unit/data/example-projects/extbuildscript/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/ant.freeform/test/unit/data/example-projects/extsrcroot/proj/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/ant.freeform/test/unit/data/example-projects/extsrcroot/proj/nbproject/project.xml b/ant.freeform/test/unit/data/example-projects/extsrcroot/proj/nbproject/project.xml index b90e593..19cd8d2 100644 --- a/ant.freeform/test/unit/data/example-projects/extsrcroot/proj/nbproject/project.xml +++ b/ant.freeform/test/unit/data/example-projects/extsrcroot/proj/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/ant.freeform/test/unit/data/example-projects/freeforminside/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/ant.freeform/test/unit/data/example-projects/freeforminside/nbproject/project.xml b/ant.freeform/test/unit/data/example-projects/freeforminside/nbproject/project.xml index 9b41d89..c96e527 100644 --- a/ant.freeform/test/unit/data/example-projects/freeforminside/nbproject/project.xml +++ b/ant.freeform/test/unit/data/example-projects/freeforminside/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/ant.freeform/test/unit/data/example-projects/simple/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/ant.freeform/test/unit/data/example-projects/simple/nbproject/project.xml b/ant.freeform/test/unit/data/example-projects/simple/nbproject/project.xml index 4fdae3c..9cd8f03 100644 --- a/ant.freeform/test/unit/data/example-projects/simple/nbproject/project.xml +++ b/ant.freeform/test/unit/data/example-projects/simple/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/ant.freeform/test/unit/data/example-projects/simple2/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/ant.freeform/test/unit/data/example-projects/simple2/nbproject/project.xml b/ant.freeform/test/unit/data/example-projects/simple2/nbproject/project.xml index 9cd05ae..3702dfb 100644 --- a/ant.freeform/test/unit/data/example-projects/simple2/nbproject/project.xml +++ b/ant.freeform/test/unit/data/example-projects/simple2/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/ant.freeform/test/unit/data/example-projects/simplewithlicense/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/ant.freeform/test/unit/data/example-projects/simplewithlicense/nbproject/project.xml b/ant.freeform/test/unit/data/example-projects/simplewithlicense/nbproject/project.xml index e622f3a..d8958ad 100644 --- a/ant.freeform/test/unit/data/example-projects/simplewithlicense/nbproject/project.xml +++ b/ant.freeform/test/unit/data/example-projects/simplewithlicense/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/ant.freeform/test/unit/data/example-projects/web_jakarta/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/ant.freeform/test/unit/data/example-projects/web_jakarta/nbproject/project.xml b/ant.freeform/test/unit/data/example-projects/web_jakarta/nbproject/project.xml index 2c10045..adebcf4 100644 --- a/ant.freeform/test/unit/data/example-projects/web_jakarta/nbproject/project.xml +++ b/ant.freeform/test/unit/data/example-projects/web_jakarta/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/beans/test/qa-functional/data/projects/Beans/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/beans/test/qa-functional/data/projects/Beans/nbproject/project.xml b/beans/test/qa-functional/data/projects/Beans/nbproject/project.xml index 3304115..abdd496 100644 --- a/beans/test/qa-functional/data/projects/Beans/nbproject/project.xml +++ b/beans/test/qa-functional/data/projects/Beans/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/css.editor/test/unit/data/testfiles/testHtmlApplication/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/css.editor/test/unit/data/testfiles/testHtmlApplication/nbproject/project.xml b/css.editor/test/unit/data/testfiles/testHtmlApplication/nbproject/project.xml index 711b2a0..7bb800f 100644 --- a/css.editor/test/unit/data/testfiles/testHtmlApplication/nbproject/project.xml +++ b/css.editor/test/unit/data/testfiles/testHtmlApplication/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.web.clientproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/css.prep/test/qa-functional/data/css_prep/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/css.prep/test/qa-functional/data/css_prep/nbproject/project.xml b/css.prep/test/qa-functional/data/css_prep/nbproject/project.xml index 99fd546..15fdf2a 100644 --- a/css.prep/test/qa-functional/data/css_prep/nbproject/project.xml +++ b/css.prep/test/qa-functional/data/css_prep/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.web.clientproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/css.prep/test/unit/data/testProject/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/css.prep/test/unit/data/testProject/nbproject/project.xml b/css.prep/test/unit/data/testProject/nbproject/project.xml index b7e65e8..def7ca5 100644 --- a/css.prep/test/unit/data/testProject/nbproject/project.xml +++ b/css.prep/test/unit/data/testProject/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.web.clientproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/css.visual/test/qa-functional/data/CSSTestProject/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/css.visual/test/qa-functional/data/CSSTestProject/nbproject/project.xml b/css.visual/test/qa-functional/data/CSSTestProject/nbproject/project.xml index 7afd5d7..e782f6e 100644 --- a/css.visual/test/qa-functional/data/CSSTestProject/nbproject/project.xml +++ b/css.visual/test/qa-functional/data/CSSTestProject/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.web.project</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/nbproject/project.xml b/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/nbproject/project.xml index 3e57912..540886e 100644 --- a/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/nbproject/project.xml +++ b/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/form/test/qa-functional/data/SampleDesktopApplication/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/form/test/qa-functional/data/SampleDesktopApplication/nbproject/project.xml b/form/test/qa-functional/data/SampleDesktopApplication/nbproject/project.xml index 1c3dd21..38371ba 100644 --- a/form/test/qa-functional/data/SampleDesktopApplication/nbproject/project.xml +++ b/form/test/qa-functional/data/SampleDesktopApplication/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/form/test/qa-functional/data/SampleProject/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/form/test/qa-functional/data/SampleProject/nbproject/project.xml b/form/test/qa-functional/data/SampleProject/nbproject/project.xml index 228eb21..2aea25c 100644 --- a/form/test/qa-functional/data/SampleProject/nbproject/project.xml +++ b/form/test/qa-functional/data/SampleProject/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/html.custom/test/unit/data/testfiles/testHtmlApp/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/html.custom/test/unit/data/testfiles/testHtmlApp/nbproject/project.xml b/html.custom/test/unit/data/testfiles/testHtmlApp/nbproject/project.xml index 1c221a0..74bfd44 100644 --- a/html.custom/test/unit/data/testfiles/testHtmlApp/nbproject/project.xml +++ b/html.custom/test/unit/data/testfiles/testHtmlApp/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.web.clientproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/i18n/test/qa-functional/data/projects/ProjectI18n/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/i18n/test/qa-functional/data/projects/ProjectI18n/nbproject/project.xml b/i18n/test/qa-functional/data/projects/ProjectI18n/nbproject/project.xml index 779d1c2..6070e8a 100644 --- a/i18n/test/qa-functional/data/projects/ProjectI18n/nbproject/project.xml +++ b/i18n/test/qa-functional/data/projects/ProjectI18n/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/java.editor/test/qa-functional/data/CC15Tests/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/java.editor/test/qa-functional/data/CC15Tests/nbproject/project.xml b/java.editor/test/qa-functional/data/CC15Tests/nbproject/project.xml index 5a17911..e07421e 100644 --- a/java.editor/test/qa-functional/data/CC15Tests/nbproject/project.xml +++ b/java.editor/test/qa-functional/data/CC15Tests/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/java.editor/test/qa-functional/data/cp-prj-1/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/java.editor/test/qa-functional/data/cp-prj-1/nbproject/project.xml b/java.editor/test/qa-functional/data/cp-prj-1/nbproject/project.xml index 43c9eee..733578c 100644 --- a/java.editor/test/qa-functional/data/cp-prj-1/nbproject/project.xml +++ b/java.editor/test/qa-functional/data/cp-prj-1/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/java.editor/test/qa-functional/data/projects/Formatting/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/java.editor/test/qa-functional/data/projects/Formatting/nbproject/project.xml b/java.editor/test/qa-functional/data/projects/Formatting/nbproject/project.xml index 0c024d6..ec646aa 100644 --- a/java.editor/test/qa-functional/data/projects/Formatting/nbproject/project.xml +++ b/java.editor/test/qa-functional/data/projects/Formatting/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/java.editor/test/qa-functional/data/projects/java_editor_test/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/java.editor/test/qa-functional/data/projects/java_editor_test/nbproject/project.xml b/java.editor/test/qa-functional/data/projects/java_editor_test/nbproject/project.xml index 52765db..1ae225f 100644 --- a/java.editor/test/qa-functional/data/projects/java_editor_test/nbproject/project.xml +++ b/java.editor/test/qa-functional/data/projects/java_editor_test/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/java.source/test/qa-functional/data/projects/default/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/java.source/test/qa-functional/data/projects/default/nbproject/project.xml b/java.source/test/qa-functional/data/projects/default/nbproject/project.xml index d3cdc22..eca9a34 100644 --- a/java.source/test/qa-functional/data/projects/default/nbproject/project.xml +++ b/java.source/test/qa-functional/data/projects/default/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/jellytools.ide/test/qa-functional/data/SampleProject/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/jellytools.ide/test/qa-functional/data/SampleProject/nbproject/project.xml b/jellytools.ide/test/qa-functional/data/SampleProject/nbproject/project.xml index 8036c4e..20fd710 100644 --- a/jellytools.ide/test/qa-functional/data/SampleProject/nbproject/project.xml +++ b/jellytools.ide/test/qa-functional/data/SampleProject/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/jellytools.java/test/qa-functional/data/SampleProject/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/jellytools.java/test/qa-functional/data/SampleProject/nbproject/project.xml b/jellytools.java/test/qa-functional/data/SampleProject/nbproject/project.xml index 8036c4e..20fd710 100644 --- a/jellytools.java/test/qa-functional/data/SampleProject/nbproject/project.xml +++ b/jellytools.java/test/qa-functional/data/SampleProject/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/jellytools.platform/test/qa-functional/data/SampleProject/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/jellytools.platform/test/qa-functional/data/SampleProject/nbproject/project.xml b/jellytools.platform/test/qa-functional/data/SampleProject/nbproject/project.xml index 8036c4e..20fd710 100644 --- a/jellytools.platform/test/qa-functional/data/SampleProject/nbproject/project.xml +++ b/jellytools.platform/test/qa-functional/data/SampleProject/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/jumpto/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/jumpto/nbproject/project.xml b/jumpto/nbproject/project.xml index 7359d8a..ff9ec26 100644 --- a/jumpto/nbproject/project.xml +++ b/jumpto/nbproject/project.xml @@ -1,5 +1,25 @@ <?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. + +--> +<!-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/junit/test/qa-functional/data/JunitTestProject/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/junit/test/qa-functional/data/JunitTestProject/nbproject/project.xml b/junit/test/qa-functional/data/JunitTestProject/nbproject/project.xml index 4d0ef53..b7b27c9 100644 --- a/junit/test/qa-functional/data/JunitTestProject/nbproject/project.xml +++ b/junit/test/qa-functional/data/JunitTestProject/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/languages/test/qa-functional/data/OpenFileProj/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/languages/test/qa-functional/data/OpenFileProj/nbproject/project.xml b/languages/test/qa-functional/data/OpenFileProj/nbproject/project.xml index ca395e4..56f5b93 100644 --- a/languages/test/qa-functional/data/OpenFileProj/nbproject/project.xml +++ b/languages/test/qa-functional/data/OpenFileProj/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/lib.nbjshell9/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/lib.nbjshell9/nbproject/project.xml b/lib.nbjshell9/nbproject/project.xml index 404dac9..3804030 100644 --- a/lib.nbjshell9/nbproject/project.xml +++ b/lib.nbjshell9/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.apisupport.project</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/lib.profiler/test/qa-functional/data/projects/j2se-simple/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/lib.profiler/test/qa-functional/data/projects/j2se-simple/nbproject/project.xml b/lib.profiler/test/qa-functional/data/projects/j2se-simple/nbproject/project.xml index 47b8a8b..165530f 100644 --- a/lib.profiler/test/qa-functional/data/projects/j2se-simple/nbproject/project.xml +++ b/lib.profiler/test/qa-functional/data/projects/j2se-simple/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/localhistory/test/qa-functional/data/JavaApp/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/localhistory/test/qa-functional/data/JavaApp/nbproject/project.xml b/localhistory/test/qa-functional/data/JavaApp/nbproject/project.xml index 63c2475..214d738 100644 --- a/localhistory/test/qa-functional/data/JavaApp/nbproject/project.xml +++ b/localhistory/test/qa-functional/data/JavaApp/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/o.n.core/test/qa-functional/data/SampleProject/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/o.n.core/test/qa-functional/data/SampleProject/nbproject/project.xml b/o.n.core/test/qa-functional/data/SampleProject/nbproject/project.xml index 3843ea2..25e575b 100644 --- a/o.n.core/test/qa-functional/data/SampleProject/nbproject/project.xml +++ b/o.n.core/test/qa-functional/data/SampleProject/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/o.openidex.util/test/unit/data/projects/Project1/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/o.openidex.util/test/unit/data/projects/Project1/nbproject/project.xml b/o.openidex.util/test/unit/data/projects/Project1/nbproject/project.xml index d4cb353..d0f81fd 100644 --- a/o.openidex.util/test/unit/data/projects/Project1/nbproject/project.xml +++ b/o.openidex.util/test/unit/data/projects/Project1/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/performance.java/test/qa-functional/data/PerformanceTestData/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/performance.java/test/qa-functional/data/PerformanceTestData/nbproject/project.xml b/performance.java/test/qa-functional/data/PerformanceTestData/nbproject/project.xml index 0886f04..4503ee2 100644 --- a/performance.java/test/qa-functional/data/PerformanceTestData/nbproject/project.xml +++ b/performance.java/test/qa-functional/data/PerformanceTestData/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/performance.java/test/qa-functional/data/PerformanceTestFoldersData/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/performance.java/test/qa-functional/data/PerformanceTestFoldersData/nbproject/project.xml b/performance.java/test/qa-functional/data/PerformanceTestFoldersData/nbproject/project.xml index 3d57cc8..f5fd7fe 100644 --- a/performance.java/test/qa-functional/data/PerformanceTestFoldersData/nbproject/project.xml +++ b/performance.java/test/qa-functional/data/PerformanceTestFoldersData/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/performance.java/test/qa-functional/data/SystemProperties/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/performance.java/test/qa-functional/data/SystemProperties/nbproject/project.xml b/performance.java/test/qa-functional/data/SystemProperties/nbproject/project.xml index 526ae9b..2f11970 100644 --- a/performance.java/test/qa-functional/data/SystemProperties/nbproject/project.xml +++ b/performance.java/test/qa-functional/data/SystemProperties/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.apisupport.project</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/performance/enterprise/test/qa-functional/data/BPELTestProject/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/performance/enterprise/test/qa-functional/data/BPELTestProject/nbproject/project.xml b/performance/enterprise/test/qa-functional/data/BPELTestProject/nbproject/project.xml index 9bd48d2..6380429 100644 --- a/performance/enterprise/test/qa-functional/data/BPELTestProject/nbproject/project.xml +++ b/performance/enterprise/test/qa-functional/data/BPELTestProject/nbproject/project.xml @@ -1,21 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - The contents of this file are subject to the terms of the Common Development - and Distribution License (the License). You may not use this file except in - compliance with the License. - - You can obtain a copy of the License at http://www.netbeans.org/cddl.html - or http://www.netbeans.org/cddl.txt. - - When distributing Covered Code, include this CDDL Header Notice in each file - and include the License file at http://www.netbeans.org/cddl.txt. - If applicable, add the following below the CDDL Header, with the fields - enclosed by brackets [] replaced by your own identifying information: - "Portions Copyrighted [year] [name of copyright owner]" - - The Original Software is NetBeans. The Initial Developer of the Original - Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun - Microsystems, Inc. All Rights Reserved. + + 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. + --> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.bpel.project</type> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/nbproject/project.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/nbproject/project.xml index bd1452c..8a4f178 100644 --- a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/nbproject/project.xml +++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.j2ee.ejbjarproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationService/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationService/nbproject/project.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationService/nbproject/project.xml index 0818681..cc9a712 100644 --- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationService/nbproject/project.xml +++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationService/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.bpel.project</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/nbproject/project.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/nbproject/project.xml index 406fa4a..2c69005 100644 --- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/nbproject/project.xml +++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.compapp.projects.jbi</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/performance/mobility/test/qa-functional/data/MobileApplicationSwitchConfiguration/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/performance/mobility/test/qa-functional/data/MobileApplicationSwitchConfiguration/nbproject/project.xml b/performance/mobility/test/qa-functional/data/MobileApplicationSwitchConfiguration/nbproject/project.xml index fe082e8..220543d 100644 --- a/performance/mobility/test/qa-functional/data/MobileApplicationSwitchConfiguration/nbproject/project.xml +++ b/performance/mobility/test/qa-functional/data/MobileApplicationSwitchConfiguration/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.kjava.j2meproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/nbproject/project.xml b/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/nbproject/project.xml index e5bece2..7589434 100644 --- a/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/nbproject/project.xml +++ b/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.kjava.j2meproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/profiler.j2se/test/unit/data/JavaApp/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/profiler.j2se/test/unit/data/JavaApp/nbproject/project.xml b/profiler.j2se/test/unit/data/JavaApp/nbproject/project.xml index 63c2475..214d738 100644 --- a/profiler.j2se/test/unit/data/JavaApp/nbproject/project.xml +++ b/profiler.j2se/test/unit/data/JavaApp/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/profiler.nbimpl/test/unit/data/JavaApp/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/profiler.nbimpl/test/unit/data/JavaApp/nbproject/project.xml b/profiler.nbimpl/test/unit/data/JavaApp/nbproject/project.xml index 63c2475..214d738 100644 --- a/profiler.nbimpl/test/unit/data/JavaApp/nbproject/project.xml +++ b/profiler.nbimpl/test/unit/data/JavaApp/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/project.ant/test/unit/src/org/netbeans/spi/project/support/ant/data/project.xml ---------------------------------------------------------------------- diff --git a/project.ant/test/unit/src/org/netbeans/spi/project/support/ant/data/project.xml b/project.ant/test/unit/src/org/netbeans/spi/project/support/ant/data/project.xml index 2d29e42..ed590eb 100644 --- a/project.ant/test/unit/src/org/netbeans/spi/project/support/ant/data/project.xml +++ b/project.ant/test/unit/src/org/netbeans/spi/project/support/ant/data/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>test</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/properties/test/qa-functional/data/projects/properties_test/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/properties/test/qa-functional/data/projects/properties_test/nbproject/project.xml b/properties/test/qa-functional/data/projects/properties_test/nbproject/project.xml index e623204..2e21aa9 100644 --- a/properties/test/qa-functional/data/projects/properties_test/nbproject/project.xml +++ b/properties/test/qa-functional/data/projects/properties_test/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/properties/test/qa-functional/data/projects/properties_test2/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/properties/test/qa-functional/data/projects/properties_test2/nbproject/project.xml b/properties/test/qa-functional/data/projects/properties_test2/nbproject/project.xml index 8ef3069..acc7295 100644 --- a/properties/test/qa-functional/data/projects/properties_test2/nbproject/project.xml +++ b/properties/test/qa-functional/data/projects/properties_test2/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/refactoring.java/test/qa-functional/data/projects/RefactoringTest/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/refactoring.java/test/qa-functional/data/projects/RefactoringTest/nbproject/project.xml b/refactoring.java/test/qa-functional/data/projects/RefactoringTest/nbproject/project.xml index e48e006..db1681a 100644 --- a/refactoring.java/test/qa-functional/data/projects/RefactoringTest/nbproject/project.xml +++ b/refactoring.java/test/qa-functional/data/projects/RefactoringTest/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/refactoring.java/test/unit/data/SimpleJ2SEApp/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/refactoring.java/test/unit/data/SimpleJ2SEApp/nbproject/project.xml b/refactoring.java/test/unit/data/SimpleJ2SEApp/nbproject/project.xml index db90815..835bb1d 100644 --- a/refactoring.java/test/unit/data/SimpleJ2SEApp/nbproject/project.xml +++ b/refactoring.java/test/unit/data/SimpleJ2SEApp/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/refactoring.java/test/unit/data/SimpleJ2SEAppChild/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/refactoring.java/test/unit/data/SimpleJ2SEAppChild/nbproject/project.xml b/refactoring.java/test/unit/data/SimpleJ2SEAppChild/nbproject/project.xml index c696877..1057d45 100644 --- a/refactoring.java/test/unit/data/SimpleJ2SEAppChild/nbproject/project.xml +++ b/refactoring.java/test/unit/data/SimpleJ2SEAppChild/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/df1ac425/xml/test/qa-functional/data/ActionsTestProject/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/xml/test/qa-functional/data/ActionsTestProject/nbproject/project.xml b/xml/test/qa-functional/data/ActionsTestProject/nbproject/project.xml index fcccfd5..e35ab38 100644 --- a/xml/test/qa-functional/data/ActionsTestProject/nbproject/project.xml +++ b/xml/test/qa-functional/data/ActionsTestProject/nbproject/project.xml @@ -1,4 +1,24 @@ <?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. + +--> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.web.project</type> <configuration>
