From 6bdf466e6b0f961391015c5f16bd78125e82311a Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Sat, 25 May 2024 12:00:53 +0200 Subject: [PATCH] Add SPDX license identifiers to files. --- src/Runic.jl | 2 ++ src/main.jl | 2 ++ test/runtests.jl | 2 ++ 3 files changed, 6 insertions(+) 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: