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 | |
parent | a141f1a732ac9cf2af7dd54d4ae09dffb9353f30 (diff) | |
download | glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.tar glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.tar.gz glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.tar.bz2 glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.zip |
Add script to update copyright notices and reformat some to facilitate its use.
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ChangeLog.alpha | 5 | ||||
-rw-r--r-- | ports/ChangeLog.am33 | 6 | ||||
-rw-r--r-- | ports/ChangeLog.linux-generic | 5 | ||||
-rw-r--r-- | ports/ChangeLog.mips | 15 | ||||
-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 | ||||
-rw-r--r-- | ports/sysdeps/unix/mips/mips64/n32/sysdep.h | 3 | ||||
-rw-r--r-- | ports/sysdeps/unix/mips/mips64/n64/sysdep.h | 3 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/alpha/bits/termios.h | 3 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/bits/fcntl.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/am33/sysdep.S | 3 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/mips/bits/sigaction.h | 3 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/mips/sys/procfs.h | 3 |
20 files changed, 47 insertions, 30 deletions
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha index 9be0600601..34cb0a82ce 100644 --- a/ports/ChangeLog.alpha +++ b/ports/ChangeLog.alpha @@ -1,3 +1,8 @@ +2013-01-01 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Reformat copyright + notice. + 2012-12-07 Richard Henderson <rth@redhat.com> * sysdeps/alpha/Makefile [$(subdir) = math] diff --git a/ports/ChangeLog.am33 b/ports/ChangeLog.am33 index 4e6d40b4c5..4295ded429 100644 --- a/ports/ChangeLog.am33 +++ b/ports/ChangeLog.am33 @@ -1,3 +1,9 @@ +2013-01-01 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/am33/bits/fcntl.h: Reformat copyright + notice. + * sysdeps/unix/sysv/linux/am33/sysdep.S: Likewise. + 2012-11-03 Joseph Myers <joseph@codesourcery.com> * sysdeps/am33/fpu/fclrexcpt.c (feclearexcept): Add diff --git a/ports/ChangeLog.linux-generic b/ports/ChangeLog.linux-generic index d3f0e5b75d..15e8fe0b15 100644 --- a/ports/ChangeLog.linux-generic +++ b/ports/ChangeLog.linux-generic @@ -1,3 +1,8 @@ +2013-01-01 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c: Reformat + copyright notice. + 2012-11-04 Thomas Schwinge <thomas@codesourcery.com> * sysdeps/unix/sysv/linux/generic/sysctl.c: Don't include diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index 75076b0039..0da4614154 100644 --- a/ports/ChangeLog.mips +++ b/ports/ChangeLog.mips @@ -1,3 +1,18 @@ +2013-01-01 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/mips/bits/dlfcn.h: Reformat copyright notice. + * sysdeps/mips/bits/mathdef.h: Likewise. + * sysdeps/mips/bits/setjmp.h: Likewise. + * sysdeps/mips/ieee754/ieee754.h: Likewise. + * sysdeps/mips/machine-gmon.h: Likewise. + * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise. + * sysdeps/mips/mips64/setjmp.S: Likewise. + * sysdeps/mips/start.S: Likewise. + * sysdeps/unix/mips/mips64/n32/sysdep.h: Likewise. + * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise. + 2012-12-04 Joseph Myers <joseph@codesourcery.com> * sysdeps/mips/fpu_control.h [__mips_soft_float] (_FPU_GETCW): 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 diff --git a/ports/sysdeps/unix/mips/mips64/n32/sysdep.h b/ports/sysdeps/unix/mips/mips64/n32/sysdep.h index 3da31cba48..194576c3f5 100644 --- a/ports/sysdeps/unix/mips/mips64/n32/sysdep.h +++ b/ports/sysdeps/unix/mips/mips64/n32/sysdep.h @@ -1,5 +1,4 @@ -/* Copyright (C) 1992, 1995, 1997, 1999, 2000, 2002, 2003 - Free Software Foundation, Inc. +/* Copyright (C) 1992-2012 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/mips/mips64/n64/sysdep.h b/ports/sysdeps/unix/mips/mips64/n64/sysdep.h index 54e55116a9..a5a14e470a 100644 --- a/ports/sysdeps/unix/mips/mips64/n64/sysdep.h +++ b/ports/sysdeps/unix/mips/mips64/n64/sysdep.h @@ -1,5 +1,4 @@ -/* Copyright (C) 1992, 1995, 1997, 1999, 2000, 2002, 2003 - Free Software Foundation, Inc. +/* Copyright (C) 1992-2012 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/alpha/bits/termios.h b/ports/sysdeps/unix/sysv/linux/alpha/bits/termios.h index 534a8bf2ff..d9ecca76da 100644 --- a/ports/sysdeps/unix/sysv/linux/alpha/bits/termios.h +++ b/ports/sysdeps/unix/sysv/linux/alpha/bits/termios.h @@ -1,6 +1,5 @@ /* termios type and macro definitions. Linux version. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2003, 2005 - Free Software Foundation, Inc. + Copyright (C) 1993-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/unix/sysv/linux/am33/bits/fcntl.h b/ports/sysdeps/unix/sysv/linux/am33/bits/fcntl.h index 33b8bcd37e..b67b1decc4 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, 1996, 1997, 1998, 2000, 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 diff --git a/ports/sysdeps/unix/sysv/linux/am33/sysdep.S b/ports/sysdeps/unix/sysv/linux/am33/sysdep.S index 877fd1e082..2ca91c22a6 100644 --- a/ports/sysdeps/unix/sysv/linux/am33/sysdep.S +++ b/ports/sysdeps/unix/sysv/linux/am33/sysdep.S @@ -1,5 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997, 1998, 2001, 2004 - Free Software Foundation, Inc. +/* Copyright (C) 1995-2012 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/generic/wordsize-32/getdents.c b/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c index d7d0f04f43..8ee8799b40 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c +++ b/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1995-2003, 2004, 2006, 2007, 2011 +/* Copyright (C) 1993-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Simplified from sysdeps/unix/sysv/linux/getdents.c. diff --git a/ports/sysdeps/unix/sysv/linux/mips/bits/sigaction.h b/ports/sysdeps/unix/sysv/linux/mips/bits/sigaction.h index 92c9ec29ce..3883b22b04 100644 --- a/ports/sysdeps/unix/sysv/linux/mips/bits/sigaction.h +++ b/ports/sysdeps/unix/sysv/linux/mips/bits/sigaction.h @@ -1,6 +1,5 @@ /* The proper definitions for Linux/MIPS's sigaction. - Copyright (C) 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2003, 2010 - Free Software Foundation, Inc. + Copyright (C) 1993-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/unix/sysv/linux/mips/sys/procfs.h b/ports/sysdeps/unix/sysv/linux/mips/sys/procfs.h index 9b8030df3c..5f58c633c4 100644 --- a/ports/sysdeps/unix/sysv/linux/mips/sys/procfs.h +++ b/ports/sysdeps/unix/sysv/linux/mips/sys/procfs.h @@ -1,5 +1,4 @@ -/* Copyright (C) 1996, 1997, 1999, 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 |