comparison lisp/calc/calc-units.el @ 76595:497d17a80bb8

Change form of license text to match rest of Emacs.
author Glenn Morris <rgm@gnu.org>
date Mon, 19 Mar 2007 20:59:53 +0000
parents 7a3f13e2dd57
children 1154f082efd9 c0409ee15cee
comparison
equal deleted inserted replaced
76594:7b70b6892b61 76595:497d17a80bb8
6 ;; Author: David Gillespie <daveg@synaptics.com> 6 ;; Author: David Gillespie <daveg@synaptics.com>
7 ;; Maintainer: Jay Belanger <belanger@truman.edu> 7 ;; Maintainer: Jay Belanger <belanger@truman.edu>
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
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
11 ;; GNU Emacs is distributed in the hope that it will be useful, 16 ;; GNU Emacs is distributed in the hope that it will be useful,
12 ;; but WITHOUT ANY WARRANTY. No author or distributor 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ;; accepts responsibility to anyone for the consequences of using it 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ;; or for whether it serves any particular purpose or works at all, 19 ;; GNU General Public License for more details.
15 ;; unless he says so in writing. Refer to the GNU Emacs General Public 20
16 ;; License for full details. 21 ;; You should have received a copy of the GNU General Public License
17 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
18 ;; Everyone is granted permission to copy, modify and redistribute 23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 ;; GNU Emacs, but only under the conditions described in the 24 ;; Boston, MA 02110-1301, USA.
20 ;; GNU Emacs General Public License. A copy of this license is
21 ;; supposed to have been given to you along with GNU Emacs so you
22 ;; can know your rights and responsibilities. It should be in a
23 ;; file named COPYING. Among other things, the copyright notice
24 ;; and this notice must be preserved on all copies.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 29