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 Feb 11, 2024
1 parent f3e20e1 commit 44cc781
Show file tree
Hide file tree
Showing 3 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 @@ -149,7 +149,7 @@ A fairly extensive changelog is available [here](CHANGELOG.md).

## License

Copyright © 2011-2023 Bozhidar Batsov and
Copyright © 2011-2024 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 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-2023 Bozhidar Batsov <bozhidar@batsov.dev>
;; Copyright © 2011-2024 Bozhidar Batsov <bozhidar@batsov.dev>

;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; URL: https://github.com/bbatsov/projectile
Expand Down
4 changes: 2 additions & 2 deletions test/projectile-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; projectile-test.el --- Projectile's test suite -*- lexical-binding: t -*-

;; Copyright © 2011-2023 Bozhidar Batsov
;; Copyright © 2011-2024 Bozhidar Batsov

;; Author: Bozhidar Batsov <bozhidar@batsov.dev>

Expand Down Expand Up @@ -2148,7 +2148,7 @@ projectile-process-current-project-buffers-current to have similar behaviour"
(spy-on 'file-directory-p :and-return-value t))

(it "projectile-cmd-hist-ignoredups set to t"

(let ((command-map (make-hash-table :test 'equal))
(projectile-cmd-hist-ignoredups t)
;; history is based on the project root, so we set it to a random
Expand Down

0 comments on commit 44cc781

Please sign in to comment.