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/async_impl.h | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'async/src/async_impl.h') diff --git a/async/src/async_impl.h b/async/src/async_impl.h index 7b5c140..e281bda 100644 --- a/async/src/async_impl.h +++ b/async/src/async_impl.h @@ -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 . */ #ifndef ASYNC_IMPL_H -- cgit v1.2.3