You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Dain Sundstrom (JIRA)" <ji...@apache.org> on 2006/11/17 01:38:37 UTC

[jira] Created: (OPENEJB-323) Add ASL License and Notice

Add ASL License and Notice
--------------------------

                 Key: OPENEJB-323
                 URL: http://issues.apache.org/jira/browse/OPENEJB-323
             Project: OpenEJB
          Issue Type: Task
            Reporter: Dain Sundstrom




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (OPENEJB-323) Add ASL License and Notice

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENEJB-323?page=all ]

Dain Sundstrom closed OPENEJB-323.
----------------------------------

    Resolution: Fixed

> Add ASL License and Notice
> --------------------------
>
>                 Key: OPENEJB-323
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-323
>             Project: OpenEJB
>          Issue Type: Task
>            Reporter: Dain Sundstrom
>
> This will find jar files missing the two files:
> for n in $(find . -name '*.jar'); do echo "###" $n; jar -tf $n | egrep "(NOTICE|LICENSE)"; echo; done

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OPENEJB-323) Add ASL License and Notice

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENEJB-323?page=all ]

Dain Sundstrom updated OPENEJB-323:
-----------------------------------

    Description: 
This will find jar files missing the two files:

for n in $(find . -name '*.jar'); do echo "###" $n; jar -tf $n | egrep "(NOTICE|LICENSE)"; echo; done

> Add ASL License and Notice
> --------------------------
>
>                 Key: OPENEJB-323
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-323
>             Project: OpenEJB
>          Issue Type: Task
>            Reporter: Dain Sundstrom
>
> This will find jar files missing the two files:
> for n in $(find . -name '*.jar'); do echo "###" $n; jar -tf $n | egrep "(NOTICE|LICENSE)"; echo; done

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira