From e7e1a08d4fcdef9f6771025c2ab2577dfa6391c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Thu, 10 Feb 2022 09:12:22 +0100 Subject: [PATCH] Add missing license header --- .../owncloud/ocdav/net/net_suite_test.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/internal/http/services/owncloud/ocdav/net/net_suite_test.go b/internal/http/services/owncloud/ocdav/net/net_suite_test.go index c6378e2a56..5760c91b47 100644 --- a/internal/http/services/owncloud/ocdav/net/net_suite_test.go +++ b/internal/http/services/owncloud/ocdav/net/net_suite_test.go @@ -1,3 +1,21 @@ +// Copyright 2018-2021 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 net_test import (