Skip to content

Commit

Permalink
chore: Correct copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Dec 3, 2024
1 parent 802d8b2 commit 8d917bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/commands/test/ert/test/ert-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; ert-test.el --- Test the command ert -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2024 the Eask authors.
;; Copyright (C) 2024 the Eask authors.

;; 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
Expand All @@ -26,4 +26,5 @@

(ert-deftest ert-test-1 ()
(should (= 1 1)))

;;; ert-test.el ends here

0 comments on commit 8d917bf

Please sign in to comment.