diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/string.h | 4 |
1 files changed, 3 insertions, 1 deletions
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. |