forked from zeromq/libzmq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relicense from LGPL3 + exceptions to Mozilla Public License version 2.0
Relicense permission collected from all relevant authors as tallied at: https://github.com/rlenferink/libzmq-relicense/blob/master/checklist.md The relicense grants are collected under RELICENSE/ and will be moved to the above repository in a later commit. Fixes zeromq#2376
- Loading branch information
Showing
447 changed files
with
831 additions
and
13,004 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.