Author: clement
Date: Thu Aug 7 05:46:20 2008
New Revision: 683604
URL: http://svn.apache.org/viewvc?rev=683604&view=rev
Log:
Add Apache Licence header inside obr.xml files.
Modified:
felix/trunk/ipojo/arch/obr.xml
felix/trunk/ipojo/composite/obr.xml
felix/trunk/ipojo/core/obr.xml
felix/trunk/ipojo/handler/eventadmin/obr.xml
felix/trunk/ipojo/handler/extender/obr.xml
felix/trunk/ipojo/handler/temporal/obr.xml
felix/trunk/ipojo/handler/whiteboard/obr.xml
Modified: felix/trunk/ipojo/arch/obr.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/arch/obr.xml?rev=683604&r1=683603&r2=683604&view=diff
==============================================================================
--- felix/trunk/ipojo/arch/obr.xml (original)
+++ felix/trunk/ipojo/arch/obr.xml Thu Aug 7 05:46:20 2008
@@ -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.
+-->
<obr>
<require extend="false"
filter="(service=org.apache.felix.ipojo.architecture.Architecture)"
multiple="true" name="service" optional="true">Import Service
org.apache.felix.ipojo.architecture.Architecture</require>
<require extend="false"
filter="(service=org.apache.felix.ipojo.Factory)" multiple="false"
name="service" optional="true">Import Service
org.apache.felix.ipojo.Factory</require>
Modified: felix/trunk/ipojo/composite/obr.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/composite/obr.xml?rev=683604&r1=683603&r2=683604&view=diff
==============================================================================
--- felix/trunk/ipojo/composite/obr.xml (original)
+++ felix/trunk/ipojo/composite/obr.xml Thu Aug 7 05:46:20 2008
@@ -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.
+-->
<obr>
<capability name="ipojo.handler">
<p n="name" v="instance"/>
Modified: felix/trunk/ipojo/core/obr.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/core/obr.xml?rev=683604&r1=683603&r2=683604&view=diff
==============================================================================
--- felix/trunk/ipojo/core/obr.xml (original)
+++ felix/trunk/ipojo/core/obr.xml Thu Aug 7 05:46:20 2008
@@ -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.
+-->
<obr>
<capability name="ipojo.handler">
<p n="name" v="controller"/>
Modified: felix/trunk/ipojo/handler/eventadmin/obr.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/eventadmin/obr.xml?rev=683604&r1=683603&r2=683604&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/eventadmin/obr.xml (original)
+++ felix/trunk/ipojo/handler/eventadmin/obr.xml Thu Aug 7 05:46:20 2008
@@ -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.
+-->
<obr>
<capability name="ipojo.handler">
<p n="name" v="publisher"/>
Modified: felix/trunk/ipojo/handler/extender/obr.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/extender/obr.xml?rev=683604&r1=683603&r2=683604&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/extender/obr.xml (original)
+++ felix/trunk/ipojo/handler/extender/obr.xml Thu Aug 7 05:46:20 2008
@@ -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.
+-->
<obr>
<capability name="ipojo.handler">
<p n="name" v="extender"/>
Modified: felix/trunk/ipojo/handler/temporal/obr.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/temporal/obr.xml?rev=683604&r1=683603&r2=683604&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/temporal/obr.xml (original)
+++ felix/trunk/ipojo/handler/temporal/obr.xml Thu Aug 7 05:46:20 2008
@@ -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.
+-->
<obr>
<capability name="ipojo.handler">
<p n="name" v="requires"/>
Modified: felix/trunk/ipojo/handler/whiteboard/obr.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/whiteboard/obr.xml?rev=683604&r1=683603&r2=683604&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/whiteboard/obr.xml (original)
+++ felix/trunk/ipojo/handler/whiteboard/obr.xml Thu Aug 7 05:46:20 2008
@@ -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.
+-->
<obr>
<capability name="ipojo.handler">
<p n="name" v="wbp"/>