]
Petr Široký commented on DROOLS-1052:
-------------------------------------
I believe it's enough to do it just on master.
Remove @author tags from sources
--------------------------------
Key: DROOLS-1052
URL:
https://issues.jboss.org/browse/DROOLS-1052
Project: Drools
Issue Type: Task
Reporter: Petr Široký
Assignee: Michael Biarnes Kiefer
Some of our sources contain author Javadoc tags. As per our README (
https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/READ...) we
should not using those as they promote code ownership and discourage team work.
We need to scan through the sources and remove those tags.
See
https://github.com/droolsjbpm/jbpm/commit/ff5fd1ea464fe791933b9ea436cd2c4...
for example of removing the tags from one of the jBPM modules.