summaryrefslogtreecommitdiff
path: root/lib/strcspn.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-07-22 16:27:07 +0000
committerBruno Haible <bruno@clisp.org>2006-07-22 16:27:07 +0000
commitfe045640a9e7d321f8b649159f9749b86f931b98 (patch)
tree67e409c3c591b307e43da694cf9c083824e324cb /lib/strcspn.c
parentb063d68090f35feeadd0ee28d0109caa89625df0 (diff)
downloadgnulib-fe045640a9e7d321f8b649159f9749b86f931b98.tar.gz
Better linebreaking of copyright message.
Update copyright years.
Diffstat (limited to 'lib/strcspn.c')
-rw-r--r--lib/strcspn.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/strcspn.c b/lib/strcspn.c
index 9fbc5de491..46d7d36ca5 100644
--- a/lib/strcspn.c
+++ b/lib/strcspn.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 1996-1997, 2002-2003 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1994, 1996-1997, 2002-2003, 2005 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@gnu.org.
@@ -14,9 +14,8 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
- USA. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>