From ba1e2edee7c4f2d2d3d435e15ec39a7b5b81206e Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Mon, 23 Jan 2023 17:40:55 +0100 Subject: [PATCH] add header --- pkg/ocm/invite/repository/sql/sql.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pkg/ocm/invite/repository/sql/sql.go b/pkg/ocm/invite/repository/sql/sql.go index f7ba089ac1..21c8c9bb7c 100644 --- a/pkg/ocm/invite/repository/sql/sql.go +++ b/pkg/ocm/invite/repository/sql/sql.go @@ -1,3 +1,21 @@ +// Copyright 2018-2023 CERN +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// In applying this license, CERN does not waive the privileges and immunities +// granted to it by virtue of its status as an Intergovernmental Organization +// or submit itself to any jurisdiction. + package sql import (