Knowledge Check — a World of Warcraft add-on
Copyright (c) 2026 Sutak. All rights reserved.


PUBLICATION IS NOT A GRANT OF LICENSE

The source code of this add-on is published in readable form so that it can be
inspected by users, distributors, and Blizzard Entertainment, as required by
the World of Warcraft UI Add-On Development Policy:

    "The programming code of an add-on must in no way be hidden or obfuscated,
     and must be freely accessible to and viewable by the general public."

Making the code visible is a compliance obligation. It does not place the work
in the public domain and does not grant any license to reuse it.


YOU MAY

  * Read, inspect, and audit this source code.
  * Install and run the add-on, for any purpose, at no charge.
  * Modify your own copy for your own personal use.
  * Quote short excerpts for the purpose of discussion, review, bug reports,
    or teaching.

YOU MAY NOT, WITHOUT PRIOR WRITTEN PERMISSION FROM THE COPYRIGHT HOLDER

  * Redistribute this add-on, modified or unmodified, in whole or in part.
  * Publish a fork, a port, or a derivative work.
  * Incorporate any part of this code into another project, whether or not
    that project is free, open source, or distributed.
  * Sell this add-on or charge for access to it. (Doing so would in any case
    breach Blizzard's policy, which requires add-ons to be free of charge.)

To request permission, contact the copyright holder.


THIRD-PARTY COMPONENTS

Everything under Libs/ is third-party code, is NOT covered by this license, and
remains subject to the terms of its respective authors:

  * Ace3 (AceAddon-3.0, AceComm-3.0, AceConfig-3.0, AceDB-3.0, AceDBOptions-3.0,
    AceEvent-3.0, AceGUI-3.0, AceLocale-3.0, AceSerializer-3.0, AceTimer-3.0)
    — Copyright the Ace3 Development Team, distributed under the Ace3 license.
    https://www.wowace.com/projects/ace3
  * CallbackHandler-1.0 — Copyright the Ace3 Development Team.
  * LibStub — placed in the public domain by its authors.
  * LibDataBroker-1.1 — Copyright Tekkub Stoutwrithe.
  * LibDBIcon-1.0 — Copyright Rabbit and contributors.
    https://www.curseforge.com/wow/addons/libdbicon-1-0

These libraries are vendored unmodified so that their provenance stays
verifiable. Consult each project for its exact terms before reusing it.


TRADEMARKS

World of Warcraft and Blizzard Entertainment are trademarks or registered
trademarks of Blizzard Entertainment, Inc. This add-on is not affiliated with,
endorsed by, or sponsored by Blizzard Entertainment.


NO WARRANTY

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
