diff --git a/.zuul.yaml b/.zuul.yaml index 7bbbdfe..eb65992 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,19 @@ +# +# Copyright © 2020 – 2022 Red Hat, 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. +# + --- - job: name: unit-test diff --git a/playbooks/build.yaml b/playbooks/build.yaml index dd2f8fb..e21688f 100644 --- a/playbooks/build.yaml +++ b/playbooks/build.yaml @@ -1,3 +1,19 @@ +# +# Copyright © 2022 Red Hat, 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. +# + - name: Build Toolbox command: meson compile -C builddir args: diff --git a/playbooks/dependencies.yaml b/playbooks/dependencies.yaml index 7bdd99a..2aa5111 100644 --- a/playbooks/dependencies.yaml +++ b/playbooks/dependencies.yaml @@ -1,3 +1,19 @@ +# +# Copyright © 2022 Red Hat, 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. +# + - name: Install RPM packages become: yes package: diff --git a/playbooks/setup-env-migration-path-for-coreos-toolbox.yaml b/playbooks/setup-env-migration-path-for-coreos-toolbox.yaml index 4ddb266..c2e3db1 100644 --- a/playbooks/setup-env-migration-path-for-coreos-toolbox.yaml +++ b/playbooks/setup-env-migration-path-for-coreos-toolbox.yaml @@ -1,3 +1,19 @@ +# +# Copyright © 2022 Red Hat, 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. +# + --- - hosts: all tasks: diff --git a/playbooks/setup-env.yaml b/playbooks/setup-env.yaml index 67a4175..1dbcd92 100644 --- a/playbooks/setup-env.yaml +++ b/playbooks/setup-env.yaml @@ -1,3 +1,19 @@ +# +# Copyright © 2021 – 2022 Red Hat, 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. +# + --- - hosts: all tasks: diff --git a/playbooks/system-test.yaml b/playbooks/system-test.yaml index 9d5b9bd..bba17cd 100644 --- a/playbooks/system-test.yaml +++ b/playbooks/system-test.yaml @@ -1,3 +1,19 @@ +# +# Copyright © 2021 – 2022 Red Hat, 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. +# + --- - hosts: all tasks: diff --git a/playbooks/unit-test.yaml b/playbooks/unit-test.yaml index c3edfd4..f674363 100644 --- a/playbooks/unit-test.yaml +++ b/playbooks/unit-test.yaml @@ -1,3 +1,19 @@ +# +# Copyright © 2021 – 2022 Red Hat, 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. +# + --- - hosts: all tasks: