comparison lisp/vc-bzr.el @ 94678:ee5932bf781d

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 07:58:00 +0000
parents a0bb8ca25a33
children bf91c987049c
comparison
equal deleted inserted replaced
94677:91e5880a36c1 94678:ee5932bf781d
6 ;; Keywords: tools 6 ;; Keywords: tools
7 ;; Created: Sept 2006 7 ;; Created: Sept 2006
8 ;; Version: 2008-01-04 (Bzr revno 25) 8 ;; Version: 2008-01-04 (Bzr revno 25)
9 ;; URL: http://launchpad.net/vc-bzr 9 ;; URL: http://launchpad.net/vc-bzr
10 10
11 ;; This file is free software; you can redistribute it and/or modify 11 ;; This file is part of GNU Emacs.
12
13 ;; 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 14 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 3, or (at your option) 15 ;; the Free Software Foundation, either version 3 of the License, or
14 ;; any later version. 16 ;; (at your option) any later version.
15 17
16 ;; This file is distributed in the hope that it will be useful, 18 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 21 ;; GNU General Public License for more details.
20 22
21 ;; You should have received a copy of the GNU General Public License 23 ;; 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 24 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02110-1301, USA.
25
26 25
27 ;;; Commentary: 26 ;;; Commentary:
28 27
29 ;; See <URL:http://bazaar-vcs.org/> concerning bzr. See 28 ;; See <URL:http://bazaar-vcs.org/> concerning bzr. See
30 ;; <URL:http://launchpad.net/vc-bzr> for alternate development 29 ;; <URL:http://launchpad.net/vc-bzr> for alternate development
31 ;; branches of `vc-bzr'. 30 ;; branches of `vc-bzr'.
32 31
33 ;; Load this library to register bzr support in VC. 32 ;; Load this library to register bzr support in VC.
34 33
35 ;; Known bugs 34 ;; Known bugs
36 ;; ========== 35 ;; ==========
37 36
38 ;; When edititing a symlink and *both* the symlink and its target 37 ;; When edititing a symlink and *both* the symlink and its target
39 ;; are bzr-versioned, `vc-bzr` presently runs `bzr status` on the 38 ;; are bzr-versioned, `vc-bzr` presently runs `bzr status` on the
40 ;; symlink, thereby not detecting whether the actual contents 39 ;; symlink, thereby not detecting whether the actual contents
41 ;; (that is, the target contents) are changed. 40 ;; (that is, the target contents) are changed.
42 ;; See https://bugs.launchpad.net/vc-bzr/+bug/116607 41 ;; See https://bugs.launchpad.net/vc-bzr/+bug/116607
43 42
44 ;; For an up-to-date list of bugs, please see: 43 ;; For an up-to-date list of bugs, please see:
45 ;; https://bugs.launchpad.net/vc-bzr/+bugs 44 ;; https://bugs.launchpad.net/vc-bzr/+bugs
46 45