diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Makefile | 2 | ||||
-rw-r--r-- | init/Makefile.in | 2 | ||||
-rw-r--r-- | init/halt.c | 2 | ||||
-rw-r--r-- | init/init.c | 2 | ||||
-rw-r--r-- | init/poweroff.c | 2 | ||||
-rw-r--r-- | init/reboot.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/init/Makefile b/init/Makefile index 8d0cdc4ec..816230bf3 100644 --- a/init/Makefile +++ b/init/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/init/Makefile.in b/init/Makefile.in index 1eee3d18a..b1f464d19 100644 --- a/init/Makefile.in +++ b/init/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/init/halt.c b/init/halt.c index b9eeaebdd..10f16c75d 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini halt implementation for busybox | 3 | * Mini halt implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * 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 |
9 | * 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 |
diff --git a/init/init.c b/init/init.c index a454ac5ce..69ce4b2c9 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini init implementation for busybox | 3 | * Mini init implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * Adjusted by so many folks, it's impossible to keep track. | 7 | * Adjusted by so many folks, it's impossible to keep track. |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
diff --git a/init/poweroff.c b/init/poweroff.c index d78ff4f98..d630aa6c2 100644 --- a/init/poweroff.c +++ b/init/poweroff.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini poweroff implementation for busybox | 3 | * Mini poweroff implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * 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 |
9 | * 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 |
diff --git a/init/reboot.c b/init/reboot.c index be4b97f95..e9f9ff831 100644 --- a/init/reboot.c +++ b/init/reboot.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini reboot implementation for busybox | 3 | * Mini reboot implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * 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 |
9 | * 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 |