summaryrefslogtreecommitdiff
path: root/libc/sysvipc
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysvipc')
-rw-r--r--libc/sysvipc/Makefile2
-rw-r--r--libc/sysvipc/ftok.c2
-rw-r--r--libc/sysvipc/msgctl.c2
-rw-r--r--libc/sysvipc/msgget.c2
-rw-r--r--libc/sysvipc/msgrcv.c2
-rw-r--r--libc/sysvipc/msgsnd.c2
-rw-r--r--libc/sysvipc/semctl.c2
-rw-r--r--libc/sysvipc/semget.c2
-rw-r--r--libc/sysvipc/semop.c2
-rw-r--r--libc/sysvipc/semtimedop.c2
-rw-r--r--libc/sysvipc/shmat.c2
-rw-r--r--libc/sysvipc/shmctl.c2
-rw-r--r--libc/sysvipc/shmdt.c2
-rw-r--r--libc/sysvipc/shmget.c2
-rw-r--r--libc/sysvipc/sys/ipc.h2
-rw-r--r--libc/sysvipc/sys/msg.h3
-rw-r--r--libc/sysvipc/sys/sem.h2
-rw-r--r--libc/sysvipc/sys/shm.h2
18 files changed, 18 insertions, 19 deletions
diff --git a/libc/sysvipc/Makefile b/libc/sysvipc/Makefile
index eb8d6718b..cbbd5d8b8 100644
--- a/libc/sysvipc/Makefile
+++ b/libc/sysvipc/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1996, 1997, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1995-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/sysvipc/ftok.c b/libc/sysvipc/ftok.c
index bc9a44d63..2fd197876 100644
--- a/libc/sysvipc/ftok.c
+++ b/libc/sysvipc/ftok.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
diff --git a/libc/sysvipc/msgctl.c b/libc/sysvipc/msgctl.c
index 16a4f9514..ce14d665a 100644
--- a/libc/sysvipc/msgctl.c
+++ b/libc/sysvipc/msgctl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
diff --git a/libc/sysvipc/msgget.c b/libc/sysvipc/msgget.c
index 859c44596..f3c597ebe 100644
--- a/libc/sysvipc/msgget.c
+++ b/libc/sysvipc/msgget.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
diff --git a/libc/sysvipc/msgrcv.c b/libc/sysvipc/msgrcv.c
index d49a6a764..937b71b31 100644
--- a/libc/sysvipc/msgrcv.c
+++ b/libc/sysvipc/msgrcv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
diff --git a/libc/sysvipc/msgsnd.c b/libc/sysvipc/msgsnd.c
index cf067fa2a..e359ffe83 100644
--- a/libc/sysvipc/msgsnd.c
+++ b/libc/sysvipc/msgsnd.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
diff --git a/libc/sysvipc/semctl.c b/libc/sysvipc/semctl.c
index f5e69f4a8..8f52ff352 100644
--- a/libc/sysvipc/semctl.c
+++ b/libc/sysvipc/semctl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
diff --git a/libc/sysvipc/semget.c b/libc/sysvipc/semget.c
index dbac3a388..348e56fb7 100644
--- a/libc/sysvipc/semget.c
+++ b/libc/sysvipc/semget.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
diff --git a/libc/sysvipc/semop.c b/libc/sysvipc/semop.c
index 298c8c069..932c2f5e6 100644
--- a/libc/sysvipc/semop.c
+++ b/libc/sysvipc/semop.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
diff --git a/libc/sysvipc/semtimedop.c b/libc/sysvipc/semtimedop.c
index e7c631ac9..5880874c3 100644
--- a/libc/sysvipc/semtimedop.c
+++ b/libc/sysvipc/semtimedop.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
diff --git a/libc/sysvipc/shmat.c b/libc/sysvipc/shmat.c
index bcd31765d..a62d15c19 100644
--- a/libc/sysvipc/shmat.c
+++ b/libc/sysvipc/shmat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
diff --git a/libc/sysvipc/shmctl.c b/libc/sysvipc/shmctl.c
index 9ffec7dc8..1cc3b8866 100644
--- a/libc/sysvipc/shmctl.c
+++ b/libc/sysvipc/shmctl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
diff --git a/libc/sysvipc/shmdt.c b/libc/sysvipc/shmdt.c
index 8a4004601..a2b2b1757 100644
--- a/libc/sysvipc/shmdt.c
+++ b/libc/sysvipc/shmdt.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
diff --git a/libc/sysvipc/shmget.c b/libc/sysvipc/shmget.c
index 650603b8f..84acdd458 100644
--- a/libc/sysvipc/shmget.c
+++ b/libc/sysvipc/shmget.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
diff --git a/libc/sysvipc/sys/ipc.h b/libc/sysvipc/sys/ipc.h
index 2bd9adf8a..0a87aff91 100644
--- a/libc/sysvipc/sys/ipc.h
+++ b/libc/sysvipc/sys/ipc.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996,1997,1999,2002,2012 Free Software Foundation, Inc.
+/* Copyright (C) 1995-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/sysvipc/sys/msg.h b/libc/sysvipc/sys/msg.h
index 0dd98991a..a0b38f0f9 100644
--- a/libc/sysvipc/sys/msg.h
+++ b/libc/sysvipc/sys/msg.h
@@ -1,5 +1,4 @@
-/* Copyright (C) 1995-1997,1999,2000,2003,2006,2007,2012
- Free Software Foundation, Inc.
+/* Copyright (C) 1995-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/sysvipc/sys/sem.h b/libc/sysvipc/sys/sem.h
index ed6fa6473..bcbb0a3e7 100644
--- a/libc/sysvipc/sys/sem.h
+++ b/libc/sysvipc/sys/sem.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-1999, 2000, 2003, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1995-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/sysvipc/sys/shm.h b/libc/sysvipc/sys/shm.h
index 9a6aa9ff8..0ba192bf5 100644
--- a/libc/sysvipc/sys/shm.h
+++ b/libc/sysvipc/sys/shm.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-1999, 2000, 2002, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1995-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