summaryrefslogtreecommitdiff
path: root/libc/include
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include')
-rw-r--r--libc/include/atomic.h2
-rw-r--r--libc/include/bits/xopen_lim.h2
-rw-r--r--libc/include/caller.h2
-rw-r--r--libc/include/features.h2
-rw-r--r--libc/include/gnu-versions.h2
-rw-r--r--libc/include/gnu/libc-version.h2
-rw-r--r--libc/include/ifunc-impl-list.h2
-rw-r--r--libc/include/inline-hashtab.h2
-rw-r--r--libc/include/libc-symbols.h2
-rw-r--r--libc/include/limits.h3
-rw-r--r--libc/include/link.h2
-rw-r--r--libc/include/rounding-mode.h2
-rw-r--r--libc/include/set-hooks.h2
-rw-r--r--libc/include/shlib-compat.h2
-rw-r--r--libc/include/stap-probe.h2
-rw-r--r--libc/include/stdc-predef.h2
-rw-r--r--libc/include/values.h2
17 files changed, 17 insertions, 18 deletions
diff --git a/libc/include/atomic.h b/libc/include/atomic.h
index bc20772f2..92dbcc5da 100644
--- a/libc/include/atomic.h
+++ b/libc/include/atomic.h
@@ -1,5 +1,5 @@
/* Internal macros for atomic operations for GNU C Library.
- Copyright (C) 2002-2006, 2009 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/include/bits/xopen_lim.h b/libc/include/bits/xopen_lim.h
index 0d56f8518..6d85182e2 100644
--- a/libc/include/bits/xopen_lim.h
+++ b/libc/include/bits/xopen_lim.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1999, 2001 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/include/caller.h b/libc/include/caller.h
index 1cbed1d5d..8e2bb80b3 100644
--- a/libc/include/caller.h
+++ b/libc/include/caller.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-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/include/features.h b/libc/include/features.h
index b624d36cd..688322c64 100644
--- a/libc/include/features.h
+++ b/libc/include/features.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2012 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/include/gnu-versions.h b/libc/include/gnu-versions.h
index f67764c7b..928c88973 100644
--- a/libc/include/gnu-versions.h
+++ b/libc/include/gnu-versions.h
@@ -1,5 +1,5 @@
/* Header with interface version macros for library pieces copied elsewhere.
- 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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/include/gnu/libc-version.h b/libc/include/gnu/libc-version.h
index a70f702fb..6d55f88ee 100644
--- a/libc/include/gnu/libc-version.h
+++ b/libc/include/gnu/libc-version.h
@@ -1,5 +1,5 @@
/* Interface to GNU libc specific functions for version information.
- Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1998-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/include/ifunc-impl-list.h b/libc/include/ifunc-impl-list.h
index 36444d376..652a07a09 100644
--- a/libc/include/ifunc-impl-list.h
+++ b/libc/include/ifunc-impl-list.h
@@ -1,5 +1,5 @@
/* Internal header file for __libc_supported_implementations.
- 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/include/inline-hashtab.h b/libc/include/inline-hashtab.h
index df26dedc9..863b377b5 100644
--- a/libc/include/inline-hashtab.h
+++ b/libc/include/inline-hashtab.h
@@ -1,5 +1,5 @@
/* Fully-inline hash table, used mainly for managing TLS descriptors.
- Copyright (C) 1999-2003, 2005, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Alexandre Oliva <aoliva@redhat.com>
diff --git a/libc/include/libc-symbols.h b/libc/include/libc-symbols.h
index a288f0232..583b65ff9 100644
--- a/libc/include/libc-symbols.h
+++ b/libc/include/libc-symbols.h
@@ -1,6 +1,6 @@
/* Support macros for making weak and strong aliases for symbols,
and for using symbol sets and linker warnings with GNU ld.
- Copyright (C) 1995-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/include/limits.h b/libc/include/limits.h
index c274dd492..816fb682e 100644
--- a/libc/include/limits.h
+++ b/libc/include/limits.h
@@ -1,5 +1,4 @@
-/* Copyright (C) 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2005
- 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/include/link.h b/libc/include/link.h
index d7590640a..12dcf038d 100644
--- a/libc/include/link.h
+++ b/libc/include/link.h
@@ -1,6 +1,6 @@
/* Data structure for communication from the run-time dynamic linker for
loaded ELF shared objects.
- Copyright (C) 1995-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/include/rounding-mode.h b/libc/include/rounding-mode.h
index bde41e7b1..2f1ab55a8 100644
--- a/libc/include/rounding-mode.h
+++ b/libc/include/rounding-mode.h
@@ -1,5 +1,5 @@
/* Handle floating-point rounding mode within libc.
- 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/include/set-hooks.h b/libc/include/set-hooks.h
index 74c03acb0..5c751ee37 100644
--- a/libc/include/set-hooks.h
+++ b/libc/include/set-hooks.h
@@ -1,5 +1,5 @@
/* Macros for using symbol sets for running lists of functions.
- Copyright (C) 1994, 1995, 1997, 2000, 2003 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/include/shlib-compat.h b/libc/include/shlib-compat.h
index 28fdd9987..78ff775ec 100644
--- a/libc/include/shlib-compat.h
+++ b/libc/include/shlib-compat.h
@@ -1,5 +1,5 @@
/* Macros for managing ABI-compatibility definitions using ELF symbol versions.
- Copyright (C) 2000, 2002, 2006, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2000-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/include/stap-probe.h b/libc/include/stap-probe.h
index 1051ad198..5f725562c 100644
--- a/libc/include/stap-probe.h
+++ b/libc/include/stap-probe.h
@@ -1,5 +1,5 @@
/* Macros for defining Systemtap <sys/sdt.h> static probe points.
- 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/include/stdc-predef.h b/libc/include/stdc-predef.h
index b713d2ca1..4de839d70 100644
--- a/libc/include/stdc-predef.h
+++ b/libc/include/stdc-predef.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2012 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/include/values.h b/libc/include/values.h
index 601bd34a2..d31cf72ae 100644
--- a/libc/include/values.h
+++ b/libc/include/values.h
@@ -1,5 +1,5 @@
/* Old compatibility names for <limits.h> and <float.h> constants.
- 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.
The GNU C Library is free software; you can redistribute it and/or