49
edits
m (→Summary) |
|||
| Line 1: | Line 1: | ||
{{uiaddon}} | {{uiaddon}} | ||
Details what's important for developers to know in creating or distributing WoW AddOns. | Details what's important for developers to know in creating or distributing WoW AddOns. | ||
== Reference == | == Reference == | ||
Reference materials for the legal aspects of WoW AddOn development | |||
=== Legalities === | === Legalities === | ||
For those who are Legally minded, or are otherwise concerned or interested. Reading the '''AddOn Policy''' below is strongly suggested for everyone. | For those who are Legally minded, or are otherwise concerned or interested. Reading the '''AddOn Policy''' below is strongly suggested for everyone. | ||
| Line 18: | Line 15: | ||
== Summary == | == Summary == | ||
Excerpt from 2010 | |||
With the release of Patch 3.1, [[Blizzard Entertainment]] introduced a new UI AddOn development policy<ref name="policy">{{ref web|work=Old World of Warcraft Community site (US)|url=http://www.worldofwarcraft.com/policy/ui.html|title=UI Add-On Development Policy|author=[[Blizzard Entertainment]]|date=24-Nov-2010|archiveurl=http://web.archive.org/web/20101124173826/http://www.worldofwarcraft.com/policy/ui.html|archivedate=24-Nov-2010}}</ref> which was further updated in May 2009 and later in November 2010.<ref name="policyupdated">{{ref web|work=Official UI and Macro forum (US)|url=http://us.battle.net/wow/en/forum/topic/1021053914|title=UI Add-On Development Policy|author=[[Blizzard Entertainment]]|date=16-Nov-2010}}<br/> {{ref web|work=Official Interface and Macros forum (EU)|url=http://eu.battle.net/wow/en/forum/topic/1820963720|title=WoW User Interface Add-On Development Policy|author=[[Blizzard Entertainment]]|date=7-Mar-2011}}</ref> Here is a summary below: | |||
With the release of | |||
# AddOns must be free of charge. | # AddOns must be free of charge. | ||
# AddOn code must be completely visible. | # AddOn code must be completely visible. | ||
| Line 32: | Line 28: | ||
=== Updates: === | === Updates: === | ||
# Enforcement began after May 19th, 2009. | # Enforcement began after May 19th, 2009. | ||
# AddOns must not re-distribute in-game music and audio files or other copyrighted materials. | # AddOns must not re-distribute in-game music and audio files or other copyrighted materials. | ||
It isn't exactly clear how Blizzard plans to enforce this policy, but developers should follow the policy or risk some sort of exclusion of their AddOns from the game. The following sentence ends the introductory paragraph of the policy: "failure to abide by them may result in measures up to and including taking formal legal action."<ref name="policy"/><ref name="policyupdated"/> See the Reference section above for the "Glider" case. | It isn't exactly clear how Blizzard plans to enforce this policy, but developers should follow the policy or risk some sort of exclusion of their AddOns from the game. The following sentence ends the introductory paragraph of the policy: "failure to abide by them may result in measures up to and including taking formal legal action."<ref name="policy"/><ref name="policyupdated"/> See the Reference section above for the "Glider" case. | ||
== References == | |||
{{Reflist}} | |||