diff options
Diffstat (limited to 'util-linux/more.c')
-rw-r--r-- | util-linux/more.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index 72d58a6f4..bc3850510 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -1,7 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | * Mini more implementation for busybox | 2 | * Mini more implementation for busybox |
3 | * | 3 | * |
4 | * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> | 4 | * |
5 | * Copyright (C) 1999 by Lineo, inc. | ||
6 | * Blended by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | ||
7 | * based on the original more implementation and code from the Debian | ||
8 | * boot-floppies team. | ||
5 | * | 9 | * |
6 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 11 | * it under the terms of the GNU General Public License as published by |