commit 1a3fe084e8c5144c06b48bacae31a7e4ffea8f21
parent d72d692e7dff5161e4e7b3835fe5cce63bc36155
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sat, 24 Jul 2021 09:03:24 +0200
only keep copyright base year
no need to complicate things having to update these files every time someone
makes a new edit in a new year which isn't done anyways.
Diffstat:
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-2020 Bozhidar Batsov, [Thomas Frössman](http://t.jossystem.se), and
+Copyright © 2011 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-2019 Bozhidar Batsov
+;; Copyright (C) 2011 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-2019 Bozhidar Batsov
+;; Copyright (C) 2011 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-2019 Bozhidar Batsov
+;; Copyright (C) 2011 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-2019 Bozhidar Batsov
+;; Copyright (C) 2011 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-2019 Bozhidar Batsov
+;; Copyright (C) 2011 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-2019 Bozhidar Batsov
+;; Copyright (C) 2011 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-2019 Bozhidar Batsov
+;; Copyright (C) 2011 Bozhidar Batsov
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; Author: Thomas Frössman <thomasf@jossystem.se>