From 9213af638816fff52334a4ea719cf8b2fd72bcf9 Mon Sep 17 00:00:00 2001 From: Philip Krauss Date: Mon, 4 Dec 2023 10:31:00 +0100 Subject: [PATCH] add license header in example --- examples/list_workspaces.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/list_workspaces.go b/examples/list_workspaces.go index 008704f..37fdc92 100644 --- a/examples/list_workspaces.go +++ b/examples/list_workspaces.go @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 + package main import (