source: trunk/debathena/config/lightdm-config/debian/copyright @ 25494

Revision 25494, 3.0 KB checked in by jdreed, 12 years ago (diff)
Initial checkin of functional greeter
Line 
1The "debathena-lightdm-greeter" Python script is copyright (c) 2012,
2Massachusetts Institute of Technology and is licensed under version 3
3of the GNU General Public License.  The script incorporates some code
4from and the basic design of example_greeter.py by Matt Fischer.  The
5original copyright notice from example_greeter.py appears below:
6
7   # Author: Matt Fischer <matthew.fischer@canonical.com>
8   # Copyright (C) 2012 Canonical, Ltd
9   #
10   # This program is free software: you can redistribute it and/or
11   # modify it under the terms of the GNU General Public License as
12   # published by the Free Software Foundation, either version 3 of
13   # the License, or (at your option) any later version. See
14   # http://www.gnu.org/copyleft/gpl.html the full text of the
15   # license.
16   #
17   # This code is based on the LightDM GTK Greeter which was written by:
18   # Robert Ancell <robert.ancell@canonical.com>
19
20Debian policy requires us to inform you that instead of viewing the
21GNU General Public License on the GNU website, you should instead look
22at /usr/share/common-licenses/GPL-3.
23
24The owl's blinking functionality was added by Benjamin Barenblat
25<bbaren@mit.edu>.
26
27The image of MIT Building 10 (debian/background.jpg)
28is adapted from
29  http://www.flickr.com/photos/22240293@N05/3930252680/
30taken by Flickr user "Diez Photography" and licensed under CC-BY 2.0:
31  http://creativecommons.org/licenses/by/2.0/deed.en
32
33The rest of the software and its Debian packaging are licensed as follows:
34
35Copyright (c) 2012, Massachusetts Institute of Technology
36All rights reserved.
37
38Redistribution and use in source and binary forms, with or without
39modification, are permitted provided that the following conditions are
40met:
41    * Redistributions of source code must retain the above copyright
42      notice, this list of conditions and the following disclaimer.
43    * Redistributions in binary form must reproduce the above copyright
44      notice, this list of conditions and the following disclaimer in the
45      documentation and/or other materials provided with the distribution.
46    * Neither the name of the Massachusetts Institute of Technology nor the
47      names of its contributors may be used to endorse or promote products
48      derived from this software without specific prior written permission.
49
50THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
51"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
52LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
53A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MASSACHUSETTS
54INSTITUTE OF TECHNOLOGY BE LIABLE FOR ANY DIRECT, INDIRECT,
55INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
56BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
57OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
58ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
59TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
60USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
61DAMAGE.
Note: See TracBrowser for help on using the repository browser.