aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorGlenn Morris2008-05-14 07:50:26 +0000
committerGlenn Morris2008-05-14 07:50:26 +0000
commit9ec0b715e262f45bb434f2c068a86de2c42528e3 (patch)
tree16fcea79c98fd3f95f3053ee101458a54bbf6e33 /src/data.c
parent2fc5063f5788720684b1a8e1098ede7241820fb1 (diff)
downloademacs-9ec0b715e262f45bb434f2c068a86de2c42528e3.tar.gz
emacs-9ec0b715e262f45bb434f2c068a86de2c42528e3.zip
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/data.c b/src/data.c
index cb9d210c628..0bca9da07d9 100644
--- a/src/data.c
+++ b/src/data.c
@@ -5,10 +5,10 @@
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
8GNU Emacs is free software; you can redistribute it and/or modify 8GNU Emacs is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 3, or (at your option) 10the Free Software Foundation, either version 3 of the License, or
11any later version. 11(at your option) any later version.
12 12
13GNU Emacs is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16GNU General Public License for more details.
17 17
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, MA 02110-1301, USA. */
22 20
23 21
24#include <config.h> 22#include <config.h>