From c1cd1ec42661235536d93177c59f361ef80bb2a3 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sat, 2 Nov 2024 00:44:39 +0100 Subject: [PATCH] fix comments in headers --- res/inc/macros/datatypes.inc | 2 +- res/inc/macros/datatypes.s | 2 +- res/inc/macros/extern.inc | 2 +- res/inc/macros/extern.s | 2 +- res/inc/macros/patch.inc | 2 +- res/inc/macros/patch.s | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/res/inc/macros/datatypes.inc b/res/inc/macros/datatypes.inc index 17b517e..f763a07 100644 --- a/res/inc/macros/datatypes.inc +++ b/res/inc/macros/datatypes.inc @@ -1,4 +1,4 @@ -// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool +;; LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool %include "macros/extern.inc" diff --git a/res/inc/macros/datatypes.s b/res/inc/macros/datatypes.s index 08465c0..8da10ae 100644 --- a/res/inc/macros/datatypes.s +++ b/res/inc/macros/datatypes.s @@ -1,4 +1,4 @@ -// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool +# LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool .include "macros/extern.s" diff --git a/res/inc/macros/extern.inc b/res/inc/macros/extern.inc index e2edd12..fc1aca2 100644 --- a/res/inc/macros/extern.inc +++ b/res/inc/macros/extern.inc @@ -1,4 +1,4 @@ -// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool +;; LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool %ifndef EXTERN_INC %define EXTERN_INC diff --git a/res/inc/macros/extern.s b/res/inc/macros/extern.s index 319a8ef..0a5297c 100644 --- a/res/inc/macros/extern.s +++ b/res/inc/macros/extern.s @@ -1,4 +1,4 @@ -// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool +# LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool .macro cglobal name .global _\name diff --git a/res/inc/macros/patch.inc b/res/inc/macros/patch.inc index 729b2ba..6265319 100644 --- a/res/inc/macros/patch.inc +++ b/res/inc/macros/patch.inc @@ -1,4 +1,4 @@ -// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool +;; LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool %macro @PATCH 1 %ifctx __patch diff --git a/res/inc/macros/patch.s b/res/inc/macros/patch.s index 5a4ffe2..ea097e7 100644 --- a/res/inc/macros/patch.s +++ b/res/inc/macros/patch.s @@ -1,4 +1,4 @@ -// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool +# LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool .macro @PATCH patchaddr:req .if __patch == 1