summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc/aix
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-01-02 19:01:50 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-01-02 19:05:09 +0000
commit568035b7874a099087b77f7bba3e36a1173787b0 (patch)
treeebd5b536530f6875afa9d15753d7e2f9185939b4 /sysdeps/unix/sysv/linux/powerpc/aix
parentcaed4e98ca463e72745e7173a21409dce658d04f (diff)
downloadglibc-568035b7874a099087b77f7bba3e36a1173787b0.tar.gz
Update copyright notices with scripts/update-copyrights.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/aix')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h2
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h2
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h2
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c2
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c2
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/statconv.c2
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c2
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h b/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h
index ea61582ae3..38f6e210dc 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h
+++ b/sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000 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/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h b/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h
index 802fb0e849..2b092c2b1d 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h
+++ b/sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000 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/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h b/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h
index 112be60399..b4414e6872 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h
+++ b/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 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/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c b/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c
index 4d6ce45d64..315ebacbfd 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c
+++ b/sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 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/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c b/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c
index 81d3722553..d543f17772 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c
+++ b/sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c
@@ -1,6 +1,6 @@
/* Convert the error number the AIX kernel returns to what the Linux
application expects.
- Copyright (C) 2000 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/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c b/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c
index a95906bade..a01cc0a209 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c
+++ b/sysdeps/unix/sysv/linux/powerpc/aix/statconv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 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/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c b/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c
index 0aff403065..5e281f661d 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c
+++ b/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 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/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c b/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c
index 58f17f3be7..b7330a3def 100644
--- a/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c
+++ b/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 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