From 0c6e8c105d552ce436ef3da08788101f648285fd Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 11 Jan 2025 12:55:37 +0200 Subject: Bump the copyright years --- README.md | 2 +- projectile.el | 2 +- test/projectile-test.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df452d0..c36d840 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ A fairly extensive changelog is available [here](CHANGELOG.md). ## License -Copyright © 2011-2024 Bozhidar Batsov and +Copyright © 2011-2025 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 58ea1a1..50c3d3b 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-2024 Bozhidar Batsov +;; Copyright © 2011-2025 Bozhidar Batsov ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/projectile diff --git a/test/projectile-test.el b/test/projectile-test.el index d1d7695..ab91299 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-2024 Bozhidar Batsov +;; Copyright © 2011-2025 Bozhidar Batsov ;; Author: Bozhidar Batsov -- cgit v1.0