Fix last occurrences of QPL or 'Q Public License' in next.

This commit is contained in:
Laurent Rineau 2012-01-16 14:47:16 +00:00
parent 7f1e55edeb
commit c8aad8f997
3 changed files with 2 additions and 3 deletions

View File

@ -843,7 +843,7 @@ looking for a fixed string. Additionally, there might be provisions in the
top-level LICENSE file that are not taken into account by this script.
Note that there might be license errors that are not detected by this script.
For example, we do not check that files under LGPL and QPL are not mixed in
For example, we do not check that files under LGPL and GPL are not mixed in
one library.
\index{check_licenses script@{\tt check\_licenses} script|)}

View File

@ -11,7 +11,6 @@ This distribution of CGAL includes:
LICENSE.FREE_USE - text of the free use license (see LICENSE file)
LICENSE.GPL - text of GPL v3 license
LICENSE.LGPL - text of LGPL v3 license
LICENSE.QPL - text of the QPL v1.0 license
README - this file
VERSION - version number of this release
auxiliary/ - directory containing miscellaneous things, currently only

View File

@ -170,7 +170,7 @@ Section "!Main CGAL" MAIN_Idx
File "${CGAL_SRC}\LICENSE"
File "${CGAL_SRC}\LICENSE.FREE_USE"
File "${CGAL_SRC}\LICENSE.LGPL"
File "${CGAL_SRC}\LICENSE.QPL"
File "${CGAL_SRC}\LICENSE.GPL"
File "${CGAL_SRC}\VERSION"
File ".\cgal.ico"
!endif