aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/eshell.el
diff options
context:
space:
mode:
authorGlenn Morris2007-07-25 04:14:29 +0000
committerGlenn Morris2007-07-25 04:14:29 +0000
commite0085d62fa2400f6718c405e2e8fd6228b482e37 (patch)
treede55b715c5896e4e51210a1aa6532a4dc57fa5d7 /lisp/eshell/eshell.el
parent075969b47600a74fe8ad051a6877e58810471542 (diff)
downloademacs-e0085d62fa2400f6718c405e2e8fd6228b482e37.tar.gz
emacs-e0085d62fa2400f6718c405e2e8fd6228b482e37.zip
Switch license to GPLv3 or later.
Diffstat (limited to 'lisp/eshell/eshell.el')
-rw-r--r--lisp/eshell/eshell.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el
index d7910dc252d..23e36149174 100644
--- a/lisp/eshell/eshell.el
+++ b/lisp/eshell/eshell.el
@@ -11,7 +11,7 @@
11 11
12;; GNU Emacs is free software; you can redistribute it and/or modify 12;; GNU Emacs is free software; you can redistribute it and/or modify
13;; it under the terms of the GNU General Public License as published by 13;; it under the terms of the GNU General Public License as published by
14;; the Free Software Foundation; either version 2, or (at your option) 14;; the Free Software Foundation; either version 3, or (at your option)
15;; any later version. 15;; any later version.
16 16
17;; GNU Emacs is distributed in the hope that it will be useful, 17;; GNU Emacs is distributed in the hope that it will be useful,
@@ -77,7 +77,7 @@ the tasks accomplished by such tools."
77;; 77;;
78;; Eshell is free software; you can redistribute it and/or modify it 78;; Eshell is free software; you can redistribute it and/or modify it
79;; under the terms of the GNU General Public License as published by 79;; under the terms of the GNU General Public License as published by
80;; the Free Software Foundation; either version 2, or (at your option) 80;; the Free Software Foundation; either version 3, or (at your option)
81;; any later version. 81;; any later version.
82;; 82;;
83;; This program is distributed in the hope that it will be useful, but 83;; This program is distributed in the hope that it will be useful, but