added missing space in license names.

This commit is contained in:
Scott McCreary
2010-08-26 04:43:36 +00:00
parent a31d345588
commit 80582c0785
2 changed files with 2 additions and 2 deletions

View File

@@ -15,6 +15,6 @@ INSTALL {
make install
}
LICENSE="GNU GPLv3"
LICENSE="GNU GPL v3"
COPYRIGHT="2002-2007 Andrew Tridgell
2009-2010 Joel Rosdahl"

View File

@@ -17,5 +17,5 @@ INSTALL {
rm -rf ${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY`/tmp
}
LICENSE="GNU GPLv2"
LICENSE="GNU GPL v2"
COPYRIGHT="2003 Bart Vanhauwaert"