diff options
author | rpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-12 07:56:04 +0000 |
---|---|---|
committer | rpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-12 07:56:04 +0000 |
commit | f09cc3b1b53e74ebe0f5733f73d55846d25194ec (patch) | |
tree | 4b77edc66fa955584108e01f7e8c025d73d00e51 /miscutils/mt.c | |
parent | 6166bb40b91e0fb0f4ae59c572df0dd00858892f (diff) | |
download | busybox-w32-f09cc3b1b53e74ebe0f5733f73d55846d25194ec.tar.gz busybox-w32-f09cc3b1b53e74ebe0f5733f73d55846d25194ec.tar.bz2 busybox-w32-f09cc3b1b53e74ebe0f5733f73d55846d25194ec.zip |
Add one-line GPL boilerplate to numerous (but not all yet) source files.
git-svn-id: svn://busybox.net/trunk/busybox@15686 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/mt.c')
-rw-r--r-- | miscutils/mt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c index 3057158d8..2720f7eab 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c | |||
@@ -1,4 +1,8 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | ||
3 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | ||
4 | */ | ||
5 | |||
2 | #include "busybox.h" | 6 | #include "busybox.h" |
3 | #include <stdio.h> | 7 | #include <stdio.h> |
4 | #include <stdlib.h> | 8 | #include <stdlib.h> |