diff --git a/README.md b/README.md index 12a5d27ca..12d9c48f9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ operating systems and software designed for IBM PC systems and compatibles from 1981 through fairly recent system designs based on the PCI bus. -86Box is released under the GNU General Public License, version 2. +86Box is released under the GNU General Public License, version 2 only. For more information, see the `COPYING` file. The project maintainer is [OBattler](https://github.com/OBattler). diff --git a/vcpkg.json b/vcpkg.json index e57a7db16..9fba60a48 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,7 +3,7 @@ "version-string": "3.0", "homepage": "https://86box.net/", "documentation": "http://86box.readthedocs.io/", - "license": "GPL-2.0-or-later", + "license": "GPL-2.0-only", "dependencies": [ "freetype", "libpng",