]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/tst-gets.c
Update copyright notices with scripts/update-copyrights.
[thirdparty/glibc.git] / stdio-common / tst-gets.c
index 87786f5b71ae1aee6dd77ad9407193eb5e8e2eaa..5b42b6d10b2618d86500db12b2503034f0d3d162 100644 (file)
@@ -1,5 +1,5 @@
 /* Tests for gets.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2013 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
 
    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
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
 #include <string.h>
 
+
 int
 main (void)
 {