Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
licensing: remove non-standard license.txt in favor of COPYING
The new COPYING file does not directly copy the GPLv2 text, since this license does not apply to some parts of the repository. Instead, it documents our usage of SPDX tags and where to find license information.
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -0,0 +1,10 @@ | ||
| Most of Dolphin's original source code is licensed under GPLv2+. Part of the | ||
| source code distributed in this repository is derived from other projects and | ||
| may have stronger or weaker licensing requirement. Overall, in aggregate, the | ||
| entirety of this repository is compatible with the GPLv3 license. | ||
|
|
||
| Per-file licensing information is provided via SPDX tags [1]. The licenses | ||
| referenced in these tags can be found in the LICENSES/ directory within this | ||
| source repository. | ||
|
|
||
| [1] https://spdx.dev/ |