Add copyright headers
Sasky [06-25-14 - 07:31]
diff --git a/CharacterInfoBox.xml b/CharacterInfoBox.xml
index f1725e8..8df8e02 100644
--- a/CharacterInfoBox.xml
+++ b/CharacterInfoBox.xml
@@ -1,3 +1,22 @@
+<!--
+ ~ This file is part of GuildCharacterInfo
+ ~
+ ~ (C) 2014 Scott Yeskie (Sasky)
+ ~
+ ~ This program is free software; you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation; either version 2 of the License, or
+ ~ (at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ -->
+
<GuiXml>
<Controls>
<TopLevelControl name="GCINameBox" mouseEnabled="true" movable="true" clampedToScreen="true" hidden="true">
diff --git a/GuildCharNames.lua b/GuildCharNames.lua
index 8404070..b2f1930 100644
--- a/GuildCharNames.lua
+++ b/GuildCharNames.lua
@@ -1,10 +1,20 @@
---[[
-Filename: GuildCharNames.lue
-Author: Sasky
-Version: 1.1.0
+-- This file is part of GuildCharacterInfo
+--
+-- (C) 2014 Scott Yeskie (Sasky)
+--
+-- This program is free software; you can redistribute it and/or modify
+-- it under the terms of the GNU General Public License as published by
+-- the Free Software Foundation; either version 2 of the License, or
+-- (at your option) any later version.
+--
+-- This program is distributed in the hope that it will be useful,
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+-- GNU General Public License for more details.
+--
+-- You should have received a copy of the GNU General Public License
+-- along with this program. If not, see <http://www.gnu.org/licenses/>.
-Released under GPLv2. See libraries for their individual licenses
-]]--
local LC = LibStub('libChat-1.0')
GuildCharInfo = {}