summaryrefslogtreecommitdiff
path: root/lib/strtok_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strtok_r.c')
-rw-r--r--lib/strtok_r.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/strtok_r.c b/lib/strtok_r.c
index 67c9d2d814..2d636a5f61 100644
--- a/lib/strtok_r.c
+++ b/lib/strtok_r.c
@@ -1,5 +1,6 @@
/* Reentrant string tokenizer. Generic version.
- Copyright (C) 1991,1996-1999,2001,2004,2007,2009 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1996-1999, 2001, 2004, 2007, 2009-2010 Free Software
+ Foundation, Inc.
This file is part of the GNU C Library.
This program is free software: you can redistribute it and/or modify