diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2013-02-01 09:56:09 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2013-02-01 09:56:09 +1300 |
commit | 10d9e50401d1a82519470ef6281737748a5b27aa (patch) | |
tree | 385f1e769c40e4b4d093cefbcb6544b450d1f279 /liblightdm-qt/usersmodel.cpp | |
parent | 5cec795f0baae5ed6ed290ba223be0d5b8cad89d (diff) | |
download | lightdm-10d9e50401d1a82519470ef6281737748a5b27aa.tar.gz |
Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against it
Diffstat (limited to 'liblightdm-qt/usersmodel.cpp')
-rw-r--r-- | liblightdm-qt/usersmodel.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/liblightdm-qt/usersmodel.cpp b/liblightdm-qt/usersmodel.cpp index 94557240..7eaadd13 100644 --- a/liblightdm-qt/usersmodel.cpp +++ b/liblightdm-qt/usersmodel.cpp @@ -4,9 +4,8 @@ * * 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 3 of the License, or (at your option) any - * later version. See http://www.gnu.org/copyleft/lgpl.html the full text of the - * license. + * Software Foundation; either version 2 or version 3 of the License. + * See http://www.gnu.org/copyleft/lgpl.html the full text of the license. */ #include "QLightDM/usersmodel.h" |