Re-license the files to LGPL2.1+ as approved by authors

This will allow to link to libphonenumber which is licensed under Apache
license.

https://mail.kde.org/pipermail/plasma-devel/2018-November/090695.html
This commit is contained in:
Bhushan Shah 2018-11-25 17:53:25 +05:30
parent 7024f462b7
commit 40f467a9ac
2 changed files with 28 additions and 28 deletions

View file

@ -1,20 +1,20 @@
/* /*
* Copyright 2015 Marco Martin <mart@kde.org> * Copyright 2015 Marco Martin <mart@kde.org>
* *
* This program is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU Lesser General Public
* License version 2 as published by the Free Software Foundation. * License as published by the Free Software Foundation; either
* * version 2.1 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 * This library is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * but WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 General Public License
* along with this program; see the file COPYING. If not, write to * You should have received a copy of the GNU Lesser General Public
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * License along with this library; if not, write to the Free Software
* Boston, MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ **/
#include "dialerutils.h" #include "dialerutils.h"

View file

@ -1,20 +1,20 @@
/* /*
* Copyright 2015 Marco Martin <mart@kde.org> * Copyright 2015 Marco Martin <mart@kde.org>
* *
* This program is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU Lesser General Public
* License version 2 as published by the Free Software Foundation. * License as published by the Free Software Foundation; either
* * version 2.1 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 * This library is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * but WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 General Public License
* along with this program; see the file COPYING. If not, write to * You should have received a copy of the GNU Lesser General Public
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * License along with this library; if not, write to the Free Software
* Boston, MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ **/
#ifndef DIALERUTILS_H #ifndef DIALERUTILS_H
#define DIALERUTILS_H #define DIALERUTILS_H