diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-01 16:29:10 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-01 16:29:10 +0000 |
commit | f4cf5f2d8ba910566f2036af811355a398b4a066 (patch) | |
tree | 2e3a09a75a3744c7741e94563c41bd862fc75720 /ports/sysdeps/mips | |
parent | a141f1a732ac9cf2af7dd54d4ae09dffb9353f30 (diff) | |
download | glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.tar.gz glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.tar.xz glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.zip |
Add script to update copyright notices and reformat some to facilitate its use.
Diffstat (limited to 'ports/sysdeps/mips')
-rw-r--r-- | ports/sysdeps/mips/bits/dlfcn.h | 3 | ||||
-rw-r--r-- | ports/sysdeps/mips/bits/mathdef.h | 3 | ||||
-rw-r--r-- | ports/sysdeps/mips/bits/setjmp.h | 3 | ||||
-rw-r--r-- | ports/sysdeps/mips/ieee754/ieee754.h | 3 | ||||
-rw-r--r-- | ports/sysdeps/mips/machine-gmon.h | 3 | ||||
-rw-r--r-- | ports/sysdeps/mips/mips64/bsd-_setjmp.S | 3 | ||||
-rw-r--r-- | ports/sysdeps/mips/mips64/setjmp.S | 3 | ||||
-rw-r--r-- | ports/sysdeps/mips/start.S | 3 |
8 files changed, 8 insertions, 16 deletions
diff --git a/ports/sysdeps/mips/bits/dlfcn.h b/ports/sysdeps/mips/bits/dlfcn.h index a1956b2a12..e540931e16 100644 --- a/ports/sysdeps/mips/bits/dlfcn.h +++ b/ports/sysdeps/mips/bits/dlfcn.h @@ -1,6 +1,5 @@ /* System dependent definitions for run-time dynamic loading. - Copyright (C) 1996, 1997, 1999, 2000, 2001, 2004 - Free Software Foundation, Inc. + Copyright (C) 1996-2012 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/mips/bits/mathdef.h b/ports/sysdeps/mips/bits/mathdef.h index fe99994249..28ccf92b3c 100644 --- a/ports/sysdeps/mips/bits/mathdef.h +++ b/ports/sysdeps/mips/bits/mathdef.h @@ -1,5 +1,4 @@ -/* Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2007 - Free Software Foundation, Inc. +/* Copyright (C) 1997-2012 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/mips/bits/setjmp.h b/ports/sysdeps/mips/bits/setjmp.h index df6fd7b2d7..938edbbb57 100644 --- a/ports/sysdeps/mips/bits/setjmp.h +++ b/ports/sysdeps/mips/bits/setjmp.h @@ -1,6 +1,5 @@ /* Define the machine-dependent type `jmp_buf'. MIPS version. - Copyright (C) 1992,1993,1995,1997,2000,2002,2003,2004,2005,2006 - Free Software Foundation, Inc. + Copyright (C) 1992-2012 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/mips/ieee754/ieee754.h b/ports/sysdeps/mips/ieee754/ieee754.h index 87dbf658eb..f3cc1e0e6b 100644 --- a/ports/sysdeps/mips/ieee754/ieee754.h +++ b/ports/sysdeps/mips/ieee754/ieee754.h @@ -1,5 +1,4 @@ -/* Copyright (C) 1992, 1995, 1996, 1999, 2002, 2003 - Free Software Foundation, Inc. +/* Copyright (C) 1992-2012 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/mips/machine-gmon.h b/ports/sysdeps/mips/machine-gmon.h index 6e95f2de20..0fa8e3ef6a 100644 --- a/ports/sysdeps/mips/machine-gmon.h +++ b/ports/sysdeps/mips/machine-gmon.h @@ -1,6 +1,5 @@ /* Machine-specific calling sequence for `mcount' profiling function. MIPS - Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004 - Free Software Foundation, Inc. + Copyright (C) 1996-2012 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/mips/mips64/bsd-_setjmp.S b/ports/sysdeps/mips/mips64/bsd-_setjmp.S index 4debc4f895..7c4443fef6 100644 --- a/ports/sysdeps/mips/mips64/bsd-_setjmp.S +++ b/ports/sysdeps/mips/mips64/bsd-_setjmp.S @@ -1,6 +1,5 @@ /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. MIPS64 version. - Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004 - Free Software Foundation, Inc. + Copyright (C) 1996-2012 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/mips/mips64/setjmp.S b/ports/sysdeps/mips/mips64/setjmp.S index 25c0b72add..ee59f29adf 100644 --- a/ports/sysdeps/mips/mips64/setjmp.S +++ b/ports/sysdeps/mips/mips64/setjmp.S @@ -1,5 +1,4 @@ -/* Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004 - Free Software Foundation, Inc. +/* Copyright (C) 1996-2012 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/mips/start.S b/ports/sysdeps/mips/start.S index fa0cfe14e0..ea82d6bea4 100644 --- a/ports/sysdeps/mips/start.S +++ b/ports/sysdeps/mips/start.S @@ -1,6 +1,5 @@ /* Startup code compliant to the ELF Mips ABI. - Copyright (C) 1995, 1997, 2000, 2001, 2002, 2003, 2004 - Free Software Foundation, Inc. + Copyright (C) 1995-2012 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 |