aboutsummaryrefslogtreecommitdiff
path: root/editors/sed.c
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-22 02:52:41 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-22 02:52:41 +0000
commit310cb43afb101eacc9588643530c41873cd7869a (patch)
treeba1df1897eef7f654781e15b48fb55c6918e9465 /editors/sed.c
parent3eb65dbcebaa64597976d3b13c0777359dfdd7b0 (diff)
downloadbusybox-w32-310cb43afb101eacc9588643530c41873cd7869a.tar.gz
busybox-w32-310cb43afb101eacc9588643530c41873cd7869a.tar.bz2
busybox-w32-310cb43afb101eacc9588643530c41873cd7869a.zip
Change license statements (and clean up headers) on some of the files that
Erik or I are primary copyright holders on. git-svn-id: svn://busybox.net/trunk/busybox@16175 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'editors/sed.c')
-rw-r--r--editors/sed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c
index f8e3720b5..98437585c 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -10,7 +10,7 @@
10 * 10 *
11 * MAINTAINER: Rob Landley <rob@landley.net> 11 * MAINTAINER: Rob Landley <rob@landley.net>
12 * 12 *
13 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 13 * Licensed under GPL version 2, see file LICENSE in this tarball for details.
14 */ 14 */
15 15
16/* Code overview. 16/* Code overview.