Clearly document the license (GPLv2+)
This commit is contained in:
parent
cbb0a2426c
commit
d769867375
2
README
2
README
|
@ -5,3 +5,5 @@ For more information, see:
|
||||||
http://www.dwheeler.com/flawfinder
|
http://www.dwheeler.com/flawfinder
|
||||||
|
|
||||||
See INSTALL.txt for installation instructions.
|
See INSTALL.txt for installation instructions.
|
||||||
|
It is released under the GNU GPL license version 2 or later (GPLv2+).
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,9 @@ version="1.31"
|
||||||
#
|
#
|
||||||
# Currently this program can only analyze C/C++ code.
|
# Currently this program can only analyze C/C++ code.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2001-2014 David A. Wheeler
|
# Copyright (C) 2001-2014 David A. Wheeler.
|
||||||
# This is released under the General Public License (GPL):
|
# This is released under the
|
||||||
|
# GNU General Public License (GPL) version 2 or later (GPLv2+):
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -211,6 +211,8 @@ The summary ends with important reminders:
|
||||||
Not every hit is necessarily a security vulnerability, and
|
Not every hit is necessarily a security vulnerability, and
|
||||||
there may be other security vulnerabilities not reported by the tool.
|
there may be other security vulnerabilities not reported by the tool.
|
||||||
.PP
|
.PP
|
||||||
|
Flawfinder is released under the GNU GPL license version 2 or later (GPLv2+).
|
||||||
|
.PP
|
||||||
Flawfinder works similarly to another program, ITS4, which is not
|
Flawfinder works similarly to another program, ITS4, which is not
|
||||||
fully open source software (as defined in the Open Source Definition)
|
fully open source software (as defined in the Open Source Definition)
|
||||||
nor free software (as defined by the Free Software Foundation).
|
nor free software (as defined by the Free Software Foundation).
|
||||||
|
|
Loading…
Reference in New Issue