Repository: karaf Updated Branches: refs/heads/master ba9e04bdd -> 406c6f093
Fix missing Apache header Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/406c6f09 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/406c6f09 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/406c6f09 Branch: refs/heads/master Commit: 406c6f09304e66cb00a058d0fcc1f8f0f93ad010 Parents: ba9e04b Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Dec 7 15:48:23 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Dec 7 15:48:23 2016 +0100 ---------------------------------------------------------------------- .../org/apache/karaf/event/service/Activator.java | 16 ++++++++++++++++ .../karaf/event/command/EventSendCommandTest.java | 16 ++++++++++++++++ .../internal/service/cycle/a-references-b.xml | 17 +++++++++++++++++ .../internal/service/cycle/b-references-c.xml | 17 +++++++++++++++++ .../internal/service/cycle/c-references-a.xml | 17 +++++++++++++++++ .../org/apache/karaf/tooling/versions.properties | 18 ++++++++++++++++++ 6 files changed, 101 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/406c6f09/event/src/main/java/org/apache/karaf/event/service/Activator.java ---------------------------------------------------------------------- diff --git a/event/src/main/java/org/apache/karaf/event/service/Activator.java b/event/src/main/java/org/apache/karaf/event/service/Activator.java index 11f3897..700dacf 100644 --- a/event/src/main/java/org/apache/karaf/event/service/Activator.java +++ b/event/src/main/java/org/apache/karaf/event/service/Activator.java @@ -1,3 +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. + */ package org.apache.karaf.event.service; import java.util.Dictionary; http://git-wip-us.apache.org/repos/asf/karaf/blob/406c6f09/event/src/test/java/org/apache/karaf/event/command/EventSendCommandTest.java ---------------------------------------------------------------------- diff --git a/event/src/test/java/org/apache/karaf/event/command/EventSendCommandTest.java b/event/src/test/java/org/apache/karaf/event/command/EventSendCommandTest.java index 96f3413..59b09f7 100644 --- a/event/src/test/java/org/apache/karaf/event/command/EventSendCommandTest.java +++ b/event/src/test/java/org/apache/karaf/event/command/EventSendCommandTest.java @@ -1,3 +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. + */ package org.apache.karaf.event.command; import static org.easymock.EasyMock.capture; http://git-wip-us.apache.org/repos/asf/karaf/blob/406c6f09/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/a-references-b.xml ---------------------------------------------------------------------- diff --git a/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/a-references-b.xml b/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/a-references-b.xml index aaa0a7f..79efc1c 100644 --- a/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/a-references-b.xml +++ b/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/a-references-b.xml @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + + 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. +--> <features xmlns="http://karaf.apache.org/xmlns/features/v1.3.0" name="a-references-b"> <repository>custom:cycle/b-references-c.xml</repository> <feature name="a-references-b" description="a-references-b" version="1.0.0.SNAPSHOT"> http://git-wip-us.apache.org/repos/asf/karaf/blob/406c6f09/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/b-references-c.xml ---------------------------------------------------------------------- diff --git a/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/b-references-c.xml b/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/b-references-c.xml index 2b11414..0490e99 100644 --- a/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/b-references-c.xml +++ b/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/b-references-c.xml @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + + 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. +--> <features xmlns="http://karaf.apache.org/xmlns/features/v1.3.0" name="b-references-c"> <repository>custom:cycle/c-references-a.xml</repository> <feature name="b-references-c" description="b-references-c" version="1.0.0.SNAPSHOT"> http://git-wip-us.apache.org/repos/asf/karaf/blob/406c6f09/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/c-references-a.xml ---------------------------------------------------------------------- diff --git a/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/c-references-a.xml b/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/c-references-a.xml index b1293c9..d8c30a5 100644 --- a/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/c-references-a.xml +++ b/features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/c-references-a.xml @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + + 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. +--> <features xmlns="http://karaf.apache.org/xmlns/features/v1.3.0" name="c-references-a"> <repository>custom:cycle/a-references-b.xml</repository> <feature name="c-references-a" description="c-references-a" version="1.0.0.SNAPSHOT"> http://git-wip-us.apache.org/repos/asf/karaf/blob/406c6f09/tooling/karaf-maven-plugin/src/main/filtered-resources/org/apache/karaf/tooling/versions.properties ---------------------------------------------------------------------- diff --git a/tooling/karaf-maven-plugin/src/main/filtered-resources/org/apache/karaf/tooling/versions.properties b/tooling/karaf-maven-plugin/src/main/filtered-resources/org/apache/karaf/tooling/versions.properties index fbeec5d..e8d7642 100644 --- a/tooling/karaf-maven-plugin/src/main/filtered-resources/org/apache/karaf/tooling/versions.properties +++ b/tooling/karaf-maven-plugin/src/main/filtered-resources/org/apache/karaf/tooling/versions.properties @@ -1 +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. +# +################################################################################ karaf-version=${project.version}
