aboutsummaryrefslogtreecommitdiffstats
path: root/msdos/sigaction.c
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-05-09 04:44:29 +0000
committerGlenn Morris <[email protected]>2008-05-09 04:44:29 +0000
commitff0cdfb99b9a69f0cbb642748b5a97ac108351d3 (patch)
tree0fb00ccd7c7fd2fbd708cd42712b30eec19fa31c /msdos/sigaction.c
parent3187ea63b1b6d95d7c6c68ae1e72d152b5b0a45b (diff)
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'msdos/sigaction.c')
-rw-r--r--msdos/sigaction.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/msdos/sigaction.c b/msdos/sigaction.c
index f5e731b379..6a24c9929e 100644
--- a/msdos/sigaction.c
+++ b/msdos/sigaction.c
@@ -5,10 +5,10 @@
* (See the README file in this directory for the copyright and license
* history of this file.)
*
- * This file is free software; you can redistribute it and/or modify
+ * This file is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3, or (at your option)
- * any later version.
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this file; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+ * along with this file. If not, see <http://www.gnu.org/licenses/>.
*/
#include <signal.h>
#include <errno.h>