From afba3258d39d2246bb39d680bfd37536c7a61f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 18 Dec 2014 13:36:59 +0100 Subject: Async: relicense from GPLv2 to LGPLv2+ --- async/src/future.cpp | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'async/src/future.cpp') diff --git a/async/src/future.cpp b/async/src/future.cpp index dcbec32..4b34514 100644 --- a/async/src/future.cpp +++ b/async/src/future.cpp @@ -1,22 +1,18 @@ /* * Copyright 2014 Daniel Vrátil * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of - * the License or (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * This library 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, see . + * GNU Library General Public License for more details. * + * You should have received a copy of the GNU Library General Public License + * along with this library. If not, see . */ #include "future.h" @@ -52,4 +48,4 @@ FutureWatcherBase::~FutureWatcherBase() } -#include "future.moc" \ No newline at end of file +#include "future.moc" -- cgit v1.2.3