diff --git a/p4-lowlevel.el b/p4-lowlevel.el index 7317676..ea3c2c1 100644 --- a/p4-lowlevel.el +++ b/p4-lowlevel.el @@ -1,15 +1,16 @@ ;;; p4-lowlwevel.el --- low-level support for Perforce operations in Emacs +;; Copyright (C) 2009 Magnus Henoch ;; Copyright (C) 2002 Curl Corporation. ;; Author: Jonathan Kamens -;; Maintainer: Jonathan Kamens +;; Maintainer: Magnus Henoch ;; $Id$ ;; 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 ;; 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 ;; it under the terms of the GNU General Public License as published by diff --git a/vc-p4.el b/vc-p4.el index 8942762..4fbd9de 100644 --- a/vc-p4.el +++ b/vc-p4.el @@ -1,14 +1,19 @@ ;;; vc-p4.el --- Integrate Perforce support into VC mode in Emacs 21 +;; Copyright (C) 2009 Magnus Henoch ;; Copyright (C) 2002 Curl Corporation. ;; Author: Jonathan Kamens -;; Maintainer: Jonathan Kamens +;; Maintainer: Magnus Henoch ;; $Id$ ;; 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 ;; 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. ;; This program is free software; you can redistribute it and/or modify