diff options
| author | Allan McRae <allan@archlinux.org> | 2014-01-01 21:03:15 +1000 |
|---|---|---|
| committer | Allan McRae <allan@archlinux.org> | 2014-01-01 22:00:23 +1000 |
| commit | d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de (patch) | |
| tree | 387a69ccb4ae826de2e17a74e2adb35f0d7e2308 /stdio-common | |
| parent | 0d547fcba7f54d499380f83791cfc1c1e4ef1870 (diff) | |
| download | glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.tar.xz glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.zip | |
Update copyright notices with scripts/update-copyrights
Diffstat (limited to 'stdio-common')
87 files changed, 87 insertions, 87 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 16f8f1bd63..76eccb0f86 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2013 Free Software Foundation, Inc. +# Copyright (C) 1991-2014 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/stdio-common/_i18n_number.h b/stdio-common/_i18n_number.h index edb7fc38d8..061c4d47f8 100644 --- a/stdio-common/_i18n_number.h +++ b/stdio-common/_i18n_number.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2013 Free Software Foundation, Inc. +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.org>, 2000. diff --git a/stdio-common/_itoa.c b/stdio-common/_itoa.c index 31bffe7fff..716fe39cc6 100644 --- a/stdio-common/_itoa.c +++ b/stdio-common/_itoa.c @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994-2013 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Torbjorn Granlund <tege@matematik.su.se> and Ulrich Drepper <drepper@gnu.org>. diff --git a/stdio-common/_itowa.c b/stdio-common/_itowa.c index c71831ac6f..405550dfea 100644 --- a/stdio-common/_itowa.c +++ b/stdio-common/_itowa.c @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994-2013 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Torbjorn Granlund <tege@matematik.su.se> and Ulrich Drepper <drepper@gnu.org>. diff --git a/stdio-common/_itowa.h b/stdio-common/_itowa.h index d8e744fe4d..31442f4058 100644 --- a/stdio-common/_itowa.h +++ b/stdio-common/_itowa.h @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994-2013 Free Software Foundation, Inc. |
