mirror of
https://github.com/veden/Rampant.git
synced 2025-01-14 02:23:01 +02:00
NA: Clean up notice files
This commit is contained in:
parent
741f81cec1
commit
756d0f0788
16
NOTICE-rkt
16
NOTICE-rkt
@ -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/>.
|
|
||||||
|
|
||||||
|
|
6
make.rkt
6
make.rkt
@ -54,8 +54,7 @@
|
|||||||
(string->path "settings.lua")
|
(string->path "settings.lua")
|
||||||
(string->path "README.md")
|
(string->path "README.md")
|
||||||
(string->path "thumbnail.png")
|
(string->path "thumbnail.png")
|
||||||
(string->path "NOTICE-lua")
|
(string->path "NOTICE")
|
||||||
(string->path "NOTICE-rkt")
|
|
||||||
(string->path "libs")
|
(string->path "libs")
|
||||||
(string->path "sounds")
|
(string->path "sounds")
|
||||||
(string->path "migrations")
|
(string->path "migrations")
|
||||||
@ -87,6 +86,9 @@
|
|||||||
(copyFile "control.lua" modFolder)
|
(copyFile "control.lua" modFolder)
|
||||||
(copyFile "info.json" modFolder)
|
(copyFile "info.json" modFolder)
|
||||||
(copyFile "data.lua" modFolder)
|
(copyFile "data.lua" modFolder)
|
||||||
|
(copyFile "COPYING" modFolder)
|
||||||
|
(copyFile "NOTICE" modFolder)
|
||||||
|
(copyFile "README.md" modFolder)
|
||||||
(copyFile "data-updates.lua" modFolder)
|
(copyFile "data-updates.lua" modFolder)
|
||||||
(copyFile "data-final-fixes.lua" modFolder)
|
(copyFile "data-final-fixes.lua" modFolder)
|
||||||
(copyFile "settings.lua" modFolder)
|
(copyFile "settings.lua" modFolder)
|
||||||
|
Loading…
Reference in New Issue
Block a user