From 20ff44c81427eb3b028348a9654347861d55c6d3 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 29 Nov 2015 22:12:01 +0000 Subject: [PATCH] Changed license in readme. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3bdf690b..5bb2c725 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ PolyVox - The voxel management and manipulation library ======================================================= -PolyVox is the core technology which lies behind our games. It is a fast, lightweight C++ library for the storage and processing of volumetric (voxel-based) environments. It has applications in both games and medical/scientific visualisation, and is released under the terms of the `zlib license `_. +PolyVox is the core technology which lies behind our games. It is a fast, lightweight C++ library for the storage and processing of volumetric (voxel-based) environments. It has applications in both games and medical/scientific visualisation, and is released under the terms of the `MIT license `_. PolyVox is a relatively low-level library, and you will need experience in C++ and computer graphics/shaders to use it effectively. It is designed to be easily integrated into existing applications and is independent of your chosen graphics API. For more details please see `this page `_ on our website. \ No newline at end of file