You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/07/23 03:48:44 UTC

svn commit: r796923 - in /commons/proper/codec/trunk: doap_codec.rdf src/test/org/apache/commons/codec/RequiredCharsetNamesTest.java

Author: niallp
Date: Thu Jul 23 01:48:43 2009
New Revision: 796923

URL: http://svn.apache.org/viewvc?rev=796923&view=rev
Log:
Add ASF license Headers

Modified:
    commons/proper/codec/trunk/doap_codec.rdf
    commons/proper/codec/trunk/src/test/org/apache/commons/codec/RequiredCharsetNamesTest.java

Modified: commons/proper/codec/trunk/doap_codec.rdf
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/doap_codec.rdf?rev=796923&r1=796922&r2=796923&view=diff
==============================================================================
--- commons/proper/codec/trunk/doap_codec.rdf (original)
+++ commons/proper/codec/trunk/doap_codec.rdf Thu Jul 23 01:48:43 2009
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+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.
+-->
 <rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
   <Project rdf:about="http://commons.apache.org/codec/">
     <name>Apache Commons Codec</name>

Modified: commons/proper/codec/trunk/src/test/org/apache/commons/codec/RequiredCharsetNamesTest.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec/RequiredCharsetNamesTest.java?rev=796923&r1=796922&r2=796923&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/test/org/apache/commons/codec/RequiredCharsetNamesTest.java (original)
+++ commons/proper/codec/trunk/src/test/org/apache/commons/codec/RequiredCharsetNamesTest.java Thu Jul 23 01:48:43 2009
@@ -1,9 +1,18 @@
 /*
- * Copyright (C) 1993-2003 SEAGULL
+ * 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
  * 
- * RequiredCharsetNamesTest.java
- * Created on Jul 20, 2009, 6:08:58 PM
+ *      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.commons.codec;