Skip to content

Commit b6263a4

Browse files
committed
Update copyright notice
1 parent f468362 commit b6263a4

26 files changed

Lines changed: 32 additions & 26 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## 0.0.95 - 2024-01-08
11+
12+
### Changed
13+
14+
- Update copyright notice
15+
1016
## 0.0.94 - 2023-12-27
1117

1218
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> Current progress:
88
>
99
> - The new parser using Antlr4 is up and running. Now comes the construction of the AST and the static analyzer.
10-
>
10+
>
1111
> #### Warning!! Kindly note that the git tag 3.x exists only for historical reasons, and although it compiles it is unfinished. So please do not open issues nor send PR for this tag. Appreciate the understanding.
1212
1313
## Features
@@ -79,7 +79,7 @@ For transparency and insight into our release cycle, releases are be numbered wi
7979

8080
## License
8181

82-
Copyright 2017-2023 Paulo Perbone
82+
Copyright 2017-2024 Paulo Perbone
8383

8484
Licensed under the Apache License, Version 2.0 (the "License");
8585
you may not use this file except in compliance with the License.

constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of LuaScript
33
* https://github.com/perbone/luascrip/
44
*
5-
* Copyright 2017-2023 Paulo Perbone
5+
* Copyright 2017-2024 Paulo Perbone
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

debug.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of LuaScript
33
* https://github.com/perbone/luascrip/
44
*
5-
* Copyright 2017-2023 Paulo Perbone
5+
* Copyright 2017-2024 Paulo Perbone
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of LuaScript
33
* https://github.com/perbone/luascrip/
44
*
5-
* Copyright 2017-2023 Paulo Perbone
5+
* Copyright 2017-2024 Paulo Perbone
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

editor/luascript_editor_syntax_highlighter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of LuaScript
33
* https://github.com/perbone/luascrip/
44
*
5-
* Copyright 2017-2023 Paulo Perbone
5+
* Copyright 2017-2024 Paulo Perbone
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

editor/luascript_editor_syntax_highlighter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of LuaScript
33
* https://github.com/perbone/luascrip/
44
*
5-
* Copyright 2017-2023 Paulo Perbone
5+
* Copyright 2017-2024 Paulo Perbone
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

lua_script.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of LuaScript
33
* https://github.com/perbone/luascrip/
44
*
5-
* Copyright 2017-2023 Paulo Perbone
5+
* Copyright 2017-2024 Paulo Perbone
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

lua_script.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of LuaScript
33
* https://github.com/perbone/luascrip/
44
*
5-
* Copyright 2017-2023 Paulo Perbone
5+
* Copyright 2017-2024 Paulo Perbone
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

lua_script_instance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of LuaScript
33
* https://github.com/perbone/luascrip/
44
*
5-
* Copyright 2017-2023 Paulo Perbone
5+
* Copyright 2017-2024 Paulo Perbone
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)