diff --git a/src/Runic.jl b/src/Runic.jl index ce88357..d3c77f2 100644 --- a/src/Runic.jl +++ b/src/Runic.jl @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + module Runic using JuliaSyntax: diff --git a/src/main.jl b/src/main.jl index cb248b6..4517f51 100644 --- a/src/main.jl +++ b/src/main.jl @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + errno::Cint = 0 function panic(msg...) diff --git a/test/runtests.jl b/test/runtests.jl index 374849e..73f2538 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + using Runic: format_string using Test: