From abe26f0dc3aeabb38dcaa7a19875a6c9e8b5495f Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 10 Aug 2019 11:56:54 +0800 Subject: [PATCH 1/2] problem: sudo:false has been deprecated by Travis CI solution: remove sudo:false usage from travis.yml Travis has deprecated the usage of sudo:false in travis.yml. See this blog post for more details: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration Also: https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e0ad17b..d8f313d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,6 @@ matrix: - env: BUILD_TYPE=default CURVE=tweetnacl IPv6=ON os: linux dist: precise - sudo: false - env: BUILD_TYPE=coverage CURVE=tweetnacl DRAFT=enabled os: linux addons: @@ -73,7 +72,6 @@ matrix: - xmlto - env: BUILD_TYPE=default CURVE=libsodium DRAFT=enabled GSSAPI=enabled PGM=enabled NORM=enabled TIPC=enabled os: linux - sudo: required addons: apt: sources: @@ -134,7 +132,6 @@ matrix: - abi-dumper - abi-compliance-checker -sudo: false before_install: - if [ $TRAVIS_OS_NAME == "osx" -a $BUILD_TYPE == "android" ] ; then brew update; brew install binutils ; fi From 114b1f9516ba89912d5fd190d1e335fd99465550 Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 10 Aug 2019 19:54:29 +0800 Subject: [PATCH 2/2] problem: no relicensing agreement for fanquake solution: add relicensing agreement for fanquake --- RELICENSE/fanquake.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 RELICENSE/fanquake.md diff --git a/RELICENSE/fanquake.md b/RELICENSE/fanquake.md new file mode 100644 index 00000000..e4d9b5d0 --- /dev/null +++ b/RELICENSE/fanquake.md @@ -0,0 +1,17 @@ +# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL + +This is a statement by Michael Ford that grants permission to +relicense its copyrights in the libzmq C++ library (ZeroMQ) under the +Mozilla Public License v2 (MPLv2) or any other Open Source Initiative +approved license chosen by the current ZeroMQ BDFL (Benevolent +Dictator for Life). + +A portion of the commits made by the Github handle "fanquake", with +commit author "Michael Ford ", are +copyright of Michael Ford. This document hereby grants the libzmq +project team to relicense libzmq, including all past, present and +future contributions of the author listed above. + +Michael Ford +2019/08/10 +