Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 40302 invoked from network); 23 Jul 2009 01:48:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jul 2009 01:48:11 -0000 Received: (qmail 85947 invoked by uid 500); 23 Jul 2009 01:49:16 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 85850 invoked by uid 500); 23 Jul 2009 01:49:15 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 85841 invoked by uid 99); 23 Jul 2009 01:49:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2009 01:49:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2009 01:49:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 21A2423888C8; Thu, 23 Jul 2009 01:48:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r796923 - in /commons/proper/codec/trunk: doap_codec.rdf src/test/org/apache/commons/codec/RequiredCharsetNamesTest.java Date: Thu, 23 Jul 2009 01:48:44 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090723014844.21A2423888C8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ + Apache Commons Codec 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;