comparison lisp/calendar/cal-menu.el @ 6736:3e1323443b1a

Fix copying conditions for current GPL version.
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 Apr 1994 20:30:18 +0000
parents b2f1e7bb5d00
children 494ca99e9517
comparison
equal deleted inserted replaced
6735:4930c18bb456 6736:3e1323443b1a
7 ;; Keywords: calendar 7 ;; Keywords: calendar
8 ;; Human-Keywords: calendar, popup menus, menu bar 8 ;; Human-Keywords: calendar, popup menus, menu bar
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
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
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
12 ;; 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,
13 ;; but WITHOUT ANY WARRANTY. No author or distributor 18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; accepts responsibility to anyone for the consequences of using it 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 ;; or for whether it serves any particular purpose or works at all, 20 ;; GNU General Public License for more details.
16 ;; unless he says so in writing. Refer to the GNU Emacs General Public 21
17 ;; License for full details. 22 ;; You should have received a copy of the GNU General Public License
18 23 ;; along with GNU Emacs; see the file COPYING. If not, write to
19 ;; Everyone is granted permission to copy, modify and redistribute 24 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
20 ;; GNU Emacs, but only under the conditions described in the
21 ;; GNU Emacs General Public License. A copy of this license is
22 ;; supposed to have been given to you along with GNU Emacs so you
23 ;; can know your rights and responsibilities. It should be in a
24 ;; file named COPYING. Among other things, the copyright notice
25 ;; and this notice must be preserved on all copies.
26 25
27 ;;; Commentary: 26 ;;; Commentary:
28 27
29 ;; This collection of functions implements menu bar and popup menu support for 28 ;; This collection of functions implements menu bar and popup menu support for
30 ;; calendar.el. 29 ;; calendar.el.