Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 98281 invoked from network); 29 Feb 2008 10:24:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Feb 2008 10:24:27 -0000 Received: (qmail 62094 invoked by uid 500); 29 Feb 2008 10:24:21 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 61642 invoked by uid 500); 29 Feb 2008 10:24:20 -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 61633 invoked by uid 99); 29 Feb 2008 10:24:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 02:24:20 -0800 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 10:23:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A3ABB1A983E; Fri, 29 Feb 2008 02:24:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r632282 - /commons/proper/net/trunk/src/test/org/apache/commons/net/ftp/parser/AllTests.java Date: Fri, 29 Feb 2008 10:24:02 -0000 To: commits@commons.apache.org From: rwinston@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080229102402.A3ABB1A983E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rwinston Date: Fri Feb 29 02:24:01 2008 New Revision: 632282 URL: http://svn.apache.org/viewvc?rev=632282&view=rev Log: Add header Modified: commons/proper/net/trunk/src/test/org/apache/commons/net/ftp/parser/AllTests.java Modified: commons/proper/net/trunk/src/test/org/apache/commons/net/ftp/parser/AllTests.java URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/org/apache/commons/net/ftp/parser/AllTests.java?rev=632282&r1=632281&r2=632282&view=diff ============================================================================== --- commons/proper/net/trunk/src/test/org/apache/commons/net/ftp/parser/AllTests.java (original) +++ commons/proper/net/trunk/src/test/org/apache/commons/net/ftp/parser/AllTests.java Fri Feb 29 02:24:01 2008 @@ -1,8 +1,18 @@ /* - * Created on Apr 5, 2004 + * 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 * - * To change the template for this generated file go to - * Window - Preferences - Java - Code Generation - Code and Comments + * 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.net.ftp.parser;