branch: elpa/gruvbox-theme
commit f4d4984327af4f5b2a0f145fe581db2450c616d3
Author: Greduan <[email protected]>
Commit: Greduan <[email protected]>
Updated some license stuff
---
README.md | 3 ++-
gruvbox-theme.el | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index cc6c2515bc..060a061268 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,8 @@ If you want for the theme to support something please open a
new issue and I'll
```
The MIT License (MIT)
-Copyright (c) 2013 Lee Machin, Eduán Lávaque
+Copyright (c) 2013 Lee Machin
+ 2013-2014 Greduan
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
diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index 3f3f50b68d..70f3862bc2 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -3,7 +3,9 @@
;; Copyright (c) 2013 Lee Machin
;; Copyright (c) 2013-2014 Greduan
-;; Author: Greduan <[email protected]>
+;; Authors: Lee Machin <[email protected]>
+;; Greduan <[email protected]>
+;; Maintainer: Greduan <[email protected]>
;; URL: http://github.com/Greduan/emacs-theme-gruvbox
;; Version: 0.14
@@ -153,7 +155,7 @@
`(diff-indicator-changed ((t (:inherit diff-changed))))
`(diff-indicator-added ((t (:inherit diff-added))))
`(diff-indicator-removed ((t (:inherit diff-removed))))
-
+
;;Term
`(term-color-black ((t (:foreground ,gruvbox-dark-1))))
`(term-color-blue ((t (:foreground ,gruvbox-blue))))