Skip to content

Commit df653dc

Browse files
committed
+ change licence to MIT license.
+ haxelib submit
1 parent 3bcf95f commit df653dc

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 Sân Đình (http://sandinh.com)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ haxelib git tinyui https://github.com/giabao/tinyui.git master main/src
4444
4. see [example](example)
4545
4646
### Changelogs
47+
##### 3.0.1
48+
+ change licence to MIT license.
49+
+ haxelib submit
50+
4751
##### 3.0.0
4852
+ break changes for better meaning and less verbose:
4953
Change function calling syntax from:
@@ -76,7 +80,6 @@ As always, see the generated code for detail.
7680
(deprecated) first public release
7781

7882
### Licence
79-
This software is licensed under the Apache 2 license:
80-
http://www.apache.org/licenses/LICENSE-2.0
83+
This software is licensed under the MIT license.
8184

8285
Copyright 2015 Sân Đình (http://sandinh.com)

haxelib.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name" : "tinyui",
3+
"url" : "https://github.com/giabao/tinyui",
4+
"license" : "MIT",
5+
"tags" : ["cross", "openfl", "flash", "html5", "cpp", "ui", "macro", "layout"],
6+
"description" : "A tiny UI macro for injecting ui items declared in a xml file into a haxe class.",
7+
"version" : "3.0.1",
8+
"releasenote" : "Recommend (optional) using `advanced-layout` lib for layout",
9+
"classPath" : "main/src",
10+
"contributors" : ["SanDinh.com"],
11+
"dependencies" : {
12+
"openfl" : ""
13+
}
14+
}

0 commit comments

Comments
 (0)