summaryrefslogtreecommitdiff
path: root/libc/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sunrpc')
-rw-r--r--libc/sunrpc/Makefile2
-rw-r--r--libc/sunrpc/create_xid.c2
-rw-r--r--libc/sunrpc/netname.c2
-rw-r--r--libc/sunrpc/publickey.c2
-rw-r--r--libc/sunrpc/rpc/auth_des.h2
-rw-r--r--libc/sunrpc/rpc/svc.h2
-rw-r--r--libc/sunrpc/rpcsvc/bootparam.h2
-rw-r--r--libc/sunrpc/svc.c2
-rw-r--r--libc/sunrpc/svc_tcp.c2
-rw-r--r--libc/sunrpc/svc_udp.c2
-rw-r--r--libc/sunrpc/svc_unix.c2
-rw-r--r--libc/sunrpc/tst-xdrmem.c2
-rw-r--r--libc/sunrpc/tst-xdrmem2.c2
-rw-r--r--libc/sunrpc/xdr_intXX_t.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/libc/sunrpc/Makefile b/libc/sunrpc/Makefile
index a6dba28ad..7f2f914a4 100644
--- a/libc/sunrpc/Makefile
+++ b/libc/sunrpc/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1994-2006, 2011, 2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 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/libc/sunrpc/create_xid.c b/libc/sunrpc/create_xid.c
index b98059978..c005087c7 100644
--- a/libc/sunrpc/create_xid.c
+++ b/libc/sunrpc/create_xid.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 1998, 2000, 2009 Free Software Foundation, Inc.
+/* Copyright (c) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
diff --git a/libc/sunrpc/netname.c b/libc/sunrpc/netname.c
index 197d503ea..8ba43c669 100644
--- a/libc/sunrpc/netname.c
+++ b/libc/sunrpc/netname.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-1999, 2002, 2007, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
diff --git a/libc/sunrpc/publickey.c b/libc/sunrpc/publickey.c
index 089b54495..61f39b633 100644
--- a/libc/sunrpc/publickey.c
+++ b/libc/sunrpc/publickey.c
@@ -1,5 +1,5 @@
/* Get public or secret key from key server.
- Copyright (C) 1996-1999,2002,2007 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/sunrpc/rpc/auth_des.h b/libc/sunrpc/rpc/auth_des.h
index 9ad4a81fc..21d40cc56 100644
--- a/libc/sunrpc/rpc/auth_des.h
+++ b/libc/sunrpc/rpc/auth_des.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 1999, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 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/libc/sunrpc/rpc/svc.h b/libc/sunrpc/rpc/svc.h
index ae6d9ac20..d7a37958f 100644
--- a/libc/sunrpc/rpc/svc.h
+++ b/libc/sunrpc/rpc/svc.h
@@ -1,7 +1,7 @@
/*
* svc.h, Server-side remote procedure call interface.
*
- * Copyright (C) 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2013 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/libc/sunrpc/rpcsvc/bootparam.h b/libc/sunrpc/rpcsvc/bootparam.h
index 590627fb4..7e9086161 100644
--- a/libc/sunrpc/rpcsvc/bootparam.h
+++ b/libc/sunrpc/rpcsvc/bootparam.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2013 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/libc/sunrpc/svc.c b/libc/sunrpc/svc.c
index 736d4a974..53e5d9fae 100644
--- a/libc/sunrpc/svc.c
+++ b/libc/sunrpc/svc.c
@@ -4,7 +4,7 @@
* There are two sets of procedures here. The xprt routines are
* for handling transport handles. The svc routines handle the
* list of service routines.
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
* This file is part of the GNU C Library.
* Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
*
diff --git a/libc/sunrpc/svc_tcp.c b/libc/sunrpc/svc_tcp.c
index 1fdb0ad2d..50be6aada 100644
--- a/libc/sunrpc/svc_tcp.c
+++ b/libc/sunrpc/svc_tcp.c
@@ -1,7 +1,7 @@
/*
* svc_tcp.c, Server side for TCP/IP based RPC.
*
- * Copyright (C) 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2013 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/libc/sunrpc/svc_udp.c b/libc/sunrpc/svc_udp.c
index 3324e2a13..8f45525b8 100644
--- a/libc/sunrpc/svc_udp.c
+++ b/libc/sunrpc/svc_udp.c
@@ -3,7 +3,7 @@
* Server side for UDP/IP based RPC. (Does some caching in the hopes of
* achieving execute-at-most-once semantics.)
*
- * Copyright (C) 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2013 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/libc/sunrpc/svc_unix.c b/libc/sunrpc/svc_unix.c
index 5c3184a5f..a279a6e4b 100644
--- a/libc/sunrpc/svc_unix.c
+++ b/libc/sunrpc/svc_unix.c
@@ -1,7 +1,7 @@
/*
* svc_unix.c, Server side for TCP/IP based RPC.
*
- * Copyright (C) 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2013 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/libc/sunrpc/tst-xdrmem.c b/libc/sunrpc/tst-xdrmem.c
index aecb77a57..2d21eff52 100644
--- a/libc/sunrpc/tst-xdrmem.c
+++ b/libc/sunrpc/tst-xdrmem.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
diff --git a/libc/sunrpc/tst-xdrmem2.c b/libc/sunrpc/tst-xdrmem2.c
index 68eaddad3..546ea2bd0 100644
--- a/libc/sunrpc/tst-xdrmem2.c
+++ b/libc/sunrpc/tst-xdrmem2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2006-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/sunrpc/xdr_intXX_t.c b/libc/sunrpc/xdr_intXX_t.c
index 02a0c09b5..39604c95b 100644
--- a/libc/sunrpc/xdr_intXX_t.c
+++ b/libc/sunrpc/xdr_intXX_t.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 1998, 1999, 2000, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (c) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.