diff --git a/pkg/share/manager/jsoncs3/providercache/providercache_suite_test.go b/pkg/share/manager/jsoncs3/providercache/providercache_suite_test.go index 7098cbb6afa..eb4a39b90e6 100644 --- a/pkg/share/manager/jsoncs3/providercache/providercache_suite_test.go +++ b/pkg/share/manager/jsoncs3/providercache/providercache_suite_test.go @@ -1,3 +1,21 @@ +// Copyright 2018-2022 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 providercache_test import ( diff --git a/pkg/share/manager/jsoncs3/receivedsharecache/receivedShareCache_suite_test.go b/pkg/share/manager/jsoncs3/receivedsharecache/receivedShareCache_suite_test.go index f93838acd0b..5877755c375 100644 --- a/pkg/share/manager/jsoncs3/receivedsharecache/receivedShareCache_suite_test.go +++ b/pkg/share/manager/jsoncs3/receivedsharecache/receivedShareCache_suite_test.go @@ -1,3 +1,21 @@ +// Copyright 2018-2022 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 receivedsharecache_test import ( diff --git a/pkg/share/manager/jsoncs3/sharecache/sharecache_suite_test.go b/pkg/share/manager/jsoncs3/sharecache/sharecache_suite_test.go index 6c6f0508845..44026265b36 100644 --- a/pkg/share/manager/jsoncs3/sharecache/sharecache_suite_test.go +++ b/pkg/share/manager/jsoncs3/sharecache/sharecache_suite_test.go @@ -1,3 +1,21 @@ +// Copyright 2018-2022 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 sharecache_test import (