From 6b7a0605472e728b96e5706018f492e95a919f14 Mon Sep 17 00:00:00 2001 From: Daniel Evans Date: Mon, 4 Aug 2014 23:51:35 +0100 Subject: [PATCH 1/2] Add some 3rd party license information to README --- README.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.markdown b/README.markdown index e947bdc8..135f5a8d 100644 --- a/README.markdown +++ b/README.markdown @@ -64,3 +64,16 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . +### Third Party Licenses + +MAD is licensed under the GNU General Public License + +* http://www.underbit.com/products/mad/ + +SFML is licensed under the zlib license + +* http://www.sfml-dev.org/license.php + +Bullet Physics is licensed under the zlib license + +* http://bulletphysics.org/mediawiki-1.5.8/index.php/LICENSE From 5badee28afc6b30a43f477c75f82615376b32241 Mon Sep 17 00:00:00 2001 From: Daniel Evans Date: Tue, 5 Aug 2014 00:32:11 +0100 Subject: [PATCH 2/2] Add Boost test to readme --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 135f5a8d..07797d52 100644 --- a/README.markdown +++ b/README.markdown @@ -11,6 +11,7 @@ Dependencies: * Bullet * GLM (0.9.5+) * SFML (2.0+) +* Boost Test Options: