diff options
author | Allan McRae <allan@archlinux.org> | 2014-01-01 21:03:15 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-01 22:00:23 +1000 |
commit | d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de (patch) | |
tree | 387a69ccb4ae826de2e17a74e2adb35f0d7e2308 /ports/sysdeps/am33 | |
parent | 0d547fcba7f54d499380f83791cfc1c1e4ef1870 (diff) | |
download | glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.zip glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.tar.gz glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.tar.bz2 |
Update copyright notices with scripts/update-copyrights
Diffstat (limited to 'ports/sysdeps/am33')
31 files changed, 31 insertions, 31 deletions
diff --git a/ports/sysdeps/am33/__longjmp.S b/ports/sysdeps/am33/__longjmp.S index 7641811..aea25a1 100644 --- a/ports/sysdeps/am33/__longjmp.S +++ b/ports/sysdeps/am33/__longjmp.S @@ -1,5 +1,5 @@ /* longjmp for AM33. - Copyright 2001-2013 Free Software Foundation, Inc. + Copyright 2001-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/am33/atomicity.h b/ports/sysdeps/am33/atomicity.h index e9705a2..f3d1496 100644 --- a/ports/sysdeps/am33/atomicity.h +++ b/ports/sysdeps/am33/atomicity.h @@ -1,5 +1,5 @@ /* Low-level functions for atomic operations. AM33 version. - Copyright 1999-2013 Free Software Foundation, Inc. + Copyright 1999-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com>. Based on ../sparc/sparc32/atomicity.h diff --git a/ports/sysdeps/am33/bits/setjmp.h b/ports/sysdeps/am33/bits/setjmp.h index cf260db..46754ff 100644 --- a/ports/sysdeps/am33/bits/setjmp.h +++ b/ports/sysdeps/am33/bits/setjmp.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. The GNU C Library is free software; you can redistribute it and/or diff --git a/ports/sysdeps/am33/dl-machine.h b/ports/sysdeps/am33/dl-machine.h index 924319d..10e6e46 100644 --- a/ports/sysdeps/am33/dl-machine.h +++ b/ports/sysdeps/am33/dl-machine.h @@ -1,5 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. AM33 version. - 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/am33/elf/start.S b/ports/sysdeps/am33/elf/start.S index 6f1eb8c..265ad21 100644 --- a/ports/sysdeps/am33/elf/start.S +++ b/ports/sysdeps/am33/elf/start.S @@ -1,5 +1,5 @@ /* Startup code compliant to the ELF MN10300 ABI. - Copyright (C) 1995-2013 Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. Contributed by Alexandre Oliva <aoliva@redhat.com> Based on ../../i386/elf/start.S. This file is part of the GNU C Library. diff --git a/ports/sysdeps/am33/fpu/bits/fenv.h b/ports/sysdeps/am33/fpu/bits/fenv.h index 279de71..e4a396d 100644 --- a/ports/sysdeps/am33/fpu/bits/fenv.h +++ b/ports/sysdeps/am33/fpu/bits/fenv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2013 Free Software Foundation, Inc. +/* Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on the corresponding file in the mips port. diff --git a/ports/sysdeps/am33/fpu/fclrexcpt.c b/ports/sysdeps/am33/fpu/fclrexcpt.c index 90f9752..12bda64 100644 --- a/ports/sysdeps/am33/fpu/fclrexcpt.c +++ b/ports/sysdeps/am33/fpu/fclrexcpt.c @@ -1,5 +1,5 @@ /* Clear given exceptions in current floating-point environment. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fedisblxcpt.c b/ports/sysdeps/am33/fpu/fedisblxcpt.c index 36f1379..5273d90 100644 --- a/ports/sysdeps/am33/fpu/fedisblxcpt.c +++ b/ports/sysdeps/am33/fpu/fedisblxcpt.c @@ -1,5 +1,5 @@ /* Disable floating-point exceptions. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/feenablxcpt.c b/ports/sysdeps/am33/fpu/feenablxcpt.c index d665a2f..ae4808a 100644 --- a/ports/sysdeps/am33/fpu/feenablxcpt.c +++ b/ports/sysdeps/am33/fpu/feenablxcpt.c @@ -1,5 +1,5 @@ /* Enable floating-point exceptions. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fegetenv.c b/ports/sysdeps/am33/fpu/fegetenv.c index 51f9c8c..87853ba 100644 --- a/ports/sysdeps/am33/fpu/fegetenv.c +++ b/ports/sysdeps/am33/fpu/fegetenv.c @@ -1,5 +1,5 @@ /* Store current floating-point environment. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fegetexcept.c b/ports/sysdeps/am33/fpu/fegetexcept.c index 28869b8..01f7c0c 100644 --- a/ports/sysdeps/am33/fpu/fegetexcept.c +++ b/ports/sysdeps/am33/fpu/fegetexcept.c @@ -1,5 +1,5 @@ /* Get enabled floating-point exceptions. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fegetround.c b/ports/sysdeps/am33/fpu/fegetround.c index 49cae00..d946d9b 100644 --- a/ports/sysdeps/am33/fpu/fegetround.c +++ b/ports/sysdeps/am33/fpu/fegetround.c @@ -1,5 +1,5 @@ /* Return current rounding direction. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/feholdexcpt.c b/ports/sysdeps/am33/fpu/feholdexcpt.c index 9d2894b..1e662d0 100644 --- a/ports/sysdeps/am33/fpu/feholdexcpt.c +++ b/ports/sysdeps/am33/fpu/feholdexcpt.c @@ -1,5 +1,5 @@ /* Store current floating-point environment and clear exceptions. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fenv_libc.h b/ports/sysdeps/am33/fpu/fenv_libc.h index a8a7bc2..ee19a04 100644 --- a/ports/sysdeps/am33/fpu/fenv_libc.h +++ b/ports/sysdeps/am33/fpu/fenv_libc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2013 Free Software Foundation, Inc. +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on the corresponding file in the mips port. diff --git a/ports/sysdeps/am33/fpu/fesetenv.c b/ports/sysdeps/am33/fpu/fesetenv.c index fcde195..7a09cfb 100644 --- a/ports/sysdeps/am33/fpu/fesetenv.c +++ b/ports/sysdeps/am33/fpu/fesetenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fesetround.c b/ports/sysdeps/am33/fpu/fesetround.c index e063ec2..882e7dc 100644 --- a/ports/sysdeps/am33/fpu/fesetround.c +++ b/ports/sysdeps/am33/fpu/fesetround.c @@ -1,5 +1,5 @@ /* Set current rounding direction. - Copyright (C) 2004-2013 Free Software Foundation, Inc. + Copyright (C) 2004-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/am33/fpu/feupdateenv.c b/ports/sysdeps/am33/fpu/feupdateenv.c index 3d7a164..11f9ef8 100644 --- a/ports/sysdeps/am33/fpu/feupdateenv.c +++ b/ports/sysdeps/am33/fpu/feupdateenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment and raise exceptions. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fgetexcptflg.c b/ports/sysdeps/am33/fpu/fgetexcptflg.c index bb9f4e9..8b09e97 100644 --- a/ports/sysdeps/am33/fpu/fgetexcptflg.c +++ b/ports/sysdeps/am33/fpu/fgetexcptflg.c @@ -1,5 +1,5 @@ /* Store current representation for exceptions. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fpu_control.h b/ports/sysdeps/am33/fpu/fpu_control.h index 5de5001..8b1715f 100644 --- a/ports/sysdeps/am33/fpu/fpu_control.h +++ b/ports/sysdeps/am33/fpu/fpu_control.h @@ -1,5 +1,5 @@ /* FPU control word bits. AM33/2.0 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. Contributed by Alexandre Oliva <aoliva@redhat.com> based on the corresponding file in the mips port. diff --git a/ports/sysdeps/am33/fpu/fraiseexcpt.c b/ports/sysdeps/am33/fpu/fraiseexcpt.c index 1610adf..b86a51e 100644 --- a/ports/sysdeps/am33/fpu/fraiseexcpt.c +++ b/ports/sysdeps/am33/fpu/fraiseexcpt.c @@ -1,5 +1,5 @@ /* Raise given exceptions. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the M68K port. diff --git a/ports/sysdeps/am33/fpu/fsetexcptflg.c b/ports/sysdeps/am33/fpu/fsetexcptflg.c index b924881..7b7ab84 100644 --- a/ports/sysdeps/am33/fpu/fsetexcptflg.c +++ b/ports/sysdeps/am33/fpu/fsetexcptflg.c @@ -1,5 +1,5 @@ /* Set floating-point environment exception handling. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/ftestexcept.c b/ports/sysdeps/am33/fpu/ftestexcept.c index cd996d3..fc43de5 100644 --- a/ports/sysdeps/am33/fpu/ftestexcept.c +++ b/ports/sysdeps/am33/fpu/ftestexcept.c @@ -1,5 +1,5 @@ /* Test exception in current environment. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/jmpbuf-offsets.h b/ports/sysdeps/am33/jmpbuf-offsets.h index 9021e87..cccfdb3 100644 --- a/ports/sysdeps/am33/jmpbuf-offsets.h +++ b/ports/sysdeps/am33/jmpbuf-offsets.h @@ -1,5 +1,5 @@ /* Private macros for accessing __jmp_buf contents. AM33 version. - Copyright (C) 2006-2013 Free Software Foundation, Inc. + Copyright (C) 2006-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/am33/jmpbuf-unwind.h b/ports/sysdeps/am33/jmpbuf-unwind.h index db5fefa..0d28bf6 100644 --- a/ports/sysdeps/am33/jmpbuf-unwind.h +++ b/ports/sysdeps/am33/jmpbuf-unwind.h @@ -1,5 +1,5 @@ /* Examine __jmp_buf for unwinding frames. AM33 version. - Copyright (C) 2006-2013 Free Software Foundation, Inc. + Copyright (C) 2006-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/am33/linuxthreads/pspinlock.c b/ports/sysdeps/am33/linuxthreads/pspinlock.c index 987760d..8113907 100644 --- a/ports/sysdeps/am33/linuxthreads/pspinlock.c +++ b/ports/sysdeps/am33/linuxthreads/pspinlock.c @@ -1,5 +1,5 @@ /* POSIX spinlock implementation. AM33 version. - Copyright 2001-2013 Free Software Foundation, Inc. + Copyright 2001-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/am33/linuxthreads/pt-machine.h b/ports/sysdeps/am33/linuxthreads/pt-machine.h index bede797..9e11746 100644 --- a/ports/sysdeps/am33/linuxthreads/pt-machine.h +++ b/ports/sysdeps/am33/linuxthreads/pt-machine.h @@ -1,6 +1,6 @@ /* Machine-dependent pthreads configuration and inline functions. 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. Contributed by Alexandre Oliva <aoliva@redhat.com> Based on ../i386/pt-machine.h. diff --git a/ports/sysdeps/am33/memusage.h b/ports/sysdeps/am33/memusage.h index 0a647a4..236743d 100644 --- a/ports/sysdeps/am33/memusage.h +++ b/ports/sysdeps/am33/memusage.h @@ -1,4 +1,4 @@ -/* Copyright 2000-2013 Free Software Foundation, Inc. +/* Copyright 2000-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/am33/setjmp.S b/ports/sysdeps/am33/setjmp.S index 6b4b819..d03b0c7 100644 --- a/ports/sysdeps/am33/setjmp.S +++ b/ports/sysdeps/am33/setjmp.S @@ -1,5 +1,5 @@ /* setjmp for am33. - Copyright (C) 2001-2013 Free Software Foundation, Inc. + Copyright (C) 2001-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/am33/stackinfo.h b/ports/sysdeps/am33/stackinfo.h index 0bba63f..50079fd 100644 --- a/ports/sysdeps/am33/stackinfo.h +++ b/ports/sysdeps/am33/stackinfo.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. The GNU C Library is free software; you can redistribute it and/or diff --git a/ports/sysdeps/am33/sys/ucontext.h b/ports/sysdeps/am33/sys/ucontext.h index 68ad847..bc2af63 100644 --- a/ports/sysdeps/am33/sys/ucontext.h +++ b/ports/sysdeps/am33/sys/ucontext.h @@ -1,4 +1,4 @@ -/* Copyright 1997-2013 Free Software Foundation, Inc. +/* Copyright 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/am33/sysdep.h b/ports/sysdeps/am33/sysdep.h index 3c1cf16..70303e3 100644 --- a/ports/sysdeps/am33/sysdep.h +++ b/ports/sysdeps/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. |