瀏覽代碼

Date update

Evgeniy Parfenyuk 1 月之前
父節點
當前提交
09bcf38e24
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/main.c
  2. 1 1
      src/text_utils.h
  3. 1 1
      src/vnrs_parser.c

+ 1 - 1
src/main.c

@@ -1,7 +1,7 @@
 /*
 Vinora Engine -- simple and portable visual novels engine.
 
-Copyright (c) 2025 Evgeniy "Parthen" Parfenyuk <parthen [at] riseup.net>
+Copyright (c) 2025-2026 Evgeniy "Parthen" Parfenyuk <parthen [at] riseup.net>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

+ 1 - 1
src/text_utils.h

@@ -1,7 +1,7 @@
 /*
 text_utils.h -- useful functions for working with text.
 
-Copyright (c) 2025 Evgeniy "Parthen" Parfenyuk <parthen [at] riseup.net>
+Copyright (c) 2025-2026 Evgeniy "Parthen" Parfenyuk <parthen [at] riseup.net>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

+ 1 - 1
src/vnrs_parser.c

@@ -1,7 +1,7 @@
 /*
 vnrs_parser.c -- parse Vinora Screenplay files.
 
-Copyright (c) 2025 Evgeniy "Parthen" Parfenyuk <parthen [at] riseup.net>
+Copyright (c) 2025-2026 Evgeniy "Parthen" Parfenyuk <parthen [at] riseup.net>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by