comparison tools/makeinst-script.sh.in @ 5273:eafd9bf16bf4

* tools/makeinst-script.sh.in: update installer copyright (Bug #57617)
author John Donoghue
date Fri, 17 Jan 2020 12:43:22 -0500
parents 225fc4d8f598
children 8da894159471
comparison
equal deleted inserted replaced
5272:ed0f6eaf1280 5273:eafd9bf16bf4
62 !define APP_NAME "GNU Octave" 62 !define APP_NAME "GNU Octave"
63 !define COMP_NAME "GNU Project" 63 !define COMP_NAME "GNU Project"
64 !define WEB_SITE "https://www.octave.org" 64 !define WEB_SITE "https://www.octave.org"
65 !define VERSION "$INSTALLER_VERSION" 65 !define VERSION "$INSTALLER_VERSION"
66 !define OCTAVE_VERSION "$OCTAVE_VERSION" 66 !define OCTAVE_VERSION "$OCTAVE_VERSION"
67 !define COPYRIGHT "Copyright © 2013-2018 John W. Eaton and others." 67 !define COPYRIGHT "Copyright © 2013-2020 John W. Eaton and others."
68 !define DESCRIPTION "GNU Octave is a high-level programming language, primarily intended for numerical computations." 68 !define DESCRIPTION "GNU Octave is a high-level programming language, primarily intended for numerical computations."
69 !define INSTALLER_FILES "$TOPDIR/installer-files" 69 !define INSTALLER_FILES "$TOPDIR/installer-files"
70 !define INSTALLER_NAME "$INSTALLER_NAME" 70 !define INSTALLER_NAME "$INSTALLER_NAME"
71 !define MAIN_APP_EXE "octave-firsttime.vbs" 71 !define MAIN_APP_EXE "octave-firsttime.vbs"
72 !define INSTALL_TYPE "SetShellVarContext current" 72 !define INSTALL_TYPE "SetShellVarContext current"