[jboss-jira] [JBoss JIRA] Commented: (JBRULES-2577) License headers are missing for most of the files
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Mon Jul 26 14:02:35 EDT 2010
[ https://jira.jboss.org/browse/JBRULES-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12541027#action_12541027 ]
Geoffrey De Smet commented on JBRULES-2577:
-------------------------------------------
Just nitpicking here... but strictly technically spoken the copyright header in a java file should not start with
/**
Instead it should start with
/*
Why? Because /** is reserved for javadocs, but a copyright header isn't a javadoc.
Default, IntelliJ will only put /* for a copyright, not /**.
> License headers are missing for most of the files
> -------------------------------------------------
>
> Key: JBRULES-2577
> URL: https://jira.jboss.org/browse/JBRULES-2577
> Project: Drools
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: All
> Reporter: Toni Rikkola
> Assignee: Toni Rikkola
> Priority: Minor
> Fix For: 5.1.0.FINAL
>
>
> Add the headers.
> Add the maven task to trunk.
> Add documentation to the release wiki.
--
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
More information about the jboss-jira
mailing list