From 8ec10a9483f937743cba51124b30540c9613fca8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 27 Jan 2001 09:33:39 +0000 Subject: Fix up copyright msgs. Bump version to 0.49 in preparation for a release. Update the website with release details. -Erik --- coreutils/basename.c | 2 +- coreutils/cat.c | 2 +- coreutils/chroot.c | 2 +- coreutils/cmp.c | 2 +- coreutils/cut.c | 2 +- coreutils/df.c | 2 +- coreutils/dirname.c | 2 +- coreutils/du.c | 4 ++-- coreutils/head.c | 2 +- coreutils/ln.c | 2 +- coreutils/mkdir.c | 2 +- coreutils/rm.c | 2 +- coreutils/rmdir.c | 2 +- coreutils/tee.c | 2 +- coreutils/touch.c | 2 +- coreutils/uniq.c | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) (limited to 'coreutils') diff --git a/coreutils/basename.c b/coreutils/basename.c index 0caae39a4..cba003d70 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c @@ -2,7 +2,7 @@ /* * Mini basename implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/cat.c b/coreutils/cat.c index a1b878258..134245cdc 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c @@ -2,7 +2,7 @@ /* * Mini Cat implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/chroot.c b/coreutils/chroot.c index e6f1d034b..cd8101e47 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c @@ -3,7 +3,7 @@ * Mini chroot implementation for busybox * * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/cmp.c b/coreutils/cmp.c index a4b6c7d49..dd70261df 100644 --- a/coreutils/cmp.c +++ b/coreutils/cmp.c @@ -3,7 +3,7 @@ * Mini cmp implementation for busybox * * - * Copyright (C) 2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Matt Kraai * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/cut.c b/coreutils/cut.c index 262390e17..ed68657df 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c @@ -1,7 +1,7 @@ /* * cut.c - minimalist version of cut * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Mark Whitley , * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/df.c b/coreutils/df.c index 0408f9f54..7a24fedd0 100644 --- a/coreutils/df.c +++ b/coreutils/df.c @@ -2,7 +2,7 @@ /* * Mini df implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * based on original code by (I think) Bruce Perens . * diff --git a/coreutils/dirname.c b/coreutils/dirname.c index 333f08d41..2e11a69dc 100644 --- a/coreutils/dirname.c +++ b/coreutils/dirname.c @@ -2,7 +2,7 @@ /* * Mini dirname implementation for busybox * - * Copyright (C) 2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/du.c b/coreutils/du.c index 9cc2a673d..c56afbc4f 100644 --- a/coreutils/du.c +++ b/coreutils/du.c @@ -3,7 +3,7 @@ * Mini du implementation for busybox * * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by John Beppu * * This program is free software; you can redistribute it and/or modify @@ -187,7 +187,7 @@ int du_main(int argc, char **argv) return status; } -/* $Id: du.c,v 1.35 2001/01/27 08:24:37 andersen Exp $ */ +/* $Id: du.c,v 1.36 2001/01/27 09:33:38 andersen Exp $ */ /* Local Variables: c-file-style: "linux" diff --git a/coreutils/head.c b/coreutils/head.c index 71aa8258c..7d87f32cb 100644 --- a/coreutils/head.c +++ b/coreutils/head.c @@ -3,7 +3,7 @@ * Mini head implementation for busybox * * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by John Beppu * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/ln.c b/coreutils/ln.c index d6bf6443a..54e81f4c5 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c @@ -2,7 +2,7 @@ /* * Mini ln implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index eb6e7db7d..2345d8831 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c @@ -2,7 +2,7 @@ /* * Mini mkdir implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/rm.c b/coreutils/rm.c index 302599ec0..ce293a2aa 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c @@ -3,7 +3,7 @@ * Mini rm implementation for busybox * * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index 8c2165e6b..86346ddde 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.c @@ -3,7 +3,7 @@ * Mini rmdir implementation for busybox * * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/tee.c b/coreutils/tee.c index f0eca070d..aa3098c6a 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c @@ -2,7 +2,7 @@ /* * Mini tee implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Matt Kraai * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/touch.c b/coreutils/touch.c index fa2f3b609..e174baa47 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c @@ -3,7 +3,7 @@ * Mini touch implementation for busybox * * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/uniq.c b/coreutils/uniq.c index 228855962..84f1ed231 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c @@ -3,7 +3,7 @@ * Mini uniq implementation for busybox * * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by John Beppu * Rewritten by Matt Kraai * -- cgit v1.2.3