Browse Source

Add SPDX license identifiers to files.

pull/19/head
Fredrik Ekre 2 years ago
parent
commit
6bdf466e6b
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 2
      src/Runic.jl
  2. 2
      src/main.jl
  3. 2
      test/runtests.jl

2
src/Runic.jl

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
module Runic module Runic
using JuliaSyntax: using JuliaSyntax:

2
src/main.jl

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
errno::Cint = 0 errno::Cint = 0
function panic(msg...) function panic(msg...)

2
test/runtests.jl

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
using Runic: using Runic:
format_string format_string
using Test: using Test:

Loading…
Cancel
Save