Skip to content

Commit

Permalink
Replaced old Swiftest comments with CTEM
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 17, 2024
1 parent 9be1a30 commit 9288995
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
##################################################
Expand Down Expand Up @@ -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()
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 5 additions & 5 deletions cmake/Modules/SetFortranFlags.cmake
Original file line number Diff line number Diff line change
@@ -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.

######################################################
Expand Down
10 changes: 5 additions & 5 deletions distclean.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9288995

Please sign in to comment.