diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-02 19:01:50 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-02 19:05:09 +0000 |
commit | 568035b7874a099087b77f7bba3e36a1173787b0 (patch) | |
tree | ebd5b536530f6875afa9d15753d7e2f9185939b4 /ports/sysdeps/am33 | |
parent | caed4e98ca463e72745e7173a21409dce658d04f (diff) | |
download | glibc-568035b7874a099087b77f7bba3e36a1173787b0.zip glibc-568035b7874a099087b77f7bba3e36a1173787b0.tar.gz glibc-568035b7874a099087b77f7bba3e36a1173787b0.tar.bz2 |
Update copyright notices with scripts/update-copyrights.
Diffstat (limited to 'ports/sysdeps/am33')
31 files changed, 31 insertions, 34 deletions
diff --git a/ports/sysdeps/am33/__longjmp.S b/ports/sysdeps/am33/__longjmp.S index 1d6c29e..7641811 100644 --- a/ports/sysdeps/am33/__longjmp.S +++ b/ports/sysdeps/am33/__longjmp.S @@ -1,5 +1,5 @@ /* longjmp for AM33. - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001-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/am33/atomicity.h b/ports/sysdeps/am33/atomicity.h index b0ba43d..12f72ef 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, 2001 Free Software Foundation, Inc. + Copyright 1999-2013 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 6dd87cb..cf260db 100644 --- a/ports/sysdeps/am33/bits/setjmp.h +++ b/ports/sysdeps/am33/bits/setjmp.h @@ -1,4 +1,4 @@ -/* Copyright 2001 Free Software Foundation, Inc. +/* Copyright 2001-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/am33/dl-machine.h b/ports/sysdeps/am33/dl-machine.h index 52278c0..2db2737 100644 --- a/ports/sysdeps/am33/dl-machine.h +++ b/ports/sysdeps/am33/dl-machine.h @@ -1,6 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. AM33 version. - Copyright (C) 1995,96,97,98,99,2000,2001, 2004, 2011 - Free Software Foundation, Inc. + Copyright (C) 1995-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/am33/elf/start.S b/ports/sysdeps/am33/elf/start.S index 518e75e..0ca71f1 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,1996,1997,1998,2000,2001 Free Software Foundation, Inc. + Copyright (C) 1995-2013 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 b0e60e9..279de71 100644 --- a/ports/sysdeps/am33/fpu/bits/fenv.h +++ b/ports/sysdeps/am33/fpu/bits/fenv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2012 Free Software Foundation, Inc. +/* Copyright (C) 1998-2013 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 492ea38..90f9752 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-2012 Free Software Foundation, Inc. + Copyright (C) 1998-2013 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 170f820..36f1379 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, 2004 Free Software Foundation, Inc. + Copyright (C) 2000-2013 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 fe6d880..d665a2f 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, 2004 Free Software Foundation, Inc. + Copyright (C) 2000-2013 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 6da6eeb..51f9c8c 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, 1999, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1998-2013 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 13e5306..28869b8 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, 2004 Free Software Foundation, Inc. + Copyright (C) 2000-2013 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 d649f18..b309c92 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, 2004 Free Software Foundation, Inc. + Copyright (C) 1998-2013 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 1c002d8..9d2894b 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, 2004 Free Software Foundation, Inc. + Copyright (C) 2000-2013 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 40d5725..a8a7bc2 100644 --- a/ports/sysdeps/am33/fpu/fenv_libc.h +++ b/ports/sysdeps/am33/fpu/fenv_libc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc. +/* Copyright (C) 2000-2013 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 110c49c..fcde195 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, 1999, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1998-2013 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 e77dc76..e063ec2 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 Free Software Foundation, Inc. + Copyright (C) 2004-2013 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 70951a3..3d7a164 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, 1999, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1998-2013 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 d5828e6..e201c4f 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, 1999, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1998-2013 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 de28228..5de5001 100644 --- a/ports/sysdeps/am33/fpu/fpu_control.h +++ b/ports/sysdeps/am33/fpu/fpu_control.h @@ -1,6 +1,5 @@ /* FPU control word bits. AM33/2.0 version. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004 - Free Software Foundation, Inc. + Copyright (C) 1996-2013 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 628ad56..f62e83a 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, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2000-2013 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 a5bde40..b924881 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, 1999, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1998-2013 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 ef3e761..cd996d3 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, 2004 Free Software Foundation, Inc. + Copyright (C) 1998-2013 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 9884f2e..9021e87 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 Free Software Foundation, Inc. + Copyright (C) 2006-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/am33/jmpbuf-unwind.h b/ports/sysdeps/am33/jmpbuf-unwind.h index d5c01e2..db5fefa 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 Free Software Foundation, Inc. + Copyright (C) 2006-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/am33/linuxthreads/pspinlock.c b/ports/sysdeps/am33/linuxthreads/pspinlock.c index a167497..987760d 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 Free Software Foundation, Inc. + Copyright 2001-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/am33/linuxthreads/pt-machine.h b/ports/sysdeps/am33/linuxthreads/pt-machine.h index 86d0f8b..bede797 100644 --- a/ports/sysdeps/am33/linuxthreads/pt-machine.h +++ b/ports/sysdeps/am33/linuxthreads/pt-machine.h @@ -1,7 +1,6 @@ /* Machine-dependent pthreads configuration and inline functions. am33 version. - Copyright (C) 1996,1997,1998,1999,2000,2001, 2004 - Free Software Foundation, Inc. + Copyright (C) 1996-2013 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 19d7a73..0a647a4 100644 --- a/ports/sysdeps/am33/memusage.h +++ b/ports/sysdeps/am33/memusage.h @@ -1,4 +1,4 @@ -/* Copyright 2000, 2001 Free Software Foundation, Inc. +/* Copyright 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/ports/sysdeps/am33/setjmp.S b/ports/sysdeps/am33/setjmp.S index 54b239d..6b4b819 100644 --- a/ports/sysdeps/am33/setjmp.S +++ b/ports/sysdeps/am33/setjmp.S @@ -1,5 +1,5 @@ /* setjmp for am33. - Copyright (C) 2001, 2004 Free Software Foundation, Inc. + Copyright (C) 2001-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/am33/stackinfo.h b/ports/sysdeps/am33/stackinfo.h index c7a7977..0bba63f 100644 --- a/ports/sysdeps/am33/stackinfo.h +++ b/ports/sysdeps/am33/stackinfo.h @@ -1,4 +1,4 @@ -/* Copyright 2001 Free Software Foundation, Inc. +/* Copyright 2001-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/am33/sys/ucontext.h b/ports/sysdeps/am33/sys/ucontext.h index 1615b63..68ad847 100644 --- a/ports/sysdeps/am33/sys/ucontext.h +++ b/ports/sysdeps/am33/sys/ucontext.h @@ -1,4 +1,4 @@ -/* Copyright 1997, 1999, 2000, 2002 Free Software Foundation, Inc. +/* Copyright 1997-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/am33/sysdep.h b/ports/sysdeps/am33/sysdep.h index 2ddb656..3c1cf16 100644 --- a/ports/sysdeps/am33/sysdep.h +++ b/ports/sysdeps/am33/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright 2001 Free Software Foundation, Inc. +/* Copyright 2001-2013 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. |