From b399019ce35ba7483218a9051cfc32bdd6ae9eed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Jan 2025 17:04:17 +0000 Subject: [PATCH] chore: Update License Headers --- attribute.go | 9 +++++++++ base.go | 9 +++++++++ deprecated.go | 9 +++++++++ schema.go | 9 +++++++++ semicolon_delimited_script | 1 + template.go | 9 +++++++++ 6 files changed, 46 insertions(+) create mode 100644 semicolon_delimited_script diff --git a/attribute.go b/attribute.go index 95b6da5..6ed2b0e 100644 --- a/attribute.go +++ b/attribute.go @@ -1,3 +1,12 @@ +/* + * SPDX-FileCopyrightText: Copyright (c) Orange Business Services SA + * SPDX-License-Identifier: Mozilla Public License 2.0 + * + * This software is distributed under the MPL-2.0 license. + * the text of which is available at + * or see the "LICENSE" file for more details. + */ + package superschema import ( diff --git a/base.go b/base.go index 0063733..41b98c4 100644 --- a/base.go +++ b/base.go @@ -1,3 +1,12 @@ +/* + * SPDX-FileCopyrightText: Copyright (c) Orange Business Services SA + * SPDX-License-Identifier: Mozilla Public License 2.0 + * + * This software is distributed under the MPL-2.0 license. + * the text of which is available at + * or see the "LICENSE" file for more details. + */ + package superschema import _ "github.com/iancoleman/strcase" diff --git a/deprecated.go b/deprecated.go index a3a021d..1cd3d42 100644 --- a/deprecated.go +++ b/deprecated.go @@ -1,3 +1,12 @@ +/* + * SPDX-FileCopyrightText: Copyright (c) Orange Business Services SA + * SPDX-License-Identifier: Mozilla Public License 2.0 + * + * This software is distributed under the MPL-2.0 license. + * the text of which is available at + * or see the "LICENSE" file for more details. + */ + package superschema import "fmt" diff --git a/schema.go b/schema.go index 156b982..ed70189 100644 --- a/schema.go +++ b/schema.go @@ -1,3 +1,12 @@ +/* + * SPDX-FileCopyrightText: Copyright (c) Orange Business Services SA + * SPDX-License-Identifier: Mozilla Public License 2.0 + * + * This software is distributed under the MPL-2.0 license. + * the text of which is available at + * or see the "LICENSE" file for more details. + */ + package superschema import ( diff --git a/semicolon_delimited_script b/semicolon_delimited_script new file mode 100644 index 0000000..7007fc3 --- /dev/null +++ b/semicolon_delimited_script @@ -0,0 +1 @@ +hawkeye format diff --git a/template.go b/template.go index 9e2bbe7..fd5fd3d 100644 --- a/template.go +++ b/template.go @@ -1,3 +1,12 @@ +/* + * SPDX-FileCopyrightText: Copyright (c) Orange Business Services SA + * SPDX-License-Identifier: Mozilla Public License 2.0 + * + * This software is distributed under the MPL-2.0 license. + * the text of which is available at + * or see the "LICENSE" file for more details. + */ + //go:build ignore // go generate