You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// SPDX-License-Identifier: GPL-3.0-only
2
2
/* Build tool with support for git tags, wrapping make.
3
-
* Copyright (C) 2023-2024 jgabaut
3
+
* Copyright (C) 2023-2025 jgabaut
4
4
* This program is free software: you can redistribute it and/or modify
5
5
* it under the terms of the GNU General Public License as published by
6
6
* the Free Software Foundation, version 3 of the License.
@@ -143,7 +143,7 @@ fn main() -> ExitCode {
143
143
trace!("Please symlink me to anvil.");
144
144
}
145
145
146
-
let invil_splash:String = format!("{}, version {}\nCopyright (C) 2023-2024 jgabaut\n\n This program comes with ABSOLUTELY NO WARRANTY; for details type `{} -W`.\n This is free software, and you are welcome to redistribute it\n under certain conditions; see file `LICENSE` for details.\n\n Full source is available at https://github.com/jgabaut/invil\n",INVIL_NAME,INVIL_VERSION, prog_name().expect("Could not determine program name"));
146
+
let invil_splash:String = format!("{}, version {}\nCopyright (C) 2023-2025 jgabaut\n\n This program comes with ABSOLUTELY NO WARRANTY; for details type `{} -W`.\n This is free software, and you are welcome to redistribute it\n under certain conditions; see file `LICENSE` for details.\n\n Full source is available at https://github.com/jgabaut/invil\n",INVIL_NAME,INVIL_VERSION, prog_name().expect("Could not determine program name"));
0 commit comments