From ef521c4cd450d4096b39a37de0bd3a1ac54b22c9 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 14 Apr 2024 20:59:30 +0800 Subject: [PATCH] Update amalgamate.py --- amalgamate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amalgamate.py b/amalgamate.py index a702e8d0..0bb90308 100644 --- a/amalgamate.py +++ b/amalgamate.py @@ -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 */