comparison lisp/vc-hg.el @ 81479:2d50f85a03de

Change license wording to match the rest of Emacs.
author Glenn Morris <rgm@gnu.org>
date Wed, 20 Jun 2007 07:33:45 +0000
parents 3dedb2297b98
children 145f53e0ff66
comparison
equal deleted inserted replaced
81478:ec08616e7901 81479:2d50f85a03de
3 ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. 3 ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc.
4 4
5 ;; Author: Ivan Kanis 5 ;; Author: Ivan Kanis
6 ;; Keywords: tools 6 ;; Keywords: tools
7 ;; Version: 1889 7 ;; Version: 1889
8 ;; 8
9 ;; This program is free software ; you can redistribute it and/or modify 9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
10 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
11 ;; the Free Software Foundation ; either version 2 of the License, or 13 ;; the Free Software Foundation; either version 2, or (at your option)
12 ;; (at your option) any later version. 14 ;; any later version.
13 ;; 15
14 ;; This program is distributed in the hope that it will be useful, but 16 ;; GNU Emacs is distributed in the hope that it will be useful,
15 ;; WITHOUT ANY WARRANTY ; without even the implied warranty of 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 ;; General Public License for more details. 19 ;; GNU General Public License for more details.
18 ;; 20
19 ;; 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
20 ;; along with this program ; if not, write to the Free Software 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
21 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02110-1301, USA.
22 25
23 ;;; Commentary: 26 ;;; Commentary:
24 27
25 ;; This is a mercurial version control backend 28 ;; This is a mercurial version control backend
26 29