diff --git a/tools/env-loader/pkg/envloader_test.go b/tools/env-loader/pkg/envloader_test.go index 7837d528..7edfe557 100644 --- a/tools/env-loader/pkg/envloader_test.go +++ b/tools/env-loader/pkg/envloader_test.go @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Gravitational, Inc + * + * 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. + */ + package envloader import ( diff --git a/tools/env-loader/pkg/loaders/subloader_test.go b/tools/env-loader/pkg/loaders/subloader_test.go index 17725cdc..05e71f15 100644 --- a/tools/env-loader/pkg/loaders/subloader_test.go +++ b/tools/env-loader/pkg/loaders/subloader_test.go @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Gravitational, Inc + * + * 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. + */ + package loaders import ( diff --git a/tools/env-loader/pkg/loaders/yaml_test.go b/tools/env-loader/pkg/loaders/yaml_test.go index db7bad65..ac31c528 100644 --- a/tools/env-loader/pkg/loaders/yaml_test.go +++ b/tools/env-loader/pkg/loaders/yaml_test.go @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Gravitational, Inc + * + * 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. + */ + package loaders import ( diff --git a/tools/env-loader/pkg/values/value.go b/tools/env-loader/pkg/values/value.go index 9febb5c0..9298e7cd 100644 --- a/tools/env-loader/pkg/values/value.go +++ b/tools/env-loader/pkg/values/value.go @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Gravitational, Inc + * + * 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. + */ + package values import ( diff --git a/tools/env-loader/pkg/values/value_test.go b/tools/env-loader/pkg/values/value_test.go index 84aed89d..3953f167 100644 --- a/tools/env-loader/pkg/values/value_test.go +++ b/tools/env-loader/pkg/values/value_test.go @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Gravitational, Inc + * + * 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. + */ + package values import ( diff --git a/tools/env-loader/pkg/writers/gha-mask_test.go b/tools/env-loader/pkg/writers/gha-mask_test.go index c8325442..949c0bb1 100644 --- a/tools/env-loader/pkg/writers/gha-mask_test.go +++ b/tools/env-loader/pkg/writers/gha-mask_test.go @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Gravitational, Inc + * + * 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. + */ + package writers import ( diff --git a/tools/env-loader/pkg/writers/writer_test.go b/tools/env-loader/pkg/writers/writer_test.go index 61311f82..d2b3c27b 100644 --- a/tools/env-loader/pkg/writers/writer_test.go +++ b/tools/env-loader/pkg/writers/writer_test.go @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Gravitational, Inc + * + * 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. + */ + package writers import (