Evgeniy Parfenyuk 1 месяц назад
Родитель
Сommit
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