Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaRazero committed Apr 19, 2021
1 parent d964798 commit 423f261
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
zlib License

(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.

This software is provided 'as-is', without any express or implied
Expand All @@ -17,4 +17,4 @@ freely, subject to the following restrictions:
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
3. This notice may not be removed or altered from any source distribution.
2 changes: 1 addition & 1 deletion lexer2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/_intf_lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/_intf_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/_make_lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/excs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/lexer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/lexer/_abst_lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/lexer/_abst_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/lexer/_profiler_lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/lexer/re_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/lexer/re_python/_re_lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/lexer/re_python/_re_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/predefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/textio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/textio/_intf_textstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/textio/_textio.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/textio/_textposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/textio/_textstream_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/textio/_textstream_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down
2 changes: 1 addition & 1 deletion lexer2/textio/_textstream_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
zlib License
(C) 2020 DeltaRazero
(C) 2020-2021 DeltaRazero
All rights reserved.
'''

Expand Down

0 comments on commit 423f261

Please sign in to comment.