Skip to content

Commit

Permalink
update license year
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhrit committed Jul 21, 2024
1 parent 8669b95 commit 714020d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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) 2022 Luke Whritenour
Copyright (c) 2022-2024 Luke Whritenour

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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ func main() {

## Credits and License

MIT License (c) 2022 Luke Whritenour. See [`LICENSE`](LICENSE).
MIT License (c) 2022-2024 Luke Whritenour. See [`LICENSE`](LICENSE).

The world list is graciously taken from [correcthorse by Nicolás Bevacqua](https://github.com/bevacqua/correcthorse), also under the MIT license.
2 changes: 1 addition & 1 deletion dictionary.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2022 Luke Whritenour
* Copyright (c) 2022-2024 Luke Whritenour
*
* 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 phrase.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2022 Luke Whritenour
* Copyright (c) 2022-2024 Luke Whritenour
*
* 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 phrase_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2022 Luke Whritenour
* Copyright (c) 2022-2024 Luke Whritenour
*
* 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

0 comments on commit 714020d

Please sign in to comment.