GitHub user sboorlagadda opened a pull request:
https://github.com/apache/incubator-geode/pull/100
GEODE-52: Remove @author tags from Java source
* removed @author tags except from java source copied from JSON.org
* removed @author from java script files.
I have automatically removed @author tags using unix command ` find . -type
f -print0 | xargs -0 sed -i /@author/d`
I tested gradle build to check any compilation issues due to auto-remove a
line from headers.
Also precheckin passed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sboorlagadda/incubator-geode GEODE-52
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/100.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #100
----
commit 15aeb81376dd7c4edd7a2a41ae9a9f261956f769
Author: Sai Boorlagadda <[email protected]>
Date: 2016-02-17T22:51:44Z
GEODE-52: Remove @author tags from Java source
* removed @author tags except from java source copied from JSON.org
commit 2b1c405745248e465debd8afe9d8e1b9acc75bf4
Author: Sai Boorlagadda <[email protected]>
Date: 2016-02-18T20:24:59Z
GEODE-52: Remove @author tags from Java source
* removed @author from java script files.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---