Skip to content

Commit

Permalink
Bump the copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 1, 2019
1 parent d625ecb commit 682f6d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; projectile.el --- Manage and navigate projects in Emacs easily -*- lexical-binding: t -*-

;; Copyright © 2011-2018 Bozhidar Batsov <[email protected]>
;; Copyright © 2011-2019 Bozhidar Batsov <[email protected]>

;; Author: Bozhidar Batsov <[email protected]>
;; URL: https://github.com/bbatsov/projectile
Expand Down
2 changes: 1 addition & 1 deletion test/projectile-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; projectile-test.el

;; Copyright © 2018 Bozhidar Batsov
;; Copyright © 2019 Bozhidar Batsov

;; Author: Bozhidar Batsov <[email protected]>

Expand Down

0 comments on commit 682f6d8

Please sign in to comment.