diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2023-02-28 08:05:36 +0100 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2023-02-28 08:05:36 +0100 |
| commit | 3a33b4f29faac0db2dc92f74d6810fdfd61b3a97 (patch) | |
| tree | bd328587a64dd8091116d2068f239a67bda38df4 | |
| parent | 4f657d4b16c1db892fcda7de94cd13db1b5568d0 (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
@@ -148,7 +148,7 @@ A fairly extensive changelog is available [here](CHANGELOG.md). ## License -Copyright © 2011-2022 Bozhidar Batsov and +Copyright © 2011-2023 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 f71840b..ad4f839 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-2022 Bozhidar Batsov <bozhidar@batsov.dev> +;; Copyright © 2011-2023 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 b5f128c..c9d3a12 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-2022 Bozhidar Batsov +;; Copyright © 2011-2023 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.dev> |
