Skip to content

Commit

Permalink
Update copyright year range
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Jan 21, 2025
1 parent b9c6d9b commit 81839fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
#
# Copyright (C) 2024 James Cherti
# Copyright (C) 2024-2025 James Cherti
# URL: https://github.com/jamescherti/easysession.el
#
# This file is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2024 James Cherti
# Copyright (C) 2024-2025 James Cherti
# URL: https://github.com/jamescherti/easysession.el
#
# This file is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Easysession is lightweight and can persist and restore file editing buffers, ind

The `easysession` Emacs package has been written by [James Cherti](https://www.jamescherti.com/) and is distributed under terms of the GNU General Public License version 3, or, at your choice, any later version.

Copyright (C) 2024 [James Cherti](https://www.jamescherti.com)
Copyright (C) 2024-2025 [James Cherti](https://www.jamescherti.com)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Expand Down
2 changes: 1 addition & 1 deletion easysession.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; easysession.el --- Easily persist and restore your editing sessions -*- lexical-binding: t; -*-

;; Copyright (C) 2024 James Cherti | https://www.jamescherti.com/contact/
;; Copyright (C) 2024-2025 James Cherti | https://www.jamescherti.com/contact/

;; Author: James Cherti
;; Version: 1.1.1
Expand Down
2 changes: 1 addition & 1 deletion tests/test-easysession.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; test-easysession.el --- Easysession tests -*- lexical-binding: t -*-

;; Copyright (C) 2024 James Cherti | https://www.jamescherti.com/contact/
;; Copyright (C) 2024-2025 James Cherti | https://www.jamescherti.com/contact/

;; Author: James Cherti
;; URL: https://github.com/jamescherti/easysession.el
Expand Down

0 comments on commit 81839fd

Please sign in to comment.