From f5e0177b9e13c68fa960dc873cd62452943dac3f Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Thu, 15 Mar 2018 20:38:58 -0500 Subject: [PATCH] Relicense/dual-license under MIT See https://github.com/OmniTroid/attorney_online. This is to say that the Attorney Online open-source client project no longer requires releasing any source code as a result of modifying or redistributing the client. Go in peace :) --- LICENSE => LICENSE.GPLv3 | 0 LICENSE.MIT | 21 +++++++++++++++++++++ README.md | 16 +++++++++++++--- 3 files changed, 34 insertions(+), 3 deletions(-) rename LICENSE => LICENSE.GPLv3 (100%) create mode 100644 LICENSE.MIT diff --git a/LICENSE b/LICENSE.GPLv3 similarity index 100% rename from LICENSE rename to LICENSE.GPLv3 diff --git a/LICENSE.MIT b/LICENSE.MIT new file mode 100644 index 0000000..5197aaa --- /dev/null +++ b/LICENSE.MIT @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 David Skoland, oldmud0 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. diff --git a/README.md b/README.md index b034d33..7c5bf5c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,20 @@ # Attorney-Online-Client-Remake -This is a remake of Attorney Online made by FanatSors, licensed under GPLv3. +This is a open-source remake of Attorney Online written by OmniTroid. The original Attorney Online client was written by FanatSors in Delphi. + +The logo (`logo.png` and `logo.ico`) was designed by Lucas Carbi. The characters depicted in the logo are owned by Capcom. + +## License + +The project is dual-licensed; you are free to copy, modify and distribute AO2 under the GPLv3 or the MIT license. + +Copyright (c) 2016-2018 David "OmniTroid" Skoland + +Modifications copyright (c) 2017-2018 oldmud0 ## Qt -This project uses Qt 5.7, which is licensed under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.txt) with [certain licensing restrictions and exceptions](https://www.qt.io/qt-licensing-terms/). To comply with licensing requirements for static linking, object code is available if you would like to relink with an alternative version of Qt, and the source code for Qt may be found at https://github.com/qt/qtbase, http://code.qt.io/cgit/, or at https://qt.io. +This project uses Qt 5, which is licensed under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.txt) with [certain licensing restrictions and exceptions](https://www.qt.io/qt-licensing-terms/). To comply with licensing requirements for static linking, object code is available if you would like to relink with an alternative version of Qt, and the source code for Qt may be found at https://github.com/qt/qtbase, http://code.qt.io/cgit/, or at https://qt.io. -Copyright (C) 2016 The Qt Company Ltd. +Copyright (c) 2016 The Qt Company Ltd. ## BASS