Skip to content

Commit

Permalink
chore: 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Dec 31, 2024
1 parent 23e96a5 commit b41e0b7
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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-2024 Sander Verweij
Copyright (c) 2016-2025 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 @@ -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-2024</a>
rel="noopener noreferrer">sverweij 2016-2025</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 @@ -253,7 +253,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-2024</a>
rel="noopener noreferrer">sverweij 2016-2025</a>
</span>
</li>

Expand Down
4 changes: 2 additions & 2 deletions docs/smcat-online-interpreter.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/state-machine-cat-inpage.min.js.map

Large diffs are not rendered by default.

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-2024 Sander Verweij
Copyright (c) 2016-2025 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/cli.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-2024 Sander Verweij/,
/Copyright \(c\) 2016-2025 Sander Verweij/,
]);
const lErrorStream = new WritableTestStream();

Expand Down

0 comments on commit b41e0b7

Please sign in to comment.