2021-12-15 Fred Gleason <fredg@paravelsystems.com>

* Moved the text of the GNU General Purpose License version 2 from
	'COPYING', to 'LICENSES/VPLv2.txt'
	* Added the text of the GNU Lesser General Purpose Licents version
	2.1 to 'LICENSES/LGPLv2.txt'.
	* Added the text of the GNU Free Documentation License version
	1.3 to 'LICENSES/GFDL.txt'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-12-15 12:17:10 -05:00
parent 732c7300fa
commit 394fccf9ce
11 changed files with 1043 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ aclocal $ACLOCAL_FLAGS || {
exit 1
}
automake --add-missing -Wno-portability || {
automake --add-missing --foreign -Wno-portability || {
echo "automake --add-missing failed, exiting..."
exit 1
}