branch: externals/scanner
commit 52bb203716e515871a8aee7e4c15e8ef62e02fa7
Author: Raffael Stocker <[email protected]>
Commit: Raffael Stocker <[email protected]>

    correct the license notice (GNU Emacs -> This program)
---
 scanner-test.el | 4 ++--
 scanner.el      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/scanner-test.el b/scanner-test.el
index 44289d9..2b478a0 100644
--- a/scanner-test.el
+++ b/scanner-test.el
@@ -12,12 +12,12 @@
 
 ;; This file is NOT part of GNU Emacs
 
-;; GNU Emacs is free software: you can redistribute it and/or modify
+;; This program 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 of the License, or (at
 ;; your option) any later version.
 
-;; GNU Emacs is distributed in the hope that it will be useful, but
+;; This program is distributed in the hope that it will be useful, but
 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ;; General Public License for more details.
diff --git a/scanner.el b/scanner.el
index 9236470..c8e4eec 100644
--- a/scanner.el
+++ b/scanner.el
@@ -12,12 +12,12 @@
 
 ;; This file is NOT part of GNU Emacs
 
-;; GNU Emacs is free software: you can redistribute it and/or modify
+;; This program 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 of the License, or (at
 ;; your option) any later version.
 
-;; GNU Emacs is distributed in the hope that it will be useful, but
+;; This program is distributed in the hope that it will be useful, but
 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ;; General Public License for more details.

Reply via email to