diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | include/string.h | 4 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-11-05 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * include/string.h: Fix copyright assignment to FSF, keep author's + name. + 2006-11-05 Thomas Schwinge <tschwinge@gnu.org> * linux/dev/README: New file. diff --git a/include/string.h b/include/string.h index 0db1060..34ef555 100644 --- a/include/string.h +++ b/include/string.h @@ -1,6 +1,6 @@ /* * String Handling Functions. - * Copyright (C) 2006 Barry deFreese. + * Copyright (C) 2006 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Author: Barry deFreese. */ /* * String handling functions. |