mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 20:34:39 +01:00
Put licenses in separate sections
This commit is contained in:
parent
24cb79285a
commit
f721d18b76
168
debian/copyright
vendored
168
debian/copyright
vendored
@ -3,25 +3,10 @@ Name: Clementine
|
||||
Maintainer: David Sansome <me@davidsansome.com>
|
||||
Source: http://www.clementine-player.org/
|
||||
|
||||
|
||||
Files: *
|
||||
Copyright: 2010, David Sansome <me@davidsansome.com>
|
||||
License: GPL-3
|
||||
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 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, see <http://www.gnu.org/licenses/>.
|
||||
.
|
||||
On Debian systems, the full text of the GNU General Public License
|
||||
Version 3 can be found in the file
|
||||
`/usr/share/common-licenses/GPL-3`.
|
||||
|
||||
|
||||
Files: debian/*
|
||||
@ -33,26 +18,6 @@ License: GPL-3
|
||||
Files: src/engines/xine-scope.*
|
||||
Copyright: 2004, Max Howell <max.howell@methylblue.com>
|
||||
License: GPL-2+
|
||||
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 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 package; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
Boston, MA 02110-1301 USA
|
||||
.
|
||||
On Debian systems, the full text of the GNU General Public
|
||||
License version 2 can be found in the file
|
||||
`/usr/share/common-licenses/GPL-2'.
|
||||
|
||||
|
||||
Files: src/engines/xine-engine.*
|
||||
@ -94,6 +59,86 @@ License: GPL-2+
|
||||
|
||||
Files: 3rdparty/gmock/*
|
||||
Copyright: 2008, Google Inc.
|
||||
License: BSD
|
||||
|
||||
|
||||
Files: 3rdparty/qsqlite/*
|
||||
Copyright: 2009, Nokia Corporation
|
||||
License: Qt Commercial or LGPL-2.1 or GPL-3
|
||||
|
||||
|
||||
Files: 3rdparty/qsqlite/sqlite.*
|
||||
Copyright: Public domain
|
||||
License: Sqlite public domain
|
||||
|
||||
|
||||
Files: 3rdparty/qtsingleapplication/*
|
||||
Copyright: 2009, Nokia Corporation
|
||||
License: Qt Commercial or LGPL-2.1 or GPL-3
|
||||
|
||||
|
||||
Files: 3rdparty/qxt/*
|
||||
Copyright: 2007, Qxt Foundation
|
||||
License: CPL 1.0 and/or LGPL-2.1
|
||||
|
||||
|
||||
License: LGPL-2.1
|
||||
This library is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License, version 2.1, as
|
||||
published by the Free Software Foundation.
|
||||
.
|
||||
This file is provided "AS IS", without WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
|
||||
WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR
|
||||
FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.
|
||||
On Debian systems, the full text of the GNU Lesser General Public
|
||||
License version 2.1 can be found in the file
|
||||
`/usr/share/common-licenses/LGPL-2.1'.
|
||||
|
||||
|
||||
License: GPL-2+
|
||||
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 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 package; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
Boston, MA 02110-1301 USA
|
||||
.
|
||||
On Debian systems, the full text of the GNU General Public
|
||||
License version 2 can be found in the file
|
||||
`/usr/share/common-licenses/GPL-2'.
|
||||
|
||||
|
||||
License: GPL-3
|
||||
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 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, see <http://www.gnu.org/licenses/>.
|
||||
.
|
||||
On Debian systems, the full text of the GNU General Public License
|
||||
Version 3 can be found in the file
|
||||
`/usr/share/common-licenses/GPL-3`.
|
||||
|
||||
|
||||
License: BSD
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
@ -122,39 +167,14 @@ License: BSD
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
Files: 3rdparty/qsqlite/*
|
||||
Copyright: 2009, Nokia Corporation
|
||||
License: Qt Commercial or LGPL-2.1 or GPL-3
|
||||
Commercial Usage
|
||||
License: Qt Commercial
|
||||
Licensees holding valid Qt Commercial licenses may use this file in
|
||||
accordance with the Qt Commercial License Agreement provided with the
|
||||
Software or, alternatively, in accordance with the terms contained in
|
||||
a written agreement between you and Nokia.
|
||||
.
|
||||
GNU Lesser General Public License Usage
|
||||
Alternatively, this file may be used under the terms of the GNU Lesser
|
||||
General Public License version 2.1 as published by the Free Software
|
||||
Foundation and appearing in the file LICENSE.LGPL included in the
|
||||
packaging of this file. Please review the following information to
|
||||
ensure the GNU Lesser General Public License version 2.1 requirements
|
||||
will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||
.
|
||||
In addition, as a special exception, Nokia gives you certain additional
|
||||
rights. These rights are described in the Nokia Qt LGPL Exception
|
||||
version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||
.
|
||||
GNU General Public License Usage
|
||||
Alternatively, this file may be used under the terms of the GNU
|
||||
General Public License version 3.0 as published by the Free Software
|
||||
Foundation and appearing in the file LICENSE.GPL included in the
|
||||
packaging of this file. Please review the following information to
|
||||
ensure the GNU General Public License version 3.0 requirements will be
|
||||
met: http://www.gnu.org/copyleft/gpl.html.
|
||||
|
||||
|
||||
Files: 3rdparty/qsqlite/sqlite.*
|
||||
Copyright: Public domain
|
||||
License: Public domain
|
||||
License: Sqlite public domain
|
||||
The author disclaims copyright to this source code. In place of
|
||||
a legal notice, here is a blessing:
|
||||
.
|
||||
@ -162,25 +182,3 @@ License: Public domain
|
||||
May you find forgiveness for yourself and forgive others.
|
||||
May you share freely, never taking more than you give.
|
||||
|
||||
|
||||
Files: 3rdparty/qtsingleapplication/*
|
||||
Copyright: 2009, Nokia Corporation
|
||||
License: Qt Commercial or LGPL-2.1 or GPL-3
|
||||
|
||||
|
||||
Files: 3rdparty/qxt/*
|
||||
Copyright: 2007, Qxt Foundation
|
||||
License: CPL 1.0 and/or LGPL-2.1
|
||||
This library is free software; you can redistribute it and/or modify it
|
||||
under the terms of the Common Public License, version 1.0, as published
|
||||
by IBM, and/or under the terms of the GNU Lesser General Public License,
|
||||
version 2.1, as published by the Free Software Foundation.
|
||||
.
|
||||
This file is provided "AS IS", without WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
|
||||
WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR
|
||||
FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.
|
||||
On Debian systems, the full text of the GNU Lesser General Public
|
||||
License version 2.1 can be found in the file
|
||||
`/usr/share/common-licenses/LGPL-2.1'.
|
||||
|
Loading…
Reference in New Issue
Block a user