diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-07-23 17:41:15 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-07-23 17:41:15 -0400 |
commit | 5fc9f6d96277bcc5038f0c310fbbcdc8533a67ef (patch) | |
tree | e850c9791d5b2062af9f2492d7f9e360228a219c | |
parent | dd92e884a698b28d353759fc66c08ab8c668d60e (diff) |
friendlier caption
-rw-r--r-- | rt-liberation-multi.el | 2 | ||||
-rw-r--r-- | rt-liberation-report.el | 2 | ||||
-rw-r--r-- | rt-liberation.el | 18 |
3 files changed, 14 insertions, 8 deletions
diff --git a/rt-liberation-multi.el b/rt-liberation-multi.el index da5e052..7b19fb0 100644 --- a/rt-liberation-multi.el +++ b/rt-liberation-multi.el @@ -1,4 +1,4 @@ -;;; rt-liberation-multi.el --- Free from the RT Web Interface +;;; rt-liberation-multi.el --- Emacs interface to RT ;; Copyright (C) 2010, 2014 Free Software Foundation ;; diff --git a/rt-liberation-report.el b/rt-liberation-report.el index 216d741..1c22653 100644 --- a/rt-liberation-report.el +++ b/rt-liberation-report.el @@ -1,4 +1,4 @@ -;;; rt-liberation-report.el --- Free from the RT Web Interface +;;; rt-liberation-report.el --- Emacs interface to RT ;; Copyright (C) 2015 Free Software Foundation ;; diff --git a/rt-liberation.el b/rt-liberation.el index 94d1620..463cc0e 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -1,10 +1,16 @@ -;;; rt-liberation.el --- Free from the RT Web Interface +;;; rt-liberation.el --- Emacs interface to RT + +;; Copyright (C) 2008, 2009, 2010, 2011, 2014, 2015, 2020 Free +;; Software Foundation + +;; Author: Yoni Rabkin <yrk@gnu.org> +;; Authors: Aaron S. Hawley <aaron.s.hawley@gmail.com>, John Sullivan <johnsu01@wjsullivan.net> +;; Maintainer: Yoni Rabkin <yrk@gnu.org> +;; Version: 1.00 +;; Keywords: rt, tickets +;; Package-Type: multi + -;; Copyright (C) 2008, 2009, 2010, 2011, 2014, 2015 Free Software Foundation -;; -;; Authors: Yoni Rabkin <yrk@gnu.org>, Aaron S. Hawley -;; <aaron.s.hawley@gmail.com>, John Sullivan <johnsu01@wjsullivan.net> -;; ;; 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 the Free Software Foundation; either version 3 of the |