annotate MyLilPony.xml @ 14:b1e344c17ab5

Changing to BSD license for more flexibility in licensing for derived addons and using as a library.
author syzler
date Sun, 10 Apr 2011 07:12:30 +0000
parents 7dfbf42c2d60
children 21764271e02f
rev   line source
syzler@1 1 <!--
syzler@1 2 MyLilPony
syzler@14 3 Copyright (c) 2011, Syzler
syzler@14 4 All rights reserved.
syzler@1 5
syzler@14 6 Redistribution and use in source and binary forms, with or without
syzler@14 7 modification, are permitted provided that the following conditions
syzler@14 8 are met:
syzler@1 9
syzler@14 10 * Redistributions of source code must retain the above copyright
syzler@14 11 notice, this list of conditions and the following disclaimer.
syzler@14 12 * Redistributions in binary form must reproduce the above copyright
syzler@14 13 notice, this list of conditions and the following disclaimer in
syzler@14 14 the documentation and/or other materials provided with the
syzler@14 15 distribution.
syzler@14 16 * Neither the name of the MyLilPony Project nor the names of its
syzler@14 17 contributors may be used to endorse or promote products derived
syzler@14 18 from this software without specific prior written permission.
syzler@1 19
syzler@14 20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
syzler@14 21 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
syzler@14 22 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
syzler@14 23 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
syzler@14 24 COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
syzler@14 25 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
syzler@14 26 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
syzler@14 27 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
syzler@14 28 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
syzler@14 29 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
syzler@14 30 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
syzler@14 31 POSSIBILITY OF SUCH DAMAGE.
syzler@1 32 -->
syzler@1 33 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
syzler@1 34 ..\FrameXML\UI.xsd">
syzler@1 35 <Frame name="MyLilPonyFrame" hidden="false">
syzler@1 36 <Scripts>
syzler@1 37 <OnLoad>
syzler@1 38 MyLilPony.OnLoad();
syzler@1 39 </OnLoad>
syzler@1 40 </Scripts>
syzler@1 41 </Frame>
syzler@1 42 </Ui>