Skip to content

Commit 8dbaa74

Browse files
committed
*2025.
1 parent deb67ab commit 8dbaa74

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

LICENSE

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

3-
Copyright (C) 2011 - 2024 Tony Wang
3+
Copyright (C) 2011 - 2025 Tony Wang
44

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
|_|_|_| |_| |_____|__|__|_____|_____|_____|
66
~~~~~~~~~~
77

8-
**Copyright (C) 2011 - 2024 Tony Wang**
8+
**Copyright (C) 2011 - 2025 Tony Wang**
99

1010
[![Build status](https://github.com/paladin-t/my_basic/actions/workflows/c.yml/badge.svg)](https://github.com/paladin-t/my_basic/actions/workflows/c.yml)
1111
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

core/my_basic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**
44
** For the latest info, see https://github.com/paladin-t/my_basic/
55
**
6-
** Copyright (C) 2011 - 2024 Tony Wang
6+
** Copyright (C) 2011 - 2025 Tony Wang
77
**
88
** Permission is hereby granted, free of charge, to any person obtaining a copy of
99
** this software and associated documentation files (the "Software"), to deal in

donate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
3-
COPYRIGHT 2011 - 2023 TONY WANG. ALL RIGHTS REESERVED.
3+
COPYRIGHT 2011 - 2025 TONY WANG. ALL RIGHTS REESERVED.
44
LIST OF DONORS.
55
-->
66
<html>
@@ -137,7 +137,7 @@ <h3>
137137
</p>
138138

139139
<hr />
140-
<p align="center">Copyright (C) 2011 - 2023 Tony Wang, all rights reserved</p>
140+
<p align="center">Copyright (C) 2011 - 2025 Tony Wang, all rights reserved</p>
141141
</div>
142142
</body>
143143
</html>

resource/my_basic.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
VALUE "FileDescription", "MY-BASIC Interpreter for Windows"
5858
VALUE "FileVersion", "1, 2, 1, 0"
5959
VALUE "InternalName", "my_basic"
60-
VALUE "LegalCopyright", "Copyright (C) 2011 - 2023 Tony Wang"
60+
VALUE "LegalCopyright", "Copyright (C) 2011 - 2025 Tony Wang"
6161
VALUE "LegalTrademarks", "MY-BASIC"
6262
VALUE "OriginalFilename", "my_basic.exe"
6363
VALUE "ProductName", "MY-BASIC"

shell/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**
44
** For the latest info, see https://github.com/paladin-t/my_basic/
55
**
6-
** Copyright (C) 2011 - 2024 Tony Wang
6+
** Copyright (C) 2011 - 2025 Tony Wang
77
**
88
** Permission is hereby granted, free of charge, to any person obtaining a copy of
99
** this software and associated documentation files (the "Software"), to deal in
@@ -980,7 +980,7 @@ static void _list_directory(const char* path) {
980980

981981
static void _show_tip(void) {
982982
_printf("MY-BASIC Interpreter Shell - %s\n", mb_ver_string());
983-
_printf("Copyright (C) 2011 - 2023 Tony Wang. All Rights Reserved.\n");
983+
_printf("Copyright (C) 2011 - 2025 Tony Wang. All Rights Reserved.\n");
984984
_printf("For more information, see https://github.com/paladin-t/my_basic/.\n");
985985
_printf("Input HELP and hint enter to view the help information.\n");
986986
}

0 commit comments

Comments
 (0)