branch: externals/zones commit 3a74e5597ea7d03c1c7db01391756365291f6926 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* zones.el: Fix copyright, version number, and maintainer's email --- zones.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zones.el b/zones.el index 44d0323..e950ce0 100644 --- a/zones.el +++ b/zones.el @@ -1,12 +1,13 @@ ;;; zones.el --- Zones of text - like multiple regions ;; +;; Copyright (C) 2010-2018 Free Software Foundation, Inc. +;; ;; Filename: zones.el ;; Description: Zones of text - like multiple regions ;; Author: Drew Adams -;; Maintainer: Drew Adams -;; Copyright (C) 2010-2018, Drew Adams, all rights reserved. +;; Maintainer: Drew Adams <drew.ad...@oracle.com> ;; Created: Sun Apr 18 12:58:07 2010 (-0700) -;; Version: 2018-10-28 +;; Version: 2018.10.28 ;; Package-Requires: () ;; Last-Updated: Sun Oct 28 18:46:30 2018 (-0700) ;; By: dradams