From 4c9ada302139213e886ca6f3a558e2b80fae1f55 Mon Sep 17 00:00:00 2001 From: License Bot Date: Tue, 2 Jul 2024 07:56:27 +0000 Subject: [PATCH] Automatic application of license header --- internal/api/graphql/graph/generated.go | 3 +++ internal/api/graphql/graph/model/models_gen.go | 3 +++ internal/mocks/mock_Database.go | 3 +++ internal/mocks/mock_Heureka.go | 3 +++ 4 files changed, 12 insertions(+) diff --git a/internal/api/graphql/graph/generated.go b/internal/api/graphql/graph/generated.go index f5e70df5..26944787 100644 --- a/internal/api/graphql/graph/generated.go +++ b/internal/api/graphql/graph/generated.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors +// SPDX-License-Identifier: Apache-2.0 + // Code generated by github.com/99designs/gqlgen, DO NOT EDIT. package graph diff --git a/internal/api/graphql/graph/model/models_gen.go b/internal/api/graphql/graph/model/models_gen.go index 9820f635..e79fc12f 100644 --- a/internal/api/graphql/graph/model/models_gen.go +++ b/internal/api/graphql/graph/model/models_gen.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors +// SPDX-License-Identifier: Apache-2.0 + // Code generated by github.com/99designs/gqlgen, DO NOT EDIT. package model diff --git a/internal/mocks/mock_Database.go b/internal/mocks/mock_Database.go index 84a94451..c06e903e 100644 --- a/internal/mocks/mock_Database.go +++ b/internal/mocks/mock_Database.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors +// SPDX-License-Identifier: Apache-2.0 + // Code generated by mockery v2.42.1. DO NOT EDIT. package mocks diff --git a/internal/mocks/mock_Heureka.go b/internal/mocks/mock_Heureka.go index bb9f1386..43eccb06 100644 --- a/internal/mocks/mock_Heureka.go +++ b/internal/mocks/mock_Heureka.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors +// SPDX-License-Identifier: Apache-2.0 + // Code generated by mockery v2.42.1. DO NOT EDIT. package mocks