Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 26986 invoked from network); 14 Feb 2009 15:14:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2009 15:14:58 -0000 Received: (qmail 32516 invoked by uid 500); 14 Feb 2009 15:14:56 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 32445 invoked by uid 500); 14 Feb 2009 15:14:56 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 32434 invoked by uid 99); 14 Feb 2009 15:14:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Feb 2009 07:14:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Feb 2009 15:14:48 +0000 Received: by nf-out-0910.google.com with SMTP id b11so162675nfh.30 for ; Sat, 14 Feb 2009 07:14:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=qpTUdB3I3VNK+RLGJPl/cf+9uu/HY6Ddw9bSPX5/syA=; b=uWQ/VocnqgUFkVUT0MWtZ8qK3Ev0+HiaE1GXAfFegWwt4/XSMHnZJ503vHM6ireRFw iw/MqNMgGzOz5NTd9wq4SH1Re94st1tCUVXEv5XGLybByvFDJyaBJzrijMOsde36a7NT KWoTdfvY3OkEG9lCtt3jCcLNkKJfDP0Mrfa9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=C92uPvWe0sMZM7UOIvN+Y+1P3Rs0DVmM7GociWPt5Ba8acWtjzKXPWoKBUPbdrB1vg hPRaOkRsjgb/83ny2XFoAbB3IzN0RDfssEPy/gZ7Hzi56DOpSvJNIRoWVncpkTpUFeRB sv4Bd06wgY3YtfPSsisTRm7XGZRix0X9eW4ec= MIME-Version: 1.0 Received: by 10.210.112.1 with SMTP id k1mr2615392ebc.167.1234624468184; Sat, 14 Feb 2009 07:14:28 -0800 (PST) Date: Sat, 14 Feb 2009 15:14:27 +0000 Message-ID: <25aac9fc0902140714s19dc8f39w953ff7728d4c1388@mail.gmail.com> Subject: @since tags in HC source files From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Most of the source files in HC trunk have got "@since 4.0" tags in them. I'm currently processing all the source files to remove the @author tags, should I also add @since tags to any source files that don't have them? Any objection if these changes are committed together? S/// --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org