From 4e340c40f59254eed4a14e020e04587618778317 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Nov 2024 21:50:15 +0000 Subject: [PATCH] Committing clang-format changes --- src/cxx/nux/bo_approximation.cpp | 16 ++++++++++++++++ src/cxx/nux/nux_modules.hpp | 16 ++++++++++++++++ tests/cxx/unit_tests/bo_approximation.cpp | 16 ++++++++++++++++ tests/python/test_nux.py | 14 ++++++++++++++ 4 files changed, 62 insertions(+) diff --git a/src/cxx/nux/bo_approximation.cpp b/src/cxx/nux/bo_approximation.cpp index 65ed200..abc6502 100644 --- a/src/cxx/nux/bo_approximation.cpp +++ b/src/cxx/nux/bo_approximation.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2024 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. + */ + #include "nux_modules.hpp" namespace nux { diff --git a/src/cxx/nux/nux_modules.hpp b/src/cxx/nux/nux_modules.hpp index e00385e..a223e16 100644 --- a/src/cxx/nux/nux_modules.hpp +++ b/src/cxx/nux/nux_modules.hpp @@ -1,3 +1,19 @@ +/* + * Copyright 2024 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. + */ + #pragma once #include diff --git a/tests/cxx/unit_tests/bo_approximation.cpp b/tests/cxx/unit_tests/bo_approximation.cpp index 276e173..8264233 100644 --- a/tests/cxx/unit_tests/bo_approximation.cpp +++ b/tests/cxx/unit_tests/bo_approximation.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2024 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. + */ + #include "../test_nux.hpp" #include diff --git a/tests/python/test_nux.py b/tests/python/test_nux.py index 0cf1440..e17015e 100644 --- a/tests/python/test_nux.py +++ b/tests/python/test_nux.py @@ -1,3 +1,17 @@ +# Copyright 2024 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. + import chemist