Follow-up Comment #4, task #12488 (project administration): Hello Luis, thanks for the comments. Yes, as you said those JavaScript files are actually generated by rdoc and I forgot to check them.
I just took a look at the files and I saw that: * Darkfish.js has this http://www.ruby-doc.org/stdlib-2.0/libdoc/rdoc/rdoc/RDoc/Generator/Darkfish.html license * it specifies that uses Silk Icons (http://www.famfamfam.com/lab/icons/silk/) that have a CC-BY 2.5 (or 3.0) license. * jQuery Javascript Library v1.6.2 contains the copyright notice specifying MIT or GPL v2 * also includes Sizzle.js that is specified as MIT, BSD or PLG v2. * navigation.js, search.js, search_index.js and searcher.js do not have any specific license attached. What do you think about these files? My opinion is, correct me if I'm wrong, for Darkfish, Silk Icons, jQuery and Sizzle I report those licenses in the doc/README file. For the other four files, how should I behave? Are they licensed according to Ruby license, since the belong to Ruby standard library? About them, I've searched in the Ruby 2.0 source package and I've found this json_index.rb file ([RUBY]/lib/rdoc/generator/json_index.rb) that contains references to those files and these comments: * The JsonIndex generator is designed to complement an HTML generator and produces a JSON search index. This generator is derived from sdoc by Vladimir Kolesnikov and contains verbatim code written by him. * == LICENSE Copyright (c) 2009 Vladimir Kolesnikov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Let me know, please. Thank you, Marco _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/task/?12488> _______________________________________________ Messaggio inviato con/da Savannah http://savannah.gnu.org/
