Skip to content

Commit a040c31

Browse files
committed
meta: License + splash year
1 parent 6f51ba0 commit a040c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2015, Valtteri Koskivuori
3+
Copyright (c) 2015-2025, Valtteri Koskivuori
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/driver/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static void status(struct cr_renderer_cb_info *state, void *user_data) {
6868
int main(int argc, char *argv[]) {
6969
term_init();
7070
atexit(term_restore);
71-
logr(info, "c-ray v%s [%.8s], © 2015-2023 Valtteri Koskivuori\n", cr_get_version(), cr_get_git_hash());
71+
logr(info, "c-ray v%s [%.8s], © 2015-2025 Valtteri Koskivuori\n", cr_get_version(), cr_get_git_hash());
7272

7373
struct driver_args *opts = args_parse(argc, argv);
7474
char *log_level = args_string(opts, "log_level");

0 commit comments

Comments
 (0)