Update file headers (Fix #33)

master
Thibault Polge 7 years ago
parent b235ca95c4
commit 1c3e1306a8
No known key found for this signature in database
GPG Key ID: 1B1336171A0B9064
  1. 38
      outshine-org-cmds.el
  2. 2
      outshine.el

@ -1,23 +1,29 @@
;;; outshine-org-cmds.el --- outshine-use-outorg functions ;;; outshine-org-cmds.el --- outshine-use-outorg functions
;; Author: Adam Porter <adam@alphapapa.net> ;; Copyright (c) 2013-2019 Thorsten Jolitz and contributors.
;; Version: 0.1
;; Author: Thorsten Jolitz
;; Maintainer: Adam Porter <adam@alphapapa.net>
;; Version: 3.0
;; URL: https://github.com/alphapapa/outshine ;; URL: https://github.com/alphapapa/outshine
;; Package-Requires: ((outorg "2.0") (cl-lib "0.5")) ;; Package-Requires: ((outorg "2.0") (cl-lib "0.5"))
;; Licence: GPL2+
;;;; MetaData ;; Keywords: convenience
;; :PROPERTIES:
;; :copyright: Thorsten_Jolitz ;; This file is not part of GNU Emacs.
;; :copyright-from: 2016+
;; :version: 0.1 ;; This program is free software; you can redistribute it and/or modify
;; :licence: GPL 2 or later (free software) ;; it under the terms of the GNU General Public License as published by
;; :licence-url: http://www.gnu.org/licenses/ ;; the Free Software Foundation, either version 2 of the License, or
;; :part-of-emacs: no ;; (at your option) any later version.
;; :authors: Adam_Porter Thorsten_Jolitz ;;
;; :keywords: emacs outlines file_structuring ;; This program is distributed in the hope that it will be useful,
;; :git-repo: https://github.com/alphapapa/outshine.git ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; :git-clone: git://github.com/alphapapa/outshine.git ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; :END: ;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;;; Commentary ;;;; Commentary

@ -1,6 +1,6 @@
;;; outshine.el --- outline with outshine outshines outline ;;; outshine.el --- outline with outshine outshines outline
;; Copyright (c) 2013--2018 Thorsten Jolitz and contributors. ;; Copyright (c) 2013-2019 Thorsten Jolitz and contributors.
;; Author: Thorsten Jolitz ;; Author: Thorsten Jolitz
;; Maintainer: Adam Porter <adam@alphapapa.net> ;; Maintainer: Adam Porter <adam@alphapapa.net>

Loading…
Cancel
Save