Update dead URLs in license headers and build config

Replace http://paradiseo.gforge.inria.fr with
https://nojhan.github.io/paradiseo/ and paradiseo-help@lists.gforge.inria.fr
with https://github.com/nojhan/paradiseo/issues across all source files,
doxyfile templates, cmake packaging, and eo documentation. Also updates
eodev.sourceforge.net references in EO headers.

Applied to .h, .cpp, .cmake, and miscellaneous files in eo/, mo/, moeo/,
smp/, and problems/.
This commit is contained in:
Eremey Valetov 2026-02-28 19:23:51 -05:00
commit 54a44a177f
675 changed files with 1278 additions and 1278 deletions

View file

@ -53,7 +53,7 @@ set(CPACK_PACKAGE_DESCRIPTION "ParadisEO is a white-box object-oriented framewor
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A Software Framework for Metaheuristics")
set(CPACK_PACKAGE_VENDOR "Inria/Thales")
set(CPACK_PACKAGE_CONTACT "paradiseo-help@lists.gforge.inria.fr")
set(CPACK_PACKAGE_CONTACT "https://github.com/nojhan/paradiseo/issues")
set(CPACK_PACKAGE_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(CPACK_STRIP_FILES ${PACKAGE_NAME})
set(CPACK_SOURCE_STRIP_FILES "bin/${PROJECT_NAME}")