diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/echo.c | 2 | ||||
-rwxr-xr-x | scripts/mkconfigs | 2 | ||||
-rwxr-xr-x | scripts/showasm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/echo.c b/scripts/echo.c index 3c45e339c..cb207ae05 100644 --- a/scripts/echo.c +++ b/scripts/echo.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Copyright (c) 1991, 1993 | 6 | * Copyright (c) 1991, 1993 |
7 | * The Regents of the University of California. All rights reserved. | 7 | * The Regents of the University of California. All rights reserved. |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | * | 10 | * |
11 | * Original copyright notice is retained at the end of this file. | 11 | * Original copyright notice is retained at the end of this file. |
12 | */ | 12 | */ |
diff --git a/scripts/mkconfigs b/scripts/mkconfigs index ef6ae8aaf..65dd44179 100755 --- a/scripts/mkconfigs +++ b/scripts/mkconfigs | |||
@@ -38,7 +38,7 @@ echo "\ | |||
38 | /* | 38 | /* |
39 | * busybox configuration settings. | 39 | * busybox configuration settings. |
40 | * | 40 | * |
41 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 41 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
42 | * | 42 | * |
43 | * This file is generated automatically by scripts/mkconfigs. | 43 | * This file is generated automatically by scripts/mkconfigs. |
44 | * Do not edit. | 44 | * Do not edit. |
diff --git a/scripts/showasm b/scripts/showasm index dc2cd705d..b61ab98d0 100755 --- a/scripts/showasm +++ b/scripts/showasm | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2006 Rob Landley <rob@landley.net> | 3 | # Copyright 2006 Rob Landley <rob@landley.net> |
4 | # Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 4 | # Licensed under GPLv2 or later, see file LICENSE in this source tree. |
5 | 5 | ||
6 | # Dumb little utility function to print out the assembly dump of a single | 6 | # Dumb little utility function to print out the assembly dump of a single |
7 | # function, or list the functions so dumpable in an executable. You'd think | 7 | # function, or list the functions so dumpable in an executable. You'd think |