1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 07:44:57 +03:00

Merge pull request #832 from dnobori/181202_switch_to_apache_license

Switching license from GPLv2 to Apache License 2.0.
This commit is contained in:
Daiyuu Nobori
2019-01-21 09:36:19 +09:00
committed by GitHub
268 changed files with 315 additions and 27167 deletions

View File

@ -85,7 +85,7 @@ if(UNIX)
set(CPACK_RPM_COMPONENT_INSTALL ON)
set(CPACK_RPM_FILE_NAME "RPM-DEFAULT")
set(CPACK_RPM_PACKAGE_GROUP "Applications/Internet")
set(CPACK_RPM_PACKAGE_LICENSE "GPLv2")
set(CPACK_RPM_PACKAGE_LICENSE "ASL 2.0")
include(CPack)
endif()