~eugenenuke/ubuntu/wily/console-setup/fix-for-1565542

« back to all changes in this revision

Viewing changes to copyright

  • Committer: Bazaar Package Importer
  • Author(s): Anton Zinoviev
  • Date: 2011-03-29 12:06:14 UTC
  • mto: This revision was merged to the branch mainline in revision 125.
  • Revision ID: james.westby@ubuntu.com-20110329120614-nucwnqqg7rz88508
Tags: 1.72
* README: /etc/getty=>/etc/gettytab
* debian/*.init: source /etc/default/locale to permit autodetection of
  the charmap when console-setup-mini operates without configuration
  file.
* debian/*.init: do not test whether we are on the console, there are
  better tests inside setupcon.
* setupcon: do not expect the existence of 'tty' (if /usr is not mounted
  'tty' will be unavailable).  Thanks to Sven Joachim, closes: #619462.
* README.Debian: console-setup-mini no longer installs only a minimal
  set of fonts.  Without configuration file no font will be loaded.
* A little Lintian cleaning:
  - copyright: add the required reference to common-licenses;
  - restore the separate copyright file for bdf2psf;
  - versioned build dependency on debhelper (>=7.2.3~) for dh_bugfiles;
  - standards version 3.9.1;
  - use dh_lintian to install the override file.
* setupcon: new options --save-keyboard and --setup-dir.  Keep them
  undocumented for now.
* setupcon: some bug fixing:
  - the function findfile wouldn't work when setupcon is not run from
    /bin or /usr/local/bin, but from a non-standard location;
  - when working with incomplete information and guessing the font name,
    use [A-WXYZa-wyz] as file pattern for fonts instead of [A-Za-z] (we do
    not want 'x' and in some locales [A-Z] includes 'x').
* Use all-permissive, non-copyleft license for setupcon and ckbcomp-mini.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This copyright file applies both to the source package console-setup
2
 
and the binary Debian packages built from it.
3
 
 
4
 
All console fonts are public domain by nature.
5
 
 
6
 
The source BDF-fonts in the directory Fonts/bdf are distributed under
7
 
many different licenses, see in the file copyright.fonts for details.
8
 
 
9
 
The keyboard files are borrowed from the XKeyboardConfig package
10
 
Upstream authors: Denis Barbier <barbier@linuxfr.org>, Frank Murphy
11
 
<murphyf+xfree86@f-m.fm>, Ivan Pascal <pascal@info.tsu.ru>, Andriy
12
 
Rysin <arysin@myrealbox.com>, Sergey V. Udaltsov
13
 
<svu@users.sourceforge.net>, Данило Шеган <dsegan@gmx.net>.
14
 
 
15
 
The XKeyboardConfig package is distributed under the following license:
16
 
 
17
 
Permission to use, copy, modify, distribute, and sell this software and its
18
 
documentation for any purpose is hereby granted without fee, provided that
19
 
the above copyright notice appear in all copies and that both that
20
 
copyright notice and this permission notice appear in supporting
21
 
documentation, and that the name of the copyright holder(s) not be used in
22
 
advertising or publicity pertaining to distribution of the software without
23
 
specific, written prior permission.  The copyright holder(s) makes no
24
 
representations about the suitability of this software for any purpose.  It
25
 
is provided "as is" without express or implied warranty.
26
 
 
27
 
THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
28
 
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
29
 
EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
30
 
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31
 
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
32
 
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
33
 
PERFORMANCE OF THIS SOFTWARE.
34
 
 
35
 
The XKeyboardConfig package was downloaded from
36
 
http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-0.8.tar.gz
37
 
 
38
 
Everything else in this package is
39
 
 
40
 
Copyright (c) 1999,2000,2001,2002,2003,2006,2007,2008,2009,2010,2011 Anton Zinoviev, zinoviev@debian.org
41
 
 
42
 
It is distributed under terms of the GNU General Public License
43
 
version 2.0 or (at your choice) any later version.
44
 
 
45
 
It is distributed in the hope that it will be useful, but WITHOUT ANY
46
 
WARRANTY; without even the implied warranty of MERCHANTABILITY or
47
 
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
48
 
for more details.
49
 
 
50
 
You should have received a copy of the GNU Lesser General Public
51
 
License along with this library; if not, write to the Free Software
52
 
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
53
 
02110-1301, USA
54
 
 
55
 
The complete text of the GNU General Public License, version 2 can be
56
 
found in the GPL-2 file.