emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/valign 06d9e1a 192/198: Prepare for ELPA


From: Stefan Monnier
Subject: [elpa] externals/valign 06d9e1a 192/198: Prepare for ELPA
Date: Tue, 1 Dec 2020 18:19:46 -0500 (EST)

branch: externals/valign
commit 06d9e1a287712e59a69ffcad5058a84431251a36
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    Prepare for ELPA
    
    * .elpaignore: New file.
    * valign.el: Update file header.
---
 .elpaignore |  3 +++
 valign.el   | 19 ++++++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 0000000..5202460
--- /dev/null
+++ b/.elpaignore
@@ -0,0 +1,3 @@
+*.png
+Makefile
+test.org
\ No newline at end of file
diff --git a/valign.el b/valign.el
index 32604b3..95fac70 100644
--- a/valign.el
+++ b/valign.el
@@ -1,12 +1,29 @@
 ;;; valign.el --- Visually align tables      -*- lexical-binding: t; -*-
 
+;; Copyright (C) 2019-2020 Free Software
+;; Foundation, Inc.
+
 ;; Author: Yuan Fu <casouri@gmail.com>
+;; Maintainer: Yuan Fu <casouri@gmail.com>
 ;; URL: https://github.com/casouri/valign
 ;; Version: 3.0.0
 ;; Keywords: convenience, text, table
 ;; Package-Requires: ((emacs "26.0"))
 
-;;; This file is NOT part of GNU Emacs
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs 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.
+
+;; GNU Emacs 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 GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]