This particular file is GPLv2-only, whereas the rest of the codebase is GPLv2+. A send a mail months ago to get a clarification on the issue but maybe a patch is better (bnc#785513). --- yum/sqlutils.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/yum/sqlutils.py b/yum/sqlutils.py index 4d7e36e..ee4201d 100644 --- a/yum/sqlutils.py +++ b/yum/sqlutils.py @@ -1,7 +1,8 @@ #!/usr/bin/python -tt # This program is free software; you can redistribute it and/or modify -# it under the terms of version 2 of the GNU General Public License -# as published by the Free Software Foundation +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -- 1.8.0.1 _______________________________________________ Yum-devel mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/yum-devel
