[
https://jira.jboss.org/browse/JBRULES-2688?page=com.atlassian.jira.plugin...
]
Geoffrey De Smet edited comment on JBRULES-2688 at 9/6/10 1:27 PM:
-------------------------------------------------------------------
should be easy to fix with a regex replace in all files
;\s+/\*\n \* Copyright [^/]+//www.apache.org/licenses/LICENSE-2.0[^/]+\*/
was (Author: ge0ffrey):
should be easy to fix with a regex replace in all files
;\s+/\*\n \* Copyright [^/]+\*/ *\n
Some files have the license headers twice
-----------------------------------------
Key: JBRULES-2688
URL:
https://jira.jboss.org/browse/JBRULES-2688
Project: Drools
Issue Type: Task
Security Level: Public(Everyone can see)
Components: All
Affects Versions: 5.1.0.FINAL
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
Priority: Trivial
Fix For: FUTURE
Several files have the license header twice, for example:
/home/ge0ffrey/projects/jboss/drools/drools-guvnor/src/main/java/org/drools/guvnor/server/repository/RulesRepositoryManager.java
The reason is that the original file already had a license header, but not on the correct
position (after the package statement instead of before it).
/**
* Copyright 2010 JBoss Inc
*
...
*/
package org.drools.guvnor.server.repository;
/*
* Copyright 2005 JBoss Inc
*
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira