diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-08 20:45:47 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-08 20:45:47 +0000 |
commit | b97d03a9df648199e2cad20ec3eeede00fda1790 (patch) | |
tree | 031342e05cfe2a21ee2209b91e31f020fb9a458c /debian/copyright | |
parent | df69357f1c8437125932a1cc5c499693e525da0e (diff) | |
download | busybox-w32-b97d03a9df648199e2cad20ec3eeede00fda1790.tar.gz busybox-w32-b97d03a9df648199e2cad20ec3eeede00fda1790.tar.bz2 busybox-w32-b97d03a9df648199e2cad20ec3eeede00fda1790.zip |
Updates for the new build system from Bastian Blank (waldi)
git-svn-id: svn://busybox.net/trunk/busybox@6137 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/debian/copyright b/debian/copyright index 9a51d73c7..cf9f3681c 100644 --- a/debian/copyright +++ b/debian/copyright | |||
@@ -2,6 +2,23 @@ This package was debianized by Erik Andersen <andersee@debian.org> on | |||
2 | Sun, 18 Jun 2000 23:31:02 -0600 | 2 | Sun, 18 Jun 2000 23:31:02 -0600 |
3 | 3 | ||
4 | It was downloaded from ftp://ftp.busybox.net/busybox | 4 | It was downloaded from ftp://ftp.busybox.net/busybox |
5 | HomePage is at: http://busybox.net/ | ||
6 | 5 | ||
7 | Copyright: GPL | 6 | Copyright: |
7 | |||
8 | This package is free software; you can redistribute it and/or modify | ||
9 | it under the terms of the GNU General Public License as published by | ||
10 | the Free Software Foundation; version 2 dated June, 1991. | ||
11 | |||
12 | This package is distributed in the hope that it will be useful, | ||
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | GNU General Public License for more details. | ||
16 | |||
17 | You should have received a copy of the GNU General Public License | ||
18 | along with this package; if not, write to the Free Software | ||
19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | ||
20 | 02111-1307, USA. | ||
21 | |||
22 | On Debian GNU/Linux systems, the complete text of the GNU General | ||
23 | Public License can be found in `/usr/share/common-licenses/GPL'. | ||
24 | |||