On 2014-09-18 14:13+0100 Andrew Ross wrote: > > I've completely reformatted the debian copyright file (using the new > machine readable format) and done some grepping for rogue files. I've > attached a copy and I think this identified all the non-LGPL files ( > parts of files) apart from the additional libraries shipped in lib > (which I also need to deal with and have an outstanding bug report).
I have not looked at the list in general, but I notice you missed some files, e.g., src/mt19937ar.[ch] and cmake/epa_build/ExternalProject.cmake which are clearly licensed under a non-LGPL license. Note those files are found by the find command I suggested, find . -type f |grep -v .git \ |xargs grep -li copyright| xargs grep -Li "public license" so I am a bit puzzled why they are missing from your list. Of course, the above command does not discriminate between GPL and LGPL, but I guess you have that covered with a slight variation of the above command. Also, your file states that the shapelib files are in the public domain. However, if you look at data/ss/os_open_conditions.txt, the conditions at <http://www.ordnancesurvey.co.uk/oswebsite/opendata/docs/os-opendata-licence.pdf> appear to apply, i.e., those files are licensed under the "Open Government" license which apparently requires some changes to our Copyright file to conform to that license. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
