Skip to content

Commit fcefeb6

Browse files
committed
[docs] Update copyright years
1 parent d086aae commit fcefeb6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Code
44

55
The code except for lex.* are:
66

7-
Copyright (C) 2015-2023 Plasma Team
7+
Copyright (C) 2015-2025 Plasma Team
88
Distributed under the terms of the MIT License see LICENSE.code
99

1010
The `git log` indicates the members of Plasma Team

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For a general overview, please visit
1010
[https://plasmalang.org/](https://plasmalang.org/)
1111
It is in early development.
1212

13-
It is free software, Copyright (C) 2015-2023 The Plasma Team, distributed
13+
It is free software, Copyright (C) 2015-2025 The Plasma Team, distributed
1414
mostly under the MIT license, see [LICENSE](LICENSE) for details.
1515

1616
![CI](https://github.com/PlasmaLang/plasma/workflows/CI/badge.svg)

runtime/pz_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ static void version(void)
160160
{
161161
printf("Plasma Runtime, " PLASMA_VERSION_STRING "\n");
162162
printf("https://plasmalang.org\n");
163-
printf("Copyright (C) 2015-2023 The Plasma Team\n");
163+
printf("Copyright (C) 2015-2025 The Plasma Team\n");
164164
printf("Distributed under the MIT License\n");
165165
}

src/constant.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
version(Name, !IO) :-
8888
io.format("%s, %s\n", [s(Name), s(version_string)], !IO),
8989
io.write_string("https://plasmalang.org\n", !IO),
90-
io.write_string("Copyright (C) 2015-2023 The Plasma Team\n", !IO),
90+
io.write_string("Copyright (C) 2015-2025 The Plasma Team\n", !IO),
9191
io.write_string("Distributed under the MIT License\n", !IO).
9292

9393
%-----------------------------------------------------------------------%

0 commit comments

Comments
 (0)