Update amalgamate.py

This commit is contained in:
blueloveTH 2024-04-14 20:59:30 +08:00
parent eb117d720a
commit ef521c4cd4

View File

@ -64,7 +64,7 @@ for seq in pipeline:
with open("amalgamated/pocketpy.h", "wt", encoding='utf-8', newline='\n') as f:
final_text = \
r'''/*
* Copyright (c) 2023 blueloveTH
* Copyright (c) 2024 blueloveTH
* Distributed Under The MIT License
* https://github.com/pocketpy/pocketpy
*/