From 3c2e21ed95e64edf92db172f54d8386ee6f050f1 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 25 Jan 2021 09:26:16 +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 7e06925..311a864 100644 --- a/README.md +++ b/README.md @@ -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 +;; Copyright © 2011-2021 Bozhidar Batsov ;; Author: Bozhidar Batsov ;; 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 -- cgit v1.0