Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 3992 invoked from network); 26 Feb 2008 17:43:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 17:43:46 -0000 Received: (qmail 24107 invoked by uid 500); 26 Feb 2008 17:43:38 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 24035 invoked by uid 500); 26 Feb 2008 17:43:38 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 24023 invoked by uid 99); 26 Feb 2008 17:43:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 09:43:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of niall.pemberton@gmail.com designates 209.85.162.181 as permitted sender) Received: from [209.85.162.181] (HELO el-out-1112.google.com) (209.85.162.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 17:43:05 +0000 Received: by el-out-1112.google.com with SMTP id m34so2136890ele.10 for ; Tue, 26 Feb 2008 09:43:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Rtkoeeb06FNjmfHSaURicIaOuPJgm9jlC3bgV7mlpYk=; b=O/FWp8ymU+yKMiYkMVSpJXC7bA36Bskc01XEQAKte+r596h92CETnot8s0FcW4OhyPcA13LYxdkZlOm3aMGUXN2CUWB7vK6PILm6HMUBfXm9J9/eacaFkkQsvqUDHCgdJnT5GCSX9X+9fUniJhovKFs7SDJe261eTV4u3YVdr+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AOczM0occj/z88zzSH7VuiUOd7KgPymARjTdYfHvMmSneSn/3kNh2X51dOGKouk9ysKJF7OUgcfIjOomsnCbq8MCDx2uCrACB0ixet6F7+eeAXUi065rlbJy6LweZCLWuHynSaniOjdHwN5BitkBxi+U5CVX9NQ8lQdDSj7yS9g= Received: by 10.114.160.1 with SMTP id i1mr5846749wae.49.1204047792416; Tue, 26 Feb 2008 09:43:12 -0800 (PST) Received: by 10.114.155.12 with HTTP; Tue, 26 Feb 2008 09:43:12 -0800 (PST) Message-ID: <55afdc850802260943o641de13dra3f509f4ad9ca973@mail.gmail.com> Date: Tue, 26 Feb 2008 17:43:12 +0000 From: "Niall Pemberton" To: "Jakarta Commons Developers List" Subject: Re: [Net] missing AL headers In-Reply-To: <25aac9fc0802260936h1e45d69bxbaf7fd0abb54c81a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25aac9fc0802260936h1e45d69bxbaf7fd0abb54c81a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Feb 26, 2008 at 5:36 PM, sebb wrote: > The following files in the NET_2_0 branch don't seem to have AL headers: > > src/test/java/org/apache/commons/net/ftp/parser/AllTests.java > src/test/java/org/apache/commons/net/tftp/TFTPTest.java I've fixed the above - also quite a few source file headers included the Copyright statement - which should be removed since the new policy came into force - so I fixed those as well: http://svn.apache.org/viewvc?view=rev&revision=631313 http://www.apache.org/legal/src-headers.html > The following files in TRUNK don't seem to have AL headers: > > src/java/examples/nntp/NNTPUtils.java > src/test/org/apache/commons/net/ftp/parser/AllTests.java > src/test/org/apache/commons/net/tftp/TFTPServerPathTests.java > src/test/org/apache/commons/net/tftp/TFTPTests.java Possibly has th > In both cases, the AllTests file may be redundant? > > Sebb --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org