@@ -1,9 +1,9 @@ #!/bin/bash -# Licensed under the terms of the Blue Oak Model License 1.0.0 -# https://blueoakcouncil.org/license/1.0.0 +# SPDX-License-Identifier: BlueOak-1.0.0 +# This file is licensed under the Blue Oak Model License 1.0.0. # The HTML generated assumes the whole site lives in the domain root. This script converts all links # and image sources to relative URLs, so things don't break when accessed from within a subfolder of # a live web server. (See ‘publish’ target of makefile)