Details

    • Type: Task
    • Status: Resolved (View Workflow)
    • Priority: Minor
    • Resolution: Done
    • Affects Version/s: 3.0.0.Beta2
    • Fix Version/s: 3.0.0.CR1
    • Labels:
      None

      Description

      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

      for i in `find . -name "*.java"`; do  sed -E -n '1h;1!H;${;g;s/\/\*.*package/package/g;p;}' -i $i; done

      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

        Gliffy Diagrams

          Activity

          There are no comments yet on this issue.

            People

            • Assignee:
              shane.bryzak Shane Bryzak
              Reporter:
              jharting Jozef Hartinger
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Development