aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-07-25 07:43:45 +0000
committerGlenn Morris2007-07-25 07:43:45 +0000
commitae560473ca31625d09bb25c57381f99c7b717fbc (patch)
treeac0750ea17d4c62d786acb58da10b704363daa09
parentd7142f3e55be2073129bef3bbe633da2bc46a156 (diff)
downloademacs-ae560473ca31625d09bb25c57381f99c7b717fbc.tar.gz
emacs-ae560473ca31625d09bb25c57381f99c7b717fbc.zip
Switch license to GPLv3 or later.
-rw-r--r--msdos/README3
-rw-r--r--msdos/is_exec.c2
-rw-r--r--msdos/sigaction.c2
3 files changed, 4 insertions, 3 deletions
diff --git a/msdos/README b/msdos/README
index c8130364527..6f08e6e9624 100644
--- a/msdos/README
+++ b/msdos/README
@@ -31,7 +31,8 @@ NOTE ON THE LEGAL STATUS OF THE FILES IS_EXEC.C, SIGACTION.C
31 31
32As distributed with GNU Emacs, the files is_exec.c and sigaction.c are 32As distributed with GNU Emacs, the files is_exec.c and sigaction.c are
33Copyright (C) 1995 DJ Delorie, and are licensed under the terms of the 33Copyright (C) 1995 DJ Delorie, and are licensed under the terms of the
34GNU General Public License version 2 or later (see COPYING). 34GNU General Public License version 3 (see COPYING), or (at your
35option) any later version.
35 36
36Here we record the details of the legal history of these files. 37Here we record the details of the legal history of these files.
37 38
diff --git a/msdos/is_exec.c b/msdos/is_exec.c
index c8bb7dcf4fa..ab627956cb7 100644
--- a/msdos/is_exec.c
+++ b/msdos/is_exec.c
@@ -8,7 +8,7 @@
8 * 8 *
9 * This file is free software; you can redistribute it and/or modify 9 * This file is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2, or (at your option) 11 * the Free Software Foundation; either version 3, or (at your option)
12 * any later version. 12 * any later version.
13 * 13 *
14 * This file is distributed in the hope that it will be useful, 14 * This file is distributed in the hope that it will be useful,
diff --git a/msdos/sigaction.c b/msdos/sigaction.c
index 678de55f4a1..f5e731b379e 100644
--- a/msdos/sigaction.c
+++ b/msdos/sigaction.c
@@ -7,7 +7,7 @@
7 * 7 *
8 * This file is free software; you can redistribute it and/or modify 8 * This file is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2, or (at your option) 10 * the Free Software Foundation; either version 3, or (at your option)
11 * any later version. 11 * any later version.
12 * 12 *
13 * This file is distributed in the hope that it will be useful, 13 * This file is distributed in the hope that it will be useful,