aboutsummaryrefslogtreecommitdiff
path: root/core/testing/reporting.odin
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2024-08-11 23:34:41 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2024-08-12 14:16:22 -0400
commit0af025d056ba6d92d912596a97cd148a30acf793 (patch)
treee3208811130876083dfdd9e3822c9aca82225dfe /core/testing/reporting.odin
parentf42a22369e52c2ef8228269bf2340efbb6167e23 (diff)
Add explicit copyright info to `core:testing`
Diffstat (limited to 'core/testing/reporting.odin')
-rw-r--r--core/testing/reporting.odin8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/testing/reporting.odin b/core/testing/reporting.odin
index 92e144ccc..81f1d0646 100644
--- a/core/testing/reporting.odin
+++ b/core/testing/reporting.odin
@@ -1,6 +1,14 @@
//+private
package testing
+/*
+ (c) Copyright 2024 Feoramund <rune@swevencraft.org>.
+ Made available under Odin's BSD-3 license.
+
+ List of contributors:
+ Feoramund: Total rewrite.
+*/
+
import "base:runtime"
import "core:encoding/ansi"
import "core:fmt"