diff -r c1994196683f -r 55e7f2ff6021 include/libtu/util.h --- a/include/libtu/util.h Sat Apr 22 17:34:20 2000 +0200 +++ b/include/libtu/util.h Sat Apr 29 15:35:45 2000 +0200 @@ -1,14 +1,12 @@ /* * libtu/util.h * - * Copyright (c) Tuomo Valkonen 1999-2000. - * - * This file is distributed under the terms of the "Artistic License". + * Copyright (c) Tuomo Valkonen 1999-2000. * See the included file LICENSE for details. */ -#ifndef __LIBTU_UTIL_H -#define __LIBTU_UTIL_H +#ifndef LIBTU_UTIL_H +#define LIBTU_UTIL_H #include #include @@ -37,4 +35,4 @@ extern const char *prog_license(); extern const char *prog_usage(); -#endif /* __LIBTU_UTIL_H */ +#endif /* LIBTU_UTIL_H */