Skip to content

Commit

Permalink
fix: Update copyright statements
Browse files Browse the repository at this point in the history
  • Loading branch information
giann committed Jan 16, 2024
1 parent 8f66740 commit fb806f8
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 © 2021-2023 Benoit Giannangeli
Copyright © 2021-present Benoit Giannangeli

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 src/repl.zig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Scanner = @import("scanner.zig").Scanner;

pub fn printBanner(out: std.fs.File.Writer, full: bool) void {
out.print(
"\n👨‍🚀 buzz {s}-{s} Copyright (C) 2021-2023 Benoit Giannangeli\n",
"\n👨‍🚀 buzz {s}-{s} Copyright (C) 2021-present Benoit Giannangeli\n",
.{
if (BuildOptions.version.len > 0) BuildOptions.version else "unreleased",
BuildOptions.sha,
Expand Down

0 comments on commit fb806f8

Please sign in to comment.