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 | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/alpha/sysdep.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ports/sysdeps/unix/alpha/getegid.S b/ports/sysdeps/unix/alpha/getegid.S index cdf596822f..70e319a26b 100644 --- a/ports/sysdeps/unix/alpha/getegid.S +++ b/ports/sysdeps/unix/alpha/getegid.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2013 Free Software Foundation, Inc. +/* Copyright (C) 1991-2014 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 8599cda628..a1010b8040 100644 --- a/ports/sysdeps/unix/alpha/geteuid.S +++ b/ports/sysdeps/unix/alpha/geteuid.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2013 Free Software Foundation, Inc. +/* Copyright (C) 1991-2014 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 2f10b111d2..6e6dc02bd0 100644 --- a/ports/sysdeps/unix/alpha/getppid.S +++ b/ports/sysdeps/unix/alpha/getppid.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2013 Free Software Foundation, Inc. +/* Copyright (C) 1991-2014 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 68eb3398f1..a24c66c0ca 100644 --- a/ports/sysdeps/unix/alpha/pipe.S +++ b/ports/sysdeps/unix/alpha/pipe.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2013 Free Software Foundation, Inc. +/* Copyright (C) 1993-2014 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 cc5846d12f..a39ee617ce 100644 --- a/ports/sysdeps/unix/alpha/sysdep.S +++ b/ports/sysdeps/unix/alpha/sysdep.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2013 Free Software Foundation, Inc. +/* Copyright (C) 1993-2014 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 150a91906d..7425026241 100644 --- a/ports/sysdeps/unix/alpha/sysdep.h +++ b/ports/sysdeps/unix/alpha/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2013 Free Software Foundation, Inc. +/* Copyright (C) 1992-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). |