1
0
mirror of https://github.com/veden/Rampant.git synced 2024-12-24 20:14:35 +02:00

NA: Clean up notice files

This commit is contained in:
Aaron Veden 2022-04-22 21:03:34 -07:00
parent 741f81cec1
commit 756d0f0788
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
3 changed files with 4 additions and 18 deletions

View File

View File

@ -1,16 +0,0 @@
;; Copyright (C) 2022 veden
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 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 General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.

View File

@ -54,8 +54,7 @@
(string->path "settings.lua")
(string->path "README.md")
(string->path "thumbnail.png")
(string->path "NOTICE-lua")
(string->path "NOTICE-rkt")
(string->path "NOTICE")
(string->path "libs")
(string->path "sounds")
(string->path "migrations")
@ -87,6 +86,9 @@
(copyFile "control.lua" modFolder)
(copyFile "info.json" modFolder)
(copyFile "data.lua" modFolder)
(copyFile "COPYING" modFolder)
(copyFile "NOTICE" modFolder)
(copyFile "README.md" modFolder)
(copyFile "data-updates.lua" modFolder)
(copyFile "data-final-fixes.lua" modFolder)
(copyFile "settings.lua" modFolder)