aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tr.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r--coreutils/tr.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c
index 958fc80b8..1325245b8 100644
--- a/coreutils/tr.c
+++ b/coreutils/tr.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Copyright (c) Michiel Huisjes 5 * Copyright (c) Michiel Huisjes
6 * 6 *
7 * This version of tr is adapted from Minix tr and was modified 7 * This version of tr is adapted from Minix tr and was modified
8 * by Erik Andersen <andersen@codepoet.org> to be used in busybox. 8 * by Erik Andersen <andersen@codepoet.org> to be used in busybox.
9 * 9 *
10 * 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
@@ -20,7 +20,7 @@
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 * 23 *
24 * Original copyright notice is retained at the end of this file. 24 * Original copyright notice is retained at the end of this file.
25 */ 25 */
26 26
@@ -213,24 +213,24 @@ extern int tr_main(int argc, char **argv)
213/* 213/*
214 * Copyright (c) 1987,1997, Prentice Hall 214 * Copyright (c) 1987,1997, Prentice Hall
215 * All rights reserved. 215 * All rights reserved.
216 * 216 *
217 * Redistribution and use of the MINIX operating system in source and 217 * Redistribution and use of the MINIX operating system in source and
218 * binary forms, with or without modification, are permitted provided 218 * binary forms, with or without modification, are permitted provided
219 * that the following conditions are met: 219 * that the following conditions are met:
220 * 220 *
221 * Redistributions of source code must retain the above copyright 221 * Redistributions of source code must retain the above copyright
222 * notice, this list of conditions and the following disclaimer. 222 * notice, this list of conditions and the following disclaimer.
223 * 223 *
224 * Redistributions in binary form must reproduce the above 224 * Redistributions in binary form must reproduce the above
225 * copyright notice, this list of conditions and the following 225 * copyright notice, this list of conditions and the following
226 * disclaimer in the documentation and/or other materials provided 226 * disclaimer in the documentation and/or other materials provided
227 * with the distribution. 227 * with the distribution.
228 * 228 *
229 * Neither the name of Prentice Hall nor the names of the software 229 * Neither the name of Prentice Hall nor the names of the software
230 * authors or contributors may be used to endorse or promote 230 * authors or contributors may be used to endorse or promote
231 * products derived from this software without specific prior 231 * products derived from this software without specific prior
232 * written permission. 232 * written permission.
233 * 233 *
234 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS, AUTHORS, AND 234 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS, AUTHORS, AND
235 * CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 235 * CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
236 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 236 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF