diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-04-04 22:57:27 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-04-04 22:57:27 +0100 |
commit | 0017a174bd12101cbb5fd537151a368d1e261756 (patch) | |
tree | 4a4193dca6766afa5a8d59e2a66a6b170711e5ca /api.lua | |
parent | 0574d0375e6f4db625d2155dea6b755fc47f8514 (diff) |
Change license to MIT
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -1,18 +1,4 @@ --- AWARDS --- --- Copyright (C) 2013-2015 rubenwardy --- This program is free software; you can redistribute it and/or modify --- it under the terms of the GNU Lesser General Public License as published by --- the Free Software Foundation; either version 2.1 of the License, or --- (at your option) any later version. --- This program is distributed in the hope that it will be useful, --- but WITHOUT ANY WARRANTY; without even the implied warranty of --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- GNU Lesser General Public License for more details. --- You should have received a copy of the GNU Lesser General Public License along --- with this program; if not, write to the Free Software Foundation, Inc., --- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. --- +-- Copyright (c) 2013-18 rubenwardy. MIT. local S, NS = awards.gettext, awards.ngettext |