diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-20 22:08:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-20 22:08:37 +0000 |
commit | c49960189a04b73e033016bd0f43fbb950f800e1 (patch) | |
tree | 6447b860dad6dd3a463547fa048a4c635d8864c8 /utility.c | |
parent | 887991c78a1e62beee123d58f6a47f93278f03c9 (diff) | |
download | busybox-w32-c49960189a04b73e033016bd0f43fbb950f800e1.tar.gz busybox-w32-c49960189a04b73e033016bd0f43fbb950f800e1.tar.bz2 busybox-w32-c49960189a04b73e033016bd0f43fbb950f800e1.zip |
Fixed up copyright notices and such
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | * Utility routines. | 2 | * Utility routines. |
3 | * | 3 | * |
4 | * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> | 4 | * Copyright (C) tons of folks. Tracking down who wrote what |
5 | * isn't something I'm going to worry about... If you wrote something | ||
6 | * here, please feel free to acknowledge your work. | ||
5 | * | 7 | * |
6 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
@@ -86,6 +88,7 @@ int isDirectory(const char *name) | |||
86 | * and modes. Returns TRUE if successful, or FALSE on a failure with an | 88 | * and modes. Returns TRUE if successful, or FALSE on a failure with an |
87 | * error message output. (Failure is not indicted if the attributes cannot | 89 | * error message output. (Failure is not indicted if the attributes cannot |
88 | * be set.) | 90 | * be set.) |
91 | * -Erik Andersen | ||
89 | */ | 92 | */ |
90 | int | 93 | int |
91 | copyFile( const char *srcName, const char *destName, | 94 | copyFile( const char *srcName, const char *destName, |