Open yaobinshi opened 9 years ago
Original Redmine Comment Author Name: Mary Laser Original Date: 2012/01/24 21:27:15 +0000
Reassigning to Alex. Please see the wiki (http://www.fossology.org/projects/fossology/wiki/Nomos_) for instructions on how to add a license. Bob is also available to advise on this task. Thanks.
Original Redmine Comment Author Name: Bob Gobeille Original Date: 2012/02/02 22:21:13 +0000
Added in svn 5464
Author Name: Bob Gobeille Original Redmine Issue: 63, http://www.fossology.org/issues/63 Original Date: 2011/12/12 Original Assignee: Bob Gobeille
Hi again Bob, few additional license text/references which nomos do not identify (version 1.4.1):
wxWindows reference "Licence: wxWindows licence" (setup.h) "License: see License.txt" (util.h) "License: zlib" (util.cpp) Info-zip license from ftp://ftp.info-zip.org/pub/infozip/license.html (unzip.c)
All of those files can be found from nsis-2.46-src.tar.bz2 from nsis.sourceforge.net.
I added following entries to STRINGS.in
%ENTRY% _LT_PNG_ZLIBref4 %KEY% "licen[cs]" %STR% "licen[cs]e zlib"
...
%ENTRY% _LT_SEE_LICENSE_10 %KEY% "licen[cs]" %STR% "licen[cs]e see licen[cs]e?txt" ... %ENTRY% _LT_WXWINDOWS %KEY% "licen[cs]" %STR% "wxwindows licen[cs]e"
... %ENTRY% _LT_INFO_ZIP %KEY% "licen[cs]" %STR% "Info-ZIP licen[cs]e"
%ENTRY% _URL_INFO_ZIP %KEY% "licen[cs]" %STR% "ftp.?info-zip.?org/pub/infozip/licen[cs]e"
and parse.c / * jpeg/netpbm and png/zlib and others... / else if (INFILE(_LT_PNG_ZLIBref4)) { INTERESTING(lDebug ? "ZLIB(6)" : "zlib/libpng"); } ... if (INFILE(_LT_WXWINDOWS)) { INTERESTING("wxWindows-LGPL"); } ... if (INFILE(_LT_INFO_ZIP) || INFILE(_URL_INFO_ZIP)) { INTERESTING("info-zip"); }
As always I do not know if these definitions break something.
Regards Raino