mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Add explicit copyright info to core:testing
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
//+private
|
||||
package testing
|
||||
|
||||
/*
|
||||
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
|
||||
Made available under Odin's BSD-3 license.
|
||||
|
||||
List of contributors:
|
||||
Ginger Bill: Initial implementation.
|
||||
Feoramund: Total rewrite.
|
||||
*/
|
||||
|
||||
import "base:intrinsics"
|
||||
import "base:runtime"
|
||||
import "core:bytes"
|
||||
|
||||
Reference in New Issue
Block a user