File Details
014
- R
- May 1, 2026
- 46.34 KB
- 51
- 12.0.5
- Retail
File Name
BazMapPortals-014.zip
Supported Versions
- 12.0.5
BazMapPortals
014 (2026-05-01)
Full Changelog Previous Releases
- Add SPDX-License-Identifier: GPL-2.0-or-later headers to every .lua and .xml source file in the addon (skipping Libs/ and _legacy/). The repo already declared GPL v2 via the LICENSE file at the root and X-License: GPL v2 in the .toc, but per-file SPDX annotations are the modern best practice (REUSE compliance, machine-readable license scanning, GitHub linguist detection) and bring this repo in line with the suite-wide convention. The line is a single comment at the top of each file - zero functional impact. Existing UTF-8 BOMs and original line endings are preserved. Same commit also corrects a real licensing bug in Data.lua and Pins.lua - both files carried the verbose FSF GPL v3 boilerplate ('either version 3 of the License, or (at your option) any later version') even though the LICENSE file at the repo root, the .toc X-License field, and every user-facing description say GPL v2. The v3 boilerplate has been replaced with the same single-line SPDX header used everywhere else in the addon, resolving the v2/v3 inconsistency, bump to 014