mirror of https://github.com/CGAL/cgal
Fix last occurrences of QPL or 'Q Public License' in next.
This commit is contained in:
parent
7f1e55edeb
commit
c8aad8f997
|
|
@ -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.
|
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.
|
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.
|
one library.
|
||||||
|
|
||||||
\index{check_licenses script@{\tt check\_licenses} script|)}
|
\index{check_licenses script@{\tt check\_licenses} script|)}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ This distribution of CGAL includes:
|
||||||
LICENSE.FREE_USE - text of the free use license (see LICENSE file)
|
LICENSE.FREE_USE - text of the free use license (see LICENSE file)
|
||||||
LICENSE.GPL - text of GPL v3 license
|
LICENSE.GPL - text of GPL v3 license
|
||||||
LICENSE.LGPL - text of LGPL v3 license
|
LICENSE.LGPL - text of LGPL v3 license
|
||||||
LICENSE.QPL - text of the QPL v1.0 license
|
|
||||||
README - this file
|
README - this file
|
||||||
VERSION - version number of this release
|
VERSION - version number of this release
|
||||||
auxiliary/ - directory containing miscellaneous things, currently only
|
auxiliary/ - directory containing miscellaneous things, currently only
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,7 @@ Section "!Main CGAL" MAIN_Idx
|
||||||
File "${CGAL_SRC}\LICENSE"
|
File "${CGAL_SRC}\LICENSE"
|
||||||
File "${CGAL_SRC}\LICENSE.FREE_USE"
|
File "${CGAL_SRC}\LICENSE.FREE_USE"
|
||||||
File "${CGAL_SRC}\LICENSE.LGPL"
|
File "${CGAL_SRC}\LICENSE.LGPL"
|
||||||
File "${CGAL_SRC}\LICENSE.QPL"
|
File "${CGAL_SRC}\LICENSE.GPL"
|
||||||
File "${CGAL_SRC}\VERSION"
|
File "${CGAL_SRC}\VERSION"
|
||||||
File ".\cgal.ico"
|
File ".\cgal.ico"
|
||||||
!endif
|
!endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue