diff options
author | Stephen M. Webb <stephen.webb@canonical.com> | 2012-03-23 11:38:02 -0400 |
---|---|---|
committer | Stephen M. Webb <stephen.webb@canonical.com> | 2012-03-23 11:38:02 -0400 |
commit | 7327758324947bb79d2cfdf6f08bdcd41dd6ec49 (patch) | |
tree | 7a502d632829353e00e9774342cd6f65ef77fa7d /include | |
parent | e360f7c4dc3c69813907bce214688d8533d2885d (diff) |
Changed distribution license to LGPLv3 (LP: #963167).
Diffstat (limited to 'include')
-rw-r--r-- | include/evemu.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/include/evemu.h b/include/evemu.h index 3d8f549..52e4297 100644 --- a/include/evemu.h +++ b/include/evemu.h @@ -2,20 +2,19 @@ * * evemu - Kernel device emulation * - * Copyright (C) 2010, 2011 Canonical Ltd. + * Copyright (C) 2010-2012 Canonical Ltd. * - * 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 3 of the License, or (at your - * option) any later version. + * This library is free software: you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License version 3 + * as published by the Free Software Foundation. * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. + * This library is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU Lesser General Public License + * along with this library. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se> * |