You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2011/04/06 09:43:49 UTC

svn commit: r1089336 - /jackrabbit/trunk/jackrabbit-bundle/src/main/resources/OSGI-INF/jackrabbit-repository-factory.xml

Author: jukka
Date: Wed Apr  6 07:43:48 2011
New Revision: 1089336

URL: http://svn.apache.org/viewvc?rev=1089336&view=rev
Log:
Add missing license header

Modified:
    jackrabbit/trunk/jackrabbit-bundle/src/main/resources/OSGI-INF/jackrabbit-repository-factory.xml

Modified: jackrabbit/trunk/jackrabbit-bundle/src/main/resources/OSGI-INF/jackrabbit-repository-factory.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-bundle/src/main/resources/OSGI-INF/jackrabbit-repository-factory.xml?rev=1089336&r1=1089335&r2=1089336&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-bundle/src/main/resources/OSGI-INF/jackrabbit-repository-factory.xml (original)
+++ jackrabbit/trunk/jackrabbit-bundle/src/main/resources/OSGI-INF/jackrabbit-repository-factory.xml Wed Apr  6 07:43:48 2011
@@ -1,7 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+  -->
 <component name="jackrabbit-repository-factory">
   <implementation class="org.apache.jackrabbit.core.RepositoryFactoryImpl"/>
   <service>
     <provide interface="javax.jcr.RepositoryFactory"/>
   </service>
-</component>
\ No newline at end of file
+</component>