Skip to content

Commit

Permalink
Update years in license
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaasonen committed Sep 13, 2023
1 parent 29531ae commit 22c74ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2022 Jussi Laasonen
Copyright (c) 2021-2023 Jussi Laasonen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion usage.bas
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Sub PrintUsage()
}

Print "hexfile - a simple commandline hexdumper"
Print " (c) 2021-2022 Jussi Laasonen. Licensed under the MIT license."
Print " (c) 2021-2023 Jussi Laasonen. Licensed under the MIT license."
Print " See https://github.com/jlaasonen/hexfile for full license."
Print
Print "Usage: hexfile [-i <first index>] <file>"
Expand Down

0 comments on commit 22c74ec

Please sign in to comment.