-
Posted by protasm on Thu, 19 May 2011 18:31:29
Hello,
This question is directed specifically to Mr. Whitehead. I have been studying your Clique code for general techniques and best practices. I would like to incorporate your AddonCore.lua file into my own project, in order to follow the framework you designed around it. From reading the LICENSE packaged with the add-on, I believe I could use AddonCore.lua in my project as long as I include this language:
--[[------------------------------------------------------------------------- Copyright (c) 2006-2010, James N. Whitehead II All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The name or alias of the copyright holder may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ---------------------------------------------------------------------------]]
Before I use your code, however, I just wanted to check with you that my understanding matches your intent. Thanks.
-
Posted by jnwhiteh on Thu, 19 May 2011 20:02:05
Oddly enough, that is not the correct license, which is my fault. The license of Clique is currently All right reserved, as indicated by the second line. Sorry for the confusion. As for AddonCore.lua, you're welcome to use it in your own addon. If you'd like me to release it with an explicit license, I could, but I'm happy for you to include it.. its very insubtatntial.
-
Posted by protasm on Thu, 19 May 2011 20:33:07
Ok, thank you very much. Shall I just add a header to AddonCore.lua indicating its authorship and something like "Included by Permission of the Author"?
-
Posted by jnwhiteh on Thu, 19 May 2011 21:04:17
If you'd like, but its general enough that it shouldn't matter.