Skip to content

Commit

Permalink
Updated disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
pakozm committed Mar 11, 2015
1 parent 92f0d2e commit 80992fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/basics/util/lua_src/util.lua
Expand Up @@ -178,7 +178,7 @@ function april_print_script_header(arg,file)
local file = file or io.stdout
fprintf(file,"# HOST: %s\n", (io.popen("hostname", "r"):read("*l")))
fprintf(file,"# DATE: %s\n", os.date())
fprintf(file,"# VERSION: %d.%d COMMIT %s\n", util.version())
fprintf(file,"# VERSION: %d.%d COMMIT %s %s\n", util.version())
if arg and arg[0] then
fprintf(file,"# CMD: %s %s\n", arg[0], table.concat(arg, " "))
end
Expand Down
5 changes: 2 additions & 3 deletions profile_build_scripts/DISCLAIMER.lua
@@ -1,6 +1,5 @@
return {
'"APRIL-ANN v" TOSTRING(APRILANN_VERSION_MAJOR) "." TOSTRING(APRILANN_VERSION_MINOR) "." TOSTRING(APRILANN_VERSION_RELEASE) " COMMIT " TOSTRING(GIT_COMMIT) " " TOSTRING(GIT_HASH)',
'"Copyright (C) 2012-2015 DSIC-UPV, CEU-UCH"',
string.format('"Compiled at %s, timestamp %u"', os.date(), os.time()),
'"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()),
}

0 comments on commit 80992fe

Please sign in to comment.