Skip to content

Commit 7d1cc06

Browse files
committed
MIT License and readme
1 parent d9ac4f7 commit 7d1cc06

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

readme.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Transitions Library
2+
3+
Open source [transition.*](https://docs.coronalabs.com/api/library/transition/) library
4+
5+
Code is MIT licensed; see https://www.coronalabs.com/links/code/license
6+

transition.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
-------------------------------------------------------------------------------
2+
-- Corona Labs
23
--
34
-- transition.lua
45
--
56
-- Version: 2.0
67
--
7-
-- Copyright (C) 2013 Corona Labs Inc. All Rights Reserved.
8+
-- Code is MIT licensed; see https://www.coronalabs.com/links/code/license
89
--
910
-------------------------------------------------------------------------------
1011

transition_v1.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
-------------------------------------------------------------------------------
22
--
3+
-- Corona Labs
4+
--
35
-- transition.lua
46
--
5-
-- Copyright (C) 2013 Corona Labs Inc. All Rights Reserved.
7+
-- Code is MIT licensed; see https://www.coronalabs.com/links/code/license
68
--
79
-------------------------------------------------------------------------------
810

unit_test/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-------------------------------------------------------------------------------
2-
-- Copyright (C) 2012 Corona Inc. All Rights Reserved.
2+
-- Code is MIT licensed; see https://www.coronalabs.com/links/code/license
33
-- File: main.lua
44
--
55
-- Change the package.path and make it so we can require the "timer.lua" file from the root directory

0 commit comments

Comments
 (0)