From 2dd4b4d5ec8af46d0b464594db409dd8f4d02123 Mon Sep 17 00:00:00 2001 From: p3lim-52096 Date: Fri, 8 May 2009 21:57:59 +0000 Subject: [PATCH] Added a custom license Removed GPL license git-svn-id: svn://svn.wowinterface.com/pMinimap-54/trunk@94 ae24c21f-2f0c-4c94-9256-0092abe71e0d --- pMinimap/pMinimap.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pMinimap/pMinimap.lua b/pMinimap/pMinimap.lua index f56c10c..180b034 100644 --- a/pMinimap/pMinimap.lua +++ b/pMinimap/pMinimap.lua @@ -1,3 +1,14 @@ +--[[ + + Copyright (c) 2009, Adrian L Lange + All rights reserved. + + You're allowed to use this addon, free of monetary charge, + but you are not allowed to modify, alter, or redistribute + this addon without express, written permission of the author. + +--]] + pMinimap = CreateFrame('Frame', 'pMinimap', UIParent) pMinimap:SetScript('OnEvent', function(self, event, ...) self[event](self, event, ...) end) pMinimap:RegisterEvent('ADDON_LOADED') -- 1.7.9.5