diff options
Diffstat (limited to 'help/en_US/build_help.sce')
-rw-r--r-- | help/en_US/build_help.sce | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/help/en_US/build_help.sce b/help/en_US/build_help.sce index 783533c9..70653160 100644 --- a/help/en_US/build_help.sce +++ b/help/en_US/build_help.sce @@ -1,12 +1,3 @@ -// ==================================================================== -// Copyright INRIA 2008 -// Allan CORNET -// Simon LIPP -// This file is released into the public domain -// ==================================================================== +// This file is released under the 3-clause BSD license. See COPYING-BSD. -help_lang_dir = get_absolute_file_path('build_help.sce'); - -tbx_build_help(TOOLBOX_TITLE, help_lang_dir); - -clear help_lang_dir; +tbx_build_help(TOOLBOX_TITLE,get_absolute_file_path("build_help.sce")); |