summaryrefslogtreecommitdiff
path: root/libc/manual/examples
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-01-10 00:28:48 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-01-10 00:28:48 +0000
commit00ed3326c2fac75592e173e9d731452e9bb769ff (patch)
tree749aa90fd85da4971d09bc7cb69d79ac7e1ea580 /libc/manual/examples
parent28c5710e0d8071ca674ea390549c1b9e969ccde2 (diff)
Merge changes between r22062 and r22176 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@22177 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/manual/examples')
-rw-r--r--libc/manual/examples/add.c2
-rw-r--r--libc/manual/examples/argp-ex1.c2
-rw-r--r--libc/manual/examples/argp-ex2.c2
-rw-r--r--libc/manual/examples/argp-ex3.c2
-rw-r--r--libc/manual/examples/argp-ex4.c2
-rw-r--r--libc/manual/examples/atexit.c2
-rw-r--r--libc/manual/examples/db.c2
-rw-r--r--libc/manual/examples/dir.c2
-rw-r--r--libc/manual/examples/dir2.c2
-rw-r--r--libc/manual/examples/execinfo.c2
-rw-r--r--libc/manual/examples/filecli.c2
-rw-r--r--libc/manual/examples/filesrv.c2
-rw-r--r--libc/manual/examples/fmtmsgexpl.c2
-rw-r--r--libc/manual/examples/genpass.c2
-rw-r--r--libc/manual/examples/inetcli.c2
-rw-r--r--libc/manual/examples/inetsrv.c2
-rw-r--r--libc/manual/examples/isockad.c2
-rw-r--r--libc/manual/examples/longopt.c2
-rw-r--r--libc/manual/examples/memopen.c2
-rw-r--r--libc/manual/examples/memstrm.c2
-rw-r--r--libc/manual/examples/mkfsock.c2
-rw-r--r--libc/manual/examples/mkisock.c2
-rw-r--r--libc/manual/examples/mygetpass.c2
-rw-r--r--libc/manual/examples/pipe.c2
-rw-r--r--libc/manual/examples/popen.c2
-rw-r--r--libc/manual/examples/rprintf.c2
-rw-r--r--libc/manual/examples/search.c2
-rw-r--r--libc/manual/examples/select.c2
-rw-r--r--libc/manual/examples/setjmp.c2
-rw-r--r--libc/manual/examples/sigh1.c2
-rw-r--r--libc/manual/examples/sigusr.c2
-rw-r--r--libc/manual/examples/stpcpy.c2
-rw-r--r--libc/manual/examples/strdupa.c2
-rw-r--r--libc/manual/examples/strftim.c2
-rw-r--r--libc/manual/examples/strncat.c2
-rw-r--r--libc/manual/examples/subopt.c2
-rw-r--r--libc/manual/examples/swapcontext.c2
-rw-r--r--libc/manual/examples/termios.c2
-rw-r--r--libc/manual/examples/testopt.c2
-rw-r--r--libc/manual/examples/testpass.c2
-rw-r--r--libc/manual/examples/timeval_subtract.c2
41 files changed, 41 insertions, 41 deletions
diff --git a/libc/manual/examples/add.c b/libc/manual/examples/add.c
index d4b9af9c9..b9667a9c2 100644
--- a/libc/manual/examples/add.c
+++ b/libc/manual/examples/add.c
@@ -1,5 +1,5 @@
/* Example of a Variadic Function
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/argp-ex1.c b/libc/manual/examples/argp-ex1.c
index 01c363921..efeba2d15 100644
--- a/libc/manual/examples/argp-ex1.c
+++ b/libc/manual/examples/argp-ex1.c
@@ -1,5 +1,5 @@
/* Argp example #1 -- a minimal program using argp
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/argp-ex2.c b/libc/manual/examples/argp-ex2.c
index 0e038bbc9..f8f38646a 100644
--- a/libc/manual/examples/argp-ex2.c
+++ b/libc/manual/examples/argp-ex2.c
@@ -1,5 +1,5 @@
/* Argp example #2 -- a pretty minimal program using argp
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/argp-ex3.c b/libc/manual/examples/argp-ex3.c
index 689d7cfda..6b60d465e 100644
--- a/libc/manual/examples/argp-ex3.c
+++ b/libc/manual/examples/argp-ex3.c
@@ -1,5 +1,5 @@
/* Argp example #3 -- a program with options and arguments using argp
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/argp-ex4.c b/libc/manual/examples/argp-ex4.c
index b946dd106..f5fd68370 100644
--- a/libc/manual/examples/argp-ex4.c
+++ b/libc/manual/examples/argp-ex4.c
@@ -1,5 +1,5 @@
/* Argp example #4 -- a program with somewhat more complicated options
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/atexit.c b/libc/manual/examples/atexit.c
index 5f07c8751..9684f137f 100644
--- a/libc/manual/examples/atexit.c
+++ b/libc/manual/examples/atexit.c
@@ -1,5 +1,5 @@
/* Cleanups on Exit
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/db.c b/libc/manual/examples/db.c
index d6405e50d..75514b112 100644
--- a/libc/manual/examples/db.c
+++ b/libc/manual/examples/db.c
@@ -1,5 +1,5 @@
/* User and Group Database Example
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/dir.c b/libc/manual/examples/dir.c
index 9ca63fec0..7ebb1c4b0 100644
--- a/libc/manual/examples/dir.c
+++ b/libc/manual/examples/dir.c
@@ -1,5 +1,5 @@
/* Simple Program to List a Directory
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/dir2.c b/libc/manual/examples/dir2.c
index 7f095c84d..ac746d4b7 100644
--- a/libc/manual/examples/dir2.c
+++ b/libc/manual/examples/dir2.c
@@ -1,5 +1,5 @@
/* Simple Program to List a Directory, Mark II
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/execinfo.c b/libc/manual/examples/execinfo.c
index 18a3a2973..40a996e59 100644
--- a/libc/manual/examples/execinfo.c
+++ b/libc/manual/examples/execinfo.c
@@ -1,5 +1,5 @@
/* Obtain a backtrace and print it.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/filecli.c b/libc/manual/examples/filecli.c
index 71dc46180..65a5a91a9 100644
--- a/libc/manual/examples/filecli.c
+++ b/libc/manual/examples/filecli.c
@@ -1,5 +1,5 @@
/* Example of Reading Datagrams
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/filesrv.c b/libc/manual/examples/filesrv.c
index e1f80aa7b..bcc7a2081 100644
--- a/libc/manual/examples/filesrv.c
+++ b/libc/manual/examples/filesrv.c
@@ -1,5 +1,5 @@
/* Datagram Socket Example
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/fmtmsgexpl.c b/libc/manual/examples/fmtmsgexpl.c
index fd7b16bb2..da24f74d9 100644
--- a/libc/manual/examples/fmtmsgexpl.c
+++ b/libc/manual/examples/fmtmsgexpl.c
@@ -1,5 +1,5 @@
/* How to use fmtmsg and addseverity.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/genpass.c b/libc/manual/examples/genpass.c
index cb4d99f06..5510fa8e2 100644
--- a/libc/manual/examples/genpass.c
+++ b/libc/manual/examples/genpass.c
@@ -1,5 +1,5 @@
/* Encrypting Passwords
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/inetcli.c b/libc/manual/examples/inetcli.c
index cd981b1c6..77daf553e 100644
--- a/libc/manual/examples/inetcli.c
+++ b/libc/manual/examples/inetcli.c
@@ -1,5 +1,5 @@
/* Byte Stream Socket Example
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/inetsrv.c b/libc/manual/examples/inetsrv.c
index d245f0d11..57d5e4301 100644
--- a/libc/manual/examples/inetsrv.c
+++ b/libc/manual/examples/inetsrv.c
@@ -1,5 +1,5 @@
/* Byte Stream Connection Server Example
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/isockad.c b/libc/manual/examples/isockad.c
index b7c73a7f4..482da89fe 100644
--- a/libc/manual/examples/isockad.c
+++ b/libc/manual/examples/isockad.c
@@ -1,5 +1,5 @@
/* Internet Socket Example using sockaddr_in.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/longopt.c b/libc/manual/examples/longopt.c
index 6e7d4d939..312c766ad 100644
--- a/libc/manual/examples/longopt.c
+++ b/libc/manual/examples/longopt.c
@@ -1,5 +1,5 @@
/* Example of Parsing Long Options with getopt_long.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/memopen.c b/libc/manual/examples/memopen.c
index 3fa29d521..df833b826 100644
--- a/libc/manual/examples/memopen.c
+++ b/libc/manual/examples/memopen.c
@@ -1,5 +1,5 @@
/* String Streams
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/memstrm.c b/libc/manual/examples/memstrm.c
index be8366064..95f0fc493 100644
--- a/libc/manual/examples/memstrm.c
+++ b/libc/manual/examples/memstrm.c
@@ -1,5 +1,5 @@
/* open_memstream example.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/mkfsock.c b/libc/manual/examples/mkfsock.c
index e5c3b2847..1469e02fc 100644
--- a/libc/manual/examples/mkfsock.c
+++ b/libc/manual/examples/mkfsock.c
@@ -1,5 +1,5 @@
/* Example of Local-Namespace Sockets
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/mkisock.c b/libc/manual/examples/mkisock.c
index 68cf348f1..b5e8cff6b 100644
--- a/libc/manual/examples/mkisock.c
+++ b/libc/manual/examples/mkisock.c
@@ -1,5 +1,5 @@
/* Internet Socket Example
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/mygetpass.c b/libc/manual/examples/mygetpass.c
index a927a13ac..00d743f97 100644
--- a/libc/manual/examples/mygetpass.c
+++ b/libc/manual/examples/mygetpass.c
@@ -1,5 +1,5 @@
/* Reading Passwords
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/pipe.c b/libc/manual/examples/pipe.c
index b03c90f8f..9c1cc11ef 100644
--- a/libc/manual/examples/pipe.c
+++ b/libc/manual/examples/pipe.c
@@ -1,5 +1,5 @@
/* Creating a Pipe
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/popen.c b/libc/manual/examples/popen.c
index 6716dc246..b3ca8749a 100644
--- a/libc/manual/examples/popen.c
+++ b/libc/manual/examples/popen.c
@@ -1,5 +1,5 @@
/* Pipe to a Subprocess
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/rprintf.c b/libc/manual/examples/rprintf.c
index 14de9d243..f3c69a8c0 100644
--- a/libc/manual/examples/rprintf.c
+++ b/libc/manual/examples/rprintf.c
@@ -1,5 +1,5 @@
/* Printf Extension Example
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/search.c b/libc/manual/examples/search.c
index 7fe05ea2d..5f5529a6e 100644
--- a/libc/manual/examples/search.c
+++ b/libc/manual/examples/search.c
@@ -1,5 +1,5 @@
/* Searching and Sorting Example
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/select.c b/libc/manual/examples/select.c
index 635163026..866b3a7b0 100644
--- a/libc/manual/examples/select.c
+++ b/libc/manual/examples/select.c
@@ -1,5 +1,5 @@
/* Waiting for Input or Output
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/setjmp.c b/libc/manual/examples/setjmp.c
index ffd7744c1..09e867f27 100644
--- a/libc/manual/examples/setjmp.c
+++ b/libc/manual/examples/setjmp.c
@@ -1,5 +1,5 @@
/* Introduction to Non-Local Exits
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/sigh1.c b/libc/manual/examples/sigh1.c
index d05afd9af..70104e275 100644
--- a/libc/manual/examples/sigh1.c
+++ b/libc/manual/examples/sigh1.c
@@ -1,5 +1,5 @@
/* Signal Handlers that Return
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/sigusr.c b/libc/manual/examples/sigusr.c
index 5bfbc8071..acc7237fc 100644
--- a/libc/manual/examples/sigusr.c
+++ b/libc/manual/examples/sigusr.c
@@ -1,5 +1,5 @@
/* Using kill for Communication
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/stpcpy.c b/libc/manual/examples/stpcpy.c
index f94cb636b..b9353d652 100644
--- a/libc/manual/examples/stpcpy.c
+++ b/libc/manual/examples/stpcpy.c
@@ -1,5 +1,5 @@
/* stpcpy example.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/strdupa.c b/libc/manual/examples/strdupa.c
index f01e11524..9485e4c22 100644
--- a/libc/manual/examples/strdupa.c
+++ b/libc/manual/examples/strdupa.c
@@ -1,5 +1,5 @@
/* strdupa example.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/strftim.c b/libc/manual/examples/strftim.c
index 93428177e..84adb7c9f 100644
--- a/libc/manual/examples/strftim.c
+++ b/libc/manual/examples/strftim.c
@@ -1,5 +1,5 @@
/* Time Functions Example
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/strncat.c b/libc/manual/examples/strncat.c
index fb7b7078a..e6b05d780 100644
--- a/libc/manual/examples/strncat.c
+++ b/libc/manual/examples/strncat.c
@@ -1,5 +1,5 @@
/* strncat example.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/subopt.c b/libc/manual/examples/subopt.c
index ecf75f9a9..0f3518c8f 100644
--- a/libc/manual/examples/subopt.c
+++ b/libc/manual/examples/subopt.c
@@ -1,5 +1,5 @@
/* Parsing of Suboptions Example
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/swapcontext.c b/libc/manual/examples/swapcontext.c
index c993d1450..52a4fae0f 100644
--- a/libc/manual/examples/swapcontext.c
+++ b/libc/manual/examples/swapcontext.c
@@ -1,5 +1,5 @@
/* Complete Context Control
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/termios.c b/libc/manual/examples/termios.c
index 40d4325b5..c5710be33 100644
--- a/libc/manual/examples/termios.c
+++ b/libc/manual/examples/termios.c
@@ -1,5 +1,5 @@
/* Noncanonical Mode Example
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/testopt.c b/libc/manual/examples/testopt.c
index 081742d85..6e16bcca5 100644
--- a/libc/manual/examples/testopt.c
+++ b/libc/manual/examples/testopt.c
@@ -1,5 +1,5 @@
/* Example of Parsing Arguments with getopt.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/testpass.c b/libc/manual/examples/testpass.c
index 4e05a9059..3339ffab9 100644
--- a/libc/manual/examples/testpass.c
+++ b/libc/manual/examples/testpass.c
@@ -1,5 +1,5 @@
/* Verify a password.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/manual/examples/timeval_subtract.c b/libc/manual/examples/timeval_subtract.c
index f0f237568..f52bbf8d1 100644
--- a/libc/manual/examples/timeval_subtract.c
+++ b/libc/manual/examples/timeval_subtract.c
@@ -1,5 +1,5 @@
/* struct timeval subtraction.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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