comparison lisp/calculator.el @ 94680:5af369a095b7

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 08:02:25 +0000
parents ce5d820c626f
children 2796739a5e4f
comparison
equal deleted inserted replaced
94679:68fcf8ef4d27 94680:5af369a095b7
1 ;;; calculator.el --- a [not so] simple calculator for Emacs 1 ;;; calculator.el --- a [not so] simple calculator for Emacs
2 2
3 ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 3 ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 ;; 2008 Free Software Foundation, Inc.
5 5
6 ;; Author: Eli Barzilay <eli@barzilay.org> 6 ;; Author: Eli Barzilay <eli@barzilay.org>
7 ;; Keywords: tools, convenience 7 ;; Keywords: tools, convenience
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify it 11 ;; GNU Emacs is free software: you can redistribute it and/or modify
12 ;; under the terms of the GNU General Public License as published by the 12 ;; it under the terms of the GNU General Public License as published by
13 ;; Free Software Foundation; either version 3, or (at your option) any 13 ;; the Free Software Foundation, either version 3 of the License, or
14 ;; later version. 14 ;; (at your option) any later version.
15 15
16 ;; GNU Emacs is distributed in the hope that it will be useful, but 16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; WITHOUT ANY WARRANTY; without even the implied warranty of 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; General Public License for more details. 19 ;; GNU General Public License for more details.
20 20
21 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the 22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
24 ;; MA 02110-1301, USA.
25 23
26 ;;;===================================================================== 24 ;;;=====================================================================
27 ;;; Commentary: 25 ;;; Commentary:
28 ;; 26 ;;
29 ;; A calculator for Emacs. 27 ;; A calculator for Emacs.