Mercurial > hg > xemacs-beta
comparison lisp/lisp-mnt.el @ 5404:91b3aa59f49b
Convert lisp/ to GPLv3.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Fri, 15 Oct 2010 15:18:27 +0200 |
parents | 308d34e9f07d |
children | bbe4146603db |
comparison
equal
deleted
inserted
replaced
5403:cf70940883ca | 5404:91b3aa59f49b |
---|---|
578 ;;; Entry point: insert boilerplate | 578 ;;; Entry point: insert boilerplate |
579 | 579 |
580 (defconst lm-standard-permission | 580 (defconst lm-standard-permission |
581 "\n;; This file is part of XEmacs. | 581 "\n;; This file is part of XEmacs. |
582 | 582 |
583 ;; XEmacs is free software; you can redistribute it and/or modify it | 583 ;; XEmacs is free software: you can redistribute it and/or modify it |
584 ;; under the terms of the GNU General Public License as published by | 584 ;; under the terms of the GNU General Public License as published by the |
585 ;; the Free Software Foundation; either version 2, or (at your option) | 585 ;; Free Software Foundation, either version 3 of the License, or (at your |
586 ;; any later version. | 586 ;; option) any later version. |
587 | 587 |
588 ;; XEmacs is distributed in the hope that it will be useful, but | 588 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT |
589 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 589 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
590 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 590 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
591 ;; General Public License for more details. | 591 ;; for more details. |
592 | 592 |
593 ;; You should have received a copy of the GNU General Public License | 593 ;; You should have received a copy of the GNU General Public License |
594 ;; along with XEmacs; see the file COPYING. If not, write to the Free | 594 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>.\n" |
595 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
596 ;; Boston, MA 02110-1301, USA.\n" | |
597 "Standard permissions notice for Lisp files that are part of XEmacs. | 595 "Standard permissions notice for Lisp files that are part of XEmacs. |
598 License version and FSF address are current as of 2009-04-01.") | 596 License version and FSF address are current as of 2009-04-01.") |
599 | 597 |
600 (defconst lm-change-log | 598 (defconst lm-change-log |
601 "\n;;; Change Log: | 599 "\n;;; Change Log: |