Skip to content

Commit 4177d23

Browse files
committed
Bumped year. [skip CI]
1 parent 3c8531d commit 4177d23

13 files changed

Lines changed: 19 additions & 19 deletions

File tree

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) 2017-2025 Li Jin <dragon-fly@qq.com>
3+
Copyright (c) 2017-2026 Li Jin <dragon-fly@qq.com>
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

doc/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ home: true
33
heroImage: ./image/yuescript.svg
44
actionText: Quick Start →
55
actionLink: /doc/
6-
footer: MIT Licensed | Copyright © 2017-2025 Li Jin
6+
footer: MIT Licensed | Copyright © 2017-2026 Li Jin
77
---
88

doc/docs/doc/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ Usage: yue [options|files|directories] ...
223223
Execute without options to enter REPL, type symbol '$'
224224
in a single line to start/stop multi-line mode
225225
```
226-
&emsp;&emsp;Use cases:
227-
&emsp;&emsp;Recursively compile every YueScript file with extension **.yue** under current path: **yue .**
228-
&emsp;&emsp;Compile and save results to a target path: **yue -t /target/path/ .**
229-
&emsp;&emsp;Compile and reserve debug info: **yue -l .**
230-
&emsp;&emsp;Compile and generate minified codes: **yue -m .**
231-
&emsp;&emsp;Execute raw codes: **yue -e 'print 123'**
226+
&emsp;&emsp;Use cases:
227+
&emsp;&emsp;Recursively compile every YueScript file with extension **.yue** under current path: **yue .**
228+
&emsp;&emsp;Compile and save results to a target path: **yue -t /target/path/ .**
229+
&emsp;&emsp;Compile and reserve debug info: **yue -l .**
230+
&emsp;&emsp;Compile and generate minified codes: **yue -m .**
231+
&emsp;&emsp;Execute raw codes: **yue -e 'print 123'**
232232
&emsp;&emsp;Execute a YueScript file: **yue -e main.yue**
233233

234234
## Macro
@@ -5041,7 +5041,7 @@ simplified: boolean
50415041

50425042
## Licence: MIT
50435043

5044-
Copyright (c) 2017-2025 Li Jin \<dragon-fly@qq.com\>
5044+
Copyright (c) 2017-2026 Li Jin \<dragon-fly@qq.com\>
50455045

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

doc/docs/zh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ home: true
33
heroImage: /image/yuescript.svg
44
actionText: 快速上手 →
55
actionLink: /zh/doc/
6-
footer: MIT Licensed | Copyright © 2017-2025 Li Jin
6+
footer: MIT Licensed | Copyright © 2017-2026 Li Jin
77
---
88

src/yue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2017-2025 Li Jin <dragon-fly@qq.com>
1+
/* Copyright (c) 2017-2026 Li Jin <dragon-fly@qq.com>
22
33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

src/yue_wasm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2017-2025 Li Jin <dragon-fly@qq.com>
1+
/* Copyright (c) 2017-2026 Li Jin <dragon-fly@qq.com>
22
33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

src/yuescript/yue_ast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2017-2025 Li Jin <dragon-fly@qq.com>
1+
/* Copyright (c) 2017-2026 Li Jin <dragon-fly@qq.com>
22
33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

src/yuescript/yue_ast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2017-2025 Li Jin <dragon-fly@qq.com>
1+
/* Copyright (c) 2017-2026 Li Jin <dragon-fly@qq.com>
22
33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

src/yuescript/yue_compiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2017-2025 Li Jin <dragon-fly@qq.com>
1+
/* Copyright (c) 2017-2026 Li Jin <dragon-fly@qq.com>
22
33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

src/yuescript/yue_compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2017-2025 Li Jin <dragon-fly@qq.com>
1+
/* Copyright (c) 2017-2026 Li Jin <dragon-fly@qq.com>
22
33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

0 commit comments

Comments
 (0)