[jira] Commented: (GERONIMO-2308) All Geronimo JARs should include a NOTICE.txt file in addition to the LICENSE.txt file
[ http://issues.apache.org/jira/browse/GERONIMO-2308?page=comments#action_12428034 ] Kevan Miller commented on GERONIMO-2308: Removed the NOTICES.txt specification from most module project.xml files. Added a NOTICE.txt specification to etc/project.xml. Some /project.xml files still contain a resource specification for NOTICES.txt. These project.xml files already contained a specification. The additional NOTICE.txt was needed to include the file in these jar files. I think most of these can be removed (etc/project.xml will do the right thing). However, I didn't want to take too many chances. I'll raise a jira for these... > All Geronimo JARs should include a NOTICE.txt file in addition to the > LICENSE.txt file > -- > > Key: GERONIMO-2308 > URL: http://issues.apache.org/jira/browse/GERONIMO-2308 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem >Affects Versions: 1.0, 1.1 >Reporter: John Sisson > Assigned To: John Sisson >Priority: Blocker > Fix For: 1.1.1 > > Attachments: activation-converter.patch, core-installersupport.patch, > j2ee-management.patch, naming-tomcat.patch, tomcatbuilder-webservices.patch > > > Currently Geronimo jars (e.g. the JARs for each application/module) do not > contain a NOTICE.txt file under the META-INF directory. > The NOTICE.txt files in modules needs to contain attributions that are > relevant for that module (not Geronimo as a whole). For example, if the > module has a dependency on a library that has a license requiring > attributions upon use of the library (e.g. it has wording "Redistribution and > use of this software" in the library license) then the module using the > library should contain the attribution in the NOTICE.txt file. > Whilst reviewing attributions, the LICENSE.txt files for the modules and > applications should also be updated to include the relevant licenses. > The following is a checklist to help track what has been done, in case > someone wants to help out :-) > (x) = not done (?) = partially done (/) = done > ||trunk||1.1||1.1.1||Notes|| > |(x)|(/)|(/)|applications\console-core| Notice needs IBM attribution?| > |(x)|(/)|(/)|applications\console-ear|Notice needs IBM attribution?| > |(x)|(/)|(/)|applications\console-framework|Notice needs IBM attribution?| > |(x)|(/)|(/)|applications\console-standard|Notice needs IBM attribution?| > |(x)|(/)|(/)|applications\daytrader| | > |(x)|(/)|(/)|applications\demo| | > |(x)|(/)|(/)|applications\ldap-realm-demo| | > |(x)|(/)|(/)|applications\magicGball| | > |(x)|(/)|(/)|applications\project.properties| | > |(x)|(/)|(/)|applications\remote-deploy| | > |(x)|(/)|(/)|applications\remote-deploy-lib| | > |(x)|(/)|(/)|applications\uddi-db| | > |(x)|(/)|(/)|applications\uddi-server| | > |(x)|(/)|(/)|applications\welcome| | > |(?)|(x)|(x)|modules\activation| | > |(x)|(x)|(x)|modules\activemq-embedded-rar| | > |(?)|(x)|(x)|modules\axis| | > |(?)|(x)|(x)|modules\axis-builder| | > |(?)|(x)|(x)|modules\client| | > |(?)|(x)|(x)|modules\client-builder| | > |(?)|(x)|(x)|modules\common| | > |(?)|(x)|(x)|modules\connector| | > |(?)|(x)|(x)|modules\connector-builder| | > |(/)|(x)|(x)|modules\console-web| (Won't fix in trunk) | > |(?)|(x)|(x)|modules\converter| | > |(?)|(x)|(x)|modules\core| | > |(?)|(x)|(x)|modules\deploy-config| | > |(?)|(x)|(x)|modules\deploy-jsr88| | > |(?)|(x)|(x)|modules\deploy-tool| | > |(?)|(x)|(x)|modules\deployment| | > |(?)|(x)|(x)|modules\derby| | > |(?)|(x)|(x)|modules\directory| | > |(?)|(x)|(x)|modules\hot-deploy| | > |(?)|(x)|(x)|modules\installer-processing| | > |(?)|(x)|(x)|modules\installer-support| | > |(?)|(x)|(x)|modules\j2ee| | > |(?)|(x)|(x)|modules\j2ee-builder| | > |(?)|(x)|(x)|modules\j2ee-schema| | > |(/)|(x)|(x)|modules\javamail-transport| (No longer in trunk) | > |(?)|(x)|(x)|modules\jetty| | > |(?)|(x)|(x)|modules\jetty-builder| | > |(?)|(x)|(x)|modules\jmx-remoting| | > |(?)|(x)|(x)|modules\kernel| | > |(?)|(x)|(x)|modules\mail| | > |(?)|(x)|(x)|modules\management| | > |(?)|(x)|(x)|modules\naming| | > |(?)|(x)|(x)|modules\naming-builder| | > |(/)|(x)|(x)|modules\scripts| (Not distributed) | > |(?)|(x)|(x)|modules\security| | > |(?)|(x)|(x)|modules\security-builder| | > |(?)|(x)|(x)|modules\service-builder| | > |(?)|(x)|(x)|modules\system| | > |(?)|(x)|(x)|modules\test-ddbean| | > |(?)|(x)|(x)|modules\timer| | > |(?)|(x)|(x)|modules\tomcat| | > |(?)|(x)|(x)|modules\tomcat-builder| | > |(?)|(x)|(x)|modules\transaction| | > |(?)|(x)|(x)|modules\upgrade| | > |(?)|(x)|(x)|modules\util| | > |(?)|(x)|(x)|modules\web-builder| | > |(?)|(x)|(x)|modules\webservices| | -- This message is automatically generated by JIRA. - If you think it was sent
[jira] Commented: (GERONIMO-2308) All Geronimo JARs should include a NOTICE.txt file in addition to the LICENSE.txt file
[ http://issues.apache.org/jira/browse/GERONIMO-2308?page=comments#action_12427356 ] Kevan Miller commented on GERONIMO-2308: I've tweaked our NOTICE files a bit with copyright information -- seems to conform with ASF recommendations. I believe all generated module and plugin jar files have the appropriate license and notice files. These changes are in branches/1.1.1 and branches/1.1 I sent a note to legal-discuss regarding appropriate attribution needed for our jar files. IMO, the NOTICE files are appropriate as they are now. If I'm wrong, then there's more work to be done. > All Geronimo JARs should include a NOTICE.txt file in addition to the > LICENSE.txt file > -- > > Key: GERONIMO-2308 > URL: http://issues.apache.org/jira/browse/GERONIMO-2308 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem >Affects Versions: 1.0, 1.1 >Reporter: John Sisson > Assigned To: John Sisson >Priority: Blocker > Fix For: 1.1.1 > > Attachments: activation-converter.patch, core-installersupport.patch, > j2ee-management.patch, naming-tomcat.patch, tomcatbuilder-webservices.patch > > > Currently Geronimo jars (e.g. the JARs for each application/module) do not > contain a NOTICE.txt file under the META-INF directory. > The NOTICE.txt files in modules needs to contain attributions that are > relevant for that module (not Geronimo as a whole). For example, if the > module has a dependency on a library that has a license requiring > attributions upon use of the library (e.g. it has wording "Redistribution and > use of this software" in the library license) then the module using the > library should contain the attribution in the NOTICE.txt file. > Whilst reviewing attributions, the LICENSE.txt files for the modules and > applications should also be updated to include the relevant licenses. > The following is a checklist to help track what has been done, in case > someone wants to help out :-) > (x) = not done (?) = partially done (/) = done > ||trunk||1.1||1.1.1||Notes|| > |(x)|(?)|(?)|applications\console-core| Notice needs IBM attribution| > |(x)|(?)|(?)|applications\console-ear|Notice needs IBM attribution| > |(x)|(x)|(x)|applications\console-framework|Notice needs IBM attribution| > |(x)|(x)|(x)|applications\console-standard|Notice needs IBM attribution| > |(x)|(/)|(/)|applications\daytrader| | > |(x)|(x)|(x)|applications\demo| | > |(x)|(x)|(x)|applications\ldap-realm-demo| | > |(x)|(x)|(x)|applications\magicGball| | > |(x)|(x)|(x)|applications\project.properties| | > |(x)|(x)|(x)|applications\remote-deploy| | > |(x)|(/)|(/)|applications\remote-deploy-lib| | > |(x)|(x)|(x)|applications\uddi-db| | > |(x)|(x)|(x)|applications\uddi-server| | > |(x)|(x)|(x)|applications\welcome| | > |(?)|(x)|(x)|modules\activation| | > |(x)|(x)|(x)|modules\activemq-embedded-rar| | > |(?)|(x)|(x)|modules\axis| | > |(?)|(x)|(x)|modules\axis-builder| | > |(?)|(x)|(x)|modules\client| | > |(?)|(x)|(x)|modules\client-builder| | > |(?)|(x)|(x)|modules\common| | > |(?)|(x)|(x)|modules\connector| | > |(?)|(x)|(x)|modules\connector-builder| | > |(/)|(x)|(x)|modules\console-web| (Won't fix in trunk) | > |(?)|(x)|(x)|modules\converter| | > |(?)|(x)|(x)|modules\core| | > |(?)|(x)|(x)|modules\deploy-config| | > |(?)|(x)|(x)|modules\deploy-jsr88| | > |(?)|(x)|(x)|modules\deploy-tool| | > |(?)|(x)|(x)|modules\deployment| | > |(?)|(x)|(x)|modules\derby| | > |(?)|(x)|(x)|modules\directory| | > |(?)|(x)|(x)|modules\hot-deploy| | > |(?)|(x)|(x)|modules\installer-processing| | > |(?)|(x)|(x)|modules\installer-support| | > |(?)|(x)|(x)|modules\j2ee| | > |(?)|(x)|(x)|modules\j2ee-builder| | > |(?)|(x)|(x)|modules\j2ee-schema| | > |(/)|(x)|(x)|modules\javamail-transport| (No longer in trunk) | > |(?)|(x)|(x)|modules\jetty| | > |(?)|(x)|(x)|modules\jetty-builder| | > |(?)|(x)|(x)|modules\jmx-remoting| | > |(?)|(x)|(x)|modules\kernel| | > |(?)|(x)|(x)|modules\mail| | > |(?)|(x)|(x)|modules\management| | > |(?)|(x)|(x)|modules\naming| | > |(?)|(x)|(x)|modules\naming-builder| | > |(/)|(x)|(x)|modules\scripts| (Not distributed) | > |(?)|(x)|(x)|modules\security| | > |(?)|(x)|(x)|modules\security-builder| | > |(?)|(x)|(x)|modules\service-builder| | > |(?)|(x)|(x)|modules\system| | > |(?)|(x)|(x)|modules\test-ddbean| | > |(?)|(x)|(x)|modules\timer| | > |(?)|(x)|(x)|modules\tomcat| | > |(?)|(x)|(x)|modules\tomcat-builder| | > |(?)|(x)|(x)|modules\transaction| | > |(?)|(x)|(x)|modules\upgrade| | > |(?)|(x)|(x)|modules\util| | > |(?)|(x)|(x)|modules\web-builder| | > |(?)|(x)|(x)|modules\webservices| | -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators:
[jira] Commented: (GERONIMO-2308) All Geronimo JARs should include a NOTICE.txt file in addition to the LICENSE.txt file
[ http://issues.apache.org/jira/browse/GERONIMO-2308?page=comments#action_12427275 ] Kevan Miller commented on GERONIMO-2308: I'm basically in agreement w/ Guillame. The jar files are not "redistributing" the 3rd party archives. So do not need to contain attribution. I've sent a note to legal-discuss asking for clarification... > All Geronimo JARs should include a NOTICE.txt file in addition to the > LICENSE.txt file > -- > > Key: GERONIMO-2308 > URL: http://issues.apache.org/jira/browse/GERONIMO-2308 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem >Affects Versions: 1.0, 1.1 >Reporter: John Sisson > Assigned To: John Sisson >Priority: Blocker > Fix For: 1.1.1 > > > Currently Geronimo jars (e.g. the JARs for each application/module) do not > contain a NOTICE.txt file under the META-INF directory. > The NOTICE.txt files in modules needs to contain attributions that are > relevant for that module (not Geronimo as a whole). For example, if the > module has a dependency on a library that has a license requiring > attributions upon use of the library (e.g. it has wording "Redistribution and > use of this software" in the library license) then the module using the > library should contain the attribution in the NOTICE.txt file. > Whilst reviewing attributions, the LICENSE.txt files for the modules and > applications should also be updated to include the relevant licenses. > The following is a checklist to help track what has been done, in case > someone wants to help out :-) > (x) = not done (?) = partially done (/) = done > ||trunk||1.1||1.1.1||Notes|| > |(x)|(?)|(?)|applications\console-core| Notice needs IBM attribution| > |(x)|(?)|(?)|applications\console-ear|Notice needs IBM attribution| > |(x)|(x)|(x)|applications\console-framework|Notice needs IBM attribution| > |(x)|(x)|(x)|applications\console-standard|Notice needs IBM attribution| > |(x)|(/)|(/)|applications\daytrader| | > |(x)|(x)|(x)|applications\demo| | > |(x)|(x)|(x)|applications\ldap-realm-demo| | > |(x)|(x)|(x)|applications\magicGball| | > |(x)|(x)|(x)|applications\project.properties| | > |(x)|(x)|(x)|applications\remote-deploy| | > |(x)|(/)|(/)|applications\remote-deploy-lib| | > |(x)|(x)|(x)|applications\uddi-db| | > |(x)|(x)|(x)|applications\uddi-server| | > |(x)|(x)|(x)|applications\welcome| | > |(x)|(x)|(x)|modules\activation| | > |(x)|(x)|(x)|modules\activemq-embedded-rar| | > |(x)|(x)|(x)|modules\axis| | > |(x)|(x)|(x)|modules\axis-builder| | > |(x)|(x)|(x)|modules\client| | > |(x)|(x)|(x)|modules\client-builder| | > |(x)|(x)|(x)|modules\common| | > |(x)|(x)|(x)|modules\connector| | > |(x)|(x)|(x)|modules\connector-builder| | > |(x)|(x)|(x)|modules\console-web| | > |(x)|(x)|(x)|modules\converter| | > |(x)|(x)|(x)|modules\core| | > |(x)|(x)|(x)|modules\deploy-config| | > |(x)|(x)|(x)|modules\deploy-jsr88| | > |(x)|(x)|(x)|modules\deploy-tool| | > |(x)|(x)|(x)|modules\deployment| | > |(x)|(x)|(x)|modules\derby| | > |(x)|(x)|(x)|modules\directory| | > |(x)|(x)|(x)|modules\hot-deploy| | > |(x)|(x)|(x)|modules\installer-processing| | > |(x)|(x)|(x)|modules\installer-support| | > |(x)|(x)|(x)|modules\j2ee| | > |(x)|(x)|(x)|modules\j2ee-builder| | > |(x)|(x)|(x)|modules\j2ee-schema| | > |(x)|(x)|(x)|modules\javamail-transport| | > |(x)|(x)|(x)|modules\jetty| | > |(x)|(x)|(x)|modules\jetty-builder| | > |(x)|(x)|(x)|modules\jmx-remoting| | > |(x)|(x)|(x)|modules\kernel| | > |(x)|(x)|(x)|modules\mail| | > |(x)|(x)|(x)|modules\management| | > |(x)|(x)|(x)|modules\naming| | > |(x)|(x)|(x)|modules\naming-builder| | > |(x)|(x)|(x)|modules\project.properties| | > |(x)|(x)|(x)|modules\scripts| | > |(x)|(x)|(x)|modules\security| | > |(x)|(x)|(x)|modules\security-builder| | > |(x)|(x)|(x)|modules\service-builder| | > |(x)|(x)|(x)|modules\system| | > |(x)|(x)|(x)|modules\test-ddbean| | > |(x)|(x)|(x)|modules\timer| | > |(x)|(x)|(x)|modules\tomcat| | > |(x)|(x)|(x)|modules\tomcat-builder| | > |(x)|(x)|(x)|modules\transaction| | > |(x)|(x)|(x)|modules\upgrade| | > |(x)|(x)|(x)|modules\util| | > |(x)|(x)|(x)|modules\web-builder| | > |(x)|(x)|(x)|modules\webservices| | -- 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] Commented: (GERONIMO-2308) All Geronimo JARs should include a NOTICE.txt file in addition to the LICENSE.txt file
[ http://issues.apache.org/jira/browse/GERONIMO-2308?page=comments#action_12427247 ] Guillaume Nodet commented on GERONIMO-2308: --- > The NOTICE.txt files in modules needs to contain attributions that are > relevant for that module (not Geronimo as a whole). > For example, if the > module has a dependency on a library that has a license requiring > attributions upon use of the library > (e.g. it has wording "Redistribution and use of this software" in the library > license) then the module using the library should > contain the attribution in the NOTICE.txt file. IANAL, but the LICENSE and NOTICE file only is related to the content of the archive itself, not its dependencies. For a single jar which has only Geronimo code, only ASL + default NOTICE should be put. This is however different for "zips", like war, ear, or geronimo distributions which contain third pary jars. In such a case, the war/ear/zip should also contain a NOTICE and LICENSE file with third party license and code attributions > All Geronimo JARs should include a NOTICE.txt file in addition to the > LICENSE.txt file > -- > > Key: GERONIMO-2308 > URL: http://issues.apache.org/jira/browse/GERONIMO-2308 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem >Affects Versions: 1.0, 1.1 >Reporter: John Sisson > Assigned To: John Sisson >Priority: Blocker > Fix For: 1.1.1 > > > Currently Geronimo jars (e.g. the JARs for each application/module) do not > contain a NOTICE.txt file under the META-INF directory. > The NOTICE.txt files in modules needs to contain attributions that are > relevant for that module (not Geronimo as a whole). For example, if the > module has a dependency on a library that has a license requiring > attributions upon use of the library (e.g. it has wording "Redistribution and > use of this software" in the library license) then the module using the > library should contain the attribution in the NOTICE.txt file. > Whilst reviewing attributions, the LICENSE.txt files for the modules and > applications should also be updated to include the relevant licenses. > The following is a checklist to help track what has been done, in case > someone wants to help out :-) > (x) = not done (?) = partially done (/) = done > ||trunk||1.1||1.1.1||Notes|| > |(x)|(?)|(?)|applications\console-core| Notice needs IBM attribution| > |(x)|(?)|(?)|applications\console-ear|Notice needs IBM attribution| > |(x)|(?)|(?)|applications\console-framework|Notice needs IBM attribution| > |(x)|(?)|(?)|applications\console-standard|Notice needs IBM attribution| > |(x)|(/)|(/)|applications\daytrader| | > |(x)|(x)|(x)|applications\demo| | > |(x)|(x)|(x)|applications\ldap-realm-demo| | > |(x)|(x)|(x)|applications\magicGball| | > |(x)|(x)|(x)|applications\project.properties| | > |(x)|(x)|(x)|applications\remote-deploy| | > |(x)|(/)|(/)|applications\remote-deploy-lib| | > |(x)|(x)|(x)|applications\uddi-db| | > |(x)|(x)|(x)|applications\uddi-server| | > |(x)|(x)|(x)|applications\welcome| | > |(x)|(x)|(x)|modules\activation| | > |(x)|(x)|(x)|modules\activemq-embedded-rar| | > |(x)|(x)|(x)|modules\axis| | > |(x)|(x)|(x)|modules\axis-builder| | > |(x)|(x)|(x)|modules\client| | > |(x)|(x)|(x)|modules\client-builder| | > |(x)|(x)|(x)|modules\common| | > |(x)|(x)|(x)|modules\connector| | > |(x)|(x)|(x)|modules\connector-builder| | > |(x)|(x)|(x)|modules\console-web| | > |(x)|(x)|(x)|modules\converter| | > |(x)|(x)|(x)|modules\core| | > |(x)|(x)|(x)|modules\deploy-config| | > |(x)|(x)|(x)|modules\deploy-jsr88| | > |(x)|(x)|(x)|modules\deploy-tool| | > |(x)|(x)|(x)|modules\deployment| | > |(x)|(x)|(x)|modules\derby| | > |(x)|(x)|(x)|modules\directory| | > |(x)|(x)|(x)|modules\hot-deploy| | > |(x)|(x)|(x)|modules\installer-processing| | > |(x)|(x)|(x)|modules\installer-support| | > |(x)|(x)|(x)|modules\j2ee| | > |(x)|(x)|(x)|modules\j2ee-builder| | > |(x)|(x)|(x)|modules\j2ee-schema| | > |(x)|(x)|(x)|modules\javamail-transport| | > |(x)|(x)|(x)|modules\jetty| | > |(x)|(x)|(x)|modules\jetty-builder| | > |(x)|(x)|(x)|modules\jmx-remoting| | > |(x)|(x)|(x)|modules\kernel| | > |(x)|(x)|(x)|modules\mail| | > |(x)|(x)|(x)|modules\management| | > |(x)|(x)|(x)|modules\naming| | > |(x)|(x)|(x)|modules\naming-builder| | > |(x)|(x)|(x)|modules\project.properties| | > |(x)|(x)|(x)|modules\scripts| | > |(x)|(x)|(x)|modules\security| | > |(x)|(x)|(x)|modules\security-builder| | > |(x)|(x)|(x)|modules\service-builder| | > |(x)|(x)|(x)|modules\system| | > |(x)|(x)|(x)|modules\test-ddbean| | > |(x)|(x)|(x)|modules\timer| | > |(x)|(x)|(x)|modules\tomcat| | > |(x)|(x)|(x)|modules\tomcat-builder| | > |(x)|(x)|(x)|modules\transaction| | >
[jira] Commented: (GERONIMO-2308) All Geronimo JARs should include a NOTICE.txt file in addition to the LICENSE.txt file
[ http://issues.apache.org/jira/browse/GERONIMO-2308?page=comments#action_12427246 ] Prasad Kashyap commented on GERONIMO-2308: -- I'll begin with first 10 modules activation - converter. (skipping console-web) > All Geronimo JARs should include a NOTICE.txt file in addition to the > LICENSE.txt file > -- > > Key: GERONIMO-2308 > URL: http://issues.apache.org/jira/browse/GERONIMO-2308 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem >Affects Versions: 1.0, 1.1 >Reporter: John Sisson > Assigned To: John Sisson >Priority: Blocker > Fix For: 1.1.1 > > > Currently Geronimo jars (e.g. the JARs for each application/module) do not > contain a NOTICE.txt file under the META-INF directory. > The NOTICE.txt files in modules needs to contain attributions that are > relevant for that module (not Geronimo as a whole). For example, if the > module has a dependency on a library that has a license requiring > attributions upon use of the library (e.g. it has wording "Redistribution and > use of this software" in the library license) then the module using the > library should contain the attribution in the NOTICE.txt file. > Whilst reviewing attributions, the LICENSE.txt files for the modules and > applications should also be updated to include the relevant licenses. > The following is a checklist to help track what has been done, in case > someone wants to help out :-) > (x) = not done (?) = partially done (/) = done > ||trunk||1.1||1.1.1||Notes|| > |(x)|(/)|(/)|applications\console-core| | > |(x)|(/)|(/)|applications\console-ear|Include concurrent license| > |(x)|(x)|(x)|applications\console-framework| | > |(x)|(x)|(x)|applications\console-standard| | > |(x)|(x)|(x)|applications\daytrader| | > |(x)|(x)|(x)|applications\demo| | > |(x)|(x)|(x)|applications\ldap-realm-demo| | > |(x)|(x)|(x)|applications\magicGball| | > |(x)|(x)|(x)|applications\project.properties| | > |(x)|(x)|(x)|applications\remote-deploy| | > |(x)|(/)|(/)|applications\remote-deploy-lib| | > |(x)|(x)|(x)|applications\uddi-db| | > |(x)|(x)|(x)|applications\uddi-server| | > |(x)|(x)|(x)|applications\welcome| | > |(x)|(x)|(x)|modules\activation| | > |(x)|(x)|(x)|modules\activemq-embedded-rar| | > |(x)|(x)|(x)|modules\axis| | > |(x)|(x)|(x)|modules\axis-builder| | > |(x)|(x)|(x)|modules\client| | > |(x)|(x)|(x)|modules\client-builder| | > |(x)|(x)|(x)|modules\common| | > |(x)|(x)|(x)|modules\connector| | > |(x)|(x)|(x)|modules\connector-builder| | > |(x)|(x)|(x)|modules\console-web| | > |(x)|(x)|(x)|modules\converter| | > |(x)|(x)|(x)|modules\core| | > |(x)|(x)|(x)|modules\deploy-config| | > |(x)|(x)|(x)|modules\deploy-jsr88| | > |(x)|(x)|(x)|modules\deploy-tool| | > |(x)|(x)|(x)|modules\deployment| | > |(x)|(x)|(x)|modules\derby| | > |(x)|(x)|(x)|modules\directory| | > |(x)|(x)|(x)|modules\hot-deploy| | > |(x)|(x)|(x)|modules\installer-processing| | > |(x)|(x)|(x)|modules\installer-support| | > |(x)|(x)|(x)|modules\j2ee| | > |(x)|(x)|(x)|modules\j2ee-builder| | > |(x)|(x)|(x)|modules\j2ee-schema| | > |(x)|(x)|(x)|modules\javamail-transport| | > |(x)|(x)|(x)|modules\jetty| | > |(x)|(x)|(x)|modules\jetty-builder| | > |(x)|(x)|(x)|modules\jmx-remoting| | > |(x)|(x)|(x)|modules\kernel| | > |(x)|(x)|(x)|modules\mail| | > |(x)|(x)|(x)|modules\management| | > |(x)|(x)|(x)|modules\naming| | > |(x)|(x)|(x)|modules\naming-builder| | > |(x)|(x)|(x)|modules\project.properties| | > |(x)|(x)|(x)|modules\scripts| | > |(x)|(x)|(x)|modules\security| | > |(x)|(x)|(x)|modules\security-builder| | > |(x)|(x)|(x)|modules\service-builder| | > |(x)|(x)|(x)|modules\system| | > |(x)|(x)|(x)|modules\test-ddbean| | > |(x)|(x)|(x)|modules\timer| | > |(x)|(x)|(x)|modules\tomcat| | > |(x)|(x)|(x)|modules\tomcat-builder| | > |(x)|(x)|(x)|modules\transaction| | > |(x)|(x)|(x)|modules\upgrade| | > |(x)|(x)|(x)|modules\util| | > |(x)|(x)|(x)|modules\web-builder| | > |(x)|(x)|(x)|modules\webservices| | -- 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] Commented: (GERONIMO-2308) All Geronimo JARs should include a NOTICE.txt file in addition to the LICENSE.txt file
[ http://issues.apache.org/jira/browse/GERONIMO-2308?page=comments#action_12427184 ] John Sisson commented on GERONIMO-2308: --- Correction to previous comment... only the LICENCE.txt file is included in the jar. > All Geronimo JARs should include a NOTICE.txt file in addition to the > LICENSE.txt file > -- > > Key: GERONIMO-2308 > URL: http://issues.apache.org/jira/browse/GERONIMO-2308 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem >Affects Versions: 1.0, 1.1 >Reporter: John Sisson > Assigned To: John Sisson >Priority: Blocker > Fix For: 1.1.1 > > > Currently Geronimo jars (e.g. the JARs for each application/module) do not > contain a NOTICE.txt file under the META-INF directory. > The NOTICE.txt files in modules needs to contain attributions that are > relevant for that module (not Geronimo as a whole). For example, if the > module has a dependency on a library that has a license requiring > attributions upon use of the library (e.g. it has wording "Redistribution and > use of this software" in the library license) then the module using the > library should contain the attribution in the NOTICE.txt file. > Whilst reviewing attributions, the LICENSE.txt files for the modules and > applications should also be updated to include the relevant licenses. > The following is a checklist to help track what has been done, in case > someone wants to help out :-) > (x) applications\console-core > (x) applications\console-ear > (x) applications\console-framework > (x) applications\console-standard > (x) applications\daytrader > (x) applications\demo > (x) applications\ldap-realm-demo > (x) applications\magicGball > (x) applications\project.properties > (x) applications\remote-deploy > (x) applications\remote-deploy-lib > (x) applications\uddi-db > (x) applications\uddi-server > (x) applications\welcome > (x) modules\activation > (x) modules\activemq-embedded-rar > (x) modules\axis > (x) modules\axis-builder > (x) modules\client > (x) modules\client-builder > (x) modules\common > (x) modules\connector > (x) modules\connector-builder > (x) modules\console-web > (x) modules\converter > (x) modules\core > (x) modules\deploy-config > (x) modules\deploy-jsr88 > (x) modules\deploy-tool > (x) modules\deployment > (x) modules\derby > (x) modules\directory > (x) modules\hot-deploy > (x) modules\installer-processing > (x) modules\installer-support > (x) modules\j2ee > (x) modules\j2ee-builder > (x) modules\j2ee-schema > (x) modules\javamail-transport > (x) modules\jetty > (x) modules\jetty-builder > (x) modules\jmx-remoting > (x) modules\kernel > (x) modules\mail > (x) modules\management > (x) modules\naming > (x) modules\naming-builder > (x) modules\project.properties > (x) modules\scripts > (x) modules\security > (x) modules\security-builder > (x) modules\service-builder > (x) modules\system > (x) modules\test-ddbean > (x) modules\timer > (x) modules\tomcat > (x) modules\tomcat-builder > (x) modules\transaction > (x) modules\upgrade > (x) modules\util > (x) modules\web-builder > (x) modules\webservices -- 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] Commented: (GERONIMO-2308) All Geronimo JARs should include a NOTICE.txt file in addition to the LICENSE.txt file
[
http://issues.apache.org/jira/browse/GERONIMO-2308?page=comments#action_12427183
]
John Sisson commented on GERONIMO-2308:
---
The issue in 1.1 ( I haven't checked trunk yet) is that although the files may
be there, only the NOTICE.txt file is included in the jar. It appears the
LICENSE.txt file is automatically included by the JAR plugin.
The NOTICE.txt file can be included in JARs by making the following changes to
the project.xml files:
{noformat}
+
+
+${basedir}
+
+NOTICE.txt
+
+ META-INF
+
+
{noformat}
> All Geronimo JARs should include a NOTICE.txt file in addition to the
> LICENSE.txt file
> --
>
> Key: GERONIMO-2308
> URL: http://issues.apache.org/jira/browse/GERONIMO-2308
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: buildsystem
>Affects Versions: 1.0, 1.1
>Reporter: John Sisson
> Assigned To: John Sisson
>Priority: Blocker
> Fix For: 1.1.1
>
>
> Currently Geronimo jars (e.g. the JARs for each application/module) do not
> contain a NOTICE.txt file under the META-INF directory.
> The NOTICE.txt files in modules needs to contain attributions that are
> relevant for that module (not Geronimo as a whole). For example, if the
> module has a dependency on a library that has a license requiring
> attributions upon use of the library (e.g. it has wording "Redistribution and
> use of this software" in the library license) then the module using the
> library should contain the attribution in the NOTICE.txt file.
> Whilst reviewing attributions, the LICENSE.txt files for the modules and
> applications should also be updated to include the relevant licenses.
> The following is a checklist to help track what has been done, in case
> someone wants to help out :-)
> (x) applications\console-core
> (x) applications\console-ear
> (x) applications\console-framework
> (x) applications\console-standard
> (x) applications\daytrader
> (x) applications\demo
> (x) applications\ldap-realm-demo
> (x) applications\magicGball
> (x) applications\project.properties
> (x) applications\remote-deploy
> (x) applications\remote-deploy-lib
> (x) applications\uddi-db
> (x) applications\uddi-server
> (x) applications\welcome
> (x) modules\activation
> (x) modules\activemq-embedded-rar
> (x) modules\axis
> (x) modules\axis-builder
> (x) modules\client
> (x) modules\client-builder
> (x) modules\common
> (x) modules\connector
> (x) modules\connector-builder
> (x) modules\console-web
> (x) modules\converter
> (x) modules\core
> (x) modules\deploy-config
> (x) modules\deploy-jsr88
> (x) modules\deploy-tool
> (x) modules\deployment
> (x) modules\derby
> (x) modules\directory
> (x) modules\hot-deploy
> (x) modules\installer-processing
> (x) modules\installer-support
> (x) modules\j2ee
> (x) modules\j2ee-builder
> (x) modules\j2ee-schema
> (x) modules\javamail-transport
> (x) modules\jetty
> (x) modules\jetty-builder
> (x) modules\jmx-remoting
> (x) modules\kernel
> (x) modules\mail
> (x) modules\management
> (x) modules\naming
> (x) modules\naming-builder
> (x) modules\project.properties
> (x) modules\scripts
> (x) modules\security
> (x) modules\security-builder
> (x) modules\service-builder
> (x) modules\system
> (x) modules\test-ddbean
> (x) modules\timer
> (x) modules\tomcat
> (x) modules\tomcat-builder
> (x) modules\transaction
> (x) modules\upgrade
> (x) modules\util
> (x) modules\web-builder
> (x) modules\webservices
--
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] Commented: (GERONIMO-2308) All Geronimo JARs should include a NOTICE.txt file in addition to the LICENSE.txt file
[ http://issues.apache.org/jira/browse/GERONIMO-2308?page=comments#action_12427163 ] Jason Dillon commented on GERONIMO-2308: I've fixed the following for 1.2: * web-builder * security-builder * directory * activemq-gbean * activemq-gbean-management Not sure off hand how to get more stuff into the generated rar. I just hooked up these files to be included, did not check to make sure they had the right bits in them. > All Geronimo JARs should include a NOTICE.txt file in addition to the > LICENSE.txt file > -- > > Key: GERONIMO-2308 > URL: http://issues.apache.org/jira/browse/GERONIMO-2308 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem >Affects Versions: 1.0, 1.1 >Reporter: John Sisson > Assigned To: John Sisson >Priority: Blocker > Fix For: 1.1.1 > > > Currently Geronimo jars (e.g. the JARs for each application/module) do not > contain a NOTICE.txt file under the META-INF directory. > The NOTICE.txt files in modules needs to contain attributions that are > relevant for that module (not Geronimo as a whole). For example, if the > module has a dependency on a library that has a license requiring > attributions upon use of the library (e.g. it has wording "Redistribution and > use of this software" in the library license) then the module using the > library should contain the attribution in the NOTICE.txt file. > Whilst reviewing attributions, the LICENSE.txt files for the modules and > applications should also be updated to include the relevant licenses. > The following is a checklist to help track what has been done, in case > someone wants to help out :-) > (x) applications\console-core > (x) applications\console-ear > (x) applications\console-framework > (x) applications\console-standard > (x) applications\daytrader > (x) applications\demo > (x) applications\ldap-realm-demo > (x) applications\magicGball > (x) applications\project.properties > (x) applications\remote-deploy > (x) applications\remote-deploy-lib > (x) applications\uddi-db > (x) applications\uddi-server > (x) applications\welcome > (x) modules\activation > (x) modules\activemq-embedded-rar > (x) modules\axis > (x) modules\axis-builder > (x) modules\client > (x) modules\client-builder > (x) modules\common > (x) modules\connector > (x) modules\connector-builder > (x) modules\console-web > (x) modules\converter > (x) modules\core > (x) modules\deploy-config > (x) modules\deploy-jsr88 > (x) modules\deploy-tool > (x) modules\deployment > (x) modules\derby > (x) modules\directory > (x) modules\hot-deploy > (x) modules\installer-processing > (x) modules\installer-support > (x) modules\j2ee > (x) modules\j2ee-builder > (x) modules\j2ee-schema > (x) modules\javamail-transport > (x) modules\jetty > (x) modules\jetty-builder > (x) modules\jmx-remoting > (x) modules\kernel > (x) modules\mail > (x) modules\management > (x) modules\naming > (x) modules\naming-builder > (x) modules\project.properties > (x) modules\scripts > (x) modules\security > (x) modules\security-builder > (x) modules\service-builder > (x) modules\system > (x) modules\test-ddbean > (x) modules\timer > (x) modules\tomcat > (x) modules\tomcat-builder > (x) modules\transaction > (x) modules\upgrade > (x) modules\util > (x) modules\web-builder > (x) modules\webservices -- 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] Commented: (GERONIMO-2308) All Geronimo JARs should include a NOTICE.txt file in addition to the LICENSE.txt file
[ http://issues.apache.org/jira/browse/GERONIMO-2308?page=comments#action_12427159 ] Jason Dillon commented on GERONIMO-2308: Is this specific to the 1.1 branch? Most of the jars in modules/* in 1.2 (trunk) have these files. Though it does appear that a few are missing: * web-builder * security-builder (no NOTICE.txt) * directory * activemq-gbean * activemq-gbean-management * activemq-embedded-rar These modules are pending removal, and thus have not been added: * installer-support * console-web I have not looked at apps or configs, they probably need both to be added. > All Geronimo JARs should include a NOTICE.txt file in addition to the > LICENSE.txt file > -- > > Key: GERONIMO-2308 > URL: http://issues.apache.org/jira/browse/GERONIMO-2308 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem >Affects Versions: 1.0, 1.1 >Reporter: John Sisson > Assigned To: John Sisson >Priority: Blocker > Fix For: 1.1.1 > > > Currently Geronimo jars (e.g. the JARs for each application/module) do not > contain a NOTICE.txt file under the META-INF directory. > The NOTICE.txt files in modules needs to contain attributions that are > relevant for that module (not Geronimo as a whole). For example, if the > module has a dependency on a library that has a license requiring > attributions upon use of the library (e.g. it has wording "Redistribution and > use of this software" in the library license) then the module using the > library should contain the attribution in the NOTICE.txt file. > Whilst reviewing attributions, the LICENSE.txt files for the modules and > applications should also be updated to include the relevant licenses. > The following is a checklist to help track what has been done, in case > someone wants to help out :-) > (x) applications\console-core > (x) applications\console-ear > (x) applications\console-framework > (x) applications\console-standard > (x) applications\daytrader > (x) applications\demo > (x) applications\ldap-realm-demo > (x) applications\magicGball > (x) applications\project.properties > (x) applications\remote-deploy > (x) applications\remote-deploy-lib > (x) applications\uddi-db > (x) applications\uddi-server > (x) applications\welcome > (x) modules\activation > (x) modules\activemq-embedded-rar > (x) modules\axis > (x) modules\axis-builder > (x) modules\client > (x) modules\client-builder > (x) modules\common > (x) modules\connector > (x) modules\connector-builder > (x) modules\console-web > (x) modules\converter > (x) modules\core > (x) modules\deploy-config > (x) modules\deploy-jsr88 > (x) modules\deploy-tool > (x) modules\deployment > (x) modules\derby > (x) modules\directory > (x) modules\hot-deploy > (x) modules\installer-processing > (x) modules\installer-support > (x) modules\j2ee > (x) modules\j2ee-builder > (x) modules\j2ee-schema > (x) modules\javamail-transport > (x) modules\jetty > (x) modules\jetty-builder > (x) modules\jmx-remoting > (x) modules\kernel > (x) modules\mail > (x) modules\management > (x) modules\naming > (x) modules\naming-builder > (x) modules\project.properties > (x) modules\scripts > (x) modules\security > (x) modules\security-builder > (x) modules\service-builder > (x) modules\system > (x) modules\test-ddbean > (x) modules\timer > (x) modules\tomcat > (x) modules\tomcat-builder > (x) modules\transaction > (x) modules\upgrade > (x) modules\util > (x) modules\web-builder > (x) modules\webservices -- 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
