1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
This package was debianized by Antti-Juhani Kaijanaho <ajk@debian.org>
on 1999-05-20 at the request from J.H.M Dassen (Ray).
The original source was fetched from
ftp://ftp.ics.ele.tue.nl/pub/users/jos/poster/poster.tar.gz
The modifications to the source include:
* repacking the sources into a tarball that unpacks to
a single, new directory (the original unpacked to the
current dir)
* getting rid of a dangerous gets() call
* adapting the program to use libpaper and documenting that
* adding the debian/ directory
The program has the following copyright notice:
# 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.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY;
# The full text of the GNU General Public License is supplied
# with 'poster' in the file LICENSE.
#
# Copyright (C) 1999 Jos T.J. van Eijndhoven
The file LICENSE in the source distribution contains Version 2 of the
GNU General Public License. The same version of the license is
included in Debian systems as the file /usr/share/common-licenses/GPL .
|