From bbee00f0b407ada3048e0e1b3e282ebce04769e7 Mon Sep 17 00:00:00 2001 From: Pascal Aellig Date: Tue, 27 Feb 2024 17:42:00 +0100 Subject: [PATCH] update License --- LICENSE.md | 2 +- docs/make.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 89bc148a..e36eba39 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Boris Kaus, Marcel Thielmann and Authors (see AUTHORS.md) +Copyright (c) 2021 Boris Kaus, Marcel Thielmann and Authors (see [AUTHORS.md](AUTHORS.md)) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/make.jl b/docs/make.jl index bd96f315..da8bee51 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -46,7 +46,6 @@ open(joinpath(@__DIR__, "src", "man", "contributing.md"), "w") do io for line in eachline(joinpath(dirname(@__DIR__), "CONTRIBUTING.md")) line = replace(line, "[LICENSE.md](LICENSE.md)" => "[License](@ref)") line = replace(line, "[AUTHORS.md](AUTHORS.md)" => "[Authors](@ref)") - # line = replace(line, "[AUTHORS.md](AUTHORS.md)" => "[Authors](@ref)") println(io, "> ", line) end end