diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-08-11 23:34:41 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-08-12 14:16:22 -0400 |
| commit | 0af025d056ba6d92d912596a97cd148a30acf793 (patch) | |
| tree | e3208811130876083dfdd9e3822c9aca82225dfe /core/testing/events.odin | |
| parent | f42a22369e52c2ef8228269bf2340efbb6167e23 (diff) | |
Add explicit copyright info to `core:testing`
Diffstat (limited to 'core/testing/events.odin')
| -rw-r--r-- | core/testing/events.odin | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/testing/events.odin b/core/testing/events.odin index bab35aaad..c9c4b0271 100644 --- a/core/testing/events.odin +++ b/core/testing/events.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:sync/chan" import "core:time" |