branch: externals/tNFA
commit 74b68dd4bd6f26f37b5b9b57ec4dec0d99eaa59a
Author: Toby S. Cubitt <[email protected]>
Commit: Toby S. Cubitt <[email protected]>
Updated copyright attribution and license (GPL2 -> GPL3).
---
tNFA.el | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/tNFA.el b/tNFA.el
index 3376f56..1b1c332 100644
--- a/tNFA.el
+++ b/tNFA.el
@@ -2,7 +2,7 @@
;;; tNFA.el --- tagged non-deterministic finite-state automata
-;; Copyright (C) 2008-2010, 2012 Toby Cubitt
+;; Copyright (C) 2008-2010, 2012 Free Software Foundation, Inc
;; Author: Toby Cubitt <[email protected]>
;; Version: 0.1.1
@@ -12,22 +12,20 @@
;; URL: http://www.dr-qubit.org/emacs.php
-;; This file is NOT part of Emacs.
+;; This file is part of Emacs.
;;
-;; 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 2
-;; of the License, or (at your option) any later version.
+;; GNU Emacs 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.
;;
-;; This program is distributed in the hope that it will be useful,
+;; GNU Emacs 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.
-
+;;
;; You should have received a copy of the GNU General Public License
-;; along with this program; if not, write to the Free Software
-;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-;; MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: