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

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

[nongnu] elpa/color-theme-tangotango 7efa40c 02/58: License added


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango 7efa40c 02/58: License added
Date: Thu, 21 Oct 2021 18:02:54 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit 7efa40c8f5dff483a2d83c85b70e7b37dcab5fba
Author: Juba <julien@nozav.org>
Commit: Juba <julien@nozav.org>

    License added
---
 color-theme-tangotango.el | 33 ++++++++++++++++++++++++++++++---
 1 file changed, 30 insertions(+), 3 deletions(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index f8e9a5d..0bb296f 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -1,10 +1,37 @@
-;;; Color theme based on the Tango Palette colors. 
-;;; First derived from the color-theme-tango.el color theme created by 
danranx@gmail.com :
+;;; Emacs Color theme based on the Tango Palette colors. 
+;;; First derived from color-theme-tango.el,  created by danranx@gmail.com :
 ;;; http://www.emacswiki.org/emacs/color-theme-tango.el
 
+;; Copyright (C) 2010 Julien Barnier <julien@nozav.org>
+
+;; This file is NOT part of GNU Emacs.
+
+;; This 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 2, or (at your option) any later
+;; version.
+
+;; This file 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 Emacs; see the file COPYING, or type `C-h C-c'. If not,
+;; write to the Free Software Foundation at this address:
+
+;;   Free Software Foundation
+;;   51 Franklin Street, Fifth Floor
+;;   Boston, MA 02110-1301
+;;   USA
+
+;;; Code:
+
+(eval-when-compile
+  (require 'color-theme))
 
 (defun color-theme-tangotango ()
-  "A color theme based on Tango Palette."
+  "A color theme based on Tango Palette colors."
   ;; Color codes :
   ;; - blue :       "dodger blue"
   ;; - yellow :     "#edd400"



reply via email to

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