~voluntatefaber/beat-box/bug952329

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2011-11-01 17:23:12 UTC
  • Revision ID: shnatsel@gmail.com-20111101172312-u1s8q60w6ml50cy6
replaced outdated INSTALL file with a notice that it should be updated (it was leftover from autotools)
updated COPYING file according to Launchpad project page (LGPL? Seriously?)
Split out the outdated Debian packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Format: http://dep.debian.net/deps/dep5
2
 
Upstream-Name: beatbox
3
 
Source: https://launchpad.net/beat-box
4
 
 
5
 
Files: *
6
 
Copyright: 2011 Scott Ringwelski <sgringwe@mtu.edu>
7
 
License: LGPL-2.1+
8
 
 
9
 
Files: src/Widgets/ElementaryEntry.vala
10
 
Copyright: 2011 Avi Romanoff <aviromanoff@gmail.com>
11
 
License: LGPL-2.1+
12
 
 
13
 
Files: src/Widgets/Welcome.vala
14
 
Copyright: 2011 Maxwell Barvian <mbarvian@gmail.com>
15
 
License: LGPL-2.1+
16
 
 
17
 
Files: Backup Makefiles/ltmain.sh
18
 
Copyright: 1996-2008 Free Software Foundation, Inc
19
 
License: GPL-2.0+
20
 
 
21
 
Files: waf
22
 
Copyright: 2005-2010 Thomas Nagy
23
 
License: BSD-3-Clause
24
 
 
25
 
Files: debian/*
26
 
Copyright: 2011 Devid Antonio Filoni <d.filoni@ubuntu.com>
27
 
License: GPL-2.0+
28
 
 
29
 
License: LGPL-2.1+
30
 
 This package is free software; you can redistribute it and/or
31
 
 modify it under the terms of the GNU Lesser General Public
32
 
 License as published by the Free Software Foundation; either
33
 
 version 2.1 of the License, or (at your option) any later version.
34
 
 .
35
 
 This package is distributed in the hope that it will be useful,
36
 
 but WITHOUT ANY WARRANTY; without even the implied warranty of
37
 
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
38
 
 Lesser General Public License for more details.
39
 
 .
40
 
 You should have received a copy of the GNU Lesser General Public
41
 
 License along with this program; if not, write to the Free Software
42
 
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
43
 
 .
44
 
 On Debian systems, the complete text of the GNU Lesser General Public
45
 
 License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
46
 
 
47
 
License: GPL-2.0+
48
 
 This package is free software; you can redistribute it and/or modify
49
 
 it under the terms of the GNU General Public License as published by
50
 
 the Free Software Foundation; either version 2 of the License, or
51
 
 (at your option) any later version.
52
 
 .
53
 
 This package is distributed in the hope that it will be useful,
54
 
 but WITHOUT ANY WARRANTY; without even the implied warranty of
55
 
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56
 
 GNU General Public License for more details.
57
 
 .
58
 
 You should have received a copy of the GNU General Public License
59
 
 along with this program. If not, see <http://www.gnu.org/licenses/>
60
 
 .
61
 
 On Debian systems, the complete text of the GNU General
62
 
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
63
 
 
64
 
Special exception permission in isync/*:
65
 
 As a special exception, mbsync may be linked with the OpenSSL library,
66
 
 despite that library's more restrictive license.
67
 
 
68
 
License: BSD-3-Clause
69
 
 Redistribution and use in source and binary forms, with or without
70
 
 modification, are permitted provided that the following conditions
71
 
 are met:
72
 
 .
73
 
 1. Redistributions of source code must retain the above copyright
74
 
    notice, this list of conditions and the following disclaimer.
75
 
 2. Redistributions in binary form must reproduce the above copyright
76
 
    notice, this list of conditions and the following disclaimer in the
77
 
    documentation and/or other materials provided with the distribution.
78
 
 3. The name of the author may not be used to endorse or promote products
79
 
    derived from this software without specific prior written permission.
80
 
 .
81
 
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
82
 
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
83
 
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
84
 
 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
85
 
 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
86
 
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
87
 
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
88
 
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
89
 
 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
90
 
 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
91
 
 POSSIBILITY OF SUCH DAMAGE.