- More Documentation
- Updated Copyright
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// =====================================================================================================================
|
||||
// fennec, a free and open source game engine
|
||||
// Copyright © 2025 Medusa Slockbower
|
||||
// Copyright © 2025 - 2026 Medusa Slockbower
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
@@ -28,7 +28,7 @@ inline void float_h()
|
||||
|
||||
out << "// =====================================================================================================================" << std::endl;
|
||||
out << "// fennec, a free and open source game engine" << std::endl;
|
||||
out << "// Copyright © 2025 Medusa Slockbower" << std::endl;
|
||||
out << "// Copyright © 2025 - 2026 Medusa Slockbower" << std::endl;
|
||||
out << "//" << std::endl;
|
||||
out << "// This program is free software: you can redistribute it and/or modify" << std::endl;
|
||||
out << "// it under the terms of the GNU General Public License as published by" << std::endl;
|
||||
@@ -47,13 +47,13 @@ inline void float_h()
|
||||
out << "" << std::endl;
|
||||
|
||||
out << "///" << std::endl;
|
||||
out << "/// \\file float.h" << std::endl;
|
||||
out << "/// \\file fennec/lang/float.h" << std::endl;
|
||||
out << "/// \\brief metaprogramming floating point type info" << std::endl;
|
||||
out << "///" << std::endl;
|
||||
out << "///" << std::endl;
|
||||
out << "/// \\details this file is automatically generated for the current build environment" << std::endl;
|
||||
out << "///" << std::endl;
|
||||
out << "/// \\copyright Copyright © 2025 Medusa Slockbower ([GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html))" << std::endl;
|
||||
out << "/// \\copyright Copyright © 2025 - 2026 Medusa Slockbower ([GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html))" << std::endl;
|
||||
out << "///" << std::endl;
|
||||
out << "///" << std::endl;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// =====================================================================================================================
|
||||
// fennec, a free and open source game engine
|
||||
// Copyright © 2025 Medusa Slockbower
|
||||
// Copyright © 2025 - 2026 Medusa Slockbower
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
@@ -28,7 +28,7 @@ inline void integer_h()
|
||||
|
||||
out << "// =====================================================================================================================" << std::endl;
|
||||
out << "// fennec, a free and open source game engine" << std::endl;
|
||||
out << "// Copyright © 2025 Medusa Slockbower" << std::endl;
|
||||
out << "// Copyright © 2025 - 2026 Medusa Slockbower" << std::endl;
|
||||
out << "//" << std::endl;
|
||||
out << "// This program is free software: you can redistribute it and/or modify" << std::endl;
|
||||
out << "// it under the terms of the GNU General Public License as published by" << std::endl;
|
||||
@@ -47,13 +47,13 @@ inline void integer_h()
|
||||
out << "" << std::endl;
|
||||
|
||||
out << "///" << std::endl;
|
||||
out << "/// \\file integer.h" << std::endl;
|
||||
out << "/// \\file fennec/lang/integer.h" << std::endl;
|
||||
out << "/// \\brief metaprogramming integer type info" << std::endl;
|
||||
out << "///" << std::endl;
|
||||
out << "///" << std::endl;
|
||||
out << "/// \\details this file is automatically generated for the current build environment" << std::endl;
|
||||
out << "///" << std::endl;
|
||||
out << "/// \\copyright Copyright © 2025 Medusa Slockbower ([GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html))" << std::endl;
|
||||
out << "/// \\copyright Copyright © 2025 - 2026 Medusa Slockbower ([GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html))" << std::endl;
|
||||
out << "///" << std::endl;
|
||||
out << "///" << std::endl;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// =====================================================================================================================
|
||||
// fennec-metaprogramming, a program to generate metaprogramming intrinsics
|
||||
// Copyright © 2025 Medusa Slockbower
|
||||
// Copyright © 2025 - 2026 Medusa Slockbower
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// =====================================================================================================================
|
||||
// fennec, a free and open source game engine
|
||||
// Copyright © 2025 Medusa Slockbower
|
||||
// Copyright © 2025 - 2026 Medusa Slockbower
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
@@ -16,18 +16,6 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
// =====================================================================================================================
|
||||
|
||||
///
|
||||
/// \file type_name.h
|
||||
/// \brief
|
||||
///
|
||||
///
|
||||
/// \details
|
||||
/// \author Medusa Slockbower
|
||||
///
|
||||
/// \copyright Copyright © 2025 Medusa Slockbower ([GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html))
|
||||
///
|
||||
///
|
||||
|
||||
#ifndef FENNEC_METAPROGRAMMING_TYPE_NAME_H
|
||||
#define FENNEC_METAPROGRAMMING_TYPE_NAME_H
|
||||
|
||||
@@ -50,7 +38,7 @@ inline void type_name_h()
|
||||
|
||||
out << "// =====================================================================================================================" << std::endl;
|
||||
out << "// fennec, a free and open source game engine" << std::endl;
|
||||
out << "// Copyright © 2025 Medusa Slockbower" << std::endl;
|
||||
out << "// Copyright © 2025 - 2026 Medusa Slockbower" << std::endl;
|
||||
out << "//" << std::endl;
|
||||
out << "// This program is free software: you can redistribute it and/or modify" << std::endl;
|
||||
out << "// it under the terms of the GNU General Public License as published by" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user