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

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

[nongnu] elpa/moe-theme a822081fa6 349/352: Add copyright and license st


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme a822081fa6 349/352: Add copyright and license statement
Date: Fri, 7 Jan 2022 04:00:04 -0500 (EST)

branch: elpa/moe-theme
commit a822081fa6b050d802361995be43500396efc05b
Author: Stefan Kangas <stefan@marxist.se>
Commit: kuanyui <azazabc123@gmail.com>

    Add copyright and license statement
---
 moe-dark-theme.el     | 17 +++++++++++++++++
 moe-light-theme.el    | 17 +++++++++++++++++
 moe-theme-switcher.el | 19 +++++++++++++++++--
 moe-theme.el          | 19 +++++++++++++++++--
 4 files changed, 68 insertions(+), 4 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 1c10ecd3c9..a42bc73a88 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -1,8 +1,25 @@
 ;;; moe-dark-theme.el --- An eye-candy theme for Emacser
 
+;; Copyright (C) 2013-2022 kuanyui
+
 ;; Author: kuanyui<azazabc123@gmail.com>
 ;; Based on "tango-dark-theme"
 
+;; 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 program.  If not, see <https://www.gnu.org/licenses/>.
+
 ;;; Code:
 
 (deftheme moe-dark
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 7d473dd65a..c2a7c452d9 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -1,8 +1,25 @@
 ;;; moe-light-theme.el --- An eye-candy theme for Emacser
 
+;; Copyright (C) 2013-2022 kuanyui
+
 ;; Author: kuanyui<azazabc123@gmail.com>
 ;; Based on "tango-dark-theme"
 
+;; 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 program.  If not, see <https://www.gnu.org/licenses/>.
+
 ;;; Code:
 
 (deftheme moe-light
diff --git a/moe-theme-switcher.el b/moe-theme-switcher.el
index 1c71e46169..437ca85949 100644
--- a/moe-theme-switcher.el
+++ b/moe-theme-switcher.el
@@ -1,9 +1,24 @@
 ;; moe-theme-switcher.el
+
+;; Copyright (C) 2013-2022 kuanyui
+
 ;; Author: kuanyui (azazabc123@gmail.com)
 ;; Date: 2013/05/11 11:39
 ;;
-;; This file is not a part of GNU Emacs,
-;; but this file is released under GPL v3.
+;; 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 program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;; TODO: This program need to be refactored.
 (require 'moe-dark-theme)
diff --git a/moe-theme.el b/moe-theme.el
index 3aad582932..84e8813f15 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -1,7 +1,7 @@
 ;;; moe-theme --- A colorful eye-candy theme. Moe, moe, kyun!
 
-;; This program is not part of GNU Emacs, but it is distributed under GPL v3 
:-)
-;;
+;; Copyright (C) 2013-2022 kuanyui
+
 ;; This file is established for packaging. If you want to install manually,
 ;; check README.md
 ;;
@@ -11,6 +11,21 @@
 ;; URL: https://github.com/kuanyui/moe-theme.el
 ;; Version: {{VERSION}}
 
+;; 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 program.  If not, see <https://www.gnu.org/licenses/>.
+
 ;;; Commentary:
 
 ;; You can take a look at screenshots and acquire more information on:



reply via email to

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