Fix license headers in all Java files to not be in Javadocs /** format
----------------------------------------------------------------------
Key: LUCENE-3949
URL: https://issues.apache.org/jira/browse/LUCENE-3949
Project: Lucene - Java
Issue Type: Task
Reporter: Uwe Schindler
Fix For: 4.0
Our current License headers in all .java files are (for a reason I don't know)
in Javadocs format. Means, when you have a class without javadocs, the License
header is used as Javadocs.
I reviewed lots of other Apache projects, most of them use the correct /*
header, but some (including Lucene+Solr) the Javadocs one. We should change
this.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]