aboutsummaryrefslogtreecommitdiff
path: root/ln.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-20 22:08:37 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-20 22:08:37 +0000
commita284d70b59c11c06960052fc39a699493f898854 (patch)
tree6447b860dad6dd3a463547fa048a4c635d8864c8 /ln.c
parent8d84ad35cf400a534514f53ad6e434d6a5e29098 (diff)
downloadbusybox-w32-a284d70b59c11c06960052fc39a699493f898854.tar.gz
busybox-w32-a284d70b59c11c06960052fc39a699493f898854.tar.bz2
busybox-w32-a284d70b59c11c06960052fc39a699493f898854.zip
Fixed up copyright notices and such
git-svn-id: svn://busybox.net/trunk/busybox@49 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'ln.c')
-rw-r--r--ln.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ln.c b/ln.c
index 8f7719fa4..1e30e2b29 100644
--- a/ln.c
+++ b/ln.c
@@ -1,7 +1,9 @@
1/* 1/*
2 * Mini ln implementation for busybox 2 * Mini ln implementation for busybox
3 * 3 *
4 * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> 4 *
5 * Copyright (C) 1999 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
5 * 7 *
6 * This program is free software; you can redistribute it and/or modify 8 * 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 9 * it under the terms of the GNU General Public License as published by