You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/codeaudit/api_interfaces.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
"""
2
2
License GPLv3 or higher.
3
3
4
-
(C) 2025 Created by Maikel Mardjan - https://nocomplexity.com/
4
+
(C) 2025 - 2026 Created by Maikel Mardjan and all contributors - https://nocomplexity.com/
5
5
6
6
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
7
7
@@ -48,13 +48,13 @@
48
48
total_modules,
49
49
)
50
50
51
+
51
52
defversion():
52
53
"""Returns the version of Python Code Audit - WASM safe"""
Copy file name to clipboardExpand all lines: src/codeaudit/corecli.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
"""
2
2
License GPLv3 or higher.
3
3
4
-
(C) 2025 Created by Maikel Mardjan - https://nocomplexity.com/
4
+
(C) 2025 - 2026 Created by Maikel Mardjan and all contributors - https://nocomplexity.com/
5
5
6
6
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
0 commit comments