From f9b3dfb0a98f09751f13debc598618355bab22c5 Mon Sep 17 00:00:00 2001 From: plugd Date: Fri, 22 Apr 2022 16:05:54 +0200 Subject: [PATCH] Fixed email addr, added license. --- README | 13 +++++++++++++ README.md | 6 ------ sixel.el | 21 ++++++++++++++++++--- 3 files changed, 31 insertions(+), 9 deletions(-) create mode 100644 README delete mode 100644 README.md diff --git a/README b/README new file mode 100644 index 0000000..bacf21a --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +sixel +===== + +Minor GNU Emacs mode for parsing and rendering SIXEL graphics in buffers. + +Under development. + +License +------- + +This program is free software, and is released under version 3 of the +GNU General Public License. This license can be found in this directory +in the file named COPYING. diff --git a/README.md b/README.md deleted file mode 100644 index f723dbf..0000000 --- a/README.md +++ /dev/null @@ -1,6 +0,0 @@ -sixel -===== - -Minor mode for displaying SIXEL graphics in GNU Emacs. - -Under development. diff --git a/sixel.el b/sixel.el index efb1d95..87d387d 100644 --- a/sixel.el +++ b/sixel.el @@ -2,15 +2,30 @@ ;; Copyright (C) 2019 Tim Vaughan -;; Author: Tim Vaughan +;; Author: Tim Vaughan ;; Created: 19 May 2019 ;; Version: 1.0.0 ;; Keywords: -;; Homepage: https://github.com/tgvaughan/sixel -;; Package-Requires: ((emacs "25")) +;; Homepage: gopher://thelambdalab.xyz/1/projects/sixel +;; Package-Requires: ((emacs "26")) ;;; Commentary: +;; This file is not part of GNU Emacs. + +;; 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 License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this file. If not, see . + ;;; Code: (defvar test-string -- 2.20.1