Skip to content

Commit

Permalink
Copyright year update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jan 21, 2025
1 parent 3f4f6c1 commit d50849e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ISC License

Copyright (C) 2012 - 2020 Claire Xenia Wolf <[email protected]>
Copyright (C) 2012 - 2025 Claire Xenia Wolf <[email protected]>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion kernel/register.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ struct LicensePass : public Pass {
log(" | |\n");
log(" | yosys -- Yosys Open SYnthesis Suite |\n");
log(" | |\n");
log(" | Copyright (C) 2012 - 2024 Claire Xenia Wolf <[email protected]> |\n");
log(" | Copyright (C) 2012 - 2025 Claire Xenia Wolf <[email protected]> |\n");
log(" | |\n");
log(" | Permission to use, copy, modify, and/or distribute this software for any |\n");
log(" | purpose with or without fee is hereby granted, provided that the above |\n");
Expand Down
2 changes: 1 addition & 1 deletion kernel/yosys.cc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void yosys_banner()
log("\n");
log(" /----------------------------------------------------------------------------\\\n");
log(" | yosys -- Yosys Open SYnthesis Suite |\n");
log(" | Copyright (C) 2012 - 2024 Claire Xenia Wolf <[email protected]> |\n");
log(" | Copyright (C) 2012 - 2025 Claire Xenia Wolf <[email protected]> |\n");
log(" | Distributed under an ISC-like license, type \"license\" to see terms |\n");
log(" \\----------------------------------------------------------------------------/\n");
log(" %s\n", yosys_version_str);
Expand Down

0 comments on commit d50849e

Please sign in to comment.