You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/01/06 07:17:50 UTC

svn commit: r1227976 - /openejb/branches/openejb-4.0.0-beta-2/deps/cxf-bundle-patched/src/main/java/org/apache/openejb/patch/PatchedMetadataMap.java

Author: dblevins
Date: Fri Jan  6 06:17:48 2012
New Revision: 1227976

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

Modified:
    openejb/branches/openejb-4.0.0-beta-2/deps/cxf-bundle-patched/src/main/java/org/apache/openejb/patch/PatchedMetadataMap.java

Modified: openejb/branches/openejb-4.0.0-beta-2/deps/cxf-bundle-patched/src/main/java/org/apache/openejb/patch/PatchedMetadataMap.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/deps/cxf-bundle-patched/src/main/java/org/apache/openejb/patch/PatchedMetadataMap.java?rev=1227976&r1=1227975&r2=1227976&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0-beta-2/deps/cxf-bundle-patched/src/main/java/org/apache/openejb/patch/PatchedMetadataMap.java (original)
+++ openejb/branches/openejb-4.0.0-beta-2/deps/cxf-bundle-patched/src/main/java/org/apache/openejb/patch/PatchedMetadataMap.java Fri Jan  6 06:17:48 2012
@@ -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.openejb.patch;
 
 import org.apache.cxf.jaxrs.impl.MetadataMap;