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 /hesiod | |
parent | 0d547fcba7f54d499380f83791cfc1c1e4ef1870 (diff) | |
download | glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.zip glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.tar.gz glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.tar.bz2 |
Update copyright notices with scripts/update-copyrights
Diffstat (limited to 'hesiod')
-rw-r--r-- | hesiod/Makefile | 2 | ||||
-rw-r--r-- | hesiod/nss_hesiod/hesiod-grp.c | 2 | ||||
-rw-r--r-- | hesiod/nss_hesiod/hesiod-init.c | 2 | ||||
-rw-r--r-- | hesiod/nss_hesiod/hesiod-proto.c | 2 | ||||
-rw-r--r-- | hesiod/nss_hesiod/hesiod-pwd.c | 2 | ||||
-rw-r--r-- | hesiod/nss_hesiod/hesiod-service.c | 2 | ||||
-rw-r--r-- | hesiod/nss_hesiod/nss_hesiod.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/hesiod/Makefile b/hesiod/Makefile index b7a13c2..b640cec 100644 --- a/hesiod/Makefile +++ b/hesiod/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-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/hesiod/nss_hesiod/hesiod-grp.c b/hesiod/nss_hesiod/hesiod-grp.c index b11952f..9f66a3b 100644 --- a/hesiod/nss_hesiod/hesiod-grp.c +++ b/hesiod/nss_hesiod/hesiod-grp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2013 Free Software Foundation, Inc. +/* Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. diff --git a/hesiod/nss_hesiod/hesiod-init.c b/hesiod/nss_hesiod/hesiod-init.c index e4f82b5..8947e19 100644 --- a/hesiod/nss_hesiod/hesiod-init.c +++ b/hesiod/nss_hesiod/hesiod-init.c @@ -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 Mark Kettenis <kettenis@phys.uva.nl>, 2000. diff --git a/hesiod/nss_hesiod/hesiod-proto.c b/hesiod/nss_hesiod/hesiod-proto.c index 380bcc3..2f14c92 100644 --- a/hesiod/nss_hesiod/hesiod-proto.c +++ b/hesiod/nss_hesiod/hesiod-proto.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2013 Free Software Foundation, Inc. +/* Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. diff --git a/hesiod/nss_hesiod/hesiod-pwd.c b/hesiod/nss_hesiod/hesiod-pwd.c index 05870ba..7b0610e 100644 --- a/hesiod/nss_hesiod/hesiod-pwd.c +++ b/hesiod/nss_hesiod/hesiod-pwd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2013 Free Software Foundation, Inc. +/* Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. diff --git a/hesiod/nss_hesiod/hesiod-service.c b/hesiod/nss_hesiod/hesiod-service.c index 98a9c39..45bd14c 100644 --- a/hesiod/nss_hesiod/hesiod-service.c +++ b/hesiod/nss_hesiod/hesiod-service.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2013 Free Software Foundation, Inc. +/* Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. diff --git a/hesiod/nss_hesiod/nss_hesiod.h b/hesiod/nss_hesiod/nss_hesiod.h index b3cee73..b86cca6 100644 --- a/hesiod/nss_hesiod/nss_hesiod.h +++ b/hesiod/nss_hesiod/nss_hesiod.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 Mark Kettenis <kettenis@phys.uva.nl>, 2000. |