diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | mkdocs.yml | 2 | ||||
| -rw-r--r-- | projectile.el | 2 | ||||
| -rw-r--r-- | test/projectile-test.el | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -124,7 +124,7 @@ A fairly extensive changelog is available [here](CHANGELOG.md). ## License -Copyright © 2011-2018 Bozhidar Batsov and +Copyright © 2011-2019 Bozhidar Batsov and [contributors](https://github.com/bbatsov/projectile/contributors). Distributed under the GNU General Public License, version 3 @@ -1,7 +1,7 @@ site_name: "Projectile: The Project Interaction Library for Emacs" repo_url: https://github.com/bbatsov/projectile site_favicon: favicon.ico -copyright: "Copyright (C) 2011-2018 Bozhidar Batsov and Projectile contributors" +copyright: "Copyright (C) 2011-2019 Bozhidar Batsov and Projectile contributors" docs_dir: doc pages: - Home: index.md diff --git a/projectile.el b/projectile.el index bacf92c..642aa65 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-2018 Bozhidar Batsov <bozhidar@batsov.com> +;; Copyright © 2011-2019 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 9e1d987..0904ef8 100644 --- a/test/projectile-test.el +++ b/test/projectile-test.el @@ -1,6 +1,6 @@ ;;; projectile-test.el -;; Copyright © 2018 Bozhidar Batsov +;; Copyright © 2019 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.com> |
