NathanSweet há 11 anos atrás
pai
commit
b0c96fd66b
100 ficheiros alterados com 100 adições e 100 exclusões
  1. 1 1
      LICENSE
  2. 1 1
      spine-as3/spine-as3-example/src/Main.as
  3. 1 1
      spine-as3/spine-as3/src/spine/Bone.as
  4. 1 1
      spine-as3/spine-as3/src/spine/BoneData.as
  5. 1 1
      spine-as3/spine-as3/src/spine/Event.as
  6. 1 1
      spine-as3/spine-as3/src/spine/EventData.as
  7. 1 1
      spine-as3/spine-as3/src/spine/Polygon.as
  8. 1 1
      spine-as3/spine-as3/src/spine/Skeleton.as
  9. 1 1
      spine-as3/spine-as3/src/spine/SkeletonBounds.as
  10. 1 1
      spine-as3/spine-as3/src/spine/SkeletonData.as
  11. 1 1
      spine-as3/spine-as3/src/spine/SkeletonJson.as
  12. 1 1
      spine-as3/spine-as3/src/spine/Skin.as
  13. 1 1
      spine-as3/spine-as3/src/spine/Slot.as
  14. 1 1
      spine-as3/spine-as3/src/spine/SlotData.as
  15. 1 1
      spine-as3/spine-as3/src/spine/animation/Animation.as
  16. 1 1
      spine-as3/spine-as3/src/spine/animation/AnimationState.as
  17. 1 1
      spine-as3/spine-as3/src/spine/animation/AnimationStateData.as
  18. 1 1
      spine-as3/spine-as3/src/spine/animation/AttachmentTimeline.as
  19. 1 1
      spine-as3/spine-as3/src/spine/animation/ColorTimeline.as
  20. 1 1
      spine-as3/spine-as3/src/spine/animation/CurveTimeline.as
  21. 1 1
      spine-as3/spine-as3/src/spine/animation/DrawOrderTimeline.as
  22. 1 1
      spine-as3/spine-as3/src/spine/animation/EventTimeline.as
  23. 1 1
      spine-as3/spine-as3/src/spine/animation/Listeners.as
  24. 1 1
      spine-as3/spine-as3/src/spine/animation/RotateTimeline.as
  25. 1 1
      spine-as3/spine-as3/src/spine/animation/ScaleTimeline.as
  26. 1 1
      spine-as3/spine-as3/src/spine/animation/Timeline.as
  27. 1 1
      spine-as3/spine-as3/src/spine/animation/TrackEntry.as
  28. 1 1
      spine-as3/spine-as3/src/spine/animation/TranslateTimeline.as
  29. 1 1
      spine-as3/spine-as3/src/spine/atlas/Atlas.as
  30. 1 1
      spine-as3/spine-as3/src/spine/atlas/AtlasPage.as
  31. 1 1
      spine-as3/spine-as3/src/spine/atlas/AtlasRegion.as
  32. 1 1
      spine-as3/spine-as3/src/spine/atlas/Format.as
  33. 1 1
      spine-as3/spine-as3/src/spine/atlas/TextureFilter.as
  34. 1 1
      spine-as3/spine-as3/src/spine/atlas/TextureLoader.as
  35. 1 1
      spine-as3/spine-as3/src/spine/atlas/TextureWrap.as
  36. 1 1
      spine-as3/spine-as3/src/spine/attachments/AtlasAttachmentLoader.as
  37. 1 1
      spine-as3/spine-as3/src/spine/attachments/Attachment.as
  38. 1 1
      spine-as3/spine-as3/src/spine/attachments/AttachmentLoader.as
  39. 1 1
      spine-as3/spine-as3/src/spine/attachments/AttachmentType.as
  40. 1 1
      spine-as3/spine-as3/src/spine/attachments/BoundingBoxAttachment.as
  41. 1 1
      spine-as3/spine-as3/src/spine/attachments/RegionAttachment.as
  42. 1 1
      spine-as3/spine-as3/src/spine/flash/FlashTextureLoader.as
  43. 1 1
      spine-as3/spine-as3/src/spine/flash/SkeletonAnimation.as
  44. 1 1
      spine-as3/spine-as3/src/spine/flash/SkeletonSprite.as
  45. 1 1
      spine-c/include/spine/Animation.h
  46. 1 1
      spine-c/include/spine/AnimationState.h
  47. 1 1
      spine-c/include/spine/AnimationStateData.h
  48. 1 1
      spine-c/include/spine/Atlas.h
  49. 1 1
      spine-c/include/spine/AtlasAttachmentLoader.h
  50. 1 1
      spine-c/include/spine/Attachment.h
  51. 1 1
      spine-c/include/spine/AttachmentLoader.h
  52. 1 1
      spine-c/include/spine/Bone.h
  53. 1 1
      spine-c/include/spine/BoneData.h
  54. 1 1
      spine-c/include/spine/BoundingBoxAttachment.h
  55. 1 1
      spine-c/include/spine/Event.h
  56. 1 1
      spine-c/include/spine/EventData.h
  57. 1 1
      spine-c/include/spine/RegionAttachment.h
  58. 1 1
      spine-c/include/spine/Skeleton.h
  59. 1 1
      spine-c/include/spine/SkeletonBounds.h
  60. 1 1
      spine-c/include/spine/SkeletonData.h
  61. 1 1
      spine-c/include/spine/SkeletonJson.h
  62. 1 1
      spine-c/include/spine/Skin.h
  63. 1 1
      spine-c/include/spine/Slot.h
  64. 1 1
      spine-c/include/spine/SlotData.h
  65. 1 1
      spine-c/include/spine/spine.h
  66. 1 1
      spine-c/src/spine/Animation.c
  67. 1 1
      spine-c/src/spine/AnimationState.c
  68. 1 1
      spine-c/src/spine/AnimationStateData.c
  69. 1 1
      spine-c/src/spine/Atlas.c
  70. 1 1
      spine-c/src/spine/AtlasAttachmentLoader.c
  71. 1 1
      spine-c/src/spine/Attachment.c
  72. 1 1
      spine-c/src/spine/AttachmentLoader.c
  73. 1 1
      spine-c/src/spine/Bone.c
  74. 1 1
      spine-c/src/spine/BoneData.c
  75. 1 1
      spine-c/src/spine/BoundingBoxAttachment.c
  76. 1 1
      spine-c/src/spine/Event.c
  77. 1 1
      spine-c/src/spine/EventData.c
  78. 1 1
      spine-c/src/spine/RegionAttachment.c
  79. 1 1
      spine-c/src/spine/Skeleton.c
  80. 1 1
      spine-c/src/spine/SkeletonBounds.c
  81. 1 1
      spine-c/src/spine/SkeletonData.c
  82. 1 1
      spine-c/src/spine/SkeletonJson.c
  83. 1 1
      spine-c/src/spine/Skin.c
  84. 1 1
      spine-c/src/spine/Slot.c
  85. 1 1
      spine-c/src/spine/SlotData.c
  86. 1 1
      spine-c/src/spine/extension.c
  87. 1 1
      spine-cocos2d-iphone/src/spine/CCSkeleton.h
  88. 1 1
      spine-cocos2d-iphone/src/spine/CCSkeleton.m
  89. 1 1
      spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.h
  90. 1 1
      spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.m
  91. 1 1
      spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.h
  92. 1 1
      spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.m
  93. 1 1
      spine-cocos2dx/src/spine/CCSkeleton.cpp
  94. 1 1
      spine-cocos2dx/src/spine/CCSkeleton.h
  95. 1 1
      spine-cocos2dx/src/spine/CCSkeletonAnimation.cpp
  96. 1 1
      spine-cocos2dx/src/spine/CCSkeletonAnimation.h
  97. 1 1
      spine-cocos2dx/src/spine/spine-cocos2dx.cpp
  98. 1 1
      spine-cocos2dx/src/spine/spine-cocos2dx.h
  99. 1 1
      spine-corona/spine-corona/spine.lua
  100. 1 1
      spine-csharp/src/Animation.cs

+ 1 - 1
LICENSE

@@ -12,7 +12,7 @@ otherwise create derivative works, improvements of the Software or develop
 new applications using the Software or (b) remove, delete, alter or obscure
 any trademarks or any copyright, trademark, patent or other intellectual
 property or proprietary rights notices on or in the Software, including
-any copy thereof. Redistributions in binary or source code must include
+any copy thereof. Redistributions in binary or source form must include
 this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3-example/src/Main.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/Bone.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/BoneData.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/Event.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/EventData.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/Polygon.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/Skeleton.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/SkeletonBounds.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/SkeletonData.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/SkeletonJson.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/Skin.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/Slot.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/SlotData.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/Animation.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/AnimationState.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/AnimationStateData.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/AttachmentTimeline.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/ColorTimeline.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/CurveTimeline.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/DrawOrderTimeline.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/EventTimeline.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/Listeners.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/RotateTimeline.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/ScaleTimeline.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/Timeline.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/TrackEntry.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/animation/TranslateTimeline.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/atlas/Atlas.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/atlas/AtlasPage.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/atlas/AtlasRegion.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/atlas/Format.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/atlas/TextureFilter.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/atlas/TextureLoader.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/atlas/TextureWrap.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/attachments/AtlasAttachmentLoader.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/attachments/Attachment.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/attachments/AttachmentLoader.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/attachments/AttachmentType.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/attachments/BoundingBoxAttachment.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/attachments/RegionAttachment.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/flash/FlashTextureLoader.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/flash/SkeletonAnimation.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-as3/spine-as3/src/spine/flash/SkeletonSprite.as

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/Animation.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/AnimationState.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/AnimationStateData.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/Atlas.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/AtlasAttachmentLoader.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/Attachment.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/AttachmentLoader.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/Bone.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/BoneData.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/BoundingBoxAttachment.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/Event.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/EventData.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/RegionAttachment.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/Skeleton.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/SkeletonBounds.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/SkeletonData.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/SkeletonJson.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/Skin.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/Slot.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/SlotData.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/include/spine/spine.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/Animation.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/AnimationState.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/AnimationStateData.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/Atlas.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/AtlasAttachmentLoader.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/Attachment.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/AttachmentLoader.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/Bone.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/BoneData.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/BoundingBoxAttachment.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/Event.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/EventData.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/RegionAttachment.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/Skeleton.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/SkeletonBounds.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/SkeletonData.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/SkeletonJson.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/Skin.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/Slot.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/SlotData.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-c/src/spine/extension.c

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2d-iphone/src/spine/CCSkeleton.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2d-iphone/src/spine/CCSkeleton.m

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2d-iphone/src/spine/CCSkeletonAnimation.m

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2d-iphone/src/spine/spine-cocos2d-iphone.m

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2dx/src/spine/CCSkeleton.cpp

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2dx/src/spine/CCSkeleton.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2dx/src/spine/CCSkeletonAnimation.cpp

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2dx/src/spine/CCSkeletonAnimation.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2dx/src/spine/spine-cocos2dx.cpp

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-cocos2dx/src/spine/spine-cocos2dx.h

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-corona/spine-corona/spine.lua

@@ -13,7 +13,7 @@
 -- new applications using the Software or (b) remove, delete, alter or obscure
 -- any trademarks or any copyright, trademark, patent or other intellectual
 -- property or proprietary rights notices on or in the Software, including
--- any copy thereof. Redistributions in binary or source code must include
+-- any copy thereof. Redistributions in binary or source form must include
 -- this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
 -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 -- TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

+ 1 - 1
spine-csharp/src/Animation.cs

@@ -13,7 +13,7 @@
  * new applications using the Software or (b) remove, delete, alter or obscure
  * any trademarks or any copyright, trademark, patent or other intellectual
  * property or proprietary rights notices on or in the Software, including
- * any copy thereof. Redistributions in binary or source code must include
+ * any copy thereof. Redistributions in binary or source form must include
  * this license and terms. THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE
  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff