solarized-emacs

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

commit 65c0257ff2f30cd890dd22470f57446cc6559d06
parent fe0f551a71d41cf5be692e6fd2cf23110646fba2
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Date:   Tue,  4 Feb 2025 13:27:43 +0200

Bump the copyright year

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-2021 Bozhidar Batsov, [Thomas Frössman](http://t.jossystem.se), and +Copyright © 2011-2025 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-2021 Bozhidar Batsov +;; Copyright (C) 2011-2025 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-2021 Bozhidar Batsov +;; Copyright (C) 2011-2025 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.dev> ;; 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-2021 Bozhidar Batsov +;; Copyright (C) 2011-2025 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-2021 Bozhidar Batsov +;; Copyright (C) 2011-2025 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.dev> ;; 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-2021 Bozhidar Batsov +;; Copyright (C) 2011-2025 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.dev> ;; 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-2021 Bozhidar Batsov +;; Copyright (C) 2011-2025 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-2021 Bozhidar Batsov +;; Copyright (C) 2011-2025 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.dev> ;; Author: Thomas Frössman <thomasf@jossystem.se>