Skip to content

Commit c21a2cc

Browse files
committed
chore: update copyright notice
1 parent fa667e5 commit c21a2cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

NOTICE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright 2017-2019 Mateusz Bysiek https://mbdevpl.github.io/
1+
transpyle
2+
Copyright (c) 2017-2025 Mateusz Bysiek https://mbdevpl.github.io/
23

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

transpyle/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .general import Parser, AstGeneralizer, Unparser, Compiler, Binder
1212

1313
PROG_NAME = 'transpyle'
14-
COPYRIGHT_NOTICE = 'Copyright 2017-2019 Mateusz Bysiek https://mbdevpl.github.io/,' \
14+
COPYRIGHT_NOTICE = 'Copyright 2017-2025 Mateusz Bysiek https://mbdevpl.github.io/,' \
1515
' Apache License 2.0'
1616
STEP_DESCRIPTIONS = {
1717
'parsing':

0 commit comments

Comments
 (0)