templates: Clean up license headers

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-09-08 01:02:24 +02:00
parent 59950bec3b
commit 8cd45c262d
2 changed files with 39 additions and 36 deletions

View File

@ -1,22 +1,24 @@
/* // Copyright (c) 2020 Michael Fabian Dirks <info@xaymar.com>
* Modern effects for a modern Streamer //
* Copyright (C) 2020 Michael Fabian Dirks // Permission is hereby granted, free of charge, to any person obtaining a copy
* // of this software and associated documentation files (the "Software"), to deal
* This program is free software; you can redistribute it and/or modify // in the Software without restriction, including without limitation the rights
* it under the terms of the GNU General Public License as published by // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* the Free Software Foundation; either version 2 of the License, or // copies of the Software, and to permit persons to whom the Software is
* (at your option) any later version. // furnished to do so, subject to the following conditions:
* //
* This program is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
* GNU General Public License for more details. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* You should have received a copy of the GNU General Public License // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* along with this program; if not, write to the Free Software // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
*/ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
// Platform Information
#define D_PLATFORM "@CMAKE_SYSTEM_NAME@" #define D_PLATFORM "@CMAKE_SYSTEM_NAME@"
#cmakedefine D_PLATFORM_WINDOWS #cmakedefine D_PLATFORM_WINDOWS
#cmakedefine D_PLATFORM_LINUX #cmakedefine D_PLATFORM_LINUX

View File

@ -1,21 +1,22 @@
/* // Copyright (c) 2017 Michael Fabian Dirks <info@xaymar.com>
* Modern effects for a modern Streamer //
* Copyright (C) 2017 Michael Fabian Dirks // Permission is hereby granted, free of charge, to any person obtaining a copy
* // of this software and associated documentation files (the "Software"), to deal
* This program is free software; you can redistribute it and/or modify // in the Software without restriction, including without limitation the rights
* it under the terms of the GNU General Public License as published by // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* the Free Software Foundation; either version 2 of the License, or // copies of the Software, and to permit persons to whom the Software is
* (at your option) any later version. // furnished to do so, subject to the following conditions:
* //
* This program is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
* GNU General Public License for more details. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* You should have received a copy of the GNU General Public License // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* along with this program; if not, write to the Free Software // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
*/ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#pragma once #pragma once
#include <cinttypes> #include <cinttypes>