[NETBEANS-54] Added/updated ALv2 header in META-INF/services/*
Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/473b60f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/473b60f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/473b60f6 Branch: refs/heads/master Commit: 473b60f694caa547f898141b07abb34e06d6b817 Parents: 8fe8f79 Author: Matthias Bläsing <[email protected]> Authored: Sat Oct 14 19:38:21 2017 +0200 Committer: Matthias Bläsing <[email protected]> Committed: Sat Oct 14 19:38:21 2017 +0200 ---------------------------------------------------------------------- ...s.spi.queries.CollocationQueryImplementation | 19 ++++++- .../javax.annotation.processing.Processor | 54 ++++++-------------- .../services/org.openide.loaders.UniFileLoader | 17 ++++++ .../org.openide.util.actions.CookieAction | 17 ++++++ .../META-INF/services/org.openide.ErrorManager | 19 ++++++- .../services/org.openide.actions.ActionManager | 19 ++++++- .../services/java.util.concurrent.Callable | 19 ++++++- ...es.editor.settings.storage.spi.StorageFilter | 17 ++++++ ...etbeans.spi.java.classpath.ClassPathProvider | 19 ++++++- ...rg.netbeans.spi.jumpto.symbol.SymbolProvider | 19 ++++++- .../org.netbeans.spi.jumpto.type.TypeProvider | 19 ++++++- .../org.netbeans.spi.lexer.LanguageProvider | 19 ++++++- ...beans.spi.editor.mimelookup.MimeDataProvider | 19 ++++++- .../org.jdesktop.application.Application | 17 ++++++ .../org.apache.tools.ant.module.spi.AntLogger | 19 ++++++- ...es.editor.settings.storage.spi.StorageFilter | 52 +++++-------------- ....spi.editor.mimelookup.MimeLookupInitializer | 52 +++++-------------- .../org.netbeans.spi.lexer.LanguageProvider | 52 +++++-------------- ...ui.cpu.statistics.StatisticalModuleContainer | 17 ++++++ ...eans.lib.profiler.results.cpu.CPUCCTProvider | 17 ++++++ ...profiler.results.cpu.CPUCCTProvider$Listener | 17 ++++++ ...filer.results.cpu.CPUProfilingResultListener | 17 ++++++ ....lib.profiler.results.cpu.FlatProfileBuilder | 17 ++++++ ...ib.profiler.results.cpu.cct.CCTResultsFilter | 17 ++++++ ...s.lib.profiler.results.cpu.cct.TimeCollector | 17 ++++++ ...ults.cpu.marking.MarkingEngine$StateObserver | 17 ++++++ ...er.results.locks.LockProfilingResultListener | 19 ++++++- ...esults.memory.MemoryProfilingResultsListener | 19 ++++++- .../META-INF/services/org.foo.Interface | 18 +++++++ .../META-INF/services/org.foo.Interface | 19 ++++++- .../javax.annotation.processing.Processor | 17 ++++++ 31 files changed, 530 insertions(+), 166 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/ant.freeform/test/unit/src/META-INF/services/org.netbeans.spi.queries.CollocationQueryImplementation ---------------------------------------------------------------------- diff --git a/ant.freeform/test/unit/src/META-INF/services/org.netbeans.spi.queries.CollocationQueryImplementation b/ant.freeform/test/unit/src/META-INF/services/org.netbeans.spi.queries.CollocationQueryImplementation index 6959cbf..d327de2 100644 --- a/ant.freeform/test/unit/src/META-INF/services/org.netbeans.spi.queries.CollocationQueryImplementation +++ b/ant.freeform/test/unit/src/META-INF/services/org.netbeans.spi.queries.CollocationQueryImplementation @@ -1 +1,18 @@ -#-org.netbeans.modules.queries.AlwaysRelativeCollocationQuery +# 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. +# +#-org.netbeans.modules.queries.AlwaysRelativeCollocationQuery \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/api.annotations.common/src/META-INF/services/javax.annotation.processing.Processor ---------------------------------------------------------------------- diff --git a/api.annotations.common/src/META-INF/services/javax.annotation.processing.Processor b/api.annotations.common/src/META-INF/services/javax.annotation.processing.Processor index bac1ed2..2abc416 100644 --- a/api.annotations.common/src/META-INF/services/javax.annotation.processing.Processor +++ b/api.annotations.common/src/META-INF/services/javax.annotation.processing.Processor @@ -1,42 +1,18 @@ -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - -# Copyright 2009-2017 Oracle and/or its affiliates. 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 # -# Oracle and Java are registered trademarks of Oracle and/or its affiliates. -# Other names may be trademarks of their respective owners. +# http://www.apache.org/licenses/LICENSE-2.0 # -# The contents of this file are subject to the terms of either the GNU -# General Public License Version 2 only ("GPL") or the Common -# Development and Distribution License("CDDL") (collectively, 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-gplv2.html -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -# specific language governing permissions and limitations under the -# License. When distributing the software, include this License Header -# Notice in each file and include the License file at -# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the GPL Version 2 section of the License file that -# accompanied this code. If applicable, add the following below the -# License Header, with the fields enclosed by brackets [] replaced by -# your own identifying information: -# "Portions Copyrighted [year] [name of copyright owner]" +# 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. # -# Contributor(s): -# -# The Original Software is NetBeans. The Initial Developer of the Original -# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -# Microsystems, Inc. All Rights Reserved. -# -# If you wish your version of this file to be governed by only the CDDL -# or only the GPL Version 2, indicate your decision by adding -# "[Contributor] elects to include this software in this distribution -# under the [CDDL or GPL Version 2] license." If you do not indicate a -# single choice of license, a recipient has the option to distribute -# your version of this file under either the CDDL, the GPL Version 2 or -# to extend the choice of license to its licensees as provided above. -# However, if you add GPL Version 2 code and therefore, elected the GPL -# Version 2 license, then the option applies only if the new code is -# made subject to such option by the copyright holder. -org.netbeans.api.annotations.common.proc.StaticResourceProcessor +org.netbeans.api.annotations.common.proc.StaticResourceProcessor \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/apisupport.refactoring/test/qa-functional/data/testRename/src/META-INF/services/org.openide.loaders.UniFileLoader ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/src/META-INF/services/org.openide.loaders.UniFileLoader b/apisupport.refactoring/test/qa-functional/data/testRename/src/META-INF/services/org.openide.loaders.UniFileLoader index 7bf4095..0bdc451 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/src/META-INF/services/org.openide.loaders.UniFileLoader +++ b/apisupport.refactoring/test/qa-functional/data/testRename/src/META-INF/services/org.openide.loaders.UniFileLoader @@ -1 +1,18 @@ +# 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. +# testRename.MyDataLoader http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/apisupport.refactoring/test/qa-functional/data/testRename/src/META-INF/services/org.openide.util.actions.CookieAction ---------------------------------------------------------------------- diff --git a/apisupport.refactoring/test/qa-functional/data/testRename/src/META-INF/services/org.openide.util.actions.CookieAction b/apisupport.refactoring/test/qa-functional/data/testRename/src/META-INF/services/org.openide.util.actions.CookieAction index b04a9cd..661ef22 100644 --- a/apisupport.refactoring/test/qa-functional/data/testRename/src/META-INF/services/org.openide.util.actions.CookieAction +++ b/apisupport.refactoring/test/qa-functional/data/testRename/src/META-INF/services/org.openide.util.actions.CookieAction @@ -1 +1,18 @@ +# 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. +# testRename.WhereUsedAction \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/core.kit/test/perf/src/META-INF/services/org.openide.ErrorManager ---------------------------------------------------------------------- diff --git a/core.kit/test/perf/src/META-INF/services/org.openide.ErrorManager b/core.kit/test/perf/src/META-INF/services/org.openide.ErrorManager index e8d45dc..a370e58 100644 --- a/core.kit/test/perf/src/META-INF/services/org.openide.ErrorManager +++ b/core.kit/test/perf/src/META-INF/services/org.openide.ErrorManager @@ -1 +1,18 @@ -org.openide.ErrorManagerTest$EM +# 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. +# +org.openide.ErrorManagerTest$EM \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/core.kit/test/unit/src/META-INF/services/org.openide.actions.ActionManager ---------------------------------------------------------------------- diff --git a/core.kit/test/unit/src/META-INF/services/org.openide.actions.ActionManager b/core.kit/test/unit/src/META-INF/services/org.openide.actions.ActionManager index c50281f..f280303 100644 --- a/core.kit/test/unit/src/META-INF/services/org.openide.actions.ActionManager +++ b/core.kit/test/unit/src/META-INF/services/org.openide.actions.ActionManager @@ -1 +1,18 @@ -#-org.netbeans.core.ModuleActions +# 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. +# +#-org.netbeans.core.ModuleActions \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/core.netigso/test/unit/data/jars/activate/META-INF/services/java.util.concurrent.Callable ---------------------------------------------------------------------- diff --git a/core.netigso/test/unit/data/jars/activate/META-INF/services/java.util.concurrent.Callable b/core.netigso/test/unit/data/jars/activate/META-INF/services/java.util.concurrent.Callable index df1d6c1..ed68524 100644 --- a/core.netigso/test/unit/data/jars/activate/META-INF/services/java.util.concurrent.Callable +++ b/core.netigso/test/unit/data/jars/activate/META-INF/services/java.util.concurrent.Callable @@ -1 +1,18 @@ -org.activate.Query +# 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. +# +org.activate.Query \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/csl.api/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter ---------------------------------------------------------------------- diff --git a/csl.api/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter b/csl.api/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter index 2cb546b..43809ca 100644 --- a/csl.api/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter +++ b/csl.api/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter @@ -1 +1,18 @@ +# 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. +# org.netbeans.modules.csl.core.GsfEditorSettings \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/csl.api/src/META-INF/services/org.netbeans.spi.java.classpath.ClassPathProvider ---------------------------------------------------------------------- diff --git a/csl.api/src/META-INF/services/org.netbeans.spi.java.classpath.ClassPathProvider b/csl.api/src/META-INF/services/org.netbeans.spi.java.classpath.ClassPathProvider index 369624f..94708a0 100644 --- a/csl.api/src/META-INF/services/org.netbeans.spi.java.classpath.ClassPathProvider +++ b/csl.api/src/META-INF/services/org.netbeans.spi.java.classpath.ClassPathProvider @@ -1,2 +1,19 @@ +# 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. +# org.netbeans.modules.csl.core.ProjectClassPathProvider -#position=100 +#position=100 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/csl.api/src/META-INF/services/org.netbeans.spi.jumpto.symbol.SymbolProvider ---------------------------------------------------------------------- diff --git a/csl.api/src/META-INF/services/org.netbeans.spi.jumpto.symbol.SymbolProvider b/csl.api/src/META-INF/services/org.netbeans.spi.jumpto.symbol.SymbolProvider index 1524cd7..3c37b4d 100644 --- a/csl.api/src/META-INF/services/org.netbeans.spi.jumpto.symbol.SymbolProvider +++ b/csl.api/src/META-INF/services/org.netbeans.spi.jumpto.symbol.SymbolProvider @@ -1 +1,18 @@ -org.netbeans.modules.csl.core.TypeAndSymbolProvider$SymbolProviderImpl +# 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. +# +org.netbeans.modules.csl.core.TypeAndSymbolProvider$SymbolProviderImpl \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/csl.api/src/META-INF/services/org.netbeans.spi.jumpto.type.TypeProvider ---------------------------------------------------------------------- diff --git a/csl.api/src/META-INF/services/org.netbeans.spi.jumpto.type.TypeProvider b/csl.api/src/META-INF/services/org.netbeans.spi.jumpto.type.TypeProvider index 1f27978..f5ffb45 100644 --- a/csl.api/src/META-INF/services/org.netbeans.spi.jumpto.type.TypeProvider +++ b/csl.api/src/META-INF/services/org.netbeans.spi.jumpto.type.TypeProvider @@ -1 +1,18 @@ -org.netbeans.modules.csl.core.TypeAndSymbolProvider$TypeProviderImpl +# 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. +# +org.netbeans.modules.csl.core.TypeAndSymbolProvider$TypeProviderImpl \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/editor.indent/test/unit/src/META-INF/services/org.netbeans.spi.lexer.LanguageProvider ---------------------------------------------------------------------- diff --git a/editor.indent/test/unit/src/META-INF/services/org.netbeans.spi.lexer.LanguageProvider b/editor.indent/test/unit/src/META-INF/services/org.netbeans.spi.lexer.LanguageProvider index 7b3f656..50b650f 100644 --- a/editor.indent/test/unit/src/META-INF/services/org.netbeans.spi.lexer.LanguageProvider +++ b/editor.indent/test/unit/src/META-INF/services/org.netbeans.spi.lexer.LanguageProvider @@ -1 +1,18 @@ -org.netbeans.lib.lexer.test.TestLanguageProvider +# 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. +# +org.netbeans.lib.lexer.test.TestLanguageProvider \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/editor.mimelookup/test/unit/src/META-INF/services/org.netbeans.spi.editor.mimelookup.MimeDataProvider ---------------------------------------------------------------------- diff --git a/editor.mimelookup/test/unit/src/META-INF/services/org.netbeans.spi.editor.mimelookup.MimeDataProvider b/editor.mimelookup/test/unit/src/META-INF/services/org.netbeans.spi.editor.mimelookup.MimeDataProvider index e3597f0..b341b83 100644 --- a/editor.mimelookup/test/unit/src/META-INF/services/org.netbeans.spi.editor.mimelookup.MimeDataProvider +++ b/editor.mimelookup/test/unit/src/META-INF/services/org.netbeans.spi.editor.mimelookup.MimeDataProvider @@ -1 +1,18 @@ -org.netbeans.api.editor.mimelookup.test.MockMimeLookup +# 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. +# +org.netbeans.api.editor.mimelookup.test.MockMimeLookup \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/form/test/qa-functional/data/SampleDesktopApplication/src/META-INF/services/org.jdesktop.application.Application ---------------------------------------------------------------------- diff --git a/form/test/qa-functional/data/SampleDesktopApplication/src/META-INF/services/org.jdesktop.application.Application b/form/test/qa-functional/data/SampleDesktopApplication/src/META-INF/services/org.jdesktop.application.Application index 2995642..aafb347 100644 --- a/form/test/qa-functional/data/SampleDesktopApplication/src/META-INF/services/org.jdesktop.application.Application +++ b/form/test/qa-functional/data/SampleDesktopApplication/src/META-INF/services/org.jdesktop.application.Application @@ -1 +1,18 @@ +# 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. +# sampledesktopapplication.SampleDesktopApplication \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/java.j2seproject/test/unit/src/META-INF/services/org.apache.tools.ant.module.spi.AntLogger ---------------------------------------------------------------------- diff --git a/java.j2seproject/test/unit/src/META-INF/services/org.apache.tools.ant.module.spi.AntLogger b/java.j2seproject/test/unit/src/META-INF/services/org.apache.tools.ant.module.spi.AntLogger index a3675ac..280fe9e 100644 --- a/java.j2seproject/test/unit/src/META-INF/services/org.apache.tools.ant.module.spi.AntLogger +++ b/java.j2seproject/test/unit/src/META-INF/services/org.apache.tools.ant.module.spi.AntLogger @@ -1 +1,18 @@ -#-org.netbeans.modules.junit.output.JUnitAntLogger +# 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. +# +#-org.netbeans.modules.junit.output.JUnitAntLogger \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/languages/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter ---------------------------------------------------------------------- diff --git a/languages/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter b/languages/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter index b722103..1780110 100644 --- a/languages/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter +++ b/languages/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter @@ -1,42 +1,18 @@ -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - -# Copyright 2009-2017 Oracle and/or its affiliates. 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 # -# Oracle and Java are registered trademarks of Oracle and/or its affiliates. -# Other names may be trademarks of their respective owners. +# http://www.apache.org/licenses/LICENSE-2.0 # -# The contents of this file are subject to the terms of either the GNU -# General Public License Version 2 only ("GPL") or the Common -# Development and Distribution License("CDDL") (collectively, 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-gplv2.html -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -# specific language governing permissions and limitations under the -# License. When distributing the software, include this License Header -# Notice in each file and include the License file at -# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the GPL Version 2 section of the License file that -# accompanied this code. If applicable, add the following below the -# License Header, with the fields enclosed by brackets [] replaced by -# your own identifying information: -# "Portions Copyrighted [year] [name of copyright owner]" +# 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. # -# Contributor(s): -# -# The Original Software is NetBeans. The Initial Developer of the Original -# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -# Microsystems, Inc. All Rights Reserved. -# -# If you wish your version of this file to be governed by only the CDDL -# or only the GPL Version 2, indicate your decision by adding -# "[Contributor] elects to include this software in this distribution -# under the [CDDL or GPL Version 2] license." If you do not indicate a -# single choice of license, a recipient has the option to distribute -# your version of this file under either the CDDL, the GPL Version 2 or -# to extend the choice of license to its licensees as provided above. -# However, if you add GPL Version 2 code and therefore, elected the GPL -# Version 2 license, then the option applies only if the new code is -# made subject to such option by the copyright holder. org.netbeans.modules.languages.dataobject.LanguagesEditorKit$EditorSettings \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/languages/src/META-INF/services/org.netbeans.spi.editor.mimelookup.MimeLookupInitializer ---------------------------------------------------------------------- diff --git a/languages/src/META-INF/services/org.netbeans.spi.editor.mimelookup.MimeLookupInitializer b/languages/src/META-INF/services/org.netbeans.spi.editor.mimelookup.MimeLookupInitializer index fec1f95..861bd05 100644 --- a/languages/src/META-INF/services/org.netbeans.spi.editor.mimelookup.MimeLookupInitializer +++ b/languages/src/META-INF/services/org.netbeans.spi.editor.mimelookup.MimeLookupInitializer @@ -1,42 +1,18 @@ -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - -# Copyright 2009-2017 Oracle and/or its affiliates. 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 # -# Oracle and Java are registered trademarks of Oracle and/or its affiliates. -# Other names may be trademarks of their respective owners. +# http://www.apache.org/licenses/LICENSE-2.0 # -# The contents of this file are subject to the terms of either the GNU -# General Public License Version 2 only ("GPL") or the Common -# Development and Distribution License("CDDL") (collectively, 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-gplv2.html -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -# specific language governing permissions and limitations under the -# License. When distributing the software, include this License Header -# Notice in each file and include the License file at -# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the GPL Version 2 section of the License file that -# accompanied this code. If applicable, add the following below the -# License Header, with the fields enclosed by brackets [] replaced by -# your own identifying information: -# "Portions Copyrighted [year] [name of copyright owner]" +# 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. # -# Contributor(s): -# -# The Original Software is NetBeans. The Initial Developer of the Original -# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -# Microsystems, Inc. All Rights Reserved. -# -# If you wish your version of this file to be governed by only the CDDL -# or only the GPL Version 2, indicate your decision by adding -# "[Contributor] elects to include this software in this distribution -# under the [CDDL or GPL Version 2] license." If you do not indicate a -# single choice of license, a recipient has the option to distribute -# your version of this file under either the CDDL, the GPL Version 2 or -# to extend the choice of license to its licensees as provided above. -# However, if you add GPL Version 2 code and therefore, elected the GPL -# Version 2 license, then the option applies only if the new code is -# made subject to such option by the copyright holder. org.netbeans.modules.languages.dataobject.MimeLookupInitializerImpl \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/languages/src/META-INF/services/org.netbeans.spi.lexer.LanguageProvider ---------------------------------------------------------------------- diff --git a/languages/src/META-INF/services/org.netbeans.spi.lexer.LanguageProvider b/languages/src/META-INF/services/org.netbeans.spi.lexer.LanguageProvider index 4af99fa..3a2d2c9 100644 --- a/languages/src/META-INF/services/org.netbeans.spi.lexer.LanguageProvider +++ b/languages/src/META-INF/services/org.netbeans.spi.lexer.LanguageProvider @@ -1,42 +1,18 @@ -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - -# Copyright 2009-2017 Oracle and/or its affiliates. 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 # -# Oracle and Java are registered trademarks of Oracle and/or its affiliates. -# Other names may be trademarks of their respective owners. +# http://www.apache.org/licenses/LICENSE-2.0 # -# The contents of this file are subject to the terms of either the GNU -# General Public License Version 2 only ("GPL") or the Common -# Development and Distribution License("CDDL") (collectively, 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-gplv2.html -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -# specific language governing permissions and limitations under the -# License. When distributing the software, include this License Header -# Notice in each file and include the License file at -# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the GPL Version 2 section of the License file that -# accompanied this code. If applicable, add the following below the -# License Header, with the fields enclosed by brackets [] replaced by -# your own identifying information: -# "Portions Copyrighted [year] [name of copyright owner]" +# 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. # -# Contributor(s): -# -# The Original Software is NetBeans. The Initial Developer of the Original -# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -# Microsystems, Inc. All Rights Reserved. -# -# If you wish your version of this file to be governed by only the CDDL -# or only the GPL Version 2, indicate your decision by adding -# "[Contributor] elects to include this software in this distribution -# under the [CDDL or GPL Version 2] license." If you do not indicate a -# single choice of license, a recipient has the option to distribute -# your version of this file under either the CDDL, the GPL Version 2 or -# to extend the choice of license to its licensees as provided above. -# However, if you add GPL Version 2 code and therefore, elected the GPL -# Version 2 license, then the option applies only if the new code is -# made subject to such option by the copyright holder. org.netbeans.modules.languages.lexer.SLanguageProvider \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/lib.profiler.ui/src/META-INF/services/org.netbeans.lib.profiler.ui.cpu.statistics.StatisticalModuleContainer ---------------------------------------------------------------------- diff --git a/lib.profiler.ui/src/META-INF/services/org.netbeans.lib.profiler.ui.cpu.statistics.StatisticalModuleContainer b/lib.profiler.ui/src/META-INF/services/org.netbeans.lib.profiler.ui.cpu.statistics.StatisticalModuleContainer index 1c48e48..03d4952 100644 --- a/lib.profiler.ui/src/META-INF/services/org.netbeans.lib.profiler.ui.cpu.statistics.StatisticalModuleContainer +++ b/lib.profiler.ui/src/META-INF/services/org.netbeans.lib.profiler.ui.cpu.statistics.StatisticalModuleContainer @@ -1 +1,18 @@ +# 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. +# org.netbeans.lib.profiler.ui.cpu.statistics.StatisticalModuleContainer \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUCCTProvider ---------------------------------------------------------------------- diff --git a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUCCTProvider b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUCCTProvider index bad09c3..0cfa177 100644 --- a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUCCTProvider +++ b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUCCTProvider @@ -1 +1,18 @@ +# 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. +# org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUCCTProvider$Listener ---------------------------------------------------------------------- diff --git a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUCCTProvider$Listener b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUCCTProvider$Listener index 56a7f48..0ee7288 100644 --- a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUCCTProvider$Listener +++ b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUCCTProvider$Listener @@ -1 +1,18 @@ +# 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. +# org.netbeans.lib.profiler.results.cpu.FlatProfileBuilder \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUProfilingResultListener ---------------------------------------------------------------------- diff --git a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUProfilingResultListener b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUProfilingResultListener index 18f42bc..1b37679 100644 --- a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUProfilingResultListener +++ b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.CPUProfilingResultListener @@ -1,3 +1,20 @@ +# 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. +# org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder org.netbeans.lib.profiler.results.locks.LockGraphBuilder$CPULockGraphBuilder org.netbeans.lib.profiler.results.jdbc.JdbcGraphBuilder \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.FlatProfileBuilder ---------------------------------------------------------------------- diff --git a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.FlatProfileBuilder b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.FlatProfileBuilder index 56a7f48..0ee7288 100644 --- a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.FlatProfileBuilder +++ b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.FlatProfileBuilder @@ -1 +1,18 @@ +# 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. +# org.netbeans.lib.profiler.results.cpu.FlatProfileBuilder \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.cct.CCTResultsFilter ---------------------------------------------------------------------- diff --git a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.cct.CCTResultsFilter b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.cct.CCTResultsFilter index 2485c31..99716ef 100644 --- a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.cct.CCTResultsFilter +++ b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.cct.CCTResultsFilter @@ -1 +1,18 @@ +# 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. +# org.netbeans.lib.profiler.results.cpu.cct.CCTResultsFilter \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.cct.TimeCollector ---------------------------------------------------------------------- diff --git a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.cct.TimeCollector b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.cct.TimeCollector index 199f154..bfb5993 100644 --- a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.cct.TimeCollector +++ b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.cct.TimeCollector @@ -1 +1,18 @@ +# 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. +# org.netbeans.lib.profiler.results.cpu.cct.TimeCollector \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.marking.MarkingEngine$StateObserver ---------------------------------------------------------------------- diff --git a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.marking.MarkingEngine$StateObserver b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.marking.MarkingEngine$StateObserver index 199f154..bfb5993 100644 --- a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.marking.MarkingEngine$StateObserver +++ b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.cpu.marking.MarkingEngine$StateObserver @@ -1 +1,18 @@ +# 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. +# org.netbeans.lib.profiler.results.cpu.cct.TimeCollector \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.locks.LockProfilingResultListener ---------------------------------------------------------------------- diff --git a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.locks.LockProfilingResultListener b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.locks.LockProfilingResultListener index 7c1f5a7..4cf6f05 100644 --- a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.locks.LockProfilingResultListener +++ b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.locks.LockProfilingResultListener @@ -1 +1,18 @@ -org.netbeans.lib.profiler.results.locks.LockGraphBuilder +# 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. +# +org.netbeans.lib.profiler.results.locks.LockGraphBuilder \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.memory.MemoryProfilingResultsListener ---------------------------------------------------------------------- diff --git a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.memory.MemoryProfilingResultsListener b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.memory.MemoryProfilingResultsListener index 94db446..5efeb4a 100644 --- a/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.memory.MemoryProfilingResultsListener +++ b/lib.profiler/src/META-INF/services/org.netbeans.lib.profiler.results.memory.MemoryProfilingResultsListener @@ -1,2 +1,19 @@ +# 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. +# org.netbeans.lib.profiler.results.memory.MemoryCallGraphBuilder -org.netbeans.lib.profiler.results.locks.LockGraphBuilder$MemoryLockGraphBuilder +org.netbeans.lib.profiler.results.locks.LockGraphBuilder$MemoryLockGraphBuilder \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/o.n.core/test/unit/data/lookup/services-jar-1/META-INF/services/org.foo.Interface ---------------------------------------------------------------------- diff --git a/o.n.core/test/unit/data/lookup/services-jar-1/META-INF/services/org.foo.Interface b/o.n.core/test/unit/data/lookup/services-jar-1/META-INF/services/org.foo.Interface index cefec66..95d3d23 100644 --- a/o.n.core/test/unit/data/lookup/services-jar-1/META-INF/services/org.foo.Interface +++ b/o.n.core/test/unit/data/lookup/services-jar-1/META-INF/services/org.foo.Interface @@ -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. +# + # Some header info, maybe. # Our first impl here: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/o.n.core/test/unit/data/lookup/services-jar-2/META-INF/services/org.foo.Interface ---------------------------------------------------------------------- diff --git a/o.n.core/test/unit/data/lookup/services-jar-2/META-INF/services/org.foo.Interface b/o.n.core/test/unit/data/lookup/services-jar-2/META-INF/services/org.foo.Interface index f3601a6..cc6abd2 100644 --- a/o.n.core/test/unit/data/lookup/services-jar-2/META-INF/services/org.foo.Interface +++ b/o.n.core/test/unit/data/lookup/services-jar-2/META-INF/services/org.foo.Interface @@ -1 +1,18 @@ -org.bar.Implementation2 +# 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. +# +org.bar.Implementation2 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/473b60f6/openide.util.lookup/src/META-INF/services/javax.annotation.processing.Processor ---------------------------------------------------------------------- diff --git a/openide.util.lookup/src/META-INF/services/javax.annotation.processing.Processor b/openide.util.lookup/src/META-INF/services/javax.annotation.processing.Processor index 1a11806..18fd20a 100644 --- a/openide.util.lookup/src/META-INF/services/javax.annotation.processing.Processor +++ b/openide.util.lookup/src/META-INF/services/javax.annotation.processing.Processor @@ -1,2 +1,19 @@ +# 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. +# org.netbeans.modules.openide.util.ServiceProviderProcessor org.netbeans.modules.openide.util.NamedServiceProcessor \ No newline at end of file
