diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-16 20:38:26 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-16 20:38:26 +0000 |
commit | a30b8d72e3b34a18da552f55630b6ba8faa14507 (patch) | |
tree | b122c3ae77adef573433cdd6046b87ad4d329151 /miscutils/hdparm.c | |
parent | 75e03275be6763cd6b83a9183ca2f2e7d3cd7109 (diff) | |
download | busybox-w32-a30b8d72e3b34a18da552f55630b6ba8faa14507.tar.gz busybox-w32-a30b8d72e3b34a18da552f55630b6ba8faa14507.tar.bz2 busybox-w32-a30b8d72e3b34a18da552f55630b6ba8faa14507.zip |
use more boiler plate GPL notices
git-svn-id: svn://busybox.net/trunk/busybox@14890 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index d04bf56f6..7c80cf681 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -2,12 +2,10 @@ | |||
2 | /* | 2 | /* |
3 | * hdparm implementation for busybox | 3 | * hdparm implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) [2003] by [Matteo Croce] <3297627799@wind.it> | 5 | * Copyright (C) [2003] by [Matteo Croce] <3297627799@wind.it> |
7 | * | ||
8 | * Hacked by Tito <farmatito@tiscali.it> for size optimization. | 6 | * Hacked by Tito <farmatito@tiscali.it> for size optimization. |
9 | * | 7 | * |
10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
11 | * | 9 | * |
12 | * This program is based on the source code of hdparm: see below... | 10 | * This program is based on the source code of hdparm: see below... |
13 | * hdparm.c - Command line interface to get/set hard disk parameters | 11 | * hdparm.c - Command line interface to get/set hard disk parameters |