mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Add explicit copyright info to core:testing
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
//+build !windows !linux !darwin !freebsd !openbsd !netbsd !haiku
|
||||
package testing
|
||||
|
||||
/*
|
||||
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
|
||||
Made available under Odin's BSD-3 license.
|
||||
|
||||
List of contributors:
|
||||
Feoramund: Total rewrite.
|
||||
*/
|
||||
|
||||
_setup_signal_handler :: proc() {
|
||||
// Do nothing.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user