From 47ce2a40c18b8ea471e6004f7e2c6cbf5b36af76 Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Tue, 1 Oct 2013 14:55:15 +0200 Subject: [PATCH] Minor update to the license to include education. --- spine-as3/spine-as3-example/src/Main.as | 6 +++--- spine-as3/spine-as3/src/spine/AnimationState.as | 6 +++--- spine-as3/spine-as3/src/spine/AnimationStateData.as | 6 +++--- spine-as3/spine-as3/src/spine/Bone.as | 6 +++--- spine-as3/spine-as3/src/spine/BoneData.as | 6 +++--- spine-as3/spine-as3/src/spine/Skeleton.as | 6 +++--- spine-as3/spine-as3/src/spine/SkeletonData.as | 6 +++--- spine-as3/spine-as3/src/spine/SkeletonJson.as | 6 +++--- spine-as3/spine-as3/src/spine/Skin.as | 6 +++--- spine-as3/spine-as3/src/spine/Slot.as | 6 +++--- spine-as3/spine-as3/src/spine/SlotData.as | 6 +++--- spine-as3/spine-as3/src/spine/animation/Animation.as | 6 +++--- .../src/spine/animation/AttachmentTimeline.as | 6 +++--- .../spine-as3/src/spine/animation/ColorTimeline.as | 6 +++--- .../spine-as3/src/spine/animation/CurveTimeline.as | 6 +++--- .../spine-as3/src/spine/animation/RotateTimeline.as | 6 +++--- .../spine-as3/src/spine/animation/ScaleTimeline.as | 6 +++--- spine-as3/spine-as3/src/spine/animation/Timeline.as | 6 +++--- .../src/spine/animation/TranslateTimeline.as | 6 +++--- spine-as3/spine-as3/src/spine/atlas/Atlas.as | 6 +++--- spine-as3/spine-as3/src/spine/atlas/AtlasPage.as | 6 +++--- spine-as3/spine-as3/src/spine/atlas/AtlasRegion.as | 6 +++--- spine-as3/spine-as3/src/spine/atlas/Format.as | 6 +++--- spine-as3/spine-as3/src/spine/atlas/TextureFilter.as | 6 +++--- spine-as3/spine-as3/src/spine/atlas/TextureLoader.as | 6 +++--- spine-as3/spine-as3/src/spine/atlas/TextureWrap.as | 6 +++--- .../src/spine/attachments/AtlasAttachmentLoader.as | 6 +++--- .../spine-as3/src/spine/attachments/Attachment.as | 6 +++--- .../src/spine/attachments/AttachmentLoader.as | 6 +++--- .../src/spine/attachments/AttachmentType.as | 6 +++--- .../src/spine/attachments/BoundingBoxAttachment.as | 6 +++--- .../src/spine/attachments/RegionAttachment.as | 6 +++--- .../spine-as3/src/spine/flash/SingleTextureLoader.as | 6 +++--- .../spine-as3/src/spine/flash/SkeletonAnimation.as | 6 +++--- .../spine-as3/src/spine/flash/SkeletonSprite.as | 6 +++--- spine-c/example/main.c | 8 ++++---- spine-c/include/spine/Animation.h | 6 +++--- spine-c/include/spine/AnimationState.h | 6 +++--- spine-c/include/spine/AnimationStateData.h | 6 +++--- spine-c/include/spine/Atlas.h | 6 +++--- spine-c/include/spine/AtlasAttachmentLoader.h | 6 +++--- spine-c/include/spine/Attachment.h | 6 +++--- spine-c/include/spine/AttachmentLoader.h | 6 +++--- spine-c/include/spine/Bone.h | 6 +++--- spine-c/include/spine/BoneData.h | 6 +++--- spine-c/include/spine/BoundingBoxAttachment.h | 6 +++--- spine-c/include/spine/Event.h | 6 +++--- spine-c/include/spine/EventData.h | 6 +++--- spine-c/include/spine/RegionAttachment.h | 6 +++--- spine-c/include/spine/Skeleton.h | 6 +++--- spine-c/include/spine/SkeletonBounds.h | 6 +++--- spine-c/include/spine/SkeletonData.h | 6 +++--- spine-c/include/spine/SkeletonJson.h | 6 +++--- spine-c/include/spine/Skin.h | 6 +++--- spine-c/include/spine/Slot.h | 6 +++--- spine-c/include/spine/SlotData.h | 6 +++--- spine-c/include/spine/extension.h | 8 ++++---- spine-c/include/spine/spine.h | 6 +++--- spine-c/src/spine/Animation.c | 6 +++--- spine-c/src/spine/AnimationState.c | 6 +++--- spine-c/src/spine/AnimationStateData.c | 6 +++--- spine-c/src/spine/Atlas.c | 6 +++--- spine-c/src/spine/AtlasAttachmentLoader.c | 6 +++--- spine-c/src/spine/Attachment.c | 6 +++--- spine-c/src/spine/AttachmentLoader.c | 6 +++--- spine-c/src/spine/Bone.c | 6 +++--- spine-c/src/spine/BoneData.c | 6 +++--- spine-c/src/spine/BoundingBoxAttachment.c | 6 +++--- spine-c/src/spine/Event.c | 6 +++--- spine-c/src/spine/EventData.c | 6 +++--- spine-c/src/spine/RegionAttachment.c | 6 +++--- spine-c/src/spine/Skeleton.c | 6 +++--- spine-c/src/spine/SkeletonBounds.c | 6 +++--- spine-c/src/spine/SkeletonData.c | 6 +++--- spine-c/src/spine/SkeletonJson.c | 6 +++--- spine-c/src/spine/Skin.c | 6 +++--- spine-c/src/spine/Slot.c | 6 +++--- spine-c/src/spine/SlotData.c | 6 +++--- spine-c/src/spine/extension.c | 6 +++--- spine-cocos2d-iphone/src/spine/CCSkeleton.h | 6 +++--- spine-cocos2d-iphone/src/spine/CCSkeleton.m | 6 +++--- spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.h | 6 +++--- spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.m | 6 +++--- .../src/spine/spine-cocos2d-iphone.h | 6 +++--- .../src/spine/spine-cocos2d-iphone.m | 6 +++--- spine-cocos2dx/src/spine/CCSkeleton.cpp | 6 +++--- spine-cocos2dx/src/spine/CCSkeleton.h | 6 +++--- spine-cocos2dx/src/spine/CCSkeletonAnimation.cpp | 6 +++--- spine-cocos2dx/src/spine/CCSkeletonAnimation.h | 6 +++--- spine-cocos2dx/src/spine/spine-cocos2dx.cpp | 6 +++--- spine-cocos2dx/src/spine/spine-cocos2dx.h | 6 +++--- spine-corona/spine-corona/spine.lua | 4 ++-- spine-csharp/src/Animation.cs | 6 +++--- spine-csharp/src/AnimationState.cs | 6 +++--- spine-csharp/src/AnimationStateData.cs | 6 +++--- spine-csharp/src/Atlas.cs | 12 ++++++------ .../src/Attachments/AtlasAttachmentLoader.cs | 6 +++--- spine-csharp/src/Attachments/Attachment.cs | 6 +++--- spine-csharp/src/Attachments/AttachmentLoader.cs | 6 +++--- spine-csharp/src/Attachments/AttachmentType.cs | 6 +++--- .../src/Attachments/BoundingBoxAttachment.cs | 6 +++--- spine-csharp/src/Attachments/RegionAttachment.cs | 6 +++--- spine-csharp/src/Bone.cs | 6 +++--- spine-csharp/src/BoneData.cs | 6 +++--- spine-csharp/src/Event.cs | 6 +++--- spine-csharp/src/EventData.cs | 6 +++--- spine-csharp/src/Skeleton.cs | 6 +++--- spine-csharp/src/SkeletonBounds.cs | 6 +++--- spine-csharp/src/SkeletonData.cs | 6 +++--- spine-csharp/src/SkeletonJson.cs | 12 ++++++------ spine-csharp/src/Skin.cs | 6 +++--- spine-csharp/src/Slot.cs | 6 +++--- spine-csharp/src/SlotData.cs | 6 +++--- spine-js/spine.js | 6 +++--- spine-js/turbulenz/SpriteBatch.js | 6 +++--- .../src/com/esotericsoftware/spine/Animation.java | 6 +++--- .../com/esotericsoftware/spine/AnimationState.java | 6 +++--- .../esotericsoftware/spine/AnimationStateData.java | 6 +++--- .../src/com/esotericsoftware/spine/Bone.java | 6 +++--- .../src/com/esotericsoftware/spine/BoneData.java | 6 +++--- .../src/com/esotericsoftware/spine/Event.java | 6 +++--- .../src/com/esotericsoftware/spine/EventData.java | 6 +++--- .../src/com/esotericsoftware/spine/Skeleton.java | 6 +++--- .../com/esotericsoftware/spine/SkeletonBinary.java | 6 +++--- .../com/esotericsoftware/spine/SkeletonBounds.java | 6 +++--- .../src/com/esotericsoftware/spine/SkeletonData.java | 6 +++--- .../src/com/esotericsoftware/spine/SkeletonJson.java | 6 +++--- .../com/esotericsoftware/spine/SkeletonRenderer.java | 6 +++--- .../spine/SkeletonRendererDebug.java | 6 +++--- .../src/com/esotericsoftware/spine/Skin.java | 6 +++--- .../src/com/esotericsoftware/spine/Slot.java | 6 +++--- .../src/com/esotericsoftware/spine/SlotData.java | 6 +++--- .../spine/attachments/AtlasAttachmentLoader.java | 6 +++--- .../spine/attachments/Attachment.java | 6 +++--- .../spine/attachments/AttachmentLoader.java | 6 +++--- .../spine/attachments/AttachmentType.java | 6 +++--- .../spine/attachments/BoundingBoxAttachment.java | 6 +++--- .../spine/attachments/RegionAttachment.java | 6 +++--- .../spine/attachments/RegionSequenceAttachment.java | 6 +++--- .../esotericsoftware/spine/AnimationStateTest.java | 6 +++--- .../com/esotericsoftware/spine/Box2DExample.java | 6 +++--- .../test/com/esotericsoftware/spine/MixTest.java | 6 +++--- .../com/esotericsoftware/spine/SkeletonTest.java | 6 +++--- spine-love/spine-love/spine.lua | 4 ++-- spine-lua/Animation.lua | 4 ++-- spine-lua/AnimationState.lua | 4 ++-- spine-lua/AnimationStateData.lua | 4 ++-- spine-lua/AttachmentLoader.lua | 4 ++-- spine-lua/Bone.lua | 4 ++-- spine-lua/BoneData.lua | 4 ++-- spine-lua/RegionAttachment.lua | 4 ++-- spine-lua/Skeleton.lua | 4 ++-- spine-lua/SkeletonData.lua | 4 ++-- spine-lua/SkeletonJson.lua | 4 ++-- spine-lua/Skin.lua | 4 ++-- spine-lua/Slot.lua | 4 ++-- spine-lua/SlotData.lua | 4 ++-- spine-lua/utils.lua | 4 ++-- spine-sfml/example/main.cpp | 6 +++--- spine-sfml/src/spine/spine-sfml.cpp | 6 +++--- spine-sfml/src/spine/spine-sfml.h | 6 +++--- .../src/spine/starling/SkeletonAnimation.as | 6 +++--- .../src/spine/starling/SkeletonImage.as | 6 +++--- .../src/spine/starling/SkeletonSprite.as | 6 +++--- .../spine/starling/StarlingAtlasAttachmentLoader.as | 6 +++--- spine-tk2d/Assets/Spine/Editor/Menus.cs | 6 +++--- .../Spine/Editor/SkeletonAnimationInspector.cs | 6 +++--- .../Spine/Editor/SkeletonComponentInspector.cs | 6 +++--- .../Spine/Editor/SkeletonDataAssetInspector.cs | 7 ++++--- spine-tk2d/Assets/Spine/SkeletonAnimation.cs | 7 ++++--- spine-tk2d/Assets/Spine/SkeletonComponent.cs | 6 +++--- spine-tk2d/Assets/Spine/SkeletonDataAsset.cs | 6 +++--- .../Assets/Spine/SpriteCollectionAttachmentLoader.cs | 6 +++--- spine-tk2d/Assets/examples/spineboy/Spineboy.cs | 6 +++--- spine-unity/Assets/Spine/AtlasAsset.cs | 6 +++--- .../Assets/Spine/Editor/AtlasAssetInspector.cs | 6 +++--- spine-unity/Assets/Spine/Editor/Menus.cs | 6 +++--- .../Spine/Editor/SkeletonAnimationInspector.cs | 6 +++--- .../Spine/Editor/SkeletonComponentInspector.cs | 6 +++--- .../Spine/Editor/SkeletonDataAssetInspector.cs | 7 ++++--- spine-unity/Assets/Spine/SkeletonAnimation.cs | 7 ++++--- spine-unity/Assets/Spine/SkeletonComponent.cs | 6 +++--- spine-unity/Assets/Spine/SkeletonDataAsset.cs | 6 +++--- spine-unity/Assets/examples/goblins/Goblins.cs | 6 +++--- spine-unity/Assets/examples/spineboy/Spineboy.cs | 6 +++--- spine-xna/example/src/ExampleGame.cs | 6 +++--- spine-xna/src/SkeletonRenderer.cs | 6 +++--- spine-xna/src/SpriteBatcher.cs | 6 +++--- spine-xna/src/Util.cs | 6 +++--- spine-xna/src/XnaTextureLoader.cs | 6 +++--- 190 files changed, 566 insertions(+), 562 deletions(-) diff --git a/spine-as3/spine-as3-example/src/Main.as b/spine-as3/spine-as3-example/src/Main.as index 7d16d92a5..65d911ac2 100644 --- a/spine-as3/spine-as3-example/src/Main.as +++ b/spine-as3/spine-as3-example/src/Main.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/AnimationState.as b/spine-as3/spine-as3/src/spine/AnimationState.as index d8f972c10..9ef066e00 100644 --- a/spine-as3/spine-as3/src/spine/AnimationState.as +++ b/spine-as3/spine-as3/src/spine/AnimationState.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/AnimationStateData.as b/spine-as3/spine-as3/src/spine/AnimationStateData.as index c568a1520..a31c6a3af 100644 --- a/spine-as3/spine-as3/src/spine/AnimationStateData.as +++ b/spine-as3/spine-as3/src/spine/AnimationStateData.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/Bone.as b/spine-as3/spine-as3/src/spine/Bone.as index fbca6a91c..fe3ee3238 100644 --- a/spine-as3/spine-as3/src/spine/Bone.as +++ b/spine-as3/spine-as3/src/spine/Bone.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/BoneData.as b/spine-as3/spine-as3/src/spine/BoneData.as index 47fe6c595..fa8a80b82 100644 --- a/spine-as3/spine-as3/src/spine/BoneData.as +++ b/spine-as3/spine-as3/src/spine/BoneData.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/Skeleton.as b/spine-as3/spine-as3/src/spine/Skeleton.as index 764939938..b61258ef5 100644 --- a/spine-as3/spine-as3/src/spine/Skeleton.as +++ b/spine-as3/spine-as3/src/spine/Skeleton.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/SkeletonData.as b/spine-as3/spine-as3/src/spine/SkeletonData.as index 16049d1e1..209849635 100644 --- a/spine-as3/spine-as3/src/spine/SkeletonData.as +++ b/spine-as3/spine-as3/src/spine/SkeletonData.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/SkeletonJson.as b/spine-as3/spine-as3/src/spine/SkeletonJson.as index 7083f9b38..f49af6bbb 100644 --- a/spine-as3/spine-as3/src/spine/SkeletonJson.as +++ b/spine-as3/spine-as3/src/spine/SkeletonJson.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/Skin.as b/spine-as3/spine-as3/src/spine/Skin.as index 9d8bfeed5..9c5f7c7a0 100644 --- a/spine-as3/spine-as3/src/spine/Skin.as +++ b/spine-as3/spine-as3/src/spine/Skin.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/Slot.as b/spine-as3/spine-as3/src/spine/Slot.as index d4001b9cb..09d4e3374 100644 --- a/spine-as3/spine-as3/src/spine/Slot.as +++ b/spine-as3/spine-as3/src/spine/Slot.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/SlotData.as b/spine-as3/spine-as3/src/spine/SlotData.as index 4097a68a4..be6397024 100644 --- a/spine-as3/spine-as3/src/spine/SlotData.as +++ b/spine-as3/spine-as3/src/spine/SlotData.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/animation/Animation.as b/spine-as3/spine-as3/src/spine/animation/Animation.as index bfd7bdc43..6911c74d8 100644 --- a/spine-as3/spine-as3/src/spine/animation/Animation.as +++ b/spine-as3/spine-as3/src/spine/animation/Animation.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/animation/AttachmentTimeline.as b/spine-as3/spine-as3/src/spine/animation/AttachmentTimeline.as index 3667d8c80..82eb4be50 100644 --- a/spine-as3/spine-as3/src/spine/animation/AttachmentTimeline.as +++ b/spine-as3/spine-as3/src/spine/animation/AttachmentTimeline.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/animation/ColorTimeline.as b/spine-as3/spine-as3/src/spine/animation/ColorTimeline.as index 40b11f8d8..e72321e0a 100644 --- a/spine-as3/spine-as3/src/spine/animation/ColorTimeline.as +++ b/spine-as3/spine-as3/src/spine/animation/ColorTimeline.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/animation/CurveTimeline.as b/spine-as3/spine-as3/src/spine/animation/CurveTimeline.as index 4831cb4c9..2c4a13495 100644 --- a/spine-as3/spine-as3/src/spine/animation/CurveTimeline.as +++ b/spine-as3/spine-as3/src/spine/animation/CurveTimeline.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/animation/RotateTimeline.as b/spine-as3/spine-as3/src/spine/animation/RotateTimeline.as index 9ef16812e..67b97b59d 100644 --- a/spine-as3/spine-as3/src/spine/animation/RotateTimeline.as +++ b/spine-as3/spine-as3/src/spine/animation/RotateTimeline.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/animation/ScaleTimeline.as b/spine-as3/spine-as3/src/spine/animation/ScaleTimeline.as index 33a150af3..47d5c22a5 100644 --- a/spine-as3/spine-as3/src/spine/animation/ScaleTimeline.as +++ b/spine-as3/spine-as3/src/spine/animation/ScaleTimeline.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/animation/Timeline.as b/spine-as3/spine-as3/src/spine/animation/Timeline.as index 00a4aff6a..cde9c55c2 100644 --- a/spine-as3/spine-as3/src/spine/animation/Timeline.as +++ b/spine-as3/spine-as3/src/spine/animation/Timeline.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/animation/TranslateTimeline.as b/spine-as3/spine-as3/src/spine/animation/TranslateTimeline.as index 9d06e5c56..65b9493ae 100644 --- a/spine-as3/spine-as3/src/spine/animation/TranslateTimeline.as +++ b/spine-as3/spine-as3/src/spine/animation/TranslateTimeline.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/atlas/Atlas.as b/spine-as3/spine-as3/src/spine/atlas/Atlas.as index 9db8946cb..06a6c5132 100644 --- a/spine-as3/spine-as3/src/spine/atlas/Atlas.as +++ b/spine-as3/spine-as3/src/spine/atlas/Atlas.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/atlas/AtlasPage.as b/spine-as3/spine-as3/src/spine/atlas/AtlasPage.as index c80bf4fa9..8f750a5ba 100644 --- a/spine-as3/spine-as3/src/spine/atlas/AtlasPage.as +++ b/spine-as3/spine-as3/src/spine/atlas/AtlasPage.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/atlas/AtlasRegion.as b/spine-as3/spine-as3/src/spine/atlas/AtlasRegion.as index 0d357bec7..dd4446c98 100644 --- a/spine-as3/spine-as3/src/spine/atlas/AtlasRegion.as +++ b/spine-as3/spine-as3/src/spine/atlas/AtlasRegion.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/atlas/Format.as b/spine-as3/spine-as3/src/spine/atlas/Format.as index 6016466a1..1e1eca3ff 100644 --- a/spine-as3/spine-as3/src/spine/atlas/Format.as +++ b/spine-as3/spine-as3/src/spine/atlas/Format.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/atlas/TextureFilter.as b/spine-as3/spine-as3/src/spine/atlas/TextureFilter.as index 527dc3ee9..bb94c08fb 100644 --- a/spine-as3/spine-as3/src/spine/atlas/TextureFilter.as +++ b/spine-as3/spine-as3/src/spine/atlas/TextureFilter.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/atlas/TextureLoader.as b/spine-as3/spine-as3/src/spine/atlas/TextureLoader.as index 422994a84..b9b331d05 100644 --- a/spine-as3/spine-as3/src/spine/atlas/TextureLoader.as +++ b/spine-as3/spine-as3/src/spine/atlas/TextureLoader.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/atlas/TextureWrap.as b/spine-as3/spine-as3/src/spine/atlas/TextureWrap.as index a76ae4332..8f775cb8a 100644 --- a/spine-as3/spine-as3/src/spine/atlas/TextureWrap.as +++ b/spine-as3/spine-as3/src/spine/atlas/TextureWrap.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/attachments/AtlasAttachmentLoader.as b/spine-as3/spine-as3/src/spine/attachments/AtlasAttachmentLoader.as index 15c6bb6ca..251be0533 100644 --- a/spine-as3/spine-as3/src/spine/attachments/AtlasAttachmentLoader.as +++ b/spine-as3/spine-as3/src/spine/attachments/AtlasAttachmentLoader.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/attachments/Attachment.as b/spine-as3/spine-as3/src/spine/attachments/Attachment.as index cea52128c..db11f980b 100644 --- a/spine-as3/spine-as3/src/spine/attachments/Attachment.as +++ b/spine-as3/spine-as3/src/spine/attachments/Attachment.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/attachments/AttachmentLoader.as b/spine-as3/spine-as3/src/spine/attachments/AttachmentLoader.as index 9e910ec65..5ba93ce64 100644 --- a/spine-as3/spine-as3/src/spine/attachments/AttachmentLoader.as +++ b/spine-as3/spine-as3/src/spine/attachments/AttachmentLoader.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/attachments/AttachmentType.as b/spine-as3/spine-as3/src/spine/attachments/AttachmentType.as index 96a90fca7..ab2604d7a 100644 --- a/spine-as3/spine-as3/src/spine/attachments/AttachmentType.as +++ b/spine-as3/spine-as3/src/spine/attachments/AttachmentType.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/attachments/BoundingBoxAttachment.as b/spine-as3/spine-as3/src/spine/attachments/BoundingBoxAttachment.as index 074a48585..9d595f573 100644 --- a/spine-as3/spine-as3/src/spine/attachments/BoundingBoxAttachment.as +++ b/spine-as3/spine-as3/src/spine/attachments/BoundingBoxAttachment.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/attachments/RegionAttachment.as b/spine-as3/spine-as3/src/spine/attachments/RegionAttachment.as index aec25b049..3729b4303 100644 --- a/spine-as3/spine-as3/src/spine/attachments/RegionAttachment.as +++ b/spine-as3/spine-as3/src/spine/attachments/RegionAttachment.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/flash/SingleTextureLoader.as b/spine-as3/spine-as3/src/spine/flash/SingleTextureLoader.as index 6dcac5ed1..907348cdd 100644 --- a/spine-as3/spine-as3/src/spine/flash/SingleTextureLoader.as +++ b/spine-as3/spine-as3/src/spine/flash/SingleTextureLoader.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/flash/SkeletonAnimation.as b/spine-as3/spine-as3/src/spine/flash/SkeletonAnimation.as index 631ce2983..241e19881 100644 --- a/spine-as3/spine-as3/src/spine/flash/SkeletonAnimation.as +++ b/spine-as3/spine-as3/src/spine/flash/SkeletonAnimation.as @@ -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 diff --git a/spine-as3/spine-as3/src/spine/flash/SkeletonSprite.as b/spine-as3/spine-as3/src/spine/flash/SkeletonSprite.as index 947b7e57e..4e2e75f72 100644 --- a/spine-as3/spine-as3/src/spine/flash/SkeletonSprite.as +++ b/spine-as3/spine-as3/src/spine/flash/SkeletonSprite.as @@ -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 diff --git a/spine-c/example/main.c b/spine-c/example/main.c index 726614e48..abc7db6f3 100644 --- a/spine-c/example/main.c +++ b/spine-c/example/main.c @@ -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 @@ -83,4 +83,4 @@ int main (void) { Atlas_dispose(atlas); return 0; -} +} \ No newline at end of file diff --git a/spine-c/include/spine/Animation.h b/spine-c/include/spine/Animation.h index da3b19b89..16862fa32 100644 --- a/spine-c/include/spine/Animation.h +++ b/spine-c/include/spine/Animation.h @@ -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 diff --git a/spine-c/include/spine/AnimationState.h b/spine-c/include/spine/AnimationState.h index 03e41a364..802b91b5c 100644 --- a/spine-c/include/spine/AnimationState.h +++ b/spine-c/include/spine/AnimationState.h @@ -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 diff --git a/spine-c/include/spine/AnimationStateData.h b/spine-c/include/spine/AnimationStateData.h index f7ddbbaf6..e0b0edfb8 100644 --- a/spine-c/include/spine/AnimationStateData.h +++ b/spine-c/include/spine/AnimationStateData.h @@ -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 diff --git a/spine-c/include/spine/Atlas.h b/spine-c/include/spine/Atlas.h index 6cca76dfc..5d52c020d 100644 --- a/spine-c/include/spine/Atlas.h +++ b/spine-c/include/spine/Atlas.h @@ -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 diff --git a/spine-c/include/spine/AtlasAttachmentLoader.h b/spine-c/include/spine/AtlasAttachmentLoader.h index 6c60b84ac..c0f001e67 100644 --- a/spine-c/include/spine/AtlasAttachmentLoader.h +++ b/spine-c/include/spine/AtlasAttachmentLoader.h @@ -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 diff --git a/spine-c/include/spine/Attachment.h b/spine-c/include/spine/Attachment.h index af775ae65..c501b1f8f 100644 --- a/spine-c/include/spine/Attachment.h +++ b/spine-c/include/spine/Attachment.h @@ -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 diff --git a/spine-c/include/spine/AttachmentLoader.h b/spine-c/include/spine/AttachmentLoader.h index 68451fb52..511915deb 100644 --- a/spine-c/include/spine/AttachmentLoader.h +++ b/spine-c/include/spine/AttachmentLoader.h @@ -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 diff --git a/spine-c/include/spine/Bone.h b/spine-c/include/spine/Bone.h index 032d7e753..2c5321177 100644 --- a/spine-c/include/spine/Bone.h +++ b/spine-c/include/spine/Bone.h @@ -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 diff --git a/spine-c/include/spine/BoneData.h b/spine-c/include/spine/BoneData.h index c65436139..7e17c2e2a 100644 --- a/spine-c/include/spine/BoneData.h +++ b/spine-c/include/spine/BoneData.h @@ -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 diff --git a/spine-c/include/spine/BoundingBoxAttachment.h b/spine-c/include/spine/BoundingBoxAttachment.h index 81c19618a..00e46141c 100644 --- a/spine-c/include/spine/BoundingBoxAttachment.h +++ b/spine-c/include/spine/BoundingBoxAttachment.h @@ -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 diff --git a/spine-c/include/spine/Event.h b/spine-c/include/spine/Event.h index b6b5bcc2c..a42460f94 100644 --- a/spine-c/include/spine/Event.h +++ b/spine-c/include/spine/Event.h @@ -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 diff --git a/spine-c/include/spine/EventData.h b/spine-c/include/spine/EventData.h index da8583006..0c2442812 100644 --- a/spine-c/include/spine/EventData.h +++ b/spine-c/include/spine/EventData.h @@ -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 diff --git a/spine-c/include/spine/RegionAttachment.h b/spine-c/include/spine/RegionAttachment.h index f85cc115e..7dd242288 100644 --- a/spine-c/include/spine/RegionAttachment.h +++ b/spine-c/include/spine/RegionAttachment.h @@ -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 diff --git a/spine-c/include/spine/Skeleton.h b/spine-c/include/spine/Skeleton.h index 41cb93b7f..e4bc0c3a8 100644 --- a/spine-c/include/spine/Skeleton.h +++ b/spine-c/include/spine/Skeleton.h @@ -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 diff --git a/spine-c/include/spine/SkeletonBounds.h b/spine-c/include/spine/SkeletonBounds.h index 1605e4872..47ac0314f 100644 --- a/spine-c/include/spine/SkeletonBounds.h +++ b/spine-c/include/spine/SkeletonBounds.h @@ -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 diff --git a/spine-c/include/spine/SkeletonData.h b/spine-c/include/spine/SkeletonData.h index 8b8747a3d..6538bf67e 100644 --- a/spine-c/include/spine/SkeletonData.h +++ b/spine-c/include/spine/SkeletonData.h @@ -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 diff --git a/spine-c/include/spine/SkeletonJson.h b/spine-c/include/spine/SkeletonJson.h index 236eeefe2..32dec3309 100644 --- a/spine-c/include/spine/SkeletonJson.h +++ b/spine-c/include/spine/SkeletonJson.h @@ -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 diff --git a/spine-c/include/spine/Skin.h b/spine-c/include/spine/Skin.h index 862382c6b..a9abde546 100644 --- a/spine-c/include/spine/Skin.h +++ b/spine-c/include/spine/Skin.h @@ -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 diff --git a/spine-c/include/spine/Slot.h b/spine-c/include/spine/Slot.h index 6a3a7230d..a0ce8b0db 100644 --- a/spine-c/include/spine/Slot.h +++ b/spine-c/include/spine/Slot.h @@ -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 diff --git a/spine-c/include/spine/SlotData.h b/spine-c/include/spine/SlotData.h index b5f3b0672..224f222da 100644 --- a/spine-c/include/spine/SlotData.h +++ b/spine-c/include/spine/SlotData.h @@ -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 diff --git a/spine-c/include/spine/extension.h b/spine-c/include/spine/extension.h index 3f2373cef..a18fcde74 100644 --- a/spine-c/include/spine/extension.h +++ b/spine-c/include/spine/extension.h @@ -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 @@ -164,4 +164,4 @@ void _CurveTimeline_deinit (CurveTimeline* self); } #endif -#endif /* SPINE_EXTENSION_H_ */ +#endif /* SPINE_EXTENSION_H_ */ \ No newline at end of file diff --git a/spine-c/include/spine/spine.h b/spine-c/include/spine/spine.h index ce102b376..59e0195aa 100644 --- a/spine-c/include/spine/spine.h +++ b/spine-c/include/spine/spine.h @@ -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 diff --git a/spine-c/src/spine/Animation.c b/spine-c/src/spine/Animation.c index 4d4a81def..a1503de57 100644 --- a/spine-c/src/spine/Animation.c +++ b/spine-c/src/spine/Animation.c @@ -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 diff --git a/spine-c/src/spine/AnimationState.c b/spine-c/src/spine/AnimationState.c index 015fbb600..628906914 100644 --- a/spine-c/src/spine/AnimationState.c +++ b/spine-c/src/spine/AnimationState.c @@ -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 diff --git a/spine-c/src/spine/AnimationStateData.c b/spine-c/src/spine/AnimationStateData.c index 252f7a9db..a01c16ff3 100644 --- a/spine-c/src/spine/AnimationStateData.c +++ b/spine-c/src/spine/AnimationStateData.c @@ -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 diff --git a/spine-c/src/spine/Atlas.c b/spine-c/src/spine/Atlas.c index 95ebeaa8c..599330ecb 100644 --- a/spine-c/src/spine/Atlas.c +++ b/spine-c/src/spine/Atlas.c @@ -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 diff --git a/spine-c/src/spine/AtlasAttachmentLoader.c b/spine-c/src/spine/AtlasAttachmentLoader.c index 195351ebb..ae9a6846f 100644 --- a/spine-c/src/spine/AtlasAttachmentLoader.c +++ b/spine-c/src/spine/AtlasAttachmentLoader.c @@ -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 diff --git a/spine-c/src/spine/Attachment.c b/spine-c/src/spine/Attachment.c index c3281156e..3cce9412e 100644 --- a/spine-c/src/spine/Attachment.c +++ b/spine-c/src/spine/Attachment.c @@ -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 diff --git a/spine-c/src/spine/AttachmentLoader.c b/spine-c/src/spine/AttachmentLoader.c index 1634c41e6..0cfc4ac07 100644 --- a/spine-c/src/spine/AttachmentLoader.c +++ b/spine-c/src/spine/AttachmentLoader.c @@ -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 diff --git a/spine-c/src/spine/Bone.c b/spine-c/src/spine/Bone.c index 3e0f10a3c..b0343bda8 100644 --- a/spine-c/src/spine/Bone.c +++ b/spine-c/src/spine/Bone.c @@ -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 diff --git a/spine-c/src/spine/BoneData.c b/spine-c/src/spine/BoneData.c index ba92a7a8a..93dea0024 100644 --- a/spine-c/src/spine/BoneData.c +++ b/spine-c/src/spine/BoneData.c @@ -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 diff --git a/spine-c/src/spine/BoundingBoxAttachment.c b/spine-c/src/spine/BoundingBoxAttachment.c index 6e01f3290..17faacf15 100644 --- a/spine-c/src/spine/BoundingBoxAttachment.c +++ b/spine-c/src/spine/BoundingBoxAttachment.c @@ -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 diff --git a/spine-c/src/spine/Event.c b/spine-c/src/spine/Event.c index 88735ab06..1a96bffcc 100644 --- a/spine-c/src/spine/Event.c +++ b/spine-c/src/spine/Event.c @@ -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 diff --git a/spine-c/src/spine/EventData.c b/spine-c/src/spine/EventData.c index 9414565dc..2329f0512 100644 --- a/spine-c/src/spine/EventData.c +++ b/spine-c/src/spine/EventData.c @@ -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 diff --git a/spine-c/src/spine/RegionAttachment.c b/spine-c/src/spine/RegionAttachment.c index 547d38c01..b68cf2215 100644 --- a/spine-c/src/spine/RegionAttachment.c +++ b/spine-c/src/spine/RegionAttachment.c @@ -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 diff --git a/spine-c/src/spine/Skeleton.c b/spine-c/src/spine/Skeleton.c index 1c89a4cea..1f5a60ed0 100644 --- a/spine-c/src/spine/Skeleton.c +++ b/spine-c/src/spine/Skeleton.c @@ -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 diff --git a/spine-c/src/spine/SkeletonBounds.c b/spine-c/src/spine/SkeletonBounds.c index b9f9d4e1a..3e18ae714 100644 --- a/spine-c/src/spine/SkeletonBounds.c +++ b/spine-c/src/spine/SkeletonBounds.c @@ -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 diff --git a/spine-c/src/spine/SkeletonData.c b/spine-c/src/spine/SkeletonData.c index 2b3e60c47..599fb1780 100644 --- a/spine-c/src/spine/SkeletonData.c +++ b/spine-c/src/spine/SkeletonData.c @@ -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 diff --git a/spine-c/src/spine/SkeletonJson.c b/spine-c/src/spine/SkeletonJson.c index f4e28fb5d..10d82ae85 100644 --- a/spine-c/src/spine/SkeletonJson.c +++ b/spine-c/src/spine/SkeletonJson.c @@ -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 diff --git a/spine-c/src/spine/Skin.c b/spine-c/src/spine/Skin.c index c90e3ef6d..d1cff4393 100644 --- a/spine-c/src/spine/Skin.c +++ b/spine-c/src/spine/Skin.c @@ -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 diff --git a/spine-c/src/spine/Slot.c b/spine-c/src/spine/Slot.c index 6191b702f..c8237939b 100644 --- a/spine-c/src/spine/Slot.c +++ b/spine-c/src/spine/Slot.c @@ -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 diff --git a/spine-c/src/spine/SlotData.c b/spine-c/src/spine/SlotData.c index 7cae32c2b..2754bdc40 100644 --- a/spine-c/src/spine/SlotData.c +++ b/spine-c/src/spine/SlotData.c @@ -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 diff --git a/spine-c/src/spine/extension.c b/spine-c/src/spine/extension.c index 1a21062a0..611227f44 100644 --- a/spine-c/src/spine/extension.c +++ b/spine-c/src/spine/extension.c @@ -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 diff --git a/spine-cocos2d-iphone/src/spine/CCSkeleton.h b/spine-cocos2d-iphone/src/spine/CCSkeleton.h index 4444af2a8..2626b7e69 100644 --- a/spine-cocos2d-iphone/src/spine/CCSkeleton.h +++ b/spine-cocos2d-iphone/src/spine/CCSkeleton.h @@ -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 diff --git a/spine-cocos2d-iphone/src/spine/CCSkeleton.m b/spine-cocos2d-iphone/src/spine/CCSkeleton.m index 7f80d593a..e97fd0c86 100644 --- a/spine-cocos2d-iphone/src/spine/CCSkeleton.m +++ b/spine-cocos2d-iphone/src/spine/CCSkeleton.m @@ -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 diff --git a/spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.h b/spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.h index 53a39c793..765b5f661 100644 --- a/spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.h +++ b/spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.h @@ -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 diff --git a/spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.m b/spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.m index 185c519e7..054d5abfc 100644 --- a/spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.m +++ b/spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.m @@ -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 diff --git a/spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.h b/spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.h index c2fcc8c95..cd4b2a242 100644 --- a/spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.h +++ b/spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.h @@ -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 diff --git a/spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.m b/spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.m index 9b43c812b..89f785671 100644 --- a/spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.m +++ b/spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.m @@ -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 diff --git a/spine-cocos2dx/src/spine/CCSkeleton.cpp b/spine-cocos2dx/src/spine/CCSkeleton.cpp index 6603f7fd0..326f688d4 100644 --- a/spine-cocos2dx/src/spine/CCSkeleton.cpp +++ b/spine-cocos2dx/src/spine/CCSkeleton.cpp @@ -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 diff --git a/spine-cocos2dx/src/spine/CCSkeleton.h b/spine-cocos2dx/src/spine/CCSkeleton.h index 71ef1d0e9..e78aefa84 100644 --- a/spine-cocos2dx/src/spine/CCSkeleton.h +++ b/spine-cocos2dx/src/spine/CCSkeleton.h @@ -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 diff --git a/spine-cocos2dx/src/spine/CCSkeletonAnimation.cpp b/spine-cocos2dx/src/spine/CCSkeletonAnimation.cpp index 6ab4e93ca..4f936acdc 100644 --- a/spine-cocos2dx/src/spine/CCSkeletonAnimation.cpp +++ b/spine-cocos2dx/src/spine/CCSkeletonAnimation.cpp @@ -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 diff --git a/spine-cocos2dx/src/spine/CCSkeletonAnimation.h b/spine-cocos2dx/src/spine/CCSkeletonAnimation.h index c852bd10c..59e815548 100644 --- a/spine-cocos2dx/src/spine/CCSkeletonAnimation.h +++ b/spine-cocos2dx/src/spine/CCSkeletonAnimation.h @@ -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 diff --git a/spine-cocos2dx/src/spine/spine-cocos2dx.cpp b/spine-cocos2dx/src/spine/spine-cocos2dx.cpp index c09293a3f..34d7baf13 100644 --- a/spine-cocos2dx/src/spine/spine-cocos2dx.cpp +++ b/spine-cocos2dx/src/spine/spine-cocos2dx.cpp @@ -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 diff --git a/spine-cocos2dx/src/spine/spine-cocos2dx.h b/spine-cocos2dx/src/spine/spine-cocos2dx.h index e06a363cf..918c4099e 100644 --- a/spine-cocos2dx/src/spine/spine-cocos2dx.h +++ b/spine-cocos2dx/src/spine/spine-cocos2dx.h @@ -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 diff --git a/spine-corona/spine-corona/spine.lua b/spine-corona/spine-corona/spine.lua index 8e40cf516..baacc1470 100644 --- a/spine-corona/spine-corona/spine.lua +++ b/spine-corona/spine-corona/spine.lua @@ -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 diff --git a/spine-csharp/src/Animation.cs b/spine-csharp/src/Animation.cs index 660bcd17d..ea2688299 100644 --- a/spine-csharp/src/Animation.cs +++ b/spine-csharp/src/Animation.cs @@ -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 diff --git a/spine-csharp/src/AnimationState.cs b/spine-csharp/src/AnimationState.cs index 3667b92a0..9455d2b2f 100644 --- a/spine-csharp/src/AnimationState.cs +++ b/spine-csharp/src/AnimationState.cs @@ -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 diff --git a/spine-csharp/src/AnimationStateData.cs b/spine-csharp/src/AnimationStateData.cs index 7809e44e7..c9983d073 100644 --- a/spine-csharp/src/AnimationStateData.cs +++ b/spine-csharp/src/AnimationStateData.cs @@ -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 diff --git a/spine-csharp/src/Atlas.cs b/spine-csharp/src/Atlas.cs index b4fb5659a..746dd0f78 100644 --- a/spine-csharp/src/Atlas.cs +++ b/spine-csharp/src/Atlas.cs @@ -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); } -} +} diff --git a/spine-csharp/src/Attachments/AtlasAttachmentLoader.cs b/spine-csharp/src/Attachments/AtlasAttachmentLoader.cs index bd60ed934..d149ee1ad 100644 --- a/spine-csharp/src/Attachments/AtlasAttachmentLoader.cs +++ b/spine-csharp/src/Attachments/AtlasAttachmentLoader.cs @@ -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 diff --git a/spine-csharp/src/Attachments/Attachment.cs b/spine-csharp/src/Attachments/Attachment.cs index d81b7cb2d..9d4b6ff7a 100644 --- a/spine-csharp/src/Attachments/Attachment.cs +++ b/spine-csharp/src/Attachments/Attachment.cs @@ -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 diff --git a/spine-csharp/src/Attachments/AttachmentLoader.cs b/spine-csharp/src/Attachments/AttachmentLoader.cs index c5120ad64..6d59510e7 100644 --- a/spine-csharp/src/Attachments/AttachmentLoader.cs +++ b/spine-csharp/src/Attachments/AttachmentLoader.cs @@ -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 diff --git a/spine-csharp/src/Attachments/AttachmentType.cs b/spine-csharp/src/Attachments/AttachmentType.cs index d8e8eabb6..dc514ff3e 100644 --- a/spine-csharp/src/Attachments/AttachmentType.cs +++ b/spine-csharp/src/Attachments/AttachmentType.cs @@ -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 diff --git a/spine-csharp/src/Attachments/BoundingBoxAttachment.cs b/spine-csharp/src/Attachments/BoundingBoxAttachment.cs index c1187ccb5..156cefbae 100644 --- a/spine-csharp/src/Attachments/BoundingBoxAttachment.cs +++ b/spine-csharp/src/Attachments/BoundingBoxAttachment.cs @@ -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 diff --git a/spine-csharp/src/Attachments/RegionAttachment.cs b/spine-csharp/src/Attachments/RegionAttachment.cs index 8bb87f4a4..0ca7a4fc1 100644 --- a/spine-csharp/src/Attachments/RegionAttachment.cs +++ b/spine-csharp/src/Attachments/RegionAttachment.cs @@ -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 diff --git a/spine-csharp/src/Bone.cs b/spine-csharp/src/Bone.cs index 65709bb23..d5d2ccc27 100644 --- a/spine-csharp/src/Bone.cs +++ b/spine-csharp/src/Bone.cs @@ -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 diff --git a/spine-csharp/src/BoneData.cs b/spine-csharp/src/BoneData.cs index 7ed975585..b963faf4e 100644 --- a/spine-csharp/src/BoneData.cs +++ b/spine-csharp/src/BoneData.cs @@ -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 diff --git a/spine-csharp/src/Event.cs b/spine-csharp/src/Event.cs index c789c3b9c..efd7d9750 100644 --- a/spine-csharp/src/Event.cs +++ b/spine-csharp/src/Event.cs @@ -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 diff --git a/spine-csharp/src/EventData.cs b/spine-csharp/src/EventData.cs index b835f47a7..870ecdde2 100644 --- a/spine-csharp/src/EventData.cs +++ b/spine-csharp/src/EventData.cs @@ -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 diff --git a/spine-csharp/src/Skeleton.cs b/spine-csharp/src/Skeleton.cs index e97ad7623..e7b0974d0 100644 --- a/spine-csharp/src/Skeleton.cs +++ b/spine-csharp/src/Skeleton.cs @@ -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 diff --git a/spine-csharp/src/SkeletonBounds.cs b/spine-csharp/src/SkeletonBounds.cs index f3b057ce4..a09966227 100644 --- a/spine-csharp/src/SkeletonBounds.cs +++ b/spine-csharp/src/SkeletonBounds.cs @@ -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 diff --git a/spine-csharp/src/SkeletonData.cs b/spine-csharp/src/SkeletonData.cs index d41cfd32a..c311da124 100644 --- a/spine-csharp/src/SkeletonData.cs +++ b/spine-csharp/src/SkeletonData.cs @@ -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 diff --git a/spine-csharp/src/SkeletonJson.cs b/spine-csharp/src/SkeletonJson.cs index 096c589b1..db71fc155 100644 --- a/spine-csharp/src/SkeletonJson.cs +++ b/spine-csharp/src/SkeletonJson.cs @@ -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.IO; using System.Collections.Generic; @@ -418,4 +418,4 @@ namespace Spine { } } } -} +} diff --git a/spine-csharp/src/Skin.cs b/spine-csharp/src/Skin.cs index af4847e87..17da9661e 100644 --- a/spine-csharp/src/Skin.cs +++ b/spine-csharp/src/Skin.cs @@ -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 diff --git a/spine-csharp/src/Slot.cs b/spine-csharp/src/Slot.cs index a4460ed8e..8a0e5b493 100644 --- a/spine-csharp/src/Slot.cs +++ b/spine-csharp/src/Slot.cs @@ -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 diff --git a/spine-csharp/src/SlotData.cs b/spine-csharp/src/SlotData.cs index 1f1a90c06..6e3771acc 100644 --- a/spine-csharp/src/SlotData.cs +++ b/spine-csharp/src/SlotData.cs @@ -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 diff --git a/spine-js/spine.js b/spine-js/spine.js index b6672492b..d0fdd3d48 100644 --- a/spine-js/spine.js +++ b/spine-js/spine.js @@ -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 diff --git a/spine-js/turbulenz/SpriteBatch.js b/spine-js/turbulenz/SpriteBatch.js index 7f44522da..c6bd530d2 100644 --- a/spine-js/turbulenz/SpriteBatch.js +++ b/spine-js/turbulenz/SpriteBatch.js @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/Animation.java b/spine-libgdx/src/com/esotericsoftware/spine/Animation.java index 907b670f2..651f6e8a1 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/Animation.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/Animation.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java b/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java index 365c47f50..4f9739b6a 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/AnimationStateData.java b/spine-libgdx/src/com/esotericsoftware/spine/AnimationStateData.java index dd27cba2d..eacc284db 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/AnimationStateData.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/AnimationStateData.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/Bone.java b/spine-libgdx/src/com/esotericsoftware/spine/Bone.java index 8adb0fde6..49aed9cf0 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/Bone.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/Bone.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/BoneData.java b/spine-libgdx/src/com/esotericsoftware/spine/BoneData.java index bebfbe448..b96242c3b 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/BoneData.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/BoneData.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/Event.java b/spine-libgdx/src/com/esotericsoftware/spine/Event.java index 820880293..7b39898bc 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/Event.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/Event.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/EventData.java b/spine-libgdx/src/com/esotericsoftware/spine/EventData.java index f07700b2c..e23a3ceeb 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/EventData.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/EventData.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/Skeleton.java b/spine-libgdx/src/com/esotericsoftware/spine/Skeleton.java index a9409bd02..3633c3f15 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/Skeleton.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/Skeleton.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonBinary.java b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonBinary.java index b85268e0a..947a4c060 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonBinary.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonBinary.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonBounds.java b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonBounds.java index 94a99d905..43a32a09d 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonBounds.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonBounds.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonData.java b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonData.java index 607a1df6e..2f1bec59c 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonData.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonData.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonJson.java b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonJson.java index 9a1a6eb0d..3139cbdf0 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonJson.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonJson.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonRenderer.java b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonRenderer.java index f482870a4..11c7e211e 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonRenderer.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonRenderer.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonRendererDebug.java b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonRendererDebug.java index ce91b9e8b..83e3dde67 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/SkeletonRendererDebug.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/SkeletonRendererDebug.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/Skin.java b/spine-libgdx/src/com/esotericsoftware/spine/Skin.java index 4eced72e8..b6861184a 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/Skin.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/Skin.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/Slot.java b/spine-libgdx/src/com/esotericsoftware/spine/Slot.java index 2ed2350b7..918021ee5 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/Slot.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/Slot.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/SlotData.java b/spine-libgdx/src/com/esotericsoftware/spine/SlotData.java index ef7db9240..e7c8065d0 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/SlotData.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/SlotData.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/attachments/AtlasAttachmentLoader.java b/spine-libgdx/src/com/esotericsoftware/spine/attachments/AtlasAttachmentLoader.java index 398d834e9..b1a0caec1 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/attachments/AtlasAttachmentLoader.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/attachments/AtlasAttachmentLoader.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/attachments/Attachment.java b/spine-libgdx/src/com/esotericsoftware/spine/attachments/Attachment.java index 056d70f88..130121d62 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/attachments/Attachment.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/attachments/Attachment.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/attachments/AttachmentLoader.java b/spine-libgdx/src/com/esotericsoftware/spine/attachments/AttachmentLoader.java index 098572ae6..10101676d 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/attachments/AttachmentLoader.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/attachments/AttachmentLoader.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/attachments/AttachmentType.java b/spine-libgdx/src/com/esotericsoftware/spine/attachments/AttachmentType.java index ad29a57d2..05bd51fb8 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/attachments/AttachmentType.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/attachments/AttachmentType.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/attachments/BoundingBoxAttachment.java b/spine-libgdx/src/com/esotericsoftware/spine/attachments/BoundingBoxAttachment.java index 610dd320b..2d499f871 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/attachments/BoundingBoxAttachment.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/attachments/BoundingBoxAttachment.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/attachments/RegionAttachment.java b/spine-libgdx/src/com/esotericsoftware/spine/attachments/RegionAttachment.java index 594db41a6..9109e0f18 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/attachments/RegionAttachment.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/attachments/RegionAttachment.java @@ -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 diff --git a/spine-libgdx/src/com/esotericsoftware/spine/attachments/RegionSequenceAttachment.java b/spine-libgdx/src/com/esotericsoftware/spine/attachments/RegionSequenceAttachment.java index 1801e078a..0c32d2c33 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/attachments/RegionSequenceAttachment.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/attachments/RegionSequenceAttachment.java @@ -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 diff --git a/spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java b/spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java index 1fa0e325f..0931cba87 100644 --- a/spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java +++ b/spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java @@ -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 diff --git a/spine-libgdx/test/com/esotericsoftware/spine/Box2DExample.java b/spine-libgdx/test/com/esotericsoftware/spine/Box2DExample.java index 8e234fc69..381fc5858 100644 --- a/spine-libgdx/test/com/esotericsoftware/spine/Box2DExample.java +++ b/spine-libgdx/test/com/esotericsoftware/spine/Box2DExample.java @@ -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 diff --git a/spine-libgdx/test/com/esotericsoftware/spine/MixTest.java b/spine-libgdx/test/com/esotericsoftware/spine/MixTest.java index f07d5aa5b..5a85d11a9 100644 --- a/spine-libgdx/test/com/esotericsoftware/spine/MixTest.java +++ b/spine-libgdx/test/com/esotericsoftware/spine/MixTest.java @@ -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 diff --git a/spine-libgdx/test/com/esotericsoftware/spine/SkeletonTest.java b/spine-libgdx/test/com/esotericsoftware/spine/SkeletonTest.java index 5553dd5b5..dc6eb8ffc 100644 --- a/spine-libgdx/test/com/esotericsoftware/spine/SkeletonTest.java +++ b/spine-libgdx/test/com/esotericsoftware/spine/SkeletonTest.java @@ -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 diff --git a/spine-love/spine-love/spine.lua b/spine-love/spine-love/spine.lua index cc990ade0..c4336fd40 100644 --- a/spine-love/spine-love/spine.lua +++ b/spine-love/spine-love/spine.lua @@ -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 diff --git a/spine-lua/Animation.lua b/spine-lua/Animation.lua index 1a2e1a08d..382ecf43b 100644 --- a/spine-lua/Animation.lua +++ b/spine-lua/Animation.lua @@ -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 diff --git a/spine-lua/AnimationState.lua b/spine-lua/AnimationState.lua index 4f149637e..b79dd63e3 100644 --- a/spine-lua/AnimationState.lua +++ b/spine-lua/AnimationState.lua @@ -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 diff --git a/spine-lua/AnimationStateData.lua b/spine-lua/AnimationStateData.lua index 9416cd5f1..23288e416 100644 --- a/spine-lua/AnimationStateData.lua +++ b/spine-lua/AnimationStateData.lua @@ -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 diff --git a/spine-lua/AttachmentLoader.lua b/spine-lua/AttachmentLoader.lua index f62f1c73a..68b84e71a 100644 --- a/spine-lua/AttachmentLoader.lua +++ b/spine-lua/AttachmentLoader.lua @@ -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 diff --git a/spine-lua/Bone.lua b/spine-lua/Bone.lua index 00da72138..be7da6587 100644 --- a/spine-lua/Bone.lua +++ b/spine-lua/Bone.lua @@ -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 diff --git a/spine-lua/BoneData.lua b/spine-lua/BoneData.lua index 6256df525..3046b1ff1 100644 --- a/spine-lua/BoneData.lua +++ b/spine-lua/BoneData.lua @@ -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 diff --git a/spine-lua/RegionAttachment.lua b/spine-lua/RegionAttachment.lua index 5a4105880..2cca6f126 100644 --- a/spine-lua/RegionAttachment.lua +++ b/spine-lua/RegionAttachment.lua @@ -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 diff --git a/spine-lua/Skeleton.lua b/spine-lua/Skeleton.lua index bce23607c..af05d5f67 100644 --- a/spine-lua/Skeleton.lua +++ b/spine-lua/Skeleton.lua @@ -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 diff --git a/spine-lua/SkeletonData.lua b/spine-lua/SkeletonData.lua index d51ef5124..25eeb5b58 100644 --- a/spine-lua/SkeletonData.lua +++ b/spine-lua/SkeletonData.lua @@ -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 diff --git a/spine-lua/SkeletonJson.lua b/spine-lua/SkeletonJson.lua index a58dfb897..a6a48e203 100644 --- a/spine-lua/SkeletonJson.lua +++ b/spine-lua/SkeletonJson.lua @@ -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 diff --git a/spine-lua/Skin.lua b/spine-lua/Skin.lua index 42ab93a07..ea307b367 100644 --- a/spine-lua/Skin.lua +++ b/spine-lua/Skin.lua @@ -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 diff --git a/spine-lua/Slot.lua b/spine-lua/Slot.lua index 246c2360e..7defa55f5 100644 --- a/spine-lua/Slot.lua +++ b/spine-lua/Slot.lua @@ -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 diff --git a/spine-lua/SlotData.lua b/spine-lua/SlotData.lua index 5c3217b92..a540f186c 100644 --- a/spine-lua/SlotData.lua +++ b/spine-lua/SlotData.lua @@ -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 diff --git a/spine-lua/utils.lua b/spine-lua/utils.lua index ed3ff58cf..113601b7e 100644 --- a/spine-lua/utils.lua +++ b/spine-lua/utils.lua @@ -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 diff --git a/spine-sfml/example/main.cpp b/spine-sfml/example/main.cpp index b36ed1867..f4e0d36ca 100644 --- a/spine-sfml/example/main.cpp +++ b/spine-sfml/example/main.cpp @@ -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 diff --git a/spine-sfml/src/spine/spine-sfml.cpp b/spine-sfml/src/spine/spine-sfml.cpp index 4a22cc1cd..3a8d161ed 100644 --- a/spine-sfml/src/spine/spine-sfml.cpp +++ b/spine-sfml/src/spine/spine-sfml.cpp @@ -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 diff --git a/spine-sfml/src/spine/spine-sfml.h b/spine-sfml/src/spine/spine-sfml.h index 6138c1328..c1aaac36b 100644 --- a/spine-sfml/src/spine/spine-sfml.h +++ b/spine-sfml/src/spine/spine-sfml.h @@ -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 diff --git a/spine-starling/spine-starling/src/spine/starling/SkeletonAnimation.as b/spine-starling/spine-starling/src/spine/starling/SkeletonAnimation.as index f690971ff..f03bf9bf1 100644 --- a/spine-starling/spine-starling/src/spine/starling/SkeletonAnimation.as +++ b/spine-starling/spine-starling/src/spine/starling/SkeletonAnimation.as @@ -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 diff --git a/spine-starling/spine-starling/src/spine/starling/SkeletonImage.as b/spine-starling/spine-starling/src/spine/starling/SkeletonImage.as index 555bc94bf..1ccc96501 100644 --- a/spine-starling/spine-starling/src/spine/starling/SkeletonImage.as +++ b/spine-starling/spine-starling/src/spine/starling/SkeletonImage.as @@ -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 diff --git a/spine-starling/spine-starling/src/spine/starling/SkeletonSprite.as b/spine-starling/spine-starling/src/spine/starling/SkeletonSprite.as index 5431fa589..20cf819c9 100644 --- a/spine-starling/spine-starling/src/spine/starling/SkeletonSprite.as +++ b/spine-starling/spine-starling/src/spine/starling/SkeletonSprite.as @@ -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 diff --git a/spine-starling/spine-starling/src/spine/starling/StarlingAtlasAttachmentLoader.as b/spine-starling/spine-starling/src/spine/starling/StarlingAtlasAttachmentLoader.as index 2e457f67a..f4f5ed2a8 100644 --- a/spine-starling/spine-starling/src/spine/starling/StarlingAtlasAttachmentLoader.as +++ b/spine-starling/spine-starling/src/spine/starling/StarlingAtlasAttachmentLoader.as @@ -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 diff --git a/spine-tk2d/Assets/Spine/Editor/Menus.cs b/spine-tk2d/Assets/Spine/Editor/Menus.cs index ac0fbdc3e..d772733eb 100644 --- a/spine-tk2d/Assets/Spine/Editor/Menus.cs +++ b/spine-tk2d/Assets/Spine/Editor/Menus.cs @@ -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 diff --git a/spine-tk2d/Assets/Spine/Editor/SkeletonAnimationInspector.cs b/spine-tk2d/Assets/Spine/Editor/SkeletonAnimationInspector.cs index 94a7aa744..3fd552270 100644 --- a/spine-tk2d/Assets/Spine/Editor/SkeletonAnimationInspector.cs +++ b/spine-tk2d/Assets/Spine/Editor/SkeletonAnimationInspector.cs @@ -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 diff --git a/spine-tk2d/Assets/Spine/Editor/SkeletonComponentInspector.cs b/spine-tk2d/Assets/Spine/Editor/SkeletonComponentInspector.cs index 911d881be..7fef19cc9 100644 --- a/spine-tk2d/Assets/Spine/Editor/SkeletonComponentInspector.cs +++ b/spine-tk2d/Assets/Spine/Editor/SkeletonComponentInspector.cs @@ -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 diff --git a/spine-tk2d/Assets/Spine/Editor/SkeletonDataAssetInspector.cs b/spine-tk2d/Assets/Spine/Editor/SkeletonDataAssetInspector.cs index bb847a700..774b92ee9 100644 --- a/spine-tk2d/Assets/Spine/Editor/SkeletonDataAssetInspector.cs +++ b/spine-tk2d/Assets/Spine/Editor/SkeletonDataAssetInspector.cs @@ -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 @@ -30,6 +30,7 @@ * (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 UnityEditor; using UnityEngine; diff --git a/spine-tk2d/Assets/Spine/SkeletonAnimation.cs b/spine-tk2d/Assets/Spine/SkeletonAnimation.cs index a859b8aef..0fc26d4e9 100644 --- a/spine-tk2d/Assets/Spine/SkeletonAnimation.cs +++ b/spine-tk2d/Assets/Spine/SkeletonAnimation.cs @@ -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 @@ -30,6 +30,7 @@ * (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.IO; using System.Collections.Generic; diff --git a/spine-tk2d/Assets/Spine/SkeletonComponent.cs b/spine-tk2d/Assets/Spine/SkeletonComponent.cs index 808430c08..4208433fc 100644 --- a/spine-tk2d/Assets/Spine/SkeletonComponent.cs +++ b/spine-tk2d/Assets/Spine/SkeletonComponent.cs @@ -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 diff --git a/spine-tk2d/Assets/Spine/SkeletonDataAsset.cs b/spine-tk2d/Assets/Spine/SkeletonDataAsset.cs index ced6e60fc..cc535cdb8 100644 --- a/spine-tk2d/Assets/Spine/SkeletonDataAsset.cs +++ b/spine-tk2d/Assets/Spine/SkeletonDataAsset.cs @@ -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 diff --git a/spine-tk2d/Assets/Spine/SpriteCollectionAttachmentLoader.cs b/spine-tk2d/Assets/Spine/SpriteCollectionAttachmentLoader.cs index c0cd7b277..15afc9703 100644 --- a/spine-tk2d/Assets/Spine/SpriteCollectionAttachmentLoader.cs +++ b/spine-tk2d/Assets/Spine/SpriteCollectionAttachmentLoader.cs @@ -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 diff --git a/spine-tk2d/Assets/examples/spineboy/Spineboy.cs b/spine-tk2d/Assets/examples/spineboy/Spineboy.cs index ba261ba3f..5f816ed66 100644 --- a/spine-tk2d/Assets/examples/spineboy/Spineboy.cs +++ b/spine-tk2d/Assets/examples/spineboy/Spineboy.cs @@ -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 diff --git a/spine-unity/Assets/Spine/AtlasAsset.cs b/spine-unity/Assets/Spine/AtlasAsset.cs index bbb62b20b..09eb391d2 100644 --- a/spine-unity/Assets/Spine/AtlasAsset.cs +++ b/spine-unity/Assets/Spine/AtlasAsset.cs @@ -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 diff --git a/spine-unity/Assets/Spine/Editor/AtlasAssetInspector.cs b/spine-unity/Assets/Spine/Editor/AtlasAssetInspector.cs index 564927699..ff13ece8f 100644 --- a/spine-unity/Assets/Spine/Editor/AtlasAssetInspector.cs +++ b/spine-unity/Assets/Spine/Editor/AtlasAssetInspector.cs @@ -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 diff --git a/spine-unity/Assets/Spine/Editor/Menus.cs b/spine-unity/Assets/Spine/Editor/Menus.cs index 06a6b599c..adf5cc0c9 100644 --- a/spine-unity/Assets/Spine/Editor/Menus.cs +++ b/spine-unity/Assets/Spine/Editor/Menus.cs @@ -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 diff --git a/spine-unity/Assets/Spine/Editor/SkeletonAnimationInspector.cs b/spine-unity/Assets/Spine/Editor/SkeletonAnimationInspector.cs index 94a7aa744..3fd552270 100644 --- a/spine-unity/Assets/Spine/Editor/SkeletonAnimationInspector.cs +++ b/spine-unity/Assets/Spine/Editor/SkeletonAnimationInspector.cs @@ -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 diff --git a/spine-unity/Assets/Spine/Editor/SkeletonComponentInspector.cs b/spine-unity/Assets/Spine/Editor/SkeletonComponentInspector.cs index 911d881be..7fef19cc9 100644 --- a/spine-unity/Assets/Spine/Editor/SkeletonComponentInspector.cs +++ b/spine-unity/Assets/Spine/Editor/SkeletonComponentInspector.cs @@ -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 diff --git a/spine-unity/Assets/Spine/Editor/SkeletonDataAssetInspector.cs b/spine-unity/Assets/Spine/Editor/SkeletonDataAssetInspector.cs index 7f0013a07..6728f8993 100644 --- a/spine-unity/Assets/Spine/Editor/SkeletonDataAssetInspector.cs +++ b/spine-unity/Assets/Spine/Editor/SkeletonDataAssetInspector.cs @@ -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 @@ -30,6 +30,7 @@ * (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 UnityEditor; using UnityEngine; diff --git a/spine-unity/Assets/Spine/SkeletonAnimation.cs b/spine-unity/Assets/Spine/SkeletonAnimation.cs index 84052cf49..370acd67c 100644 --- a/spine-unity/Assets/Spine/SkeletonAnimation.cs +++ b/spine-unity/Assets/Spine/SkeletonAnimation.cs @@ -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 @@ -30,6 +30,7 @@ * (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.IO; using System.Collections.Generic; diff --git a/spine-unity/Assets/Spine/SkeletonComponent.cs b/spine-unity/Assets/Spine/SkeletonComponent.cs index dfff01546..70273a37a 100644 --- a/spine-unity/Assets/Spine/SkeletonComponent.cs +++ b/spine-unity/Assets/Spine/SkeletonComponent.cs @@ -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 diff --git a/spine-unity/Assets/Spine/SkeletonDataAsset.cs b/spine-unity/Assets/Spine/SkeletonDataAsset.cs index e4d72d997..ca3ddac0f 100644 --- a/spine-unity/Assets/Spine/SkeletonDataAsset.cs +++ b/spine-unity/Assets/Spine/SkeletonDataAsset.cs @@ -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 diff --git a/spine-unity/Assets/examples/goblins/Goblins.cs b/spine-unity/Assets/examples/goblins/Goblins.cs index a9743bd30..185660f74 100644 --- a/spine-unity/Assets/examples/goblins/Goblins.cs +++ b/spine-unity/Assets/examples/goblins/Goblins.cs @@ -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 diff --git a/spine-unity/Assets/examples/spineboy/Spineboy.cs b/spine-unity/Assets/examples/spineboy/Spineboy.cs index 7804b21b7..ae17fc0d3 100644 --- a/spine-unity/Assets/examples/spineboy/Spineboy.cs +++ b/spine-unity/Assets/examples/spineboy/Spineboy.cs @@ -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 diff --git a/spine-xna/example/src/ExampleGame.cs b/spine-xna/example/src/ExampleGame.cs index c32889a67..375cfbe9a 100644 --- a/spine-xna/example/src/ExampleGame.cs +++ b/spine-xna/example/src/ExampleGame.cs @@ -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 diff --git a/spine-xna/src/SkeletonRenderer.cs b/spine-xna/src/SkeletonRenderer.cs index 68000cc00..9b6f14964 100644 --- a/spine-xna/src/SkeletonRenderer.cs +++ b/spine-xna/src/SkeletonRenderer.cs @@ -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 diff --git a/spine-xna/src/SpriteBatcher.cs b/spine-xna/src/SpriteBatcher.cs index 03c4d44fc..c44b7fe55 100644 --- a/spine-xna/src/SpriteBatcher.cs +++ b/spine-xna/src/SpriteBatcher.cs @@ -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 diff --git a/spine-xna/src/Util.cs b/spine-xna/src/Util.cs index 7e5900df7..f6dfa74c3 100644 --- a/spine-xna/src/Util.cs +++ b/spine-xna/src/Util.cs @@ -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 diff --git a/spine-xna/src/XnaTextureLoader.cs b/spine-xna/src/XnaTextureLoader.cs index 516cafb65..b16520b5a 100644 --- a/spine-xna/src/XnaTextureLoader.cs +++ b/spine-xna/src/XnaTextureLoader.cs @@ -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