mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-31 16:54:46 +00:00
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:
parent
7024f462b7
commit
40f467a9ac
2 changed files with 28 additions and 28 deletions
|
|
@ -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,
|
|
||||||
|
* This library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
* General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* along with this program; see the file COPYING. If not, write to
|
* License along with this library; if not, write to the Free Software
|
||||||
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* Boston, MA 02110-1301, USA.
|
**/
|
||||||
*/
|
|
||||||
|
|
||||||
#include "dialerutils.h"
|
#include "dialerutils.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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,
|
|
||||||
|
* This library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
* General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* along with this program; see the file COPYING. If not, write to
|
* License along with this library; if not, write to the Free Software
|
||||||
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* Boston, MA 02110-1301, USA.
|
**/
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef DIALERUTILS_H
|
#ifndef DIALERUTILS_H
|
||||||
#define DIALERUTILS_H
|
#define DIALERUTILS_H
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue