You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ed...@apache.org on 2006/09/17 14:12:05 UTC

svn commit: r447053 - /jackrabbit/trunk/jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java

Author: edgarpoce
Date: Sun Sep 17 05:12:04 2006
New Revision: 447053

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

Modified:
    jackrabbit/trunk/jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java

Modified: jackrabbit/trunk/jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java?view=diff&rev=447053&r1=447052&r2=447053
==============================================================================
--- jackrabbit/trunk/jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java (original)
+++ jackrabbit/trunk/jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java Sun Sep 17 05:12:04 2006
@@ -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.jackrabbit.jca;
 
 import javax.resource.ResourceException;