From ec6d58aa5759faf36ee01383ed3866cc814876b0 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Tue, 4 Dec 2007 10:34:21 +0000
Subject: [PATCH] Merged README changes -r 5017:5019 from trunk

[[Imported from SVN: r5020]]
---
 README | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/README b/README
index a321b8f59..96a0cfd22 100644
--- a/README
+++ b/README
@@ -3,15 +3,15 @@ DUNE-library
 
 DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
 for solving partial differential equations with grid-based methods.
-.
+
 The main intention is to create slim interfaces allowing an efficient use of
-legacy and/or new libraries. Using C+techniques DUNE allows to use very
+legacy and/or new libraries. Using C++ techniques DUNE allows to use very
 different implementation of the same concept (i.e. grid, solver, ...) under
 a common interface with a very low overhead.
 
-DUNE was desined with flexibility in mind. It supports easy discretization
+DUNE was designed with flexibility in mind. It supports easy discretization
 using methods, like Finite Elements, Finite Volume and also Finite
-Differences. Through speration of data structures DUNE allows fast Linear
+Differences. Through separation of data structures DUNE allows fast Linear
 Algebra like provided in the ISTL module, or usage of external libraries
 like blas.
 
@@ -36,20 +36,20 @@ the impatient.
 License
 -------
 
-The Dune-library and headers are licensed under version 2 of the GNU
-General Public License, with the so-called "runtime exception," as
+The DUNE-library and headers are licensed under version 2 of the GNU
+General Public License, with the so-called "runtime exception", as
 follows:
 
-   As a special exception, you may use the DUNE source files as part of a
-   free software library without restriction.  Specifically, if other
-   files instantiate templates or use macros or inline functions
-   from one or more of the DUNE source file, or you compile one or
-   more of the DUNE source files and link them with other files to
-   produce an executable, this the DUNE source files used do  not by
-   themselves cause the resulting executable to be covered by the GNU
-   General Public License.  This exception does not however invalidate
-   any other reasons why the executable file might be covered by
-   the GNU General Public License.
+   As a special exception, you may use the DUNE source files as part
+   of a software library or application without restriction.
+   Specifically, if other files instantiate templates or use macros or
+   inline functions from one or more of the DUNE source files, or you
+   compile one or more of the DUNE source files and link them with
+   other files to produce an executable, this does not by itself cause
+   the resulting executable to be covered by the GNU General Public
+   License.  This exception does not however invalidate any other
+   reasons why the executable file might be covered by the GNU General
+   Public License.
 
 This licence clones the one of the libstc++ library. For further
 implications of this library please see their licence page [3]
-- 
GitLab