summaryrefslogtreecommitdiff
path: root/libc/resource
diff options
context:
space:
mode:
Diffstat (limited to 'libc/resource')
-rw-r--r--libc/resource/Makefile3
-rw-r--r--libc/resource/getpriority.c2
-rw-r--r--libc/resource/getrlimit.c2
-rw-r--r--libc/resource/getrlimit64.c2
-rw-r--r--libc/resource/getrusage.c2
-rw-r--r--libc/resource/nice.c2
-rw-r--r--libc/resource/setpriority.c2
-rw-r--r--libc/resource/setrlimit.c2
-rw-r--r--libc/resource/setrlimit64.c2
-rw-r--r--libc/resource/sys/resource.h3
-rw-r--r--libc/resource/sys/vlimit.h2
-rw-r--r--libc/resource/sys/vtimes.h2
-rw-r--r--libc/resource/ulimit.c2
-rw-r--r--libc/resource/ulimit.h2
-rw-r--r--libc/resource/vlimit.c2
-rw-r--r--libc/resource/vtimes.c2
16 files changed, 16 insertions, 18 deletions
diff --git a/libc/resource/Makefile b/libc/resource/Makefile
index 8e74134ce..8a8c6cb4a 100644
--- a/libc/resource/Makefile
+++ b/libc/resource/Makefile
@@ -1,5 +1,4 @@
-# Copyright (C) 1991,1992,1994,1995,1997,2005,2008
-# Free Software Foundation, Inc.
+# Copyright (C) 1991-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/resource/getpriority.c b/libc/resource/getpriority.c
index 6809c5cf0..ab683afd7 100644
--- a/libc/resource/getpriority.c
+++ b/libc/resource/getpriority.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,95,96,97,2000,02 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/getrlimit.c b/libc/resource/getrlimit.c
index 544c1552d..51b45a74f 100644
--- a/libc/resource/getrlimit.c
+++ b/libc/resource/getrlimit.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/getrlimit64.c b/libc/resource/getrlimit64.c
index b143f57d5..140a2f34e 100644
--- a/libc/resource/getrlimit64.c
+++ b/libc/resource/getrlimit64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/getrusage.c b/libc/resource/getrusage.c
index 93cf4c95e..1d3ec3ecd 100644
--- a/libc/resource/getrusage.c
+++ b/libc/resource/getrusage.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/nice.c b/libc/resource/nice.c
index febf7c066..4ec9200a2 100644
--- a/libc/resource/nice.c
+++ b/libc/resource/nice.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992-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/resource/setpriority.c b/libc/resource/setpriority.c
index 5a5b6cc44..49ef4d668 100644
--- a/libc/resource/setpriority.c
+++ b/libc/resource/setpriority.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,95,96,97,2000,02 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/setrlimit.c b/libc/resource/setrlimit.c
index f92513b1c..e7924ff96 100644
--- a/libc/resource/setrlimit.c
+++ b/libc/resource/setrlimit.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/setrlimit64.c b/libc/resource/setrlimit64.c
index 7ad38ef14..6d120b378 100644
--- a/libc/resource/setrlimit64.c
+++ b/libc/resource/setrlimit64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,1995,1996,1997,1998,2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/sys/resource.h b/libc/resource/sys/resource.h
index cc35ebce3..7e6972a5a 100644
--- a/libc/resource/sys/resource.h
+++ b/libc/resource/sys/resource.h
@@ -1,5 +1,4 @@
-/* Copyright (C) 1992,94,1996-2000,2002,2004,2012
- Free Software Foundation, Inc.
+/* Copyright (C) 1992-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/resource/sys/vlimit.h b/libc/resource/sys/vlimit.h
index f03d310cb..892d70639 100644
--- a/libc/resource/sys/vlimit.h
+++ b/libc/resource/sys/vlimit.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1996, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/sys/vtimes.h b/libc/resource/sys/vtimes.h
index 50f7f913b..f9329554b 100644
--- a/libc/resource/sys/vtimes.h
+++ b/libc/resource/sys/vtimes.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1996, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/ulimit.c b/libc/resource/ulimit.c
index 802136ca6..6cb7be6dc 100644
--- a/libc/resource/ulimit.c
+++ b/libc/resource/ulimit.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/ulimit.h b/libc/resource/ulimit.h
index 15134ed92..4f95b3239 100644
--- a/libc/resource/ulimit.h
+++ b/libc/resource/ulimit.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997-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/resource/vlimit.c b/libc/resource/vlimit.c
index 9ab3f6a2e..e7f9d4e54 100644
--- a/libc/resource/vlimit.c
+++ b/libc/resource/vlimit.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/resource/vtimes.c b/libc/resource/vtimes.c
index 3d2459059..f52428527 100644
--- a/libc/resource/vtimes.c
+++ b/libc/resource/vtimes.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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