aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--mkdocs.yml2
-rw-r--r--projectile.el2
-rw-r--r--test/projectile-test.el2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e962aab..19b29bb 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/mkdocs.yml b/mkdocs.yml
index e50d4ac..1175f3b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -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>