diff options
author | Sébastien Wilmet <swilmet@gnome.org> | 2017-01-05 12:47:07 +0100 |
---|---|---|
committer | Sébastien Wilmet <swilmet@gnome.org> | 2017-05-24 11:58:19 +0200 |
commit | f9faac7661fb84a1c7f998a76c7e89280a17b7b9 (patch) | |
tree | ec14312d823b31eb4289d32161c3ad3d0c462bf7 /glib/gbacktrace.h | |
parent | 95cad9c3e0ba1d45ea8e1295505c50b6ac647a85 (diff) | |
download | glib-f9faac7661fb84a1c7f998a76c7e89280a17b7b9.tar.gz |
glib/: LGPLv2+ -> LGPLv2.1+
All glib/*.{c,h} files have been processed, as well as gtester-report.
12 of those files are not licensed under LGPL:
gbsearcharray.h
gconstructor.h
glibintl.h
gmirroringtable.h
gscripttable.h
gtranslit-data.h
gunibreak.h
gunichartables.h
gunicomp.h
gunidecomp.h
valgrind.h
win_iconv.c
Some of them are generated files, some are licensed under a BSD-style
license and win_iconv.c is in the public domain.
Sub-directories inside glib/:
deprecated/: processed in a previous commit
glib-mirroring-tab/: already LGPLv2.1+
gnulib/: not modified, the code is copied from gnulib
libcharset/: a copy
pcre/: a copy
tests/: processed in a previous commit
https://bugzilla.gnome.org/show_bug.cgi?id=776504
Diffstat (limited to 'glib/gbacktrace.h')
-rw-r--r-- | glib/gbacktrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gbacktrace.h b/glib/gbacktrace.h index 1a4f534ab..96d450584 100644 --- a/glib/gbacktrace.h +++ b/glib/gbacktrace.h @@ -4,7 +4,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |