diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2021-01-25 09:26:16 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2021-01-25 09:26:16 +0200 |
| commit | 3c2e21ed95e64edf92db172f54d8386ee6f050f1 (patch) | |
| tree | 92f40d39bbf8ff2144d6b6e68bbbd1cf0f62a982 | |
| parent | 419efb3d265a3154b356300e1dc5e354dd953784 (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
@@ -134,7 +134,7 @@ A fairly extensive changelog is available [here](CHANGELOG.md). ## License -Copyright © 2011-2020 Bozhidar Batsov and +Copyright © 2011-2021 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 7ec6e60..74644b8 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-2020 Bozhidar Batsov <bozhidar@batsov.com> +;; Copyright © 2011-2021 Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; URL: https://github.com/bbatsov/projectile diff --git a/test/projectile-test.el b/test/projectile-test.el index 893a2bb..db9b7dc 100644 --- a/test/projectile-test.el +++ b/test/projectile-test.el @@ -1,7 +1,7 @@ ;; -*- lexical-binding: t -*- ;;; projectile-test.el -;; Copyright © 2011-2020 Bozhidar Batsov +;; Copyright © 2011-2021 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.com> |
