Compare commits

...

1 Commits

Author SHA1 Message Date
9481d128f0 Update copyright notices 2023-10-29 21:05:29 -03:00
17 changed files with 31 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> # Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.10)
project(molecular_dynamics) project(molecular_dynamics)

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> # Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
{ {
description = "MolecularDynamics2"; description = "MolecularDynamics2";

View File

@@ -1,11 +1,11 @@
/** /**
* @file Log.cpp * @file Log.cpp
* @author Jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief Logging utilities * @brief Logging utilities
* @version 0.1 * @version 0.1
* @date 2023-10-06 * @date 2023-10-06
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file Log.hpp * @file Log.hpp
* @author Jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief Logging utilities * @brief Logging utilities
* @version 0.1 * @version 0.1
* @date 2023-10-06 * @date 2023-10-06
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file main.cpp * @file main.cpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief Main entry of the program * @brief Main entry of the program
* @version 0.1 * @version 0.1
* @date 2023-07-23 * @date 2023-07-23
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file Atom.cpp * @file Atom.cpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief Atom definitions * @brief Atom definitions
* @version 0.1 * @version 0.1
* @date 2023-08-05 * @date 2023-08-05
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file Atom.hpp * @file Atom.hpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief Atom declarations * @brief Atom declarations
* @version 0.1 * @version 0.1
* @date 2023-07-25 * @date 2023-07-25
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file AtomsGenerator.cpp * @file AtomsGenerator.cpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief AtomsGenerator definitions * @brief AtomsGenerator definitions
* @version 0.1 * @version 0.1
* @date 2023-08-05 * @date 2023-08-05
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file AtomsGenerator.hpp * @file AtomsGenerator.hpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief AtomsGenerator declarations * @brief AtomsGenerator declarations
* @version 0.1 * @version 0.1
* @date 2023-08-05 * @date 2023-08-05
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> # Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
cmake_minimum_required(VERSION 3.25.1) cmake_minimum_required(VERSION 3.25.1)

View File

@@ -1,11 +1,11 @@
/** /**
* @file MolecularDynamics.cpp * @file MolecularDynamics.cpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief * @brief
* @version 0.1 * @version 0.1
* @date 2023-07-23 * @date 2023-07-23
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file Potentials.hpp * @file Potentials.hpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief Potentials declarations * @brief Potentials declarations
* @version 0.1 * @version 0.1
* @date 2023-07-25 * @date 2023-07-25
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file Space.cpp * @file Space.cpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief Space definitions * @brief Space definitions
* @version 0.1 * @version 0.1
* @date 2023-08-06 * @date 2023-08-06
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file Grid.hpp * @file Grid.hpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief Grid declarations * @brief Grid declarations
* @version 0.1 * @version 0.1
* @date 2023-08-05 * @date 2023-08-05
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file System.cpp * @file System.cpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief System definitions * @brief System definitions
* @version 0.1 * @version 0.1
* @date 2023-08-05 * @date 2023-08-05
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file System.hpp * @file System.hpp
* @author jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief System declarations * @brief System declarations
* @version 0.1 * @version 0.1
* @date 2023-07-25 * @date 2023-07-25
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */

View File

@@ -1,11 +1,11 @@
/** /**
* @file Worker.hpp * @file Worker.hpp
* @author Jun <jun@firmwarejun.net> * @author marisa <marisa@fwmari.net>
* @brief Worker declarations * @brief Worker declarations
* @version 0.1 * @version 0.1
* @date 2023-10-06 * @date 2023-10-06
* *
* Copyright (c) 2023 jun <https://git.firmwarejun.net/jun/MolecularDynamics2> * Copyright (c) 2023 marisa <https://git.fwmari.net/marisa/MolecularDynamics2>
* *
*/ */