diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-20 20:09:47 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-20 20:09:47 +0000 |
commit | 8d84ad35cf400a534514f53ad6e434d6a5e29098 (patch) | |
tree | d1a1ce604f4776f3e7af513eb3f639a9e97a624f /cat.c | |
parent | 083a8da709bfa4d6782cb10a94225f130cd99c26 (diff) | |
download | busybox-w32-8d84ad35cf400a534514f53ad6e434d6a5e29098.tar.gz busybox-w32-8d84ad35cf400a534514f53ad6e434d6a5e29098.tar.bz2 busybox-w32-8d84ad35cf400a534514f53ad6e434d6a5e29098.zip |
Fixed
git-svn-id: svn://busybox.net/trunk/busybox@48 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'cat.c')
-rw-r--r-- | cat.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |