diff options
| author | Shulhan <ms@kilabit.info> | 2022-02-21 23:15:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-02-21 23:15:49 +0700 |
| commit | cd8ad3533865e852e0144c4497e5226e88c917ba (patch) | |
| tree | 2184720826580e9c2e050d2a80b14378ea263da7 /html_backend.go | |
| parent | be8999f3656cc8613bddbdbd294f5f111b6f9d0b (diff) | |
| download | asciidoctor-go-cd8ad3533865e852e0144c4497e5226e88c917ba.tar.xz | |
all: relicense the asciidoctor-go under GPL 3.0 or later
Signed-off-by: Shulhan <ms@kilabit.info>
Diffstat (limited to 'html_backend.go')
| -rw-r--r-- | html_backend.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/html_backend.go b/html_backend.go index 89d3a86..1c2cae9 100644 --- a/html_backend.go +++ b/html_backend.go @@ -1,6 +1,5 @@ -// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later package asciidoctor |
