[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/gruvbox-theme 42c46d8b52 003/258: Fixed license issues cau
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/gruvbox-theme 42c46d8b52 003/258: Fixed license issues caused by my ignorance |
Date: |
Sat, 1 Jan 2022 01:59:24 -0500 (EST) |
branch: elpa/gruvbox-theme
commit 42c46d8b521ab1311bba3efb4faaefe255bd7a56
Author: Greduan <eduanlavaque@gmail.com>
Commit: Greduan <eduanlavaque@gmail.com>
Fixed license issues caused by my ignorance
---
README.md | 37 +++++++++++++++++++++++++++++++++++--
gruvbox-theme.el | 15 +--------------
mit-license.txt | 20 ++++++++++++++++++++
3 files changed, 56 insertions(+), 16 deletions(-)
diff --git a/README.md b/README.md
index 02ce9a4863..5526c04adc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# Gruvbox theme for Emacs
-A theme for Emacs based on the Gruvbox theme for Vim
+Gruvbox is a retro groove color scheme for Emacs. This is a port of the Vim
+version originally by [Pavel Pertsev](https://github.com/morhetz) found
+[here](https://github.com/morhetz/gruvbox).
## Usage
@@ -20,8 +22,39 @@ FIXME
## License
+Dual licensed under the MIT and GPLv3 licenses.
+
+
+### MIT
+
+```
+The MIT License (MIT)
+
+Copyright (c) 2013 Lee Machin
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+```
+
+
+### GPLv3
+
```
-DocPad App is an experimental app to control DocPad through a GUI.
+Gruvbox is a retro groove color scheme for Emacs. Port of the Vim version.
Copyright (C) 2013 Eduán Lávaque
This program is free software: you can redistribute it and/or modify
diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index 86b83c7bf8..e4559ca72f 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -1,24 +1,11 @@
;;; gruvbox-theme.el --- A retro-groove colour theme for Emacs
-;; Copyright (C) 2013 Eduán Lávaque
+;; Copyright (C) 2013 Eduán Lávaque, Lee Machin
;; Author: Eduán Lávaque <eduanlavaque@gmail.com>
;; URL: http://github.com/Greduan/emacs-theme-gruvbox
;; Version: 0.1
-;; 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 <http://www.gnu.org/licenses/>.
-
;;; Commentary:
;; A port of the Gruvbox colorscheme for Vim, built on top of the new
diff --git a/mit-license.txt b/mit-license.txt
new file mode 100644
index 0000000000..81ed4113d2
--- /dev/null
+++ b/mit-license.txt
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2013 Lee Machin
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- [nongnu] branch elpa/gruvbox-theme created (now b9e661e2e1), ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme d4042dcbbc 001/258: Initial commit, ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme 42c46d8b52 003/258: Fixed license issues caused by my ignorance,
ELPA Syncer <=
- [nongnu] elpa/gruvbox-theme 422bde9ac9 005/258: Initial `whitespace` mode support, ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme 9d8be15651 006/258: Little bit of cleaning up, ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme 1739468583 007/258: Udpated README, ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme 1acb1f8cb5 010/258: Changes license to MIT, no GPL involved, ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme 681e87ed40 013/258: Updated README, ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme cfb07cb452 008/258: Fix over-80-chars-wide `whitespace-mode` rule, ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme 779606e8ea 014/258: Added support for linum-relative, ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme 719862ea16 016/258: Added Elscreen support and some other changes, ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme fe250fa123 018/258: Update README.md with no longer supported notice, ELPA Syncer, 2022/01/01
- [nongnu] elpa/gruvbox-theme 262b190b21 017/258: Updated license file with my name, ELPA Syncer, 2022/01/01