From ac6158df983d7cd5f2380c1ca4824a47275c40f9 Mon Sep 17 00:00:00 2001 From: danij Date: Sun, 9 Aug 2015 21:51:37 +0100 Subject: [PATCH] libcore: Changed license of de::Partition to LGPL 3 --- doomsday/sdk/libcore/include/de/data/partition.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/doomsday/sdk/libcore/include/de/data/partition.h b/doomsday/sdk/libcore/include/de/data/partition.h index 0515ea8c95..8ca377e7ca 100644 --- a/doomsday/sdk/libcore/include/de/data/partition.h +++ b/doomsday/sdk/libcore/include/de/data/partition.h @@ -4,18 +4,17 @@ * @authors Copyright © 2006-2015 Daniel Swanson * * @par License - * GPL: http://www.gnu.org/licenses/gpl.html + * LGPL: http://www.gnu.org/licenses/lgpl.html * * 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 (at your + * 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. 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. You should have received a copy of the GNU - * General Public License along with this program; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * of MERCHANTABILITY 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 Lesser General Public License along with this program; if not, see: + * http://www.gnu.org/licenses */ #ifndef LIBDENG2_PARTITION_H