diff options
author | Pádraig Brady <P@draigBrady.com> | 2013-03-15 09:48:37 +0000 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2013-03-20 14:03:28 +0100 |
commit | 36c7f78524f852d9d9362e9d8baaad28dd20e5ee (patch) | |
tree | 384f92fc5f6222279e531ab4454cf8a4f0687d8a /include | |
parent | f84559ee1c39696256fd12b7518be11d0706f216 (diff) | |
download | util-linux-36c7f78524f852d9d9362e9d8baaad28dd20e5ee.tar.gz |
lib/mbsalign: correct license header from GPLv[23] to LGPLv2+
* lib/mbsalign.c: s/GPLv3/LGPLv2+/
* include/mbsalign.h: s/GPLv2/LGPLv2+/
* README.licensing: Remove mention GPLv3 as it's not actually used.
Diffstat (limited to 'include')
-rw-r--r-- | include/mbsalign.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbsalign.h b/include/mbsalign.h index fd957b39..8c9f2db0 100644 --- a/include/mbsalign.h +++ b/include/mbsalign.h @@ -2,8 +2,8 @@ Copyright (C) 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, |