diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 06:01:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 06:01:57 +0000 |
commit | 0d4ee68be56a0a43770756d43c0c6e8d98b106f1 (patch) | |
tree | d741ed52cc80c9c2e50da2ece8dc20448e0025df | |
parent | 97b43a7999c5617610d34b546f7e25603ea023f4 (diff) | |
download | busybox-w32-0d4ee68be56a0a43770756d43c0c6e8d98b106f1.tar.gz busybox-w32-0d4ee68be56a0a43770756d43c0c6e8d98b106f1.tar.bz2 busybox-w32-0d4ee68be56a0a43770756d43c0c6e8d98b106f1.zip |
use brief license line
-rw-r--r-- | applets/Makefile.in | 17 | ||||
-rw-r--r-- | archival/Makefile.in | 17 | ||||
-rw-r--r-- | console-tools/Makefile.in | 17 | ||||
-rw-r--r-- | coreutils/Makefile.in | 17 | ||||
-rw-r--r-- | debianutils/Makefile.in | 17 | ||||
-rw-r--r-- | e2fsprogs/Makefile.in | 15 | ||||
-rw-r--r-- | editors/Makefile.in | 17 | ||||
-rw-r--r-- | findutils/Makefile.in | 17 | ||||
-rw-r--r-- | init/Makefile.in | 17 | ||||
-rw-r--r-- | libbb/Makefile.in | 16 | ||||
-rw-r--r-- | libpwdgrp/Makefile.in | 17 | ||||
-rw-r--r-- | loginutils/Makefile.in | 17 | ||||
-rw-r--r-- | miscutils/Makefile.in | 17 | ||||
-rw-r--r-- | modutils/Makefile.in | 17 | ||||
-rw-r--r-- | networking/Makefile.in | 17 | ||||
-rw-r--r-- | procps/Makefile.in | 17 | ||||
-rw-r--r-- | shell/Makefile.in | 17 | ||||
-rw-r--r-- | sysklogd/Makefile.in | 17 | ||||
-rw-r--r-- | util-linux/Makefile.in | 17 |
19 files changed, 37 insertions, 283 deletions
diff --git a/applets/Makefile.in b/applets/Makefile.in index 8a43c79f3..6560fcd44 100644 --- a/applets/Makefile.in +++ b/applets/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | APPLETS_AR:=applets.a | 7 | APPLETS_AR:=applets.a |
21 | ifndef $(APPLETS_DIR) | 8 | ifndef $(APPLETS_DIR) |
diff --git a/archival/Makefile.in b/archival/Makefile.in index dd399e1e7..f4ec6794e 100644 --- a/archival/Makefile.in +++ b/archival/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | ARCHIVAL_AR:=archival.a | 7 | ARCHIVAL_AR:=archival.a |
21 | ifndef $(ARCHIVAL_DIR) | 8 | ifndef $(ARCHIVAL_DIR) |
diff --git a/console-tools/Makefile.in b/console-tools/Makefile.in index 5474b1974..46cf524be 100644 --- a/console-tools/Makefile.in +++ b/console-tools/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | CONSOLETOOLS_AR:=console-tools.a | 7 | CONSOLETOOLS_AR:=console-tools.a |
21 | ifndef $(CONSOLETOOLS_DIR) | 8 | ifndef $(CONSOLETOOLS_DIR) |
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in index 2dc9ebabc..9dc604b1a 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | COREUTILS_AR:=coreutils.a | 7 | COREUTILS_AR:=coreutils.a |
21 | ifndef $(COREUTILS_DIR) | 8 | ifndef $(COREUTILS_DIR) |
diff --git a/debianutils/Makefile.in b/debianutils/Makefile.in index 67f5dd53f..c0185f4aa 100644 --- a/debianutils/Makefile.in +++ b/debianutils/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | DEBIANUTILS_AR:=debianutils.a | 7 | DEBIANUTILS_AR:=debianutils.a |
21 | ifndef $(DEBIANUTILS_DIR) | 8 | ifndef $(DEBIANUTILS_DIR) |
diff --git a/e2fsprogs/Makefile.in b/e2fsprogs/Makefile.in index b5995a9ad..cd3584975 100644 --- a/e2fsprogs/Makefile.in +++ b/e2fsprogs/Makefile.in | |||
@@ -2,20 +2,7 @@ | |||
2 | # | 2 | # |
3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. |
6 | # it under the terms of the GNU General Public License as published by | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | ||
19 | 6 | ||
20 | E2FSPROGS_AR:=e2fsprogs.a | 7 | E2FSPROGS_AR:=e2fsprogs.a |
21 | 8 | ||
diff --git a/editors/Makefile.in b/editors/Makefile.in index b43cc463b..01fb8b527 100644 --- a/editors/Makefile.in +++ b/editors/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | EDITOR_AR:=editors.a | 7 | EDITOR_AR:=editors.a |
21 | ifndef $(EDITOR_DIR) | 8 | ifndef $(EDITOR_DIR) |
diff --git a/findutils/Makefile.in b/findutils/Makefile.in index 107d2519e..2dcb702e8 100644 --- a/findutils/Makefile.in +++ b/findutils/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | FINDUTILS_AR:=findutils.a | 7 | FINDUTILS_AR:=findutils.a |
21 | ifndef $(FINDUTILS_DIR) | 8 | ifndef $(FINDUTILS_DIR) |
diff --git a/init/Makefile.in b/init/Makefile.in index 9e3eadf51..5b3d9eaf0 100644 --- a/init/Makefile.in +++ b/init/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | INIT_AR:=init.a | 7 | INIT_AR:=init.a |
21 | ifndef $(INIT_DIR) | 8 | ifndef $(INIT_DIR) |
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index be5350754..48acdc5d0 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -1,20 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. |
6 | # it under the terms of the GNU General Public License as published by | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | 6 | ||
19 | LIBBB_AR:=libbb.a | 7 | LIBBB_AR:=libbb.a |
20 | ifndef $(LIBBB_DIR) | 8 | ifndef $(LIBBB_DIR) |
diff --git a/libpwdgrp/Makefile.in b/libpwdgrp/Makefile.in index 7d7241c66..99674804c 100644 --- a/libpwdgrp/Makefile.in +++ b/libpwdgrp/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | LIBPWDGRP_AR:=libpwdgrp.a | 7 | LIBPWDGRP_AR:=libpwdgrp.a |
21 | ifndef $(LIBPWDGRP_DIR) | 8 | ifndef $(LIBPWDGRP_DIR) |
diff --git a/loginutils/Makefile.in b/loginutils/Makefile.in index cb8733f42..c17865732 100644 --- a/loginutils/Makefile.in +++ b/loginutils/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | LOGINUTILS_AR:=loginutils.a | 7 | LOGINUTILS_AR:=loginutils.a |
21 | ifndef LOGINUTILS_DIR | 8 | ifndef LOGINUTILS_DIR |
diff --git a/miscutils/Makefile.in b/miscutils/Makefile.in index 2db511176..808ce36de 100644 --- a/miscutils/Makefile.in +++ b/miscutils/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | MISCUTILS_AR:=miscutils.a | 7 | MISCUTILS_AR:=miscutils.a |
21 | ifndef $(MISCUTILS_DIR) | 8 | ifndef $(MISCUTILS_DIR) |
diff --git a/modutils/Makefile.in b/modutils/Makefile.in index 7bfbae3a4..df754afd2 100644 --- a/modutils/Makefile.in +++ b/modutils/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | MODUTILS_AR:=modutils.a | 7 | MODUTILS_AR:=modutils.a |
21 | ifndef $(MODUTILS_DIR) | 8 | ifndef $(MODUTILS_DIR) |
diff --git a/networking/Makefile.in b/networking/Makefile.in index 801eb512b..ecfd8235b 100644 --- a/networking/Makefile.in +++ b/networking/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | NETWORKING_AR:=networking.a | 7 | NETWORKING_AR:=networking.a |
21 | ifndef $(NETWORKING_DIR) | 8 | ifndef $(NETWORKING_DIR) |
diff --git a/procps/Makefile.in b/procps/Makefile.in index 5207b801b..15633a001 100644 --- a/procps/Makefile.in +++ b/procps/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | PROCPS_AR:=procps.a | 7 | PROCPS_AR:=procps.a |
21 | ifndef $(PROCPS_DIR) | 8 | ifndef $(PROCPS_DIR) |
diff --git a/shell/Makefile.in b/shell/Makefile.in index 9677fd62f..db01a152a 100644 --- a/shell/Makefile.in +++ b/shell/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. |
6 | # it under the terms of the GNU General Public License as published by | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | |||
19 | 6 | ||
20 | SHELL_AR:=shell.a | 7 | SHELL_AR:=shell.a |
21 | ifndef $(SHELL_DIR) | 8 | ifndef $(SHELL_DIR) |
diff --git a/sysklogd/Makefile.in b/sysklogd/Makefile.in index 78efdc7cf..f26f4a115 100644 --- a/sysklogd/Makefile.in +++ b/sysklogd/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | SYSKLOGD_AR:=sysklogd.a | 7 | SYSKLOGD_AR:=sysklogd.a |
21 | ifndef $(SYSKLOGD_DIR) | 8 | ifndef $(SYSKLOGD_DIR) |
diff --git a/util-linux/Makefile.in b/util-linux/Makefile.in index 1c63311ca..85d9aa5da 100644 --- a/util-linux/Makefile.in +++ b/util-linux/Makefile.in | |||
@@ -1,21 +1,8 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | ||
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 | ||
7 | # the Free Software Foundation; either version 2 of the License, or | ||
8 | # (at your option) any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
19 | 6 | ||
20 | UTILLINUX_AR:=util-linux.a | 7 | UTILLINUX_AR:=util-linux.a |
21 | ifndef $(UTILLINUX_DIR) | 8 | ifndef $(UTILLINUX_DIR) |