diff options
author | rubenwardy <rubenwardy@gmail.com> | 2014-09-26 20:36:40 +0100 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2014-09-26 20:36:40 +0100 |
commit | a806f177b158acedcfd4efce80fb02a783e1385a (patch) | |
tree | f0cdf9b4c3f31892654dd93af427517a08f7db07 | |
parent | 8b628c257ee1cce9db61141c982e572b14eaae85 (diff) |
Update licenses in Lua files
-rw-r--r-- | api.lua | 4 | ||||
-rw-r--r-- | init.lua | 4 | ||||
-rw-r--r-- | triggers.lua | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ --- AWARDS --- by Rubenwardy, CC-BY-SA +-- AWARDS +-- by Rubenwardy ------------------------------------------------------- -- this is api function file ------------------------------------------------------- @@ -1,5 +1,5 @@ --- AWARDS --- by Rubenwardy, CC-BY-SA +-- AWARDS +-- by Rubenwardy ------------------------------------------------------- -- this is the init file for the award mod ------------------------------------------------------- diff --git a/triggers.lua b/triggers.lua index 66454cf..213d5c1 100644 --- a/triggers.lua +++ b/triggers.lua @@ -1,5 +1,5 @@ --- AWARDS --- by Rubenwardy, CC-BY-SA +-- AWARDS +-- by Rubenwardy ------------------------------------------------------- -- this is the trigger handler file for the awards mod ------------------------------------------------------- |