[seam-issues] [JBoss JIRA] Resolved: (SEAMREMOTING-26) Remove / update license headers

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Thu Feb 24 01:00:38 EST 2011


     [ https://issues.jboss.org/browse/SEAMREMOTING-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shane Bryzak resolved SEAMREMOTING-26.
--------------------------------------

    Fix Version/s: 3.0.0.CR1
                       (was: 3.0.0.Final)
       Resolution: Done


> Remove / update license headers
> -------------------------------
>
>                 Key: SEAMREMOTING-26
>                 URL: https://issues.jboss.org/browse/SEAMREMOTING-26
>             Project: Seam Remoting
>          Issue Type: Task
>    Affects Versions: 3.0.0.Beta2
>            Reporter: Jozef Hartinger
>            Assignee: Shane Bryzak
>            Priority: Minor
>             Fix For: 3.0.0.CR1
>
>
> Although the module is now distributed under the terms of ASL, some files still contain LGPL headers.
> Please either:
> a) Remove the license headers 
> for Java files, this can be done by running 
> {noformat}for i in `find . -name "*.java"`; do  sed -E -n '1h;1!H;${;g;s/\/\*.*package/package/g;p;}' -i $i; done{noformat}
> b) Replace the LGPL license headers with ASL license headers
> A list of files containing LGPL headers follows:
> ./impl/src/main/resources/META-INF/beans.xml
> ./examples/helloworld/src/test/java/org/jboss/seam/remoting/examples/helloworld/ftest/HelloworldTest.java
> ./examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/AddressTest.java
> ./examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/PersonTest.java
> ./examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/ModelPage.java

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list