From 84388ba77a718b5b40d91adb0d6d2336c4fc68e5 Mon Sep 17 00:00:00 2001 From: Paco Zamora Martinez Date: Wed, 11 Mar 2015 22:06:51 +0100 Subject: [PATCH] Updated disclaimer, again --- profile_build_scripts/DISCLAIMER.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile_build_scripts/DISCLAIMER.lua b/profile_build_scripts/DISCLAIMER.lua index ee058114a..58a8a47ac 100644 --- a/profile_build_scripts/DISCLAIMER.lua +++ b/profile_build_scripts/DISCLAIMER.lua @@ -1,5 +1,5 @@ return { '"APRIL-ANN v" TOSTRING(APRILANN_VERSION_MAJOR) "." TOSTRING(APRILANN_VERSION_MINOR) "." TOSTRING(APRILANN_VERSION_RELEASE) " Copyright (C) 2012-2015 DSIC-UPV, CEU-UCH"', - '"This program comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt.\\nThis is free software, and you are welcome to redistribute it\\nunder certain conditions; see LICENSE.txt for details."', string.format('"Compiled at %s, timestamp %u"', os.date(), os.time()), + '"This program comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt.\\nThis is free software, and you are welcome to redistribute it\\nunder certain conditions; see LICENSE.txt for details."', }