diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-02 00:07:56 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-02 00:07:56 +0000 |
commit | a11ca391a91b1bf925bebc4d5155864aa48001d1 (patch) | |
tree | 5a6ec9054284616133cdea4b62efdcbaddd061f9 /tr.c | |
parent | b986c35d6d81bb6c0314c8ee7fa9f61734845bf3 (diff) | |
download | busybox-w32-a11ca391a91b1bf925bebc4d5155864aa48001d1.tar.gz busybox-w32-a11ca391a91b1bf925bebc4d5155864aa48001d1.tar.bz2 busybox-w32-a11ca391a91b1bf925bebc4d5155864aa48001d1.zip |
More stuff
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@515 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tr.c')
-rw-r--r-- | tr.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,8 +2,10 @@ | |||
2 | /* | 2 | /* |
3 | * Mini tr implementation for busybox | 3 | * Mini tr implementation for busybox |
4 | * | 4 | * |
5 | * This version of tr is adapted from Minix tr | 5 | * Copyright (c) Michiel Huisjes |
6 | * Author: Michiel Huisjes | 6 | * |
7 | * This version of tr is adapted from Minix tr and was modified | ||
8 | * by Erik Andersen <andersee@debian.org> to be used in busybox. | ||
7 | * | 9 | * |
8 | * 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 |
9 | * 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 |