diff options
| author | Philipp Stephani | 2018-07-30 00:18:27 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2018-07-30 00:18:27 +0200 |
| commit | 7a5be79256c85ed634623bf0bdccdc2104784a3b (patch) | |
| tree | 8144f308fc34164a8d8937cf2e91283e8c8f86eb /src/json.c | |
| parent | c71eeb8d4dd443232e2416f4e4dde19ed0b6da4d (diff) | |
| download | emacs-7a5be79256c85ed634623bf0bdccdc2104784a3b.tar.gz emacs-7a5be79256c85ed634623bf0bdccdc2104784a3b.zip | |
; * src/json.c: Fix typo in license statement
Diffstat (limited to 'src/json.c')
| -rw-r--r-- | src/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json.c b/src/json.c index ea941d7bb5d..afdd9a25481 100644 --- a/src/json.c +++ b/src/json.c | |||
| @@ -7,7 +7,7 @@ This file is part of GNU Emacs. | |||
| 7 | GNU Emacs is free software: you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation, either version 3 of the License, or (at | 9 | the Free Software Foundation, either version 3 of the License, or (at |
| 10 | nyour option) any later version. | 10 | your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |