Update copyright notices. Update URL; include URL of previous version.
[git-p4: depot-paths = "//guest/Ben_Key/vc-p4/,//guest/jonathan_kamens/vc-p4/,//guest/magnus_henoch/vc-p4/": change = 7231]
This commit is contained in:
parent
7e94b5b0ff
commit
b52aaa3e2c
2 changed files with 9 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
;;; p4-lowlwevel.el --- low-level support for Perforce operations in Emacs
|
;;; p4-lowlwevel.el --- low-level support for Perforce operations in Emacs
|
||||||
|
|
||||||
|
;; Copyright (C) 2009 Magnus Henoch
|
||||||
;; Copyright (C) 2002 Curl Corporation.
|
;; Copyright (C) 2002 Curl Corporation.
|
||||||
|
|
||||||
;; Author: Jonathan Kamens <jik@kamens.brookline.ma.us>
|
;; Author: Jonathan Kamens <jik@kamens.brookline.ma.us>
|
||||||
;; Maintainer: Jonathan Kamens <jik@kamens.brookline.ma.us>
|
;; Maintainer: Magnus Henoch <magnus.henoch@gmail.com>
|
||||||
|
|
||||||
;; $Id$
|
;; $Id$
|
||||||
;; The path above is on the Perforce server public.perforce.com:1666.
|
;; The path above is on the Perforce server public.perforce.com:1666.
|
||||||
;; You can get this file using a P4 client talking to that depot, or
|
;; You can get this file using a P4 client talking to that depot, or
|
||||||
;; from the URL
|
;; from the URL
|
||||||
;; http://public.perforce.com/guest/jonathan_kamens/vc-p4/p4-lowlevel.el.
|
;; http://public.perforce.com/guest/magnus_henoch/vc-p4/p4-lowlevel.el.
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
7
vc-p4.el
7
vc-p4.el
|
@ -1,14 +1,19 @@
|
||||||
;;; vc-p4.el --- Integrate Perforce support into VC mode in Emacs 21
|
;;; vc-p4.el --- Integrate Perforce support into VC mode in Emacs 21
|
||||||
|
|
||||||
|
;; Copyright (C) 2009 Magnus Henoch
|
||||||
;; Copyright (C) 2002 Curl Corporation.
|
;; Copyright (C) 2002 Curl Corporation.
|
||||||
|
|
||||||
;; Author: Jonathan Kamens <jik@kamens.brookline.ma.us>
|
;; Author: Jonathan Kamens <jik@kamens.brookline.ma.us>
|
||||||
;; Maintainer: Jonathan Kamens <jik@kamens.brookline.ma.us>
|
;; Maintainer: Magnus Henoch <magnus.henoch@gmail.com>
|
||||||
|
|
||||||
;; $Id$
|
;; $Id$
|
||||||
;; The path above is on the Perforce server public.perforce.com:1666.
|
;; The path above is on the Perforce server public.perforce.com:1666.
|
||||||
;; You can get this file using a P4 client talking to that depot, or
|
;; You can get this file using a P4 client talking to that depot, or
|
||||||
;; from the URL
|
;; from the URL
|
||||||
|
;; http://public.perforce.com/guest/magnus_henoch/vc-p4/vc-p4.el.
|
||||||
|
|
||||||
|
;; This version is intended for Emacs 23 and later; for Emacs 22 or
|
||||||
|
;; earlier, you might want the original version:
|
||||||
;; http://public.perforce.com/guest/jonathan_kamens/vc-p4/vc-p4.el.
|
;; http://public.perforce.com/guest/jonathan_kamens/vc-p4/vc-p4.el.
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
|
Loading…
Reference in a new issue