Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC2CADCC1 for ; Fri, 15 Feb 2013 18:44:32 +0000 (UTC) Received: (qmail 55399 invoked by uid 500); 15 Feb 2013 18:44:32 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 55354 invoked by uid 500); 15 Feb 2013 18:44:32 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 55346 invoked by uid 99); 15 Feb 2013 18:44:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 18:44:32 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of min.chen@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 18:44:27 +0000 X-IronPort-AV: E=Sophos;i="4.84,675,1355097600"; d="scan'208";a="7736915" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 15 Feb 2013 18:44:06 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.73]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Fri, 15 Feb 2013 10:44:05 -0800 From: Min Chen To: "cloudstack-dev@incubator.apache.org" Date: Fri, 15 Feb 2013 10:44:03 -0800 Subject: Re: author identification in source code? Thread-Topic: author identification in source code? Thread-Index: Ac4LrG3pdf+Ue648SnS1g6QKE5o3VA== Message-ID: In-Reply-To: <20130215140314.GB18282@cloud-2.local> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.5.121010 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Remove @author tags for all new files created by me, also updated my eclipse preference to not include @author tag. Thanks -min On 2/15/13 6:03 AM, "Prasanna Santhanam" wrote: >https://issues.apache.org/jira/browse/CLOUDSTACK-1253 > >On Fri, Feb 15, 2013 at 07:28:17PM +0530, Jim Jagielski wrote: >> In general, it's best to remove them... that's the SOP for >> the vast majority of other ASF projects. >>=20 >> On Feb 12, 2013, at 4:19 PM, Chip Childers >>wrote: >>=20 >> > On Tue, Feb 12, 2013 at 01:14:52PM -0800, Chiradeep Vittal wrote: >> >> I notice that some files have @author javadoc tags in them. Is this >>kosher? >> >> I realize that Eclipse automatically adds this in many cases, and is >>probably not intentional. >> >=20 >> > We discussed this briefly earlier [1]. I'd suggest we remove them. >> > git blame works better, and frankly it's problematic to try to keep >>them >> > up to date. >> >=20 >> > -chip >> >=20 >> > [1] http://markmail.org/message/rpsql3duh5hd4ba4 >> >=20 > >--=20 >Prasanna.,