diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-07 00:52:58 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-07 00:52:58 +0000 |
commit | db12d1d733ab7de0c5f4cda261eb79fd334a4ed9 (patch) | |
tree | baed427ea76367f8561164995e41cfd34575e0c1 /util-linux/fdisk_sun.c | |
parent | 30e5cf8875f757581256a4ec4f6935d1cb28a0fb (diff) | |
download | busybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.tar.gz busybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.tar.bz2 busybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.zip |
Fix forgotten license comments
Diffstat (limited to 'util-linux/fdisk_sun.c')
-rw-r--r-- | util-linux/fdisk_sun.c | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/util-linux/fdisk_sun.c b/util-linux/fdisk_sun.c index d1a436b4a..9cdf869e9 100644 --- a/util-linux/fdisk_sun.c +++ b/util-linux/fdisk_sun.c | |||
@@ -1,3 +1,17 @@ | |||
1 | /* | ||
2 | * fdisk_sun.c | ||
3 | * | ||
4 | * I think this is mostly, or entirely, due to | ||
5 | * Jakub Jelinek (jj@sunsite.mff.cuni.cz), July 1996 | ||
6 | * | ||
7 | * Merged with fdisk for other architectures, aeb, June 1998. | ||
8 | * | ||
9 | * Sat Mar 20 EST 1999 Arnaldo Carvalho de Melo <acme@conectiva.com.br> | ||
10 | * Internationalization | ||
11 | * | ||
12 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | ||
13 | */ | ||
14 | |||
1 | #if ENABLE_FEATURE_SUN_LABEL | 15 | #if ENABLE_FEATURE_SUN_LABEL |
2 | 16 | ||
3 | #define SUNOS_SWAP 3 | 17 | #define SUNOS_SWAP 3 |
@@ -13,19 +27,6 @@ | |||
13 | 27 | ||
14 | #define SCSI_IOCTL_GET_IDLUN 0x5382 | 28 | #define SCSI_IOCTL_GET_IDLUN 0x5382 |
15 | 29 | ||
16 | /* | ||
17 | * fdisksunlabel.c | ||
18 | * | ||
19 | * I think this is mostly, or entirely, due to | ||
20 | * Jakub Jelinek (jj@sunsite.mff.cuni.cz), July 1996 | ||
21 | * | ||
22 | * Merged with fdisk for other architectures, aeb, June 1998. | ||
23 | * | ||
24 | * Sat Mar 20 EST 1999 Arnaldo Carvalho de Melo <acme@conectiva.com.br> | ||
25 | * Internationalization | ||
26 | */ | ||
27 | |||
28 | |||
29 | static int sun_other_endian; | 30 | static int sun_other_endian; |
30 | static int scsi_disk; | 31 | static int scsi_disk; |
31 | static int floppy; | 32 | static int floppy; |