~ubuntu-branches/ubuntu/lucid/libcdk5/lucid

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2005-08-13 18:01:16 UTC
  • Revision ID: james.westby@ubuntu.com-20050813180116-7ocmcybv3cyrrc2x
Tags: 5.0.20050424-2
Call ./configure properly even if not executable.  Closes: #322977.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This Debian package of libcdk was initially put together by Raphael
 
2
Bossek <bossekr@debian.org>; later maintainers are listed in the
 
3
changelog file.
 
4
 
 
5
The sources were downloaded from http://invisible-island.net/cdk/
 
6
 
 
7
Modifications copyright Thomas Dickey 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
8
 
 
9
The software and documentation are still under the same licensing are the
 
10
original Cdk, but noting that substantial work and enhancements have been made,
 
11
I've added my name as needed -TD
 
12
 
 
13
The original COPYING file follows (with corrections as noted in CHANGES).
 
14
-------------------------------------------------------------------------------
 
15
Cdk Copying Guide
 
16
Copyright Mike Glover, 1995, 1996, 1997, 1998, 1999
 
17
-------------------------------------------------------------------------------
 
18
 
 
19
/*
 
20
 * Copyright (c) 1999, Mike Glover
 
21
 * All rights reserved.
 
22
 *
 
23
 * Redistribution and use in source and binary forms, with or without
 
24
 * modification, are permitted provided that the following conditions
 
25
 * are met:
 
26
 * 1. Redistributions of source code must retain the above copyright
 
27
 *    notice, this list of conditions and the following disclaimer.
 
28
 * 2. Redistributions in binary form must reproduce the above copyright
 
29
 *    notice, this list of conditions and the following disclaimer in the
 
30
 *    documentation and/or other materials provided with the distribution.
 
31
 * 3. All advertising materials mentioning features or use of this software
 
32
 *    must display the following acknowledgment:
 
33
 *      This product includes software developed by Mike Glover
 
34
 *      and contributors.
 
35
 * 4. Neither the name of Mike Glover, nor the names of contributors
 
36
 *    may be used to endorse or promote products derived from this software
 
37
 *    without specific prior written permission.
 
38
 *
 
39
 * THIS SOFTWARE IS PROVIDED BY MIKE GLOVER AND CONTRIBUTORS ``AS IS'' AND
 
40
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
41
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
42
 * ARE DISCLAIMED.  IN NO EVENT SHALL MIKE GLOVER OR CONTRIBUTORS BE LIABLE
 
43
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
44
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
45
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 
46
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 
47
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 
48
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 
49
 * SUCH DAMAGE.
 
50
 */