Procházet zdrojové kódy

Update amalgamate.py

blueloveTH před 2 roky
rodič
revize
ef521c4cd4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      amalgamate.py

+ 1 - 1
amalgamate.py

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