Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@ tmxviewer-java util/java/tmxviewer-java BSD 2-clause license

The full text of each license is provided in the files LICENSE.GPL
and LICENSE.BSD.

GPL version (2 only vs 2 or later)
----------------------------------
The Tiled application and its bundled plugins (see table above) are
licensed under the GNU General Public License **version 2 or later**.
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

COPYING is plain text, but this section uses Markdown bold (**version 2 or later**). Consider removing the Markdown markup (or using plain text emphasis) so the wording renders cleanly in all contexts (e.g., package viewers, text-mode displays).

Suggested change
licensed under the GNU General Public License **version 2 or later**.
licensed under the GNU General Public License version 2 or later.

Copilot uses AI. Check for mistakes.
Each source file in those directories states this in its header (the
standard "either version 2 of the License, or (at your option) any later
version" wording). SPDX identifier: GPL-2.0-or-later.

The file LICENSE.GPL contains the complete text of GNU GPL version 2.
The "or later" option refers to any subsequent version of the GNU GPL
published by the Free Software Foundation, as permitted by that license
text.
Loading