Fix forgotten license comments
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 7 Dec 2008 00:52:58 +0000 (00:52 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 7 Dec 2008 00:52:58 +0000 (00:52 -0000)
49 files changed:
applets/usage.c
console-tools/loadfont.c
coreutils/length.c
e2fsprogs/e2fs_lib.c
e2fsprogs/fsck.c
e2fsprogs/old_e2fsprogs/fsck.c
e2fsprogs/old_e2fsprogs/mke2fs.c
e2fsprogs/old_e2fsprogs/tune2fs.c
e2fsprogs/old_e2fsprogs/util.c
libbb/crc32.c
libbb/create_icmp6_socket.c
libbb/create_icmp_socket.c
libbb/crypt_make_salt.c
libbb/human_readable.c
libbb/inet_common.c
libbb/rtc.c
libbb/selinux_common.c
libbb/update_passwd.c
libbb/xatonum_template.c
libbb/xconnect.c
libbb/xgetcwd.c
libbb/xreadlink.c
loginutils/cryptpw.c
networking/udhcp/arpping.c
networking/udhcp/files.c
networking/udhcp/leases.c
networking/udhcp/options.c
networking/udhcp/packet.c
networking/udhcp/static_leases.c
networking/wget.c
procps/fuser.c
procps/top.c
selinux/chcon.c
selinux/getenforce.c
selinux/getsebool.c
selinux/load_policy.c
selinux/matchpathcon.c
selinux/runcon.c
selinux/selinuxenabled.c
selinux/sestatus.c
selinux/setenforce.c
selinux/setsebool.c
util-linux/fdformat.c
util-linux/fdisk_aix.c
util-linux/fdisk_osf.c
util-linux/fdisk_sgi.c
util-linux/fdisk_sun.c
util-linux/mkfs_minix.c
util-linux/rtcwake.c

index a35817f9f72ca81b7f3e13598cd6c47922b660d9..1e038b3672c96aec8bf51a7bc2c0855cab8df999 100644 (file)
@@ -1,4 +1,9 @@
 /* vi: set sw=4 ts=4: */
+/*
+ * Copyright (C) 2008 Denys Vlasenko.
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ */
 #include <unistd.h>
 
 /* Just #include "autoconf.h" doesn't work for builds in separate
index 863c6efcd7e56f4f9d6cd37a891765d4be683a31..336418061ae2988fb181660ca3ee92036df4e242 100644 (file)
@@ -6,6 +6,8 @@
  *
  * Loads the console font, and possibly the corresponding screen map(s).
  * (Adapted for busybox by Matej Vela.)
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "libbb.h"
 #include <sys/kd.h>
index c7523a02a1756840c6acc1f8286dcf539a33c3e6..43a0f59880097e73d8db3df23a4e178077d5db1f 100644 (file)
@@ -1,4 +1,7 @@
 /* vi: set sw=4 ts=4: */
+/*
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ */
 
 /* BB_AUDIT SUSv3 N/A -- Apparently a busybox (obsolete?) extension. */
 
index 839109e3f787270b4159c954ef4a4e4463a5cc01..3e8d95687278dff83f2bff88398dd8ed28023ddc 100644 (file)
@@ -2,8 +2,7 @@
 /*
  * See README for additional information
  *
- * This file can be redistributed under the terms of the GNU Library General
- * Public License
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index cb454560add03de17369ea98b9e9ed7685ad94ec..3c6cafbd3f2b1ddee90e2306ef2d682fb872151d 100644 (file)
  * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
  *      2001, 2002, 2003, 2004, 2005 by  Theodore Ts'o.
  *
- * %Begin-Header%
- * This file may be redistributed under the terms of the GNU Public
- * License.
- * %End-Header%
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 /* All filesystem specific hooks have been removed.
index cc273536f41b663ff11482b7322f83b31e0e89be..98e4e38feebb8f2012a2f0fc0ddd5ec605a58833 100644 (file)
  * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
  *      2001, 2002, 2003, 2004, 2005 by  Theodore Ts'o.
  *
- * %Begin-Header%
- * This file may be redistributed under the terms of the GNU Public
- * License.
- * %End-Header%
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include <sys/types.h>
index 6ffad3513b58ee595fc966de2c68fed075a62ae6..a1327437d7a5d37d9cbb9c82e96e506b9b0545ce 100644 (file)
@@ -5,8 +5,7 @@
  * Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  *     2003, 2004, 2005 by Theodore Ts'o.
  *
- * This file may be redistributed under the terms of the GNU Public
- * License.
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 /* Usage: mke2fs [options] device
index b7a1b21eb0fc49fd94f69b14d03876b34c99b1c2..1d39ed1b04fe2a4eb3dfc62c3de6e8008e5bf78b 100644 (file)
@@ -8,10 +8,7 @@
  *
  * Copyright 1995, 1996, 1997, 1998, 1999, 2000 by Theodore Ts'o.
  *
- * %Begin-Header%
- * This file may be redistributed under the terms of the GNU Public
- * License.
- * %End-Header%
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 /*
index ce49db96a48bb411b774fe3f5d4e5f30d47b174e..7ab6591d588c64b0bfc7512d1a7d606e692a7000 100644 (file)
@@ -4,10 +4,7 @@
  *
  * Copyright 1995, 1996, 1997, 1998, 1999, 2000 by Theodore Ts'o.
  *
- * %Begin-Header%
- * This file may be redistributed under the terms of the GNU Public
- * License.
- * %End-Header%
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include <stdio.h>
index 42079b9c597f8cfd73e2eec56aed05849f108097..36ac860425ad15586f3d2307c1dca6eb1a3c990e 100644 (file)
@@ -12,6 +12,8 @@
  *
  * endian = 1: big-endian
  * endian = 0: little-endian
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 20655170e423c5fb882e18d79670290dd933227a..91e478ec83c62191510364c0212dda69d1f4b28d 100644 (file)
@@ -4,6 +4,8 @@
  *
  * create raw socket for icmp (IPv6 version) protocol
  * and drop root privileges if running setuid
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 1fa016ab87cc08c266d559c755f86aea01f64e46..d75f8452d1129dbc2d2c6b6d1c2122a63a7cb9ff 100644 (file)
@@ -4,6 +4,8 @@
  *
  * create raw socket for icmp protocol
  * and drop root privileges if running setuid
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 393eba5f9bd1ecff1c918ebcba18a480dc98bbe8..14bb0ddc921a8eb7a4f7a806cdefe90832476cf8 100644 (file)
@@ -6,6 +6,7 @@
  *
  * Lifted from loginutils/passwd.c by Thomas Lundquist <thomasez@zelow.no>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 61c8567501c137d30f63ac27c89453082d0dc35f..05e7d86ec74949745fa568e1649b53c7846c8414 100644 (file)
@@ -24,6 +24,8 @@
  *
  *      Some code to omit the decimal point and tenths digit is sketched out
  *      and "#if 0"'d below.
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 966a021e53c8df237384656876d00ea44ae642f2..fa4d8672fe2a9280833d3387ed8487a254813ee6 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Heavily modified by Manuel Novoa III       Mar 12, 2001
  *
- *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 222d977ca644b61445c1b0b6643f168ea3ba22d4..51834f8f99e0b93ec61b5ad853b248ff2a371d8e 100644 (file)
@@ -1,5 +1,7 @@
 /*
  * Common RTC functions
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 5fdbe9d5870684ce256fd0c923d84427dbb0cbfe..275a761d29b76b436ace882b6e2a0e6ffae8f8d8 100644 (file)
@@ -3,6 +3,8 @@
  *   -- common SELinux utility functions
  *
  * Copyright 2007 KaiGai Kohei <kaigai@kaigai.gr.jp>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "libbb.h"
 #include <selinux/context.h>
index 88bc28ca93a01a75ed5b63f6c5d67a31f8fdcd85..565dd3702138ae7832ea52376242818fdf998963 100644 (file)
@@ -7,6 +7,8 @@
  * /etc/shadow) for a given user and password.
  *
  * Moved from loginutils/passwd.c by Alexander Shishkin <virtuoso@slind.org>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 2360ae88a345998d4a6f90c2c603d7babebfed5e..5e0bb59e6b1bbbd1198a48a0860c3158ede01691 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ */
 /*
 You need to define the following (example):
 
index d48c50339990ba2079ae83fbf1a558571859022e..5be83241b45e72c670425a45b8c314d95ced89ef 100644 (file)
@@ -4,6 +4,7 @@
  *
  * Connect to host at port using address resolution from getaddrinfo
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include <netinet/in.h>
index eefe1d6600f864aba8de06786bfb7388e9f84f04..10febe32d44c8964b6e11e299357ab67a14aaff6 100644 (file)
@@ -5,7 +5,9 @@
  * Written by David MacKenzie <djm@gnu.ai.mit.edu>.
  *
  * Special function for busybox written by Vladimir Oleynik <dzo@simtreas.ru>
-*/
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ */
 
 #include "libbb.h"
 
index 2cfc5751cacf55b60fcae6648df4d59dee843e1b..6bff4beaee51c3fe670821796cda0c77e9c84250 100644 (file)
@@ -1,7 +1,9 @@
 /* vi: set sw=4 ts=4: */
 /*
- *  xreadlink.c - safe implementation of readlink.
- *  Returns a NULL on failure...
+ * xreadlink.c - safe implementation of readlink.
+ * Returns a NULL on failure...
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 4eec02b7831a783b973adfd659afdb2854bf4808..47212e18a032d48085633afed41dc9a45eee461d 100644 (file)
@@ -6,6 +6,8 @@
  *
  * Cooked from passwd.c by Thomas Lundquist <thomasez@zelow.no>
  * mkpasswd compatible options added by Bernhard Reutner-Fischer
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index e0710dc4a36745be7093dccb689b5b38cdbfb7d4..b10bff6514e24599403f4e8fb671b41ee8d37dcc 100644 (file)
@@ -4,6 +4,8 @@
  *
  * Mostly stolen from: dhcpcd - DHCP client daemon
  * by Yoichi Hariguchi <yoichi@fore.com>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include <netinet/if_ether.h>
index 0b97d76a5f46f8f9a4cd1d20efc5f2c91bcd2259..4f7b520567cb892d61305ccc27ebb622f3a8f918 100644 (file)
@@ -2,6 +2,8 @@
 /*
  * files.c -- DHCP server file manipulation *
  * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include <netinet/ether.h>
index ff52da9fb8fa5c136605d6d4e2f94775cb3eefb6..a981db0d71ee8a5f50f5f3e802e6ba1e77ec955a 100644 (file)
@@ -2,6 +2,8 @@
 /*
  * leases.c -- tools to manage DHCP leases
  * Russ Dill <Russ.Dill@asu.edu> July 2001
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "common.h"
index 6bf99e2b997de949c4f595d0194aea0e975a1110..2c27e7033c16757219efd43b48a234bf6cf40b12 100644 (file)
@@ -2,6 +2,8 @@
 /*
  * options.c -- DHCP server option packet tools
  * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "common.h"
index 1a6f7e6a056a0512012c7c64aa7dae06a09f4b84..e2c8e6eadbc3d5613dda2abca4ecf842138771d4 100644 (file)
@@ -1,4 +1,10 @@
 /* vi: set sw=4 ts=4: */
+/*
+ * packet.c -- packet ops
+ * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ */
 
 #include <netinet/in.h>
 #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined _NEWLIB_VERSION
index 43f1c9825e8512949c81c360205664382aea681d..7540f7f5ed68c98dabf0aa761d1df44c55569186 100644 (file)
@@ -5,6 +5,7 @@
  *
  * Wade Berrier <wberrier@myrealbox.com> September 2004
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "common.h"
index 3f80d615efc15450bebc2ee3d837917a5468808e..b40a1ac15e0ede5e9a5a133b57abd6504fd083fd 100644 (file)
@@ -4,6 +4,7 @@
  *
  * Chip Rosenthal Covad Communications <chip@laserlink.net>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index d2ac9ebfcc0e179dc0b4af8e5e855de9d1ad100f..7297bfe6647a4c97203021c76760b6e09e789717 100644 (file)
@@ -4,8 +4,7 @@
  *
  * Copyright 2004 Tony J. White
  *
- * May be distributed under the conditions of the
- * GNU Library General Public License
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index c8a9539d663cbab66ace5801d88c3b99749861e5..8c58b909d7cfd93b16b09cd7884eeedb42b14188 100644 (file)
@@ -4,7 +4,7 @@
  *
  * This is written specifically for the linux /proc/<PID>/stat(m)
  * files format.
-
+ *
  * This reads the PIDs of all processes and their status and shows
  * the status of processes (first ones that fit to screen) at given
  * intervals.
  * - CPU where Process was last seen running
  *   (to see effect of sched_setaffinity() etc)
  * - CPU Time Split (idle/IO/wait etc) PER CPU
- */
-
-/* Original code Copyrights */
-/*
+ *
  * Copyright (c) 1992 Branko Lankester
  * Copyright (c) 1992 Roger Binns
  * Copyright (C) 1994-1996 Charles L. Blake.
  * Copyright (C) 1992-1998 Michael K. Johnson
- * May be distributed under the conditions of the
- * GNU Library General Public License
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 80a030fde090843052529eec87eca5b96cc96b37..55c2522f66642a83a520fb951ae3981b92dbed76 100644 (file)
@@ -4,6 +4,8 @@
  * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
  *
  * Copyright (C) 2006 - 2007 KaiGai Kohei <kaigai@kaigai.gr.jp>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include <getopt.h>
 #include <selinux/context.h>
index 21075cfd8eb865b2a6bc4a11d8805dac418fe187..3d3eef14cda814b91c51a06d8a9adde7152c5405 100644 (file)
@@ -4,6 +4,7 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi@my.email.ne.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index ea080d483a8693a802aae5cd1866e1bc0c93f065..b761b72ebf4697fe58a0b8e01b18daec57363934 100644 (file)
@@ -4,6 +4,7 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi@my.email.ne.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index b7a5c6eefba5f6b7a5ddfb1b836acadc34f4df1b..4bc873e819cdc687fef3fa9a775155d4ed50f71d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * load_policy
  * Author: Yuichi Nakamura <ynakam@hitachisoft.jp>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "libbb.h"
 
index 5cfd52aba9bdce91e2b6b278fe90a29b9cc697a5..1532429b6bbb2d15c3530f427aeefffd27079580 100644 (file)
@@ -3,6 +3,7 @@
  *                  based on libselinux-1.32
  * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "libbb.h"
 
index a9471ef0ce770878204e06650f4786bbfda37cbc..e94ff14540dcfc49466292ee84156084d64df7b7 100644 (file)
@@ -25,6 +25,8 @@
  *
  * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
  *                  - based on coreutils-5.97 (in Fedora Core 6)
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include <getopt.h>
 #include <selinux/context.h>
index ea233d891832787e01f96d5694664a4b0a06964f..1cf93c3f3ed41c4560ed3507e447c739a2ba8777 100644 (file)
@@ -4,6 +4,7 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi@my.email.ne.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "libbb.h"
 
index eca557e4cae4af539191b2913352ceb3b6ef207d..216629615ecf46d8316336f6f2115e6ebfe92263 100644 (file)
@@ -4,6 +4,8 @@
  * Ported to busybox: KaiGai Kohei <kaigai@ak.jp.nec.com>
  *
  * Copyright (C) KaiGai Kohei <kaigai@ak.jp.nec.com>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 198324c91ea120ff3f96448edd465ef0644e650d..a2d04288bd2dd0be7f6473f3efd65b00e698c759 100644 (file)
@@ -4,6 +4,7 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi@my.email.ne.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 83e70e2d556692502a215d198af920e8aa7b76d3..b615ce7838dd1d6fd70f084aae912bb23b104e5d 100644 (file)
@@ -4,6 +4,8 @@
  * NOTE: -P option requires libsemanage, so this feature is
  * omitted in this version
  * Yuichi Nakamura <ynakam@hitachisoft.jp>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 094d620eeb3933304fb48bc39e811b7fadab2d6f..3831ab44e1474e89154275d8dd25e79c9f7d8dc0 100644 (file)
@@ -1,7 +1,8 @@
 /* vi: set sw=4 ts=4: */
-/* fdformat.c  -  Low-level formats a floppy disk - Werner Almesberger */
-
-/* 5 July 2003 -- modified for Busybox by Erik Andersen
+/* fdformat.c  -  Low-level formats a floppy disk - Werner Almesberger
+ * 5 July 2003 -- modified for Busybox by Erik Andersen
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
index 83be8a8f985e19147bbb4da48cf3ef6955fe1d90..2c0d2a6ac03db579dbcf3bee08b6a7b9a9292c2a 100644 (file)
@@ -1,8 +1,8 @@
 #if ENABLE_FEATURE_AIX_LABEL
 /*
  * Copyright (C) Andreas Neuper, Sep 1998.
- *      This file may be redistributed under
- *      the terms of the GNU Public License.
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 typedef struct {
index c50ee9b1652111432c0814a8850f3b395a695b71..ea5cd3c17b900d980ab2a79771cf6d966304d130 100644 (file)
@@ -1,4 +1,3 @@
-#if ENABLE_FEATURE_OSF_LABEL
 /*
  * Copyright (c) 1987, 1988 Regents of the University of California.
  * All rights reserved.
@@ -32,6 +31,7 @@
  * SUCH DAMAGE.
  */
 
+#if ENABLE_FEATURE_OSF_LABEL
 
 #ifndef BSD_DISKMAGIC
 #define BSD_DISKMAGIC     ((uint32_t) 0x82564557)
index 5a86a6848546d501e25fde7f4af983489f2d7962..51cf30c98e75beffaeece252fdbb892eb3d8ee26 100644 (file)
@@ -1,13 +1,13 @@
-#if ENABLE_FEATURE_SGI_LABEL
-
-#define SGI_DEBUG 0
-
 /*
  * Copyright (C) Andreas Neuper, Sep 1998.
- *      This file may be modified and redistributed under
- *      the terms of the GNU Public License.
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
+#if ENABLE_FEATURE_SGI_LABEL
+
+#define SGI_DEBUG 0
+
 #define SGI_VOLHDR      0x00
 /* 1 and 2 were used for drive types no longer supported by SGI */
 #define SGI_SWAP        0x03
index d1a436b4ae0de93b676af1bffa6f13abc5c42556..9cdf869e9373a1ef8ab3bd97b3b9dfb8eb501bc8 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * fdisk_sun.c
+ *
+ * I think this is mostly, or entirely, due to
+ *      Jakub Jelinek (jj@sunsite.mff.cuni.cz), July 1996
+ *
+ * Merged with fdisk for other architectures, aeb, June 1998.
+ *
+ * Sat Mar 20 EST 1999 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
+ *      Internationalization
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ */
+
 #if ENABLE_FEATURE_SUN_LABEL
 
 #define SUNOS_SWAP 3
 
 #define SCSI_IOCTL_GET_IDLUN 0x5382
 
-/*
- * fdisksunlabel.c
- *
- * I think this is mostly, or entirely, due to
- *      Jakub Jelinek (jj@sunsite.mff.cuni.cz), July 1996
- *
- * Merged with fdisk for other architectures, aeb, June 1998.
- *
- * Sat Mar 20 EST 1999 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
- *      Internationalization
- */
-
-
 static int sun_other_endian;
 static int scsi_disk;
 static int floppy;
index 3f7fb4bef364e2fe6da36739221e2f215636d88c..2666132f978e44fcdc9639f10da97a0e9fde6c8f 100644 (file)
@@ -2,8 +2,9 @@
 /*
  * mkfs.c - make a linux (minix) file-system.
  *
- * (C) 1991 Linus Torvalds. This file may be redistributed as per
- * the Linux copyright.
+ * (C) 1991 Linus Torvalds.
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 /*
index a9766caaa2666aea0084e0a8518aaa06474c18ca..6c399c746e7d421df922592e2cc0ec65232f0388 100644 (file)
@@ -3,6 +3,8 @@
  *
  * This version was taken from util-linux and scrubbed down for busybox.
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ *
  * This uses cross-platform Linux interfaces to enter a system sleep state,
  * and leave it no later than a specified time.  It uses any RTC framework
  * driver that supports standard driver model wakeup flags.