From 9b22f0564fc18cb3938b2ddcf2adfb09a6aa3587 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 23 Jul 2022 13:47:12 +1000 Subject: [PATCH] Misc: Remove backported license text For anyone trying to start drama, I have copyright over this code and never signed a CLA, therefore can relicense it how I see fit (in this case is no license, i.e. no rights, although the entire DuckStation as is currently distributed is GPLv3). --- src/common/file_system.cpp | 15 --------------- src/frontend-common/imgui_fullscreen.h | 15 --------------- src/frontend-common/imgui_manager.h | 15 --------------- src/util/ini_settings_interface.cpp | 15 --------------- src/util/ini_settings_interface.h | 15 --------------- 5 files changed, 75 deletions(-) diff --git a/src/common/file_system.cpp b/src/common/file_system.cpp index 2ed7686b1..5f16e376e 100644 --- a/src/common/file_system.cpp +++ b/src/common/file_system.cpp @@ -1,18 +1,3 @@ -/* PCSX2 - PS2 Emulator for PCs - * Copyright (C) 2002-2021 PCSX2 Dev Team - * - * PCSX2 is free software: you can redistribute it and/or modify it under the terms - * of the GNU Lesser General Public License as published by the Free Software Found- - * ation, either version 3 of the License, or (at your option) any later version. - * - * PCSX2 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 PCSX2. - * If not, see . - */ - #include "file_system.h" #include "assert.h" #include "log.h" diff --git a/src/frontend-common/imgui_fullscreen.h b/src/frontend-common/imgui_fullscreen.h index a27fb6854..bfe0d095d 100644 --- a/src/frontend-common/imgui_fullscreen.h +++ b/src/frontend-common/imgui_fullscreen.h @@ -1,18 +1,3 @@ -/* PCSX2 - PS2 Emulator for PCs - * Copyright (C) 2002-2022 PCSX2 Dev Team - * - * PCSX2 is free software: you can redistribute it and/or modify it under the terms - * of the GNU Lesser General Public License as published by the Free Software Found- - * ation, either version 3 of the License, or (at your option) any later version. - * - * PCSX2 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 PCSX2. - * If not, see . - */ - #pragma once #include "common/types.h" #include "imgui.h" diff --git a/src/frontend-common/imgui_manager.h b/src/frontend-common/imgui_manager.h index 6b4ccae58..dcb85ea01 100644 --- a/src/frontend-common/imgui_manager.h +++ b/src/frontend-common/imgui_manager.h @@ -1,18 +1,3 @@ -/* PCSX2 - PS2 Emulator for PCs - * Copyright (C) 2002-2021 PCSX2 Dev Team - * - * PCSX2 is free software: you can redistribute it and/or modify it under the terms - * of the GNU Lesser General Public License as published by the Free Software Found- - * ation, either version 3 of the License, or (at your option) any later version. - * - * PCSX2 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 PCSX2. - * If not, see . - */ - #pragma once #include "common/types.h" diff --git a/src/util/ini_settings_interface.cpp b/src/util/ini_settings_interface.cpp index 1bf92cdd5..ae5a4eb26 100644 --- a/src/util/ini_settings_interface.cpp +++ b/src/util/ini_settings_interface.cpp @@ -1,18 +1,3 @@ -/* PCSX2 - PS2 Emulator for PCs - * Copyright (C) 2002-2021 PCSX2 Dev Team - * - * PCSX2 is free software: you can redistribute it and/or modify it under the terms - * of the GNU Lesser General Public License as published by the Free Software Found- - * ation, either version 3 of the License, or (at your option) any later version. - * - * PCSX2 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 PCSX2. - * If not, see . - */ - #include "ini_settings_interface.h" #include "common/file_system.h" #include "common/log.h" diff --git a/src/util/ini_settings_interface.h b/src/util/ini_settings_interface.h index 09bf62e76..8081b296b 100644 --- a/src/util/ini_settings_interface.h +++ b/src/util/ini_settings_interface.h @@ -1,18 +1,3 @@ -/* PCSX2 - PS2 Emulator for PCs - * Copyright (C) 2002-2021 PCSX2 Dev Team - * - * PCSX2 is free software: you can redistribute it and/or modify it under the terms - * of the GNU Lesser General Public License as published by the Free Software Found- - * ation, either version 3 of the License, or (at your option) any later version. - * - * PCSX2 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 PCSX2. - * If not, see . - */ - #pragma once #include "common/settings_interface.h"