diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2019-01-01 18:28:35 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2019-01-01 18:28:35 +0200 |
| commit | 682f6d8ce71826cddb327991793752fe3d5acf9c (patch) | |
| tree | 574c277ea08d8a6ce8f5a983f37cd2cd3c8ec84c | |
| parent | d625ecb09e3a9fb319740686402197bdf6fc109b (diff) | |
Bump the copyright years
| -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> |
