From 756d0f0788ca2e215b99320299343986efcd1691 Mon Sep 17 00:00:00 2001 From: Aaron Veden Date: Fri, 22 Apr 2022 21:03:34 -0700 Subject: [PATCH] NA: Clean up notice files --- NOTICE-lua => NOTICE | 0 NOTICE-rkt | 16 ---------------- make.rkt | 6 ++++-- 3 files changed, 4 insertions(+), 18 deletions(-) rename NOTICE-lua => NOTICE (100%) delete mode 100644 NOTICE-rkt diff --git a/NOTICE-lua b/NOTICE similarity index 100% rename from NOTICE-lua rename to NOTICE diff --git a/NOTICE-rkt b/NOTICE-rkt deleted file mode 100644 index 8834837e..00000000 --- a/NOTICE-rkt +++ /dev/null @@ -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 . - - diff --git a/make.rkt b/make.rkt index 67b1fc6b..f7b3b5aa 100644 --- a/make.rkt +++ b/make.rkt @@ -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)