diff --git a/LIBTCOD-LICENSE.txt b/LIBTCOD-LICENSE.txt index 3b66492..a6d7dba 100644 --- a/LIBTCOD-LICENSE.txt +++ b/LIBTCOD-LICENSE.txt @@ -1,8 +1,9 @@ -* libtcod 1.4.2 -* Copyright (c) 2008,2009 Jice +* libtcod 1.5.1 +* Copyright (c) 2008,2009,2010,2012 Jice & Mingos * All rights reserved. * -* libtcod 'The Doryen library' is a cross-platform C/C++ library for roguelike developers. +* libtcod 'The Doryen library' is a cross-platform C/C++ library for roguelike +* developers. * Its source code is available from : * http://doryen.eptalys.net/libtcod * @@ -13,13 +14,13 @@ * * 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 of Jice may not be used to endorse or promote products +* * The name of Jice or Mingos may not be used to endorse or promote products * derived from this software without specific prior written permission. * -* THIS SOFTWARE IS PROVIDED BY Jice ``AS IS'' AND ANY +* THIS SOFTWARE IS PROVIDED BY JICE AND MINGOS ``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 Jice BE LIABLE FOR ANY +* DISCLAIMED. IN NO EVENT SHALL JICE OR MINGOS 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 diff --git a/dub.json b/dub.json index d069451..d377020 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/bhelyer/libtcod-d", "copyright": "Copyright © 2012, Bernard Helyer", "authors": ["Bernard Helyer", "Joachim de Groot"], - "license": "BSD", + "license": "BSD 3-clause", "copyFiles-linux-x86": ["libs/linux/x86/*"], "copyFiles-linux-x86_64": ["libs/linux/x86_64/*"], "copyFiles-windows-x86": ["libs/windows/x86/*"],