-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathLICENSE
29 lines (29 loc) · 1.55 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# =============================================================================
# Project: kivy-statecharts - A Statechart Framework for Kivy
# Copyright: ©2010, 2011 Michael Cohen, and contributors.
# Python Port: Jeff Pittman, ported from SproutCore, SC.Statechart
# =============================================================================
#
# Ported from:
#
# https://github.com/sproutcore/sproutcore/tree/master/frameworks/statechart
#
# =============================================================================
# Project: kivy_statecharts - A Statechart Framework for Kivy
#
# Copyright: (c) 2010, 2011 Michael Cohen, and contributors.
# Portions @2011 Apple Inc. All rights reserved.
# License: Licensed under MIT license -- See note below, about transferring
# into Kivy from github.com/geojeff, done February 11, 2013.
# =============================================================================
#
# Note: The similarity between the original name of Michael Cohen's Ki
# Statechart framework, which was later ported to SproutCore, and the
# name Kivy, is purely coincidental.
#
# Note: The original license of Ki and of SC.Statechart is MIT, so this was
# kept for kivy-statecharts while it was being ported and developed on
# github.com/geojeff. It is something of an add-on to Kivy core, so
# perhaps this is fine, but this can be reviewed for making changes
# appropriate for living under the Kivy umbrella. The copyright lines
# for Jeffrey Gill Pittman (geojeff) was removed on transfer to Kivy.