From 7a7393be7bcc32aac6bd1c8607184074a9d6d7d8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Aug 2022 15:23:13 +0200 Subject: [PATCH] adding licenses --- pkg/storage/fs/cback/cback.go | 18 ++++++++++++++++++ pkg/storage/fs/cback/options.go | 18 ++++++++++++++++++ pkg/storage/fs/cback/utilities.go | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/pkg/storage/fs/cback/cback.go b/pkg/storage/fs/cback/cback.go index ceff57415a..d9e77d5a39 100644 --- a/pkg/storage/fs/cback/cback.go +++ b/pkg/storage/fs/cback/cback.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 cback import ( diff --git a/pkg/storage/fs/cback/options.go b/pkg/storage/fs/cback/options.go index d176f8793c..098905fa7b 100644 --- a/pkg/storage/fs/cback/options.go +++ b/pkg/storage/fs/cback/options.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 cback // Options for the CBACK module diff --git a/pkg/storage/fs/cback/utilities.go b/pkg/storage/fs/cback/utilities.go index 0dcb1ae5f7..1aca083b53 100644 --- a/pkg/storage/fs/cback/utilities.go +++ b/pkg/storage/fs/cback/utilities.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 cback import (