diff options
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/am33')
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/bits/fcntl.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/bits/mman.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/brk.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/clone.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/linuxthreads/sysdep-cancel.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/profil-counter.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/socket.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/syscall.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/sysdep.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/sysdep.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/am33/bits/fcntl.h b/ports/sysdeps/unix/sysv/linux/am33/bits/fcntl.h index 447483898b..37ccaddc2d 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/bits/fcntl.h +++ b/ports/sysdeps/unix/sysv/linux/am33/bits/fcntl.h @@ -1,5 +1,5 @@ /* O_*, F_*, FD_* bit values for Linux. - Copyright (C) 1995-2013 Free Software Foundation, Inc. + Copyright (C) 1995-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/sysv/linux/am33/bits/mman.h b/ports/sysdeps/unix/sysv/linux/am33/bits/mman.h index a6e85f99d0..697fea7919 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/bits/mman.h +++ b/ports/sysdeps/unix/sysv/linux/am33/bits/mman.h @@ -1,5 +1,5 @@ /* Definitions for POSIX memory map interface. Linux/AM33 version. - Copyright (C) 1997-2013 Free Software Foundation, Inc. + Copyright (C) 1997-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/sysv/linux/am33/brk.c b/ports/sysdeps/unix/sysv/linux/am33/brk.c index 8fd2ff01d9..f913fc6f88 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/brk.c +++ b/ports/sysdeps/unix/sysv/linux/am33/brk.c @@ -1,5 +1,5 @@ /* brk system call for Linux/am33. - Copyright (C) 1995-2013 Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com>. Based on ../i386/brk.c. diff --git a/ports/sysdeps/unix/sysv/linux/am33/clone.S b/ports/sysdeps/unix/sysv/linux/am33/clone.S index cece99bf34..81eeac05d6 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/clone.S +++ b/ports/sysdeps/unix/sysv/linux/am33/clone.S @@ -1,4 +1,4 @@ -/* Copyright 2001-2013 Free Software Foundation, Inc. +/* Copyright 2001-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com>. Based on ../i386/clone.S. diff --git a/ports/sysdeps/unix/sysv/linux/am33/linuxthreads/sysdep-cancel.h b/ports/sysdeps/unix/sysv/linux/am33/linuxthreads/sysdep-cancel.h index 7f2eb7e31a..60b4fe03fc 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/linuxthreads/sysdep-cancel.h +++ b/ports/sysdeps/unix/sysv/linux/am33/linuxthreads/sysdep-cancel.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2013 Free Software Foundation, Inc. +/* Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> diff --git a/ports/sysdeps/unix/sysv/linux/am33/profil-counter.h b/ports/sysdeps/unix/sysv/linux/am33/profil-counter.h index b7c975d3b0..888b5c3037 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/profil-counter.h +++ b/ports/sysdeps/unix/sysv/linux/am33/profil-counter.h @@ -1,5 +1,5 @@ /* Low-level statistical profiling support function. Linux/am33 version. - Copyright (C) 1996-2013 Free Software Foundation, Inc. + Copyright (C) 1996-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/sysv/linux/am33/socket.S b/ports/sysdeps/unix/sysv/linux/am33/socket.S index 959ce506a7..a6839123a1 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/socket.S +++ b/ports/sysdeps/unix/sysv/linux/am33/socket.S @@ -1,4 +1,4 @@ -/* Copyright 2001-2013 Free Software Foundation, Inc. +/* Copyright 2001-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com>. Based on ../i386/socket.S. diff --git a/ports/sysdeps/unix/sysv/linux/am33/syscall.S b/ports/sysdeps/unix/sysv/linux/am33/syscall.S index 5f936d924b..6ab91b0fc2 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/syscall.S +++ b/ports/sysdeps/unix/sysv/linux/am33/syscall.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2013 Free Software Foundation, Inc. +/* Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com>. Based on ../i386/syscall.S. diff --git a/ports/sysdeps/unix/sysv/linux/am33/sysdep.S b/ports/sysdeps/unix/sysv/linux/am33/sysdep.S index b82a2e6cc0..81ad03f700 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/sysdep.S +++ b/ports/sysdeps/unix/sysv/linux/am33/sysdep.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2013 Free Software Foundation, Inc. +/* Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com>. Based on ../i386/sysdep.S. diff --git a/ports/sysdeps/unix/sysv/linux/am33/sysdep.h b/ports/sysdeps/unix/sysv/linux/am33/sysdep.h index 75384bcf2c..63fe716594 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/sysdep.h +++ b/ports/sysdeps/unix/sysv/linux/am33/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright 2001-2013 Free Software Foundation, Inc. +/* Copyright 2001-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com>. Based on ../i386/sysdep.h. |