diff --git a/actions/container-build_test_release/Dockerfile b/actions/container-build_test_release/Dockerfile index 4d041dbb..eec40bc1 100644 --- a/actions/container-build_test_release/Dockerfile +++ b/actions/container-build_test_release/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2023 NWChemEx-Project +# +# 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. + FROM alpine:latest COPY docker-action /docker-action diff --git a/actions/container-build_test_release/action.yaml b/actions/container-build_test_release/action.yaml index f50c3cfe..718f3b0a 100644 --- a/actions/container-build_test_release/action.yaml +++ b/actions/container-build_test_release/action.yaml @@ -1,3 +1,17 @@ +# Copyright 2023 NWChemEx-Project +# +# 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: container action to build ParallelZone description: container action from the base image to build ParallelZone diff --git a/actions/container-build_test_release/docker-action/Dockerfile b/actions/container-build_test_release/docker-action/Dockerfile index 9cb650d9..a3b518a9 100644 --- a/actions/container-build_test_release/docker-action/Dockerfile +++ b/actions/container-build_test_release/docker-action/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2023 NWChemEx-Project +# +# 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. + ARG btag FROM ghcr.io/nwchemex-project/base_parallelzone:$btag diff --git a/actions/container-build_test_release/docker-action/build_test.sh b/actions/container-build_test_release/docker-action/build_test.sh index 08b474a8..09cdf2b8 100644 --- a/actions/container-build_test_release/docker-action/build_test.sh +++ b/actions/container-build_test_release/docker-action/build_test.sh @@ -1,4 +1,18 @@ #!/bin/sh +# Copyright 2023 NWChemEx-Project +# +# 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. + # Wraps the process for configuring, building, and testing an NWX repo # diff --git a/actions/container-build_test_release/entrypoint.sh b/actions/container-build_test_release/entrypoint.sh index 0fb7b6e2..bf720f88 100644 --- a/actions/container-build_test_release/entrypoint.sh +++ b/actions/container-build_test_release/entrypoint.sh @@ -1,4 +1,18 @@ #!/bin/sh -l +# Copyright 2023 NWChemEx-Project +# +# 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. + CR_PAT=$1 USER=$2 diff --git a/tests/cxx/integration_tests/blank_test.cpp b/tests/cxx/integration_tests/blank_test.cpp index 6bca1d82..d623f871 100644 --- a/tests/cxx/integration_tests/blank_test.cpp +++ b/tests/cxx/integration_tests/blank_test.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2023 NWChemEx-Project + * + * 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. + */ + #define CATCH_CONFIG_MAIN #include #include