Skip to content

Commit c00d219

Browse files
committed
licensing upgrade to simplify embedding of the module [https://trello.com/c/vXPddNvF/]
1 parent db46843 commit c00d219

6 files changed

+6
-18
lines changed

api/messageReceiverSynced.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local moduleInfo = {
33
desc = "API for receiving messages triggering synced code.",
44
author = "PepeAmpere",
55
date = "2017-02-13",
6-
license = "notAlicense",
6+
license = "MIT",
77
}
88

99
local newReceiveCustomMessage = {

api/messageReceiverUnsynced.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local moduleInfo = {
33
desc = "Internal API for triggerring unsynced code.",
44
author = "PepeAmpere",
55
date = "2017-02-19",
6-
license = "notAlicense",
6+
license = "MIT",
77
}
88

99
local newReceiveCustomMessage = {

api/messageSenderExternalWidget.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local moduleInfo = {
33
desc = "API helper for external widgets using the module",
44
author = "PepeAmpere",
55
date = "2017-02-13",
6-
license = "notAlicense",
6+
license = "MIT",
77
}
88

99
-- @description public API for anyone who wants to inject or edit custom commands via own widget

api/messageSenderInternal.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local moduleInfo = {
33
desc = "Internal API",
44
author = "PepeAmpere",
55
date = "2017-02-19",
6-
license = "notAlicense",
6+
license = "MIT",
77
}
88

99
local newSendCustomMessage = {

customCommands.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local moduleInfo = {
33
desc = "customCommands core",
44
author = "PepeAmpere",
55
date = "2017/02/13",
6-
license = "notAlicense",
6+
license = "MIT",
77
}
88

99
-- moduel global structures

notAlicense.txt license.txt

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
notAlicense
2-
3-
notAlab 2012-present
4-
5-
Software and associated documentation files (the "Software") published under this license is originally released under MIT license (see below).
6-
7-
notAlicense allows embedding of the Software into GNU GPL licensed projects. Publishing of the Software in such projects does not restrict any use of the original version of the Software under MIT license.
8-
9-
----
10-
11-
MIT license
1+
Copyright � 2012-present, PepeAmpere
122

133
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
144

155
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
166

177
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18-
19-
----

0 commit comments

Comments
 (0)