Skip to content

Commit

Permalink
chore: update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Feb 21, 2024
1 parent f87ce09 commit fc66acc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Building this project natively is complicated and very dependent on your local s
* License

git-hly - Hraban’s Git utilities
Copyright © 2022, 2023 Hraban Luyat
Copyright © 2022–2024 Hraban Luyat

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022, 2023 Hraban Luyat
# Copyright © 2022–2024 Hraban Luyat
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion git-hly.asd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright © 2022, 2023 Hraban Luyat
;; Copyright © 2022–2024 Hraban Luyat
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion main.lisp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright © 2022, 2023 Hraban Luyat
;; Copyright © 2022–2024 Hraban Luyat
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion src/cmd.lisp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright © 2022, 2023 Hraban Luyat
;; Copyright © 2022–2024 Hraban Luyat
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion src/cmds/children.lisp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright © 2023 Hraban Luyat
;; Copyright © 2022–2024 Hraban Luyat
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion src/cmds/graft.lisp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright © 2022, 2023 Hraban Luyat
;; Copyright © 2022–2024 Hraban Luyat
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion src/cmds/pullfetch.lisp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright © 2022, 2023 Hraban Luyat
;; Copyright © 2022–2024 Hraban Luyat
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion src/cmds/split.lisp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright © 2023 Hraban Luyat
;; Copyright © 2022–2024 Hraban Luyat
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion src/os.lisp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright © 2022, 2023 Hraban Luyat
;; Copyright © 2022–2024 Hraban Luyat
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published
Expand Down

0 comments on commit fc66acc

Please sign in to comment.