summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-20 20:09:47 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-20 20:09:47 +0000
commit887991c78a1e62beee123d58f6a47f93278f03c9 (patch)
treed1a1ce604f4776f3e7af513eb3f639a9e97a624f
parentd23f9ba0f6d82e6bab8a3ec1b804865f4b22cfb7 (diff)
downloadbusybox-w32-887991c78a1e62beee123d58f6a47f93278f03c9.tar.gz
busybox-w32-887991c78a1e62beee123d58f6a47f93278f03c9.tar.bz2
busybox-w32-887991c78a1e62beee123d58f6a47f93278f03c9.zip
Fixed
-rw-r--r--cat.c3
-rw-r--r--coreutils/cat.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/cat.c b/cat.c
index 3aae6d78e..da91d1db9 100644
--- a/cat.c
+++ b/cat.c
@@ -1,7 +1,8 @@
1/* 1/*
2 * Mini Cat implementation for busybox 2 * Mini Cat implementation for busybox
3 * 3 *
4 * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> 4 * Copyright (C) 1999 by Lineo, inc.
5 * Written by Erik Andersen <andersee@lineo.com>, <andersee@debian.org>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify 7 * 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 8 * it under the terms of the GNU General Public License as published by
diff --git a/coreutils/cat.c b/coreutils/cat.c
index 3aae6d78e..da91d1db9 100644
--- a/coreutils/cat.c
+++ b/coreutils/cat.c
@@ -1,7 +1,8 @@
1/* 1/*
2 * Mini Cat implementation for busybox 2 * Mini Cat implementation for busybox
3 * 3 *
4 * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> 4 * Copyright (C) 1999 by Lineo, inc.
5 * Written by Erik Andersen <andersee@lineo.com>, <andersee@debian.org>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify 7 * 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 8 * it under the terms of the GNU General Public License as published by