This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.1.x by this push:
     new 7c4f273  Add ASF header in distributed cfg files
7c4f273 is described below

commit 7c4f27359274a0c3366c4c5376a4b03fc138df45
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Dec 12 18:32:49 2017 +0100

    Add ASF header in distributed cfg files
---
 .../enterprise/src/main/feature/feature.xml        |  38 ++
 .../features/standard/src/main/feature/feature.xml | 437 +++++++++++++++++++++
 2 files changed, 475 insertions(+)

diff --git a/assemblies/features/enterprise/src/main/feature/feature.xml 
b/assemblies/features/enterprise/src/main/feature/feature.xml
index 90a7c5c..06b1576 100644
--- a/assemblies/features/enterprise/src/main/feature/feature.xml
+++ b/assemblies/features/enterprise/src/main/feature/feature.xml
@@ -37,6 +37,25 @@
     <feature name="transaction-manager-geronimo" description="Geronimo 
Transaction Manager" version="${aries.transaction.manager.version}">
         <details>JTA implementation provided by Apache Aries 
Transaction</details>
         <config name="org.apache.aries.transaction">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             aries.transaction.recoverable = true
             aries.transaction.timeout = 600
             aries.transaction.howl.logFileDir = ${karaf.data}/txlog
@@ -55,6 +74,25 @@
     <feature name="transaction-manager-narayana" description="Narayana 
Transaction Manager" version="${narayana.version}">
         <details>JTA implementation provided by Narayana</details>
         <config name="org.jboss.narayana">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             ObjectStoreEnvironmentBean.objectStoreDir=${karaf.data}/narayana
             
ObjectStoreEnvironmentBean.communicationStore.objectStoreDir=${karaf.data}/narayana
             
HornetqJournalEnvironmentBean.storeDir=${karaf.data}/narayana/hornetq
diff --git a/assemblies/features/standard/src/main/feature/feature.xml 
b/assemblies/features/standard/src/main/feature/feature.xml
index d7c582f..3291f1c 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -58,6 +58,25 @@
         <bundle 
start-level="1">mvn:org.apache.karaf.features/org.apache.karaf.features.extension/${project.version}</bundle>
         <bundle 
start-level="15">mvn:org.apache.karaf.features/org.apache.karaf.features.core/${project.version}</bundle>
         <config name="org.apache.karaf.features.repos">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # This file describes the features repository URL
             # It could be directly installed using feature:repo-add command
@@ -98,6 +117,25 @@
         <conditional>
             <condition>shell</condition>
             <config name="org.apache.karaf.command.acl.feature">
+                
################################################################################
+                #
+                #    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.
+                #
+                
################################################################################
+
                 #
                 # This configuration file defines the ACLs for commands in the 
feature subshell
                 #
@@ -120,6 +158,25 @@
     <feature name="shell" description="Karaf Shell" 
version="${project.version}">
         <feature>jaas-boot</feature>
         <config name="org.apache.karaf.command.acl.shell">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # This configuration file defines the ACLs for commands in the 
shell subshell
             #
@@ -129,6 +186,25 @@
             java = admin
         </config>
         <config name="org.apache.karaf.command.acl.scope_bundle">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # This configuration file defines the ACLs for scope bundles
             # 
@@ -143,6 +219,25 @@
             shell=org.apache.karaf.shell.commands
         </config>
         <config name="org.apache.karaf.shell">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # These properties are used to configure Karaf's ssh shell.
             #
@@ -294,6 +389,25 @@
         <conditional>
             <condition>management</condition>
             <config name="jmx.acl.org.apache.karaf.bundle">
+                
################################################################################
+                #
+                #    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.
+                #
+                
################################################################################
+
                 #
                 # JMX ACL specific to the org.apache.karaf:type=bundle,name=* 
MBean which maps to the Karaf MBean
                 # to control OSGi bundles.
@@ -318,6 +432,25 @@
         <conditional>
             <condition>shell</condition>
             <config name="org.apache.karaf.command.acl.bundle">
+                
################################################################################
+                #
+                #    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.
+                #
+                
################################################################################
+
                 #
                 # This configuration file defines the ACLs for commands in the 
bundle subshell
                 #
@@ -352,6 +485,25 @@
         <conditional>
             <condition>management</condition>
             <config name="jmx.acl.org.apache.karaf.config">
+                
################################################################################
+                #
+                #    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.
+                #
+                
################################################################################
+
                 #
                 # JMX ACL specific to the org.apache.karaf:type=config,name=* 
MBean which maps to the Karaf MBean to interact with the
                 # OSGi Config Admin service.
@@ -390,6 +542,25 @@
         <conditional>
             <condition>shell</condition>
             <config name="org.apache.karaf.command.acl.config">
+                
################################################################################
+                #
+                #    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.
+                #
+                
################################################################################
+
                 #
                 # This configuration file defines the ACLs for various 
commands in the config subshell
                 #
@@ -432,6 +603,25 @@
 
     <feature name="jaas" description="Provide JAAS support" 
version="${project.version}">
         <config name="org.apache.karaf.jaas">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # Boolean enabling / disabling encrypted passwords
             #
@@ -485,6 +675,25 @@
         <conditional>
             <condition>shell</condition>
             <config name="org.apache.karaf.command.acl.jaas">
+                
################################################################################
+                #
+                #    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.
+                #
+                
################################################################################
+
                 #
                 # This configuration file defines the ACLs for commands in the 
jaas subshell
                 # Jaas commands commands have no effect until update is called.
@@ -496,6 +705,25 @@
 
     <feature name="log" description="Provide Log support" 
version="${project.version}">
         <config name="org.apache.karaf.log">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # This configuration file is used to configure the default values 
for the log:display
             # and log:exception-display commands.
@@ -530,6 +758,25 @@
         <conditional>
             <condition>shell</condition>
             <config name="org.apache.karaf.command.acl.system">
+                
################################################################################
+                #
+                #    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.
+                #
+                
################################################################################
+
                 #
                 # This configuration file defines the ACLs for commands in the 
system subshell
                 #
@@ -627,6 +874,25 @@
         <conditional>
             <condition>shell</condition>
             <config name="org.apache.karaf.command.acl.kar">
+                
################################################################################
+                #
+                #    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.
+                #
+                
################################################################################
+
                 #
                 # This configuration file defines the ACLs for commands in the 
kar subshell
                 #
@@ -642,6 +908,25 @@
     <feature name="webconsole" description="Base support of the Karaf 
WebConsole" version="${project.version}">
         <feature>jaas-boot</feature>
         <config name="org.apache.karaf.webconsole">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             realm=karaf
         </config>
         <feature>http</feature>
@@ -671,6 +956,25 @@
 
     <feature name="management" description="Provide a JMX MBeanServer and a 
set of MBeans in Karaf" version="${project.version}">
         <config name="jmx.acl">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # Generic JMX ACL
             #
@@ -727,6 +1031,25 @@
             * = admin
         </config>
         <config name="jmx.acl.org.apache.karaf.security.jmx">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # JMX ACL specific to the org.apache.karaf:type=security,area=jmx 
MBean which
             # can be used to find out whether the currently logged in JMX user 
can invoke
@@ -737,6 +1060,25 @@
             canInvoke = viewer
         </config>
         <config name="jmx.acl.java.lang.Memory">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # JMX ACL specific to the java.lang.Memory MBean
             #
@@ -745,6 +1087,25 @@
             gc = manager
         </config>
         <config name="jmx.acl.osgi.compendium.cm">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # JMX ACL specific to osgi.compendium.cm MBean
             #
@@ -781,6 +1142,25 @@
             
updateForLocation(java.lang.String,java.lang.String,javax.management.openmbean.TabularData)
 = manager
         </config>
         <config name="org.apache.karaf.management">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             #
             # The properties in this file define the configuration of Apache 
Karaf's JMX Management
             #
@@ -904,6 +1284,25 @@
 
     <feature name="eventadmin" description="OSGi Event Admin service 
specification for event-based communication" version="${project.version}">
         <config name="org.apache.felix.eventadmin.impl.EventAdmin">
+            
################################################################################
+            #
+            #    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.apache.felix.eventadmin.AddTimestamp=true
             org.apache.felix.eventadmin.AddSubject=true
         </config>
@@ -975,6 +1374,25 @@
 
     <feature name="profile" description="Profiles support" 
version="${project.version}">
         <config name="org.apache.karaf.profile">
+            
################################################################################
+            #
+            #    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.
+            #
+            
################################################################################
+
             profilesDirectory = ${karaf.home}/profiles
         </config>
         
<bundle>mvn:org.apache.karaf.profile/org.apache.karaf.profile.core/${project.version}</bundle>
@@ -985,6 +1403,25 @@
     <feature name="jolokia" description="Jolokia monitoring support" 
version="${jolokia.version}">
         <feature>http</feature>
         <config name="org.jolokia.osgi">
+            
################################################################################
+            #
+            #    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.jolokia.user=karaf
             org.jolokia.realm=karaf
             org.jolokia.authMode=jaas

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to