From 9288995d3400d1f1527fd018779bbade98c6277c Mon Sep 17 00:00:00 2001 From: David Minton Date: Mon, 17 Jun 2024 12:00:51 -0400 Subject: [PATCH] Replaced old Swiftest comments with CTEM --- CMakeLists.txt | 10 +++++----- LICENSE | 6 +++--- cmake/Modules/SetFortranFlags.cmake | 10 +++++----- distclean.cmake | 10 +++++----- src/CMakeLists.txt | 6 +++--- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffc33949..9524895a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,13 +1,13 @@ # Copyright 2024 - The Minton Group at Purdue University # This file is part of CTEM -# Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License +# CTEM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License # as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty +# CTEM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -# You should have received a copy of the GNU General Public License along with Swiftest. +# You should have received a copy of the GNU General Public License along with CTEM. # If not, see: https://www.gnu.org/licenses. -# CMake project file for Swiftest +# CMake project file for CTEM ################################################## # Define the project and the depencies that it has ################################################## @@ -117,7 +117,7 @@ MESSAGE(STATUS "CMAKE_SYSTEM_PROCESSOR: " ${CMAKE_SYSTEM_PROCESSOR}) # Tell how to install this executable ##################################### IF(CMAKE_SYSTEM_NAME STREQUAL "Windows") - SET(CMAKE_INSTALL_PREFIX "C:\\Program Files\\swiftest") + SET(CMAKE_INSTALL_PREFIX "C:\\Program Files\\CTEM") FILE(TO_CMAKE_PATH ${CMAKE_INSTALL_PREFIX} CMAKE_INSTALL_PREFIX) SET(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE PATH "Path for install") ELSE() diff --git a/LICENSE b/LICENSE index 2d8eed6d..f96ea562 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,9 @@ Copyright 2023 - David Minton This file is part of CTEM. -Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License +CTEM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty +CTEM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License along with Swiftest. +You should have received a copy of the GNU General Public License along with CTEM. If not, see: https://www.gnu.org/licenses. \ No newline at end of file diff --git a/cmake/Modules/SetFortranFlags.cmake b/cmake/Modules/SetFortranFlags.cmake index bb8a7694..77d9c534 100644 --- a/cmake/Modules/SetFortranFlags.cmake +++ b/cmake/Modules/SetFortranFlags.cmake @@ -1,10 +1,10 @@ -# Copyright 2022 - David Minton, Carlisle Wishard, Jennifer Pouplin, Jake Elliott, & Dana Singh -# This file is part of Swiftest. -# Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License +# Copyright 2024 - The Minton Group at Purdue University +# This file is part of CTEM. +# CTEM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License # as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty +# CTEM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -# You should have received a copy of the GNU General Public License along with Swiftest. +# You should have received a copy of the GNU General Public License along with CTEM. # If not, see: https://www.gnu.org/licenses. ###################################################### diff --git a/distclean.cmake b/distclean.cmake index e6b7f7a8..5a2133fb 100644 --- a/distclean.cmake +++ b/distclean.cmake @@ -1,10 +1,10 @@ -# Copyright 2022 - David Minton, Carlisle Wishard, Jennifer Pouplin, Jake Elliott, & Dana Singh -# This file is part of Swiftest. -# Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License +# Copyright 2024 - The Minton Group at Purdue University +# This file is part of CTEM. +# CTEM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License # as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty +# CTEM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -# You should have received a copy of the GNU General Public License along with Swiftest. +# You should have received a copy of the GNU General Public License along with CTEM. # If not, see: https://www.gnu.org/licenses. # This CMake script will delete build directories and files to bring the diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 34ebcf2b..3d6e363f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,10 +1,10 @@ # Copyright 2024 - The Minton Group at Purdue University # This file is part of CTEM -# Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License +# CTEM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License # as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty +# CTEM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -# You should have received a copy of the GNU General Public License along with Swiftest. +# You should have received a copy of the GNU General Public License along with CTEM. # If not, see: https://www.gnu.org/licenses. # Communicate version number and other CMake build variables to the source code