aboutsummaryrefslogtreecommitdiff
path: root/util-linux/more.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-20 22:08:37 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-20 22:08:37 +0000
commitc49960189a04b73e033016bd0f43fbb950f800e1 (patch)
tree6447b860dad6dd3a463547fa048a4c635d8864c8 /util-linux/more.c
parent887991c78a1e62beee123d58f6a47f93278f03c9 (diff)
downloadbusybox-c49960189a04b73e033016bd0f43fbb950f800e1.tar.gz
Fixed up copyright notices and such
Diffstat (limited to 'util-linux/more.c')
-rw-r--r--util-linux/more.c6
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 @@
/*
* Mini more implementation for busybox
*
- * Copyright (C) 1998 by Erik Andersen <andersee@debian.org>
+ *
+ * Copyright (C) 1999 by Lineo, inc.
+ * Blended by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
+ * based on the original more implementation and code from the Debian
+ * boot-floppies team.
*
* 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