diff --git a/build.py b/build.py index 7a951c8..19ba54e 100644 --- a/build.py +++ b/build.py @@ -1,3 +1,5 @@ +# Copyright (C) 2023 XoXFaby + import requests import os import subprocess diff --git a/templates/windows/installer.iss.in b/templates/windows/installer.iss.in index cfbcc20..582149c 100644 --- a/templates/windows/installer.iss.in +++ b/templates/windows/installer.iss.in @@ -1,6 +1,4 @@ -; AUTOGENERATED COPYRIGHT HEADER START -; Copyright (C) 2022-2023 Michael Fabian 'Xaymar' Dirks -; AUTOGENERATED COPYRIGHT HEADER END +; Copyright (C) 2023 XoXFaby #define MyAppName "@PROJECT_TITLE@" #define MyAppVersion "@PROJECT_VERSION@"