mirror of https://github.com/CISOfy/lynis.git
New version, changed official author name and date
This commit is contained in:
parent
f313b2edf8
commit
20dd3c50d7
10
lynis
10
lynis
|
@ -27,18 +27,20 @@
|
|||
|
||||
# Program information
|
||||
PROGRAM_name="Lynis"
|
||||
PROGRAM_version="2.1.7"
|
||||
PROGRAM_releasedate="30 December 2015"
|
||||
PROGRAM_author="Michael Boelen, CISOfy"
|
||||
PROGRAM_NAME="Lynis"
|
||||
PROGRAM_version="2.1.8"
|
||||
PROGRAM_releasedate="2016-01-10"
|
||||
PROGRAM_author="CISOfy"
|
||||
PROGRAM_author_contact="lynis-dev@cisofy.com"
|
||||
PROGRAM_website="https://cisofy.com"
|
||||
PROGRAM_copyright="Copyright 2007-2016 - ${PROGRAM_author}, ${PROGRAM_website}"
|
||||
PROGRAM_license="${PROGRAM_name} comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
||||
PROGRAM_license="${PROGRAM_NAME} comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
||||
welcome to redistribute it under the terms of the GNU General Public License.
|
||||
See the LICENSE file for details about using this software."
|
||||
PROGRAM_extrainfo="Enterprise support and plugins available via CISOfy"
|
||||
# Release version (beta or final)
|
||||
PROGRAM_releasetype="final"
|
||||
PROGRAM_NAME="Lynis"
|
||||
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
||||
|
||||
# Version number of report files (when format changes in future)
|
||||
|
|
Loading…
Reference in New Issue