diff options
| -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> |
