aboutsummaryrefslogtreecommitdiffstats
path: root/src/stpcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stpcpy.c')
-rw-r--r--src/stpcpy.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/stpcpy.c b/src/stpcpy.c
index 4e14916..b0b52a4 100644
--- a/src/stpcpy.c
+++ b/src/stpcpy.c
@@ -4,7 +4,7 @@
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ version 3 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02110-1301 USA. */
+ License along with the GNU C Library; if not,
+ see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>