svn commit: trunk/busybox: applets archival console-tools coreutils etc...

vapier at busybox.net vapier at busybox.net
Sat Sep 24 06:02:03 UTC 2005


Author: vapier
Date: 2005-09-23 23:01:57 -0700 (Fri, 23 Sep 2005)
New Revision: 11618

Log:
use brief license line

Modified:
   trunk/busybox/applets/Makefile.in
   trunk/busybox/archival/Makefile.in
   trunk/busybox/console-tools/Makefile.in
   trunk/busybox/coreutils/Makefile.in
   trunk/busybox/debianutils/Makefile.in
   trunk/busybox/e2fsprogs/Makefile.in
   trunk/busybox/editors/Makefile.in
   trunk/busybox/findutils/Makefile.in
   trunk/busybox/init/Makefile.in
   trunk/busybox/libbb/Makefile.in
   trunk/busybox/libpwdgrp/Makefile.in
   trunk/busybox/loginutils/Makefile.in
   trunk/busybox/miscutils/Makefile.in
   trunk/busybox/modutils/Makefile.in
   trunk/busybox/networking/Makefile.in
   trunk/busybox/procps/Makefile.in
   trunk/busybox/shell/Makefile.in
   trunk/busybox/sysklogd/Makefile.in
   trunk/busybox/util-linux/Makefile.in


Changeset:
Modified: trunk/busybox/applets/Makefile.in
===================================================================
--- trunk/busybox/applets/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/applets/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 APPLETS_AR:=applets.a
 ifndef $(APPLETS_DIR)

Modified: trunk/busybox/archival/Makefile.in
===================================================================
--- trunk/busybox/archival/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/archival/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 ARCHIVAL_AR:=archival.a
 ifndef $(ARCHIVAL_DIR)

Modified: trunk/busybox/console-tools/Makefile.in
===================================================================
--- trunk/busybox/console-tools/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/console-tools/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 CONSOLETOOLS_AR:=console-tools.a
 ifndef $(CONSOLETOOLS_DIR)

Modified: trunk/busybox/coreutils/Makefile.in
===================================================================
--- trunk/busybox/coreutils/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/coreutils/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 COREUTILS_AR:=coreutils.a
 ifndef $(COREUTILS_DIR)

Modified: trunk/busybox/debianutils/Makefile.in
===================================================================
--- trunk/busybox/debianutils/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/debianutils/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 DEBIANUTILS_AR:=debianutils.a
 ifndef $(DEBIANUTILS_DIR)

Modified: trunk/busybox/e2fsprogs/Makefile.in
===================================================================
--- trunk/busybox/e2fsprogs/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/e2fsprogs/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -2,20 +2,7 @@
 #
 # Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 E2FSPROGS_AR:=e2fsprogs.a
 

Modified: trunk/busybox/editors/Makefile.in
===================================================================
--- trunk/busybox/editors/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/editors/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 EDITOR_AR:=editors.a
 ifndef $(EDITOR_DIR)

Modified: trunk/busybox/findutils/Makefile.in
===================================================================
--- trunk/busybox/findutils/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/findutils/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 FINDUTILS_AR:=findutils.a
 ifndef $(FINDUTILS_DIR)

Modified: trunk/busybox/init/Makefile.in
===================================================================
--- trunk/busybox/init/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/init/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 INIT_AR:=init.a
 ifndef $(INIT_DIR)

Modified: trunk/busybox/libbb/Makefile.in
===================================================================
--- trunk/busybox/libbb/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/libbb/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,20 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 LIBBB_AR:=libbb.a
 ifndef $(LIBBB_DIR)

Modified: trunk/busybox/libpwdgrp/Makefile.in
===================================================================
--- trunk/busybox/libpwdgrp/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/libpwdgrp/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 LIBPWDGRP_AR:=libpwdgrp.a
 ifndef $(LIBPWDGRP_DIR)

Modified: trunk/busybox/loginutils/Makefile.in
===================================================================
--- trunk/busybox/loginutils/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/loginutils/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 LOGINUTILS_AR:=loginutils.a
 ifndef LOGINUTILS_DIR

Modified: trunk/busybox/miscutils/Makefile.in
===================================================================
--- trunk/busybox/miscutils/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/miscutils/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 MISCUTILS_AR:=miscutils.a
 ifndef $(MISCUTILS_DIR)

Modified: trunk/busybox/modutils/Makefile.in
===================================================================
--- trunk/busybox/modutils/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/modutils/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 MODUTILS_AR:=modutils.a
 ifndef $(MODUTILS_DIR)

Modified: trunk/busybox/networking/Makefile.in
===================================================================
--- trunk/busybox/networking/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/networking/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 NETWORKING_AR:=networking.a
 ifndef $(NETWORKING_DIR)

Modified: trunk/busybox/procps/Makefile.in
===================================================================
--- trunk/busybox/procps/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/procps/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 PROCPS_AR:=procps.a
 ifndef $(PROCPS_DIR)

Modified: trunk/busybox/shell/Makefile.in
===================================================================
--- trunk/busybox/shell/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/shell/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,22 +1,9 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
-
 SHELL_AR:=shell.a
 ifndef $(SHELL_DIR)
 SHELL_DIR:=$(top_builddir)/shell/

Modified: trunk/busybox/sysklogd/Makefile.in
===================================================================
--- trunk/busybox/sysklogd/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/sysklogd/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 SYSKLOGD_AR:=sysklogd.a
 ifndef $(SYSKLOGD_DIR)

Modified: trunk/busybox/util-linux/Makefile.in
===================================================================
--- trunk/busybox/util-linux/Makefile.in	2005-09-24 05:58:39 UTC (rev 11617)
+++ trunk/busybox/util-linux/Makefile.in	2005-09-24 06:01:57 UTC (rev 11618)
@@ -1,21 +1,8 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 UTILLINUX_AR:=util-linux.a
 ifndef $(UTILLINUX_DIR)




More information about the busybox-cvs mailing list