]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/epoch-view/epoch-view.el
Clean up copyright notices.
[gnu-emacs-elpa] / packages / epoch-view / epoch-view.el
index 46ed67c0c954537e5d1d575fa53b12e0cc4f7c84..809363704294a1b6ce1c79f44cfbfc53a3ee883b 100644 (file)
@@ -1,7 +1,6 @@
-;;; epoch-view.el --- minor mode to visualize epoch timestamps
+;;; epoch-view.el --- Minor mode to visualize epoch timestamps
 
-;; Copyright (C) 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2010, 2012  Free Software Foundation, Inc.
 
 ;; Author: Ted Zlatanov <tzz@lifelogs.com>
 ;; Keywords: data, timestamp, epoch, unix
 ;; instead of Unix epoch times.  This mode turns on font-lock and
 ;; leaves it on forever.  You may or may not like that.
 
-;; TODO: instead of letting font-lock-mode manage the `display'
-;; property, manage it ourselves so when multiple modes specify
-;; `display' it won't get wiped out when this mode doesn't need it
-;; anymore.
+;;; TODO:
+
+;; Instead of letting font-lock-mode manage the `display' property,
+;; manage it ourselves so when multiple modes specify `display' it
+;; won't get wiped out when this mode doesn't need it anymore.
 
 ;;; Code: