|
@@ -1,5 +1,5 @@
|
|
|
/******************************************************************************
|
|
|
- * Spine Runtime Software License - Version 1.0
|
|
|
+ * Spine Runtime Software License - Version 1.1
|
|
|
*
|
|
|
* Copyright (c) 2013, Esoteric Software
|
|
|
* All rights reserved.
|
|
@@ -8,8 +8,8 @@
|
|
|
* or without modification, are permitted provided that the following conditions
|
|
|
* are met:
|
|
|
*
|
|
|
- * 1. A Spine Single User License or Spine Professional License must be
|
|
|
- * purchased from Esoteric Software and the license must remain valid:
|
|
|
+ * 1. A Spine Single User License, Professional License, or Education License must
|
|
|
+ * be purchased from Esoteric Software and the license must remain valid:
|
|
|
* http://esotericsoftware.com/
|
|
|
* 2. Redistributions of source code must retain this license, which is the
|
|
|
* above copyright notice, this declaration of conditions and the following
|
|
@@ -29,8 +29,8 @@
|
|
|
* 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.
|
|
|
- *****************************************************************************/
|
|
|
-
|
|
|
+ *****************************************************************************/
|
|
|
+
|
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.IO;
|
|
@@ -270,4 +270,4 @@ namespace Spine {
|
|
|
void Load (AtlasPage page, String path);
|
|
|
void Unload (Object texture);
|
|
|
}
|
|
|
-}
|
|
|
+}
|