Skip to content

Commit

Permalink
chore: happy 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Jan 9, 2024
1 parent 976f32a commit 5746baf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2023 Sander Verweij
Copyright (c) 2016-2024 Sander Verweij

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 dist/cli/actions.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<i class="material-icons mdl-list__item-icon">copyright</i>
<a class="mdl-navigation__link"
href="https://github.com/sverweij/state-machine-cat/blob/main/LICENSE"
rel="noopener noreferrer">sverweij 2016-2023</a>
rel="noopener noreferrer">sverweij 2016-2024</a>
</span>
</li>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<i class="material-icons mdl-list__item-icon">copyright</i>
<a class="mdl-navigation__link"
href="https://github.com/sverweij/state-machine-cat/blob/main/LICENSE"
rel="noopener noreferrer">sverweij 2016-2023</a>
rel="noopener noreferrer">sverweij 2016-2024</a>
</span>
</li>

Expand Down
2 changes: 1 addition & 1 deletion src/cli/actions.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const LICENSE = `
The MIT License (MIT)
Copyright (c) 2016-2023 Sander Verweij
Copyright (c) 2016-2024 Sander Verweij
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion test/cli/execute-command-line.spec.mts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe("#cli - execute-command-line", () => {
it("--license displays the license on stdout", async () => {
const lOutStream = new WritableTestStream([
/The MIT License \(MIT\)/,
/Copyright \(c\) 2016-2023 Sander Verweij/,
/Copyright \(c\) 2016-2024 Sander Verweij/,
]);
const lErrorStream = new WritableTestStream();

Expand Down

0 comments on commit 5746baf

Please sign in to comment.