summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-24 06:01:57 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-24 06:01:57 +0000
commit0d4ee68be56a0a43770756d43c0c6e8d98b106f1 (patch)
treed741ed52cc80c9c2e50da2ece8dc20448e0025df
parent97b43a7999c5617610d34b546f7e25603ea023f4 (diff)
downloadbusybox-w32-0d4ee68be56a0a43770756d43c0c6e8d98b106f1.tar.gz
busybox-w32-0d4ee68be56a0a43770756d43c0c6e8d98b106f1.tar.bz2
busybox-w32-0d4ee68be56a0a43770756d43c0c6e8d98b106f1.zip
use brief license line
-rw-r--r--applets/Makefile.in17
-rw-r--r--archival/Makefile.in17
-rw-r--r--console-tools/Makefile.in17
-rw-r--r--coreutils/Makefile.in17
-rw-r--r--debianutils/Makefile.in17
-rw-r--r--e2fsprogs/Makefile.in15
-rw-r--r--editors/Makefile.in17
-rw-r--r--findutils/Makefile.in17
-rw-r--r--init/Makefile.in17
-rw-r--r--libbb/Makefile.in16
-rw-r--r--libpwdgrp/Makefile.in17
-rw-r--r--loginutils/Makefile.in17
-rw-r--r--miscutils/Makefile.in17
-rw-r--r--modutils/Makefile.in17
-rw-r--r--networking/Makefile.in17
-rw-r--r--procps/Makefile.in17
-rw-r--r--shell/Makefile.in17
-rw-r--r--sysklogd/Makefile.in17
-rw-r--r--util-linux/Makefile.in17
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
20APPLETS_AR:=applets.a 7APPLETS_AR:=applets.a
21ifndef $(APPLETS_DIR) 8ifndef $(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
20ARCHIVAL_AR:=archival.a 7ARCHIVAL_AR:=archival.a
21ifndef $(ARCHIVAL_DIR) 8ifndef $(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
20CONSOLETOOLS_AR:=console-tools.a 7CONSOLETOOLS_AR:=console-tools.a
21ifndef $(CONSOLETOOLS_DIR) 8ifndef $(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
20COREUTILS_AR:=coreutils.a 7COREUTILS_AR:=coreutils.a
21ifndef $(COREUTILS_DIR) 8ifndef $(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
20DEBIANUTILS_AR:=debianutils.a 7DEBIANUTILS_AR:=debianutils.a
21ifndef $(DEBIANUTILS_DIR) 8ifndef $(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
20E2FSPROGS_AR:=e2fsprogs.a 7E2FSPROGS_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
20EDITOR_AR:=editors.a 7EDITOR_AR:=editors.a
21ifndef $(EDITOR_DIR) 8ifndef $(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
20FINDUTILS_AR:=findutils.a 7FINDUTILS_AR:=findutils.a
21ifndef $(FINDUTILS_DIR) 8ifndef $(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
20INIT_AR:=init.a 7INIT_AR:=init.a
21ifndef $(INIT_DIR) 8ifndef $(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
19LIBBB_AR:=libbb.a 7LIBBB_AR:=libbb.a
20ifndef $(LIBBB_DIR) 8ifndef $(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
20LIBPWDGRP_AR:=libpwdgrp.a 7LIBPWDGRP_AR:=libpwdgrp.a
21ifndef $(LIBPWDGRP_DIR) 8ifndef $(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
20LOGINUTILS_AR:=loginutils.a 7LOGINUTILS_AR:=loginutils.a
21ifndef LOGINUTILS_DIR 8ifndef 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
20MISCUTILS_AR:=miscutils.a 7MISCUTILS_AR:=miscutils.a
21ifndef $(MISCUTILS_DIR) 8ifndef $(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
20MODUTILS_AR:=modutils.a 7MODUTILS_AR:=modutils.a
21ifndef $(MODUTILS_DIR) 8ifndef $(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
20NETWORKING_AR:=networking.a 7NETWORKING_AR:=networking.a
21ifndef $(NETWORKING_DIR) 8ifndef $(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
20PROCPS_AR:=procps.a 7PROCPS_AR:=procps.a
21ifndef $(PROCPS_DIR) 8ifndef $(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
20SHELL_AR:=shell.a 7SHELL_AR:=shell.a
21ifndef $(SHELL_DIR) 8ifndef $(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
20SYSKLOGD_AR:=sysklogd.a 7SYSKLOGD_AR:=sysklogd.a
21ifndef $(SYSKLOGD_DIR) 8ifndef $(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
20UTILLINUX_AR:=util-linux.a 7UTILLINUX_AR:=util-linux.a
21ifndef $(UTILLINUX_DIR) 8ifndef $(UTILLINUX_DIR)