diff options
Diffstat (limited to 'ports/sysdeps/unix/alpha')
-rw-r--r-- | ports/sysdeps/unix/alpha/getegid.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/alpha/geteuid.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/alpha/getppid.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/alpha/pipe.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/alpha/sysdep.S | 3 | ||||
-rw-r--r-- | ports/sysdeps/unix/alpha/sysdep.h | 2 |
6 files changed, 6 insertions, 7 deletions
diff --git a/ports/sysdeps/unix/alpha/getegid.S b/ports/sysdeps/unix/alpha/getegid.S index a564f6c7a7..cdf596822f 100644 --- a/ports/sysdeps/unix/alpha/getegid.S +++ b/ports/sysdeps/unix/alpha/getegid.S @@ -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/ports/sysdeps/unix/alpha/geteuid.S b/ports/sysdeps/unix/alpha/geteuid.S index 289acbd1e3..8599cda628 100644 --- a/ports/sysdeps/unix/alpha/geteuid.S +++ b/ports/sysdeps/unix/alpha/geteuid.S @@ -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/ports/sysdeps/unix/alpha/getppid.S b/ports/sysdeps/unix/alpha/getppid.S index 8f7e7746de..2f10b111d2 100644 --- a/ports/sysdeps/unix/alpha/getppid.S +++ b/ports/sysdeps/unix/alpha/getppid.S @@ -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/ports/sysdeps/unix/alpha/pipe.S b/ports/sysdeps/unix/alpha/pipe.S index b3b53a7687..68eb3398f1 100644 --- a/ports/sysdeps/unix/alpha/pipe.S +++ b/ports/sysdeps/unix/alpha/pipe.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1995, 1997, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger (davidm@cs.arizona.edu). diff --git a/ports/sysdeps/unix/alpha/sysdep.S b/ports/sysdeps/unix/alpha/sysdep.S index 2e5e776268..efd87fb4f9 100644 --- a/ports/sysdeps/unix/alpha/sysdep.S +++ b/ports/sysdeps/unix/alpha/sysdep.S @@ -1,5 +1,4 @@ -/* Copyright (C) 1993, 1996, 1998, 2002, 2003, 2004, 2012 - Free Software Foundation, Inc. +/* Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). diff --git a/ports/sysdeps/unix/alpha/sysdep.h b/ports/sysdeps/unix/alpha/sysdep.h index 75c06c9cfd..3b71a5ec6c 100644 --- a/ports/sysdeps/unix/alpha/sysdep.h +++ b/ports/sysdeps/unix/alpha/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2012 Free Software Foundation, Inc. +/* Copyright (C) 1992-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). |