Skip to content

Commit

Permalink
Problem: Zyre uses LGPLv3 + SLE license
Browse files Browse the repository at this point in the history
Solution: move to MPLv2, with approval of all contributors

Fixes #327
  • Loading branch information
hintjens committed Sep 13, 2015
1 parent 08d9aca commit 983cd31
Show file tree
Hide file tree
Showing 40 changed files with 660 additions and 1,342 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Corporate Copyright Statements
==============================

Copyright (c) 1991-2015 iMatix Corporation

Contributors
============

Expand Down
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,15 @@ list(APPEND CMAKE_MODULE_PATH "${SOURCE_DIR}")
# ZMQ dependency
########################################################################
find_package(ZeroMQ REQUIRED)
IF (ZEROMQ_FOUND)
include_directories(${ZEROMQ_INCLUDE_DIRS})
list(APPEND MORE_LIBRARIES ${ZEROMQ_LIBRARIES})
ENDIF (ZEROMQ_FOUND)

########################################################################
# CZMQ dependency
########################################################################
find_package(CZMQ REQUIRED)
IF (CZMQ_FOUND)
include_directories(${CZMQ_INCLUDE_DIRS})
list(APPEND MORE_LIBRARIES ${CZMQ_LIBRARIES})
ENDIF (CZMQ_FOUND)

########################################################################
# includes
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Zyre

The contributors are listed in AUTHORS (add yourself). This project uses the LGPLv3 license, see LICENSE.
The contributors are listed in AUTHORS (add yourself). This project uses the MPLv2 license, see LICENSE.

Please read these documents BEFORE you send a patch:

Expand Down
674 changes: 0 additions & 674 deletions COPYING

This file was deleted.

181 changes: 0 additions & 181 deletions COPYING.LESSER

This file was deleted.

Loading

0 comments on commit 983cd31

Please sign in to comment.