| commit | 19c78dc07fce2d6f39b5e541562afc3ca1ea38ff | [log] [tgz] |
|---|---|---|
| author | Theodore Ts'o <tytso@mit.edu> | Tue Apr 29 16:17:09 1997 +0000 |
| committer | Theodore Ts'o <tytso@mit.edu> | Tue Apr 29 16:17:09 1997 +0000 |
| tree | 028d1af38c00e2cb267cb966cb68028b0a007b44 | |
| parent | 21c84b71e205b5ab13f14343da5645dcc985856d [diff] [blame] |
Many files: Checked in e2fsprogs-1.07
diff --git a/lib/uuid/clear.c b/lib/uuid/clear.c index 5127e01..32e26d4 100644 --- a/lib/uuid/clear.c +++ b/lib/uuid/clear.c
@@ -1,7 +1,16 @@ /* * clear.c -- Clear a UUID + * + * Copyright (C) 1996, 1997 Theodore Ts'o. + * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Public + * License. + * %End-Header% */ +#include "string.h" + #include "uuidP.h" void uuid_clear(uuid_t uu)