From ef185b96017168f9be8ad4b58531aa6b70c37fbb Mon Sep 17 00:00:00 2001 From: David Vogel Date: Mon, 3 Nov 2025 19:48:05 +0100 Subject: [PATCH] Add missing license headers --- cli-options_test.go | 5 +++++ image_test.go | 5 +++++ readme_test.go | 5 +++++ util_test.go | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/cli-options_test.go b/cli-options_test.go index b49592c..0e0ad36 100644 --- a/cli-options_test.go +++ b/cli-options_test.go @@ -1,3 +1,8 @@ +// Copyright (c) 2025 David Vogel +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + package typst_test import ( diff --git a/image_test.go b/image_test.go index 03c2240..1a35826 100644 --- a/image_test.go +++ b/image_test.go @@ -1,3 +1,8 @@ +// Copyright (c) 2025 David Vogel +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + package typst_test import ( diff --git a/readme_test.go b/readme_test.go index c5dd754..0ae4480 100644 --- a/readme_test.go +++ b/readme_test.go @@ -1,3 +1,8 @@ +// Copyright (c) 2025 David Vogel +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + package typst_test import ( diff --git a/util_test.go b/util_test.go index c046d6c..a62960f 100644 --- a/util_test.go +++ b/util_test.go @@ -1,3 +1,8 @@ +// Copyright (c) 2025 David Vogel +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + package typst import (