modify copyright notices?
This commit is contained in:
parent
e33f5b0bfa
commit
14c63723b0
2
build.py
2
build.py
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (C) 2023 XoXFaby
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
; AUTOGENERATED COPYRIGHT HEADER START
|
; Copyright (C) 2023 XoXFaby
|
||||||
; Copyright (C) 2022-2023 Michael Fabian 'Xaymar' Dirks <info@xaymar.com>
|
|
||||||
; AUTOGENERATED COPYRIGHT HEADER END
|
|
||||||
|
|
||||||
#define MyAppName "@PROJECT_TITLE@"
|
#define MyAppName "@PROJECT_TITLE@"
|
||||||
#define MyAppVersion "@PROJECT_VERSION@"
|
#define MyAppVersion "@PROJECT_VERSION@"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue