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

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

[elpa] externals/kiwix 905a413 192/192: Fix #4 add GNU license info in p


From: Stefan Monnier
Subject: [elpa] externals/kiwix 905a413 192/192: Fix #4 add GNU license info in package source code file
Date: Sat, 19 Dec 2020 00:41:58 -0500 (EST)

branch: externals/kiwix
commit 905a41360b39d6c1279ddcd2b12823b487a23e12
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    Fix #4 add GNU license info in package source code file
---
 kiwix.el     | 17 +++++++++++++++++
 org-kiwix.el | 19 ++++++++++++++++++-
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 9c2e3b5..5b765b5 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -1,6 +1,8 @@
 ;;; kiwix.el --- Searching offline Wikipedia through Kiwix.
 ;;; -*- coding: utf-8 -*-
 
+;; Copyright (C) 2019-2020  Free Software Foundation, Inc.
+
 ;; Author: stardiviner <numbchild@gmail.com>
 ;; Maintainer: stardiviner <numbchild@gmail.com>
 ;; Keywords: kiwix wikipedia
@@ -9,6 +11,21 @@
 ;; Version: 1.0.0
 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (request "0.3.0"))
 
+;; 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 <http://www.gnu.org/licenses/>.
+
 ;;; Commentary:
 
 ;;; This currently only works for Linux, not tested for Mac OS X and Windows.
diff --git a/org-kiwix.el b/org-kiwix.el
index f824a05..3e68c81 100644
--- a/org-kiwix.el
+++ b/org-kiwix.el
@@ -1,6 +1,23 @@
 ;;; org-kiwix.el --- Org Mode link support -*- lexical-binding: t; -*-
 
-;;; Time-stamp: <2020-08-20 11:55:13 stardiviner>
+;;; Time-stamp: <2020-12-17 08:02:31 stardiviner>
+
+;; Copyright (C) 2019-2020  Free Software Foundation, Inc.
+
+;; 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 <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 



reply via email to

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