From c29c42667624b6a808edeb4766fe40851ee742b7 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 28 Jul 2016 11:54:22 +0100 Subject: [PATCH] Added explicit mention of open source. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1229f17e..d795271b 100644 --- a/README.rst +++ b/README.rst @@ -9,9 +9,9 @@ Getting Started What is gprMax? =============== -gprMax (http://www.gprmax.com) is free software that simulates electromagnetic wave propagation. It solves Maxwell's equations in 3D using the Finite-Difference Time-Domain (FDTD) method. gprMax was designed for modelling Ground Penetrating Radar (GPR) but can also be used to model electromagnetic wave propagation for many other applications. +gprMax (http://www.gprmax.com) is open source software that simulates electromagnetic wave propagation. It solves Maxwell's equations in 3D using the Finite-Difference Time-Domain (FDTD) method. gprMax was designed for modelling Ground Penetrating Radar (GPR) but can also be used to model electromagnetic wave propagation for many other applications. -gprMax is released under the GNU General Public License v3 or higher (http://www.gnu.org/copyleft/gpl.html). +gprMax is currently released under the GNU General Public License v3 or higher (http://www.gnu.org/copyleft/gpl.html). gprMax is written in Python 3 (https://www.python.org) and includes performance-critical parts written in Cython/OpenMP (http://cython.org).