-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4555 from bluca/relicense
Relicense from LGPL3 + exceptions to Mozilla Public License version 2.0
- Loading branch information
Showing
780 changed files
with
832 additions
and
17,866 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1174,7 +1174,7 @@ endif() | |
|
||
set(public_headers include/zmq.h include/zmq_utils.h) | ||
|
||
set(readme-docs AUTHORS COPYING COPYING.LESSER NEWS) | ||
set(readme-docs AUTHORS LICENSE NEWS) | ||
|
||
# ----------------------------------------------------------------------------- | ||
# optional modules | ||
|
@@ -1789,7 +1789,7 @@ if(MSVC AND ENABLE_CPACK) | |
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ZeroMQ lightweight messaging kernel") | ||
set(CPACK_PACKAGE_VENDOR "Miru") | ||
set(CPACK_NSIS_CONTACT "Steven McCoy <[email protected]>") | ||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_BINARY_DIR}\\\\COPYING.txt") | ||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_BINARY_DIR}\\\\LICENSE.txt") | ||
# set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_BINARY_DIR}\\\\README.txt") set(CPACK_RESOURCE_FILE_WELCOME | ||
# "${CMAKE_CURRENT_BINARY_DIR}\\\\WELCOME.txt") There is a bug in NSI that does not handle full unix paths properly. | ||
# Make sure there is at least one set of four(4) backslashes. | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.