diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2026-01-09 09:41:02 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2026-01-09 09:41:02 +0200 |
| commit | bdf31bc2c452b6ac0976f5cb67dcdab651c20b5a (patch) | |
| tree | db1d9fb82d0d93fa58f85e4daaae1891c5181a2e | |
| parent | 847b72f7f74dc0c4a20eaf670e1d43ef05efc2c8 (diff) | |
Bump the copyright years
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | projectile.el | 2 | ||||
| -rw-r--r-- | test/projectile-test.el | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -188,7 +188,7 @@ A fairly extensive changelog is available [here](CHANGELOG.md). ## License -Copyright © 2011-2025 Bozhidar Batsov and +Copyright © 2011-2026 Bozhidar Batsov and [contributors](https://github.com/bbatsov/projectile/contributors). Distributed under the GNU General Public License, version 3 diff --git a/projectile.el b/projectile.el index 8b551d9..176e731 100644 --- a/projectile.el +++ b/projectile.el @@ -1,6 +1,6 @@ ;;; projectile.el --- Manage and navigate projects in Emacs easily -*- lexical-binding: t -*- -;; Copyright © 2011-2025 Bozhidar Batsov <bozhidar@batsov.dev> +;; Copyright © 2011-2026 Bozhidar Batsov <bozhidar@batsov.dev> ;; Author: Bozhidar Batsov <bozhidar@batsov.dev> ;; URL: https://github.com/bbatsov/projectile diff --git a/test/projectile-test.el b/test/projectile-test.el index 1bfa6b9..f135154 100644 --- a/test/projectile-test.el +++ b/test/projectile-test.el @@ -1,6 +1,6 @@ ;;; projectile-test.el --- Projectile's test suite -*- lexical-binding: t -*- -;; Copyright © 2011-2025 Bozhidar Batsov +;; Copyright © 2011-2026 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.dev> |
