From f5e0177b9e13c68fa960dc873cd62452943dac3f Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Thu, 15 Mar 2018 20:38:58 -0500 Subject: 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 :) --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b034d333..7c5bf5ca 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 -- cgit