One or more commits have not been signed off. All changes contributed to the OpenSlide project must certify to the terms of the Developer Certificate of Origin, version 1.1. Note that by doing so, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.
To certify to the Developer Certificate of Origin, add Signed-off-by: Your Name <your.email@example.com> to each commit message. git commit --signoff will do this for you automatically.
DCO not signed off :x:
One or more commits have not been signed off. All changes contributed to the OpenSlide project must certify to the terms of the Developer Certificate of Origin, version 1.1. Note that by doing so, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.
To certify to the Developer Certificate of Origin, add
Signed-off-by: Your Name <your.email@example.com>
to each commit message.git commit --signoff
will do this for you automatically.