geertjanw closed pull request #716: [NETBEANS-1074] Module Review groovy.samples URL: https://github.com/apache/incubator-netbeans/pull/716
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/groovy.samples/sample_src/GroovyJavaDemo/src/demo/DisplayProvider.groovy b/groovy.samples/sample_src/GroovyJavaDemo/src/demo/DisplayProvider.groovy index 7fb4ac14db..47f4cd5da3 100644 --- a/groovy.samples/sample_src/GroovyJavaDemo/src/demo/DisplayProvider.groovy +++ b/groovy.samples/sample_src/GroovyJavaDemo/src/demo/DisplayProvider.groovy @@ -1,3 +1,21 @@ +/* + * 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. + */ package demo diff --git a/groovy.samples/sample_src/NBProjectGenerators/src/generators/NetBeansModule.groovy b/groovy.samples/sample_src/NBProjectGenerators/src/generators/NetBeansModule.groovy index 2229bc26b6..534bb66483 100644 --- a/groovy.samples/sample_src/NBProjectGenerators/src/generators/NetBeansModule.groovy +++ b/groovy.samples/sample_src/NBProjectGenerators/src/generators/NetBeansModule.groovy @@ -1,3 +1,21 @@ +/* + * 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. + */ package generators diff --git a/groovy.samples/sample_src/NBProjectGenerators/src/generators/NetBeansPlatform.groovy b/groovy.samples/sample_src/NBProjectGenerators/src/generators/NetBeansPlatform.groovy index 139ea70ef2..8925876308 100644 --- a/groovy.samples/sample_src/NBProjectGenerators/src/generators/NetBeansPlatform.groovy +++ b/groovy.samples/sample_src/NBProjectGenerators/src/generators/NetBeansPlatform.groovy @@ -1,3 +1,21 @@ +/* + * 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. + */ package generators diff --git a/nbbuild/rat-exclusions.txt b/nbbuild/rat-exclusions.txt index a87960f0a3..846f358073 100644 --- a/nbbuild/rat-exclusions.txt +++ b/nbbuild/rat-exclusions.txt @@ -156,6 +156,7 @@ platform/openide.util/test/unit/src/org/openide/util/LookupUsesRequestProcessorT ### generated, no degree of creativity **/nbproject/build-impl.xml **/nbproject/genfiles.properties +**/nbproject/groovy-build.xml **/nbproject/jfx-impl.xml nbi/engine/nbproject/profiler-build-impl.xml websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/jaxb/* ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
