From 568035b7874a099087b77f7bba3e36a1173787b0 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 2 Jan 2013 19:01:50 +0000 Subject: Update copyright notices with scripts/update-copyrights. --- signal/Makefile | 2 +- signal/allocrtsig.c | 2 +- signal/kill.c | 2 +- signal/killpg.c | 2 +- signal/raise.c | 2 +- signal/sigaction.c | 2 +- signal/sigaddset.c | 2 +- signal/sigaltstack.c | 2 +- signal/sigandset.c | 2 +- signal/sigblock.c | 2 +- signal/sigdelset.c | 2 +- signal/sigempty.c | 2 +- signal/sigfillset.c | 2 +- signal/siggetmask.c | 2 +- signal/sighold.c | 2 +- signal/sigignore.c | 2 +- signal/sigintr.c | 2 +- signal/sigisempty.c | 2 +- signal/sigismem.c | 2 +- signal/signal.c | 2 +- signal/signal.h | 2 +- signal/sigorset.c | 2 +- signal/sigpause.c | 2 +- signal/sigpending.c | 2 +- signal/sigprocmask.c | 2 +- signal/sigqueue.c | 2 +- signal/sigrelse.c | 2 +- signal/sigreturn.c | 2 +- signal/sigset.c | 2 +- signal/sigsetmask.c | 2 +- signal/sigsetops.h | 2 +- signal/sigstack.c | 2 +- signal/sigsuspend.c | 2 +- signal/sigtimedwait.c | 2 +- signal/sigvec.c | 2 +- signal/sigwait.c | 2 +- signal/sigwaitinfo.c | 2 +- signal/sysv_signal.c | 2 +- signal/tst-raise.c | 2 +- signal/tst-sigsimple.c | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) (limited to 'signal') diff --git a/signal/Makefile b/signal/Makefile index 9da8599847..dd068d7134 100644 --- a/signal/Makefile +++ b/signal/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1998,2003,2006,2012 Free Software Foundation, Inc. +# Copyright (C) 1991-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/signal/allocrtsig.c b/signal/allocrtsig.c index 1d23199aab..a73c5bb890 100644 --- a/signal/allocrtsig.c +++ b/signal/allocrtsig.c @@ -1,5 +1,5 @@ /* Handle real-time signal allocation. - Copyright (C) 1997,98,99,2002 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. diff --git a/signal/kill.c b/signal/kill.c index da6b49fbd8..57a37803f0 100644 --- a/signal/kill.c +++ b/signal/kill.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/killpg.c b/signal/killpg.c index 36bc5baef0..7755f1940b 100644 --- a/signal/killpg.c +++ b/signal/killpg.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/raise.c b/signal/raise.c index d8d0914665..3a5fd0e607 100644 --- a/signal/raise.c +++ b/signal/raise.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,95,96,2002 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigaction.c b/signal/sigaction.c index 743724dbce..a111066652 100644 --- a/signal/sigaction.c +++ b/signal/sigaction.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigaddset.c b/signal/sigaddset.c index aaa0f56d11..c4d12da216 100644 --- a/signal/sigaddset.c +++ b/signal/sigaddset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 2003 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigaltstack.c b/signal/sigaltstack.c index a540aedb44..955fd4c529 100644 --- a/signal/sigaltstack.c +++ b/signal/sigaltstack.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1992-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/signal/sigandset.c b/signal/sigandset.c index 3dcf3a7dfc..11630ab0f2 100644 --- a/signal/sigandset.c +++ b/signal/sigandset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigblock.c b/signal/sigblock.c index 7294629541..2dd6d8bd51 100644 --- a/signal/sigblock.c +++ b/signal/sigblock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigdelset.c b/signal/sigdelset.c index 6da57c149b..2a52ae44c4 100644 --- a/signal/sigdelset.c +++ b/signal/sigdelset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 2003 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigempty.c b/signal/sigempty.c index a71ff52482..4081de03b6 100644 --- a/signal/sigempty.c +++ b/signal/sigempty.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,96,97,2002 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigfillset.c b/signal/sigfillset.c index cba40ed5e7..43ec78572e 100644 --- a/signal/sigfillset.c +++ b/signal/sigfillset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,96,97,2002,2003,2004 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/siggetmask.c b/signal/siggetmask.c index e8b2b630b6..0e3bfd11e5 100644 --- a/signal/siggetmask.c +++ b/signal/siggetmask.c @@ -1,5 +1,5 @@ /* siggetmask -- useless alias for `sigblock (0)' for old Linux compatibility. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996-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/signal/sighold.c b/signal/sighold.c index 7970beb299..c681e3c715 100644 --- a/signal/sighold.c +++ b/signal/sighold.c @@ -1,5 +1,5 @@ /* Add SIG to the calling process' signal mask. - Copyright (C) 1998, 2000, 2003 Free Software Foundation, Inc. + Copyright (C) 1998-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. diff --git a/signal/sigignore.c b/signal/sigignore.c index 637dc94895..4192ddab51 100644 --- a/signal/sigignore.c +++ b/signal/sigignore.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Free Software Foundation, Inc. +/* Copyright (C) 1998-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/signal/sigintr.c b/signal/sigintr.c index 44959509d0..6ecc51c31b 100644 --- a/signal/sigintr.c +++ b/signal/sigintr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1992-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/signal/sigisempty.c b/signal/sigisempty.c index 587f2c7368..ac2274d74e 100644 --- a/signal/sigisempty.c +++ b/signal/sigisempty.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigismem.c b/signal/sigismem.c index 5627f4bb52..35e7d2abbf 100644 --- a/signal/sigismem.c +++ b/signal/sigismem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,96,2002 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/signal.c b/signal/signal.c index bc78d6f5c0..23f19fbae7 100644 --- a/signal/signal.c +++ b/signal/signal.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/signal.h b/signal/signal.h index 36720d4572..ec28b3101b 100644 --- a/signal/signal.h +++ b/signal/signal.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2004,2007,2009,2010,2012 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigorset.c b/signal/sigorset.c index 876983403b..10810c8253 100644 --- a/signal/sigorset.c +++ b/signal/sigorset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigpause.c b/signal/sigpause.c index 78e61fc960..b95d659585 100644 --- a/signal/sigpause.c +++ b/signal/sigpause.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,95,96,2000,02,2004 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigpending.c b/signal/sigpending.c index 7b48bfebd7..8542d38e01 100644 --- a/signal/sigpending.c +++ b/signal/sigpending.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigprocmask.c b/signal/sigprocmask.c index dbe30828a0..877e477928 100644 --- a/signal/sigprocmask.c +++ b/signal/sigprocmask.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigqueue.c b/signal/sigqueue.c index 48aae580dd..5d115fcd9b 100644 --- a/signal/sigqueue.c +++ b/signal/sigqueue.c @@ -1,5 +1,5 @@ /* Implementation of sigqueue function from POSIX.1b. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 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/signal/sigrelse.c b/signal/sigrelse.c index 103ebecf01..50deff5a89 100644 --- a/signal/sigrelse.c +++ b/signal/sigrelse.c @@ -1,5 +1,5 @@ /* Remove SIG from the calling process' signal mask. - Copyright (C) 1998, 2000, 2003 Free Software Foundation, Inc. + Copyright (C) 1998-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. diff --git a/signal/sigreturn.c b/signal/sigreturn.c index 901404ca86..398e0aba19 100644 --- a/signal/sigreturn.c +++ b/signal/sigreturn.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1992-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/signal/sigset.c b/signal/sigset.c index a87cbcef7a..f660eecca6 100644 --- a/signal/sigset.c +++ b/signal/sigset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Free Software Foundation, Inc. +/* Copyright (C) 1998-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/signal/sigsetmask.c b/signal/sigsetmask.c index 495f30e88e..916aa32b6e 100644 --- a/signal/sigsetmask.c +++ b/signal/sigsetmask.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigsetops.h b/signal/sigsetops.h index d7887a8aed..06cd98537f 100644 --- a/signal/sigsetops.h +++ b/signal/sigsetops.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigstack.c b/signal/sigstack.c index 9b6f2b1d9b..b49162df65 100644 --- a/signal/sigstack.c +++ b/signal/sigstack.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigsuspend.c b/signal/sigsuspend.c index 35be5c6d0c..d4047d2f9c 100644 --- a/signal/sigsuspend.c +++ b/signal/sigsuspend.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,1995,1996,1997,1998,2002 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigtimedwait.c b/signal/sigtimedwait.c index 96bbc6c474..196de7db4e 100644 --- a/signal/sigtimedwait.c +++ b/signal/sigtimedwait.c @@ -1,5 +1,5 @@ /* Implementation of sigtimedwait function from POSIX.1b. - Copyright (C) 1997, 2002 Free Software Foundation, Inc. + Copyright (C) 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/signal/sigvec.c b/signal/sigvec.c index e44daf1ab6..f667a0179f 100644 --- a/signal/sigvec.c +++ b/signal/sigvec.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/sigwait.c b/signal/sigwait.c index 27820157f5..53f4d90efc 100644 --- a/signal/sigwait.c +++ b/signal/sigwait.c @@ -1,5 +1,5 @@ /* sigwait - implementation of sigwait function from POSIX.1c. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996-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/signal/sigwaitinfo.c b/signal/sigwaitinfo.c index a266b3684a..33e5d1dd44 100644 --- a/signal/sigwaitinfo.c +++ b/signal/sigwaitinfo.c @@ -1,5 +1,5 @@ /* Implementation of sigwaitinfo function from POSIX.1b. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 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/signal/sysv_signal.c b/signal/sysv_signal.c index aaf940b857..4fb32b83dd 100644 --- a/signal/sysv_signal.c +++ b/signal/sysv_signal.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/signal/tst-raise.c b/signal/tst-raise.c index 45c62e19e4..cfcc49128e 100644 --- a/signal/tst-raise.c +++ b/signal/tst-raise.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2003. diff --git a/signal/tst-sigsimple.c b/signal/tst-sigsimple.c index 80220eed0b..cf3bedc8a9 100644 --- a/signal/tst-sigsimple.c +++ b/signal/tst-sigsimple.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2003. -- cgit v1.2.3