Yes sorry, I did not spot the attachment :) for f in $(cat /tmp/files.txt |cut -f 1 -d ' '); do grep -H "any later" -i $f; done
On 15 June 2015 at 09:03, Alexander Potashev <aspotas...@gmail.com> wrote: > More importantly, _all_ the files listed in files.txt are under GNU > Library GPL v2 only: > This library is free software; you can redistribute it and/or > modify it under the terms of the GNU Library General Public > License as published by the Free Software Foundation; only > version 2 of the License. Actually that's mixed: % for f in $(cat /tmp/files.txt |cut -f 1 -d ' '); do grep -H "any later" -i $f; done CalculationSettings.cpp: version 2 of the License, or (at your option) any later version. Format.cpp: version 2 of the License, or (at your option) any later version. FunctionModule.cpp: version 2 of the License, or (at your option) any later version. FunctionModuleRegistry.cpp: version 2 of the License, or (at your option) any later version. ValueCalc.cpp: version 2 of the License, or (at your option) any later version. ValueConverter.cpp: version 2 of the License, or (at your option) any later version. ValueParser.cpp: version 2 of the License, or (at your option) any later version. % for f in $(cat /tmp/files.txt |cut -f 1 -d ' '); do grep -H "; only" -i $f; done Formula.cpp: License as published by the Free Software Foundation; only Function.cpp: License as published by the Free Software Foundation; only FunctionDescription.cpp: License as published by the Free Software Foundation; only FunctionRepository.cpp: License as published by the Free Software Foundation; only Number.cpp: License as published by the Free Software Foundation; only Value.cpp: License as published by the Free Software Foundation; only functions/bitops.cpp: License as published by the Free Software Foundation; only functions/conversion.cpp: License as published by the Free Software Foundation; only functions/database.cpp: License as published by the Free Software Foundation; only functions/datetime.cpp: License as published by the Free Software Foundation; only functions/engineering.cpp: License as published by the Free Software Foundation; only functions/financial.cpp: License as published by the Free Software Foundation; only functions/helper.cpp: License as published by the Free Software Foundation; only functions/information.cpp: License as published by the Free Software Foundation; only functions/logic.cpp: License as published by the Free Software Foundation; only functions/math.cpp: License as published by the Free Software Foundation; only functions/reference.cpp: License as published by the Free Software Foundation; only functions/statistical.cpp: License as published by the Free Software Foundation; only functions/text.cpp: License as published by the Free Software Foundation; only functions/trig.cpp: License as published by the Free Software Foundation; only I think it could be a case for requesting a clean up according to our rules, based that intention could not have been to have files with mixed licenses. -- regards, Jaroslaw Staniek KDE: : A world-wide network of software engineers, artists, writers, translators : and facilitators committed to Free Software development - http://kde.org Calligra Suite: : A graphic art and office suite - http://calligra.org Kexi: : A visual database apps builder - http://calligra.org/kexi Qt Certified Specialist: : http://www.linkedin.com/in/jstaniek _______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel