solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit da0c7c42a2f7b3dc1a2135cb1916883f7eb89a3a
parent 55026e5b7345b87a941a80c6213c996993bb3975
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Date:   Mon, 23 Aug 2021 08:42:28 +0300

Bump the copyright years

Diffstat:
MREADME.md | 2+-
Msolarized-dark-theme.el | 2+-
Msolarized-faces.el | 2+-
Msolarized-light-theme.el | 2+-
Msolarized-palettes.el | 2+-
Msolarized-theme.el | 2+-
Msolarized-wombat-dark-theme.el | 2+-
Msolarized.el | 2+-
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -215,7 +215,7 @@ GitHub pull request. ## License -Copyright © 2011 Bozhidar Batsov, [Thomas Frössman](http://t.jossystem.se), and +Copyright © 2011-2021 Bozhidar Batsov, [Thomas Frössman](http://t.jossystem.se), and [contributors](https://github.com/bbatsov/solarized-emacs/contributors). Distributed under the GNU General Public License, version 3 diff --git a/solarized-dark-theme.el b/solarized-dark-theme.el @@ -1,6 +1,6 @@ ;;; solarized-dark-theme.el --- Solarized Dark Theme for Emacs -*- lexical-binding: t -*- -;; Copyright (C) 2011 Bozhidar Batsov +;; Copyright (C) 2011-2021 Bozhidar Batsov ;; 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 diff --git a/solarized-faces.el b/solarized-faces.el @@ -1,6 +1,6 @@ ;;; solarized-faces.el --- the faces definitions for solarized theme -*- lexical-binding: t -*- -;; Copyright (C) 2011 Bozhidar Batsov +;; Copyright (C) 2011-2021 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Thomas Frössman <thomasf@jossystem.se> diff --git a/solarized-light-theme.el b/solarized-light-theme.el @@ -1,6 +1,6 @@ ;;; solarized-light-theme.el --- Solarized Light Theme for Emacs -*- lexical-binding: t -*- -;; Copyright (C) 2011 Bozhidar Batsov +;; Copyright (C) 2011-2021 Bozhidar Batsov ;; 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 diff --git a/solarized-palettes.el b/solarized-palettes.el @@ -1,6 +1,6 @@ ;;; solarized-palettes.el --- solarized palettes -*- lexical-binding: t -*- -;; Copyright (C) 2011 Bozhidar Batsov +;; Copyright (C) 2011-2021 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Thomas Frössman <thomasf@jossystem.se> diff --git a/solarized-theme.el b/solarized-theme.el @@ -1,6 +1,6 @@ ;;; solarized-theme.el --- The Solarized color theme -*- lexical-binding: t -*- -;; Copyright (C) 2011 Bozhidar Batsov +;; Copyright (C) 2011-2021 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Thomas Frössman <thomasf@jossystem.se> diff --git a/solarized-wombat-dark-theme.el b/solarized-wombat-dark-theme.el @@ -1,6 +1,6 @@ ;;; solarized-wombat-dark-theme.el --- Solarized dark theme with the wombat palette -*- lexical-binding: t -*- -;; Copyright (C) 2011 Bozhidar Batsov +;; Copyright (C) 2011-2021 Bozhidar Batsov ;; 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 diff --git a/solarized.el b/solarized.el @@ -1,6 +1,6 @@ ;;; solarized.el --- Solarized theme -*- lexical-binding: t -*- -;; Copyright (C) 2011 Bozhidar Batsov +;; Copyright (C) 2011-2021 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Thomas Frössman <thomasf@jossystem.se>