diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index 8c8fe6d6..116b95ed 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,9 @@ +2001-06-01 Theodore Tso + + * unpack.c, unparse.c, uuid_time.c: Update files to be under the + LGPL (that somehow were missed when libuuid was converted + to use the LGPL). Whoops. + 2001-05-25 Theodore Tso * Release of E2fsprogs 1.20 diff --git a/lib/uuid/unpack.c b/lib/uuid/unpack.c index 97a9dd84..46ab6bc5 100644 --- a/lib/uuid/unpack.c +++ b/lib/uuid/unpack.c @@ -4,8 +4,8 @@ * Copyright (C) 1996, 1997 Theodore Ts'o. * * %Begin-Header% - * This file may be redistributed under the terms of the GNU Public - * License. + * This file may be redistributed under the terms of the GNU + * Library General Public License. * %End-Header% */ diff --git a/lib/uuid/unparse.c b/lib/uuid/unparse.c index ab904bc1..bae5c1be 100644 --- a/lib/uuid/unparse.c +++ b/lib/uuid/unparse.c @@ -4,8 +4,8 @@ * Copyright (C) 1996, 1997 Theodore Ts'o. * * %Begin-Header% - * This file may be redistributed under the terms of the GNU Public - * License. + * This file may be redistributed under the terms of the GNU + * Library General Public License. * %End-Header% */ diff --git a/lib/uuid/uuid_time.c b/lib/uuid/uuid_time.c index 36662053..2783875d 100644 --- a/lib/uuid/uuid_time.c +++ b/lib/uuid/uuid_time.c @@ -6,8 +6,8 @@ * Copyright (C) 1998, 1999 Theodore Ts'o. * * %Begin-Header% - * This file may be redistributed under the terms of the GNU Public - * License. + * This file may be redistributed under the terms of the GNU + * Library General Public License. * %End-Header% */