diff --git a/DESCRIPTION b/DESCRIPTION
index 413640db3d192caf1cd97926f5d2944e3cc61c36..24ca525863038c0f4f6765b9254c052ec47cf7da 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,10 +1,10 @@
 Package: glpkAPI
 Type: Package
 Title: R Interface to C API of GLPK
-Version: 1.2.12
+Version: 1.3.0
 Date: 2015-01-05
-Authors@R: c(person("Gabriel", "Gelius-Dietrich", role = c("aut", "cre"), email = "geliudie@uni-duesseldorf.de"))
-Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+Authors@R: c(person("Claus Jonathan", "Fritzemeier", email = "clausjonathan.fritzemeier@uni-duesseldorf.de", role="cre"), person("Gabriel", "Gelius-Dietrich", role = c("aut"), email = "geliudie@uni-duesseldorf.de"), person("Louis", "Luangkesorn", email="lugerpitt@gmail.com", role="ctb" ))
+Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 Depends: R (>= 2.6.0)
 Imports: methods
 Description: R Interface to C API of GLPK, needs GLPK Version >= 4.42
@@ -13,7 +13,7 @@ License: GPL-3
 LazyLoad: yes
 Collate: generics.R glpk_ptrClass.R glpk.R glpkAPI.R zzz.R
 Packaged: 2015-01-05 16:02:16 UTC; jonathan
-Author: Gabriel Gelius-Dietrich [aut, cre]
+Author: Gabriel Gelius-Dietrich [aut]
 NeedsCompilation: yes
 Repository: CRAN
 Date/Publication: 2015-01-05 16:02:16
diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd
index 212c7838f5c563c1196c612a8ace47d79e9cb6ee..8aecbbbedd15f325c23d59778b9e407aad664aba 100644
--- a/inst/NEWS.Rd
+++ b/inst/NEWS.Rd
@@ -5,12 +5,13 @@
 \encoding{UTF-8}
 
 % ---------------------------------------------------------------------------- %
-\section{Changes in version 1.2.12 2015-01-05}{
+\section{Changes in version 1.3.0 2015-01-05}{
   \itemize{
     \item added new vignette that describes the use of glpkAPI and GNU MathProg 
     	language (GMPL). Thanks to Louis Luangkesorn
     	\footnote{lugerpitt@gmail.com.  Thanks to Leo Lopes for his comments
     	and suggestions.}.
+    \item{changed package maintainer}
   }
 }
 
diff --git a/man/addColsGLPK.Rd b/man/addColsGLPK.Rd
index dd4842a54c1b7d81762abb4b4bb0ba83924bc276..08418a13473c022df6f2ff0bffee75a0d3bacee1 100644
--- a/man/addColsGLPK.Rd
+++ b/man/addColsGLPK.Rd
@@ -43,10 +43,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/addRowsGLPK.Rd b/man/addRowsGLPK.Rd
index b90a291ec076b9a14c1ac32cef74d48bee28a454..5eecf07af433230c5fe65468fe987e9c5aced03e 100644
--- a/man/addRowsGLPK.Rd
+++ b/man/addRowsGLPK.Rd
@@ -43,10 +43,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/advBasisGLPK.Rd b/man/advBasisGLPK.Rd
index 20a42605fc190fae18b87a89837e5fa6fd6c38bf..6db6dbfe685851b3f12f2258ca9a6e9f9afff8fa 100644
--- a/man/advBasisGLPK.Rd
+++ b/man/advBasisGLPK.Rd
@@ -39,10 +39,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/bfExistsGLPK.Rd b/man/bfExistsGLPK.Rd
index bcadf909ca625ac2ce8401f2d8df04af3b4cf8ec..6354b88994a9f908e676702278960f4e3310b8c8 100644
--- a/man/bfExistsGLPK.Rd
+++ b/man/bfExistsGLPK.Rd
@@ -40,9 +40,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/bfUpdatedGLPK.Rd b/man/bfUpdatedGLPK.Rd
index f8c6ee99dd49a76e4a53131f539dfbdd1b702ece..3cae20482c6e0635817d848a3e72d993975366b8 100644
--- a/man/bfUpdatedGLPK.Rd
+++ b/man/bfUpdatedGLPK.Rd
@@ -40,9 +40,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/checkDupGLPK.Rd b/man/checkDupGLPK.Rd
index 02cd95c2f4ca02593fa0ad9c945fc49c62ce28aa..914c8b15bd70a6e2496c13fab18af48f87df27cd 100644
--- a/man/checkDupGLPK.Rd
+++ b/man/checkDupGLPK.Rd
@@ -52,10 +52,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/copyProbGLPK.Rd b/man/copyProbGLPK.Rd
index 778a0cbcea4411528be76c8174da961af324f31d..cde0f81d1662be11ff0b1fa7ce63830f1ba8abdb 100644
--- a/man/copyProbGLPK.Rd
+++ b/man/copyProbGLPK.Rd
@@ -46,11 +46,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{enable/disable flag}.
 }
diff --git a/man/cpxBasisGLPK.Rd b/man/cpxBasisGLPK.Rd
index bab3ad86169515127ab4d099caeb122fe1568161..37fcbfa549a02cbefbe9ae877ac240e7048845bf 100644
--- a/man/cpxBasisGLPK.Rd
+++ b/man/cpxBasisGLPK.Rd
@@ -39,9 +39,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/createIndexGLPK.Rd b/man/createIndexGLPK.Rd
index ec13b131ac5b5cb59e6035f288797a0d5d1a6ed9..8405ee5a06c6f2107035f08b19c90c538741ca4b 100644
--- a/man/createIndexGLPK.Rd
+++ b/man/createIndexGLPK.Rd
@@ -39,10 +39,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/delColsGLPK.Rd b/man/delColsGLPK.Rd
index af606ce6c1755124769c970c2f2a4aec76b24b47..51041240f78afa4b74dc4152fee60ff088ed2d57 100644
--- a/man/delColsGLPK.Rd
+++ b/man/delColsGLPK.Rd
@@ -45,9 +45,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/delProbGLPK.Rd b/man/delProbGLPK.Rd
index ee4764becf64503674bef489091effff5b6ffa86..093f375ae1ed2b52f05929188db8a4b146bab9d0 100644
--- a/man/delProbGLPK.Rd
+++ b/man/delProbGLPK.Rd
@@ -39,10 +39,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/delRowsGLPK.Rd b/man/delRowsGLPK.Rd
index e827306cef7da5463171f8827381f6a360a79ad7..efb5d1387046bd9403eb5979f719aca855c6f261 100644
--- a/man/delRowsGLPK.Rd
+++ b/man/delRowsGLPK.Rd
@@ -45,9 +45,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/deleteIndexGLPK.Rd b/man/deleteIndexGLPK.Rd
index bc9c4c39107bf52447228b4b7c26f18114b97153..96f66185e76352fe945ba82b58f25d4490167c2e 100644
--- a/man/deleteIndexGLPK.Rd
+++ b/man/deleteIndexGLPK.Rd
@@ -39,10 +39,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/eraseProbGLPK.Rd b/man/eraseProbGLPK.Rd
index cf83e1cd9419e45e5c81d2201bcf6359c51810fd..73fcd0dbb64aa54532c1b964956381b60c099476 100644
--- a/man/eraseProbGLPK.Rd
+++ b/man/eraseProbGLPK.Rd
@@ -39,9 +39,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/factorizeGLPK.Rd b/man/factorizeGLPK.Rd
index 4cca81e8d3c4d445bd939f136fdb284602a038cd..07b634deede8f2389788794e9567651f0cbffdf9 100644
--- a/man/factorizeGLPK.Rd
+++ b/man/factorizeGLPK.Rd
@@ -40,11 +40,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{return codes}.
 }
diff --git a/man/findColGLPK.Rd b/man/findColGLPK.Rd
index 49573a6a4addbf4b30087357f79393083e8e6384..62dc03f2b1db51b0a6c573321e8b3e21283cf427 100644
--- a/man/findColGLPK.Rd
+++ b/man/findColGLPK.Rd
@@ -48,10 +48,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/findRowGLPK.Rd b/man/findRowGLPK.Rd
index fa91da1cb95a74909da2bcae8d5272063621461f..3ddc8f350b93945a518d9048e7dbd53627c416cd 100644
--- a/man/findRowGLPK.Rd
+++ b/man/findRowGLPK.Rd
@@ -48,10 +48,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getBfcpGLPK.Rd b/man/getBfcpGLPK.Rd
index 0be484ddd4ac1166b2132b611fe83e631078761c..3ad8f947d5ef36d4644747e51c15e3f1362ca434 100644
--- a/man/getBfcpGLPK.Rd
+++ b/man/getBfcpGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{Control Parameters}.
 }
diff --git a/man/getBheadGLPK.Rd b/man/getBheadGLPK.Rd
index cfbc842d697cce92354f3702647f23f560e3e5f6..00fd50172630d8d4a0e3191d35f36dfb1b5a6198 100644
--- a/man/getBheadGLPK.Rd
+++ b/man/getBheadGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getCbindGLPK.Rd b/man/getCbindGLPK.Rd
index 649dd333b74332f61aafb5dede713ad1500724eb..26781a30972e3e7aa375abdac94348164388e525 100644
--- a/man/getCbindGLPK.Rd
+++ b/man/getCbindGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getColDualGLPK.Rd b/man/getColDualGLPK.Rd
index 75905e0604a41119f69d7ee2c24c7d390aa12464..9beb9da409a0378c530f90d7c5d4b2ccb8675cdf 100644
--- a/man/getColDualGLPK.Rd
+++ b/man/getColDualGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getColDualIptGLPK.Rd b/man/getColDualIptGLPK.Rd
index a151023e940fef453f6d38b9e6619b3fc5886aaa..3da24d9cec56b23b9a35180ad3ac5bee3d9d6be9 100644
--- a/man/getColDualIptGLPK.Rd
+++ b/man/getColDualIptGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getColKindGLPK.Rd b/man/getColKindGLPK.Rd
index 89cfcdbff930d8de006a7ac7fbb2ae29d1cd20e8..89b982351a7a58cfc35ec409d11cd2902fb126f3 100644
--- a/man/getColKindGLPK.Rd
+++ b/man/getColKindGLPK.Rd
@@ -41,9 +41,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getColLowBndGLPK.Rd b/man/getColLowBndGLPK.Rd
index 1acceb1c19cc39c4a61d9dda817f3b5c574c540f..cc17d6936fe48587215c53927e64b011b98cc13b 100644
--- a/man/getColLowBndGLPK.Rd
+++ b/man/getColLowBndGLPK.Rd
@@ -43,10 +43,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColNameGLPK.Rd b/man/getColNameGLPK.Rd
index 283475ad3af5926f529f38c600db058d62ee3de1..b01e67273d1620347ff10777c0c27a9d434e1513 100644
--- a/man/getColNameGLPK.Rd
+++ b/man/getColNameGLPK.Rd
@@ -42,10 +42,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColPrimGLPK.Rd b/man/getColPrimGLPK.Rd
index 273c5af3ffd68667f27a8421b27029714d07a80c..337877985a6b34883b0ceed42a8c04509dc7dac2 100644
--- a/man/getColPrimGLPK.Rd
+++ b/man/getColPrimGLPK.Rd
@@ -43,10 +43,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColPrimIptGLPK.Rd b/man/getColPrimIptGLPK.Rd
index 8bed91d4b6031f0a4f40d48de7925f2268f2d232..d10039553ed2c06c9de5380c5891f30b4ea5dfba 100644
--- a/man/getColPrimIptGLPK.Rd
+++ b/man/getColPrimIptGLPK.Rd
@@ -43,10 +43,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColStatGLPK.Rd b/man/getColStatGLPK.Rd
index f82250fe7e72ec7c7079464163d7c775e2d91dbe..cbffcc9151c1c6fe0f1dd00ed002966a859eef41 100644
--- a/man/getColStatGLPK.Rd
+++ b/man/getColStatGLPK.Rd
@@ -41,11 +41,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/getColTypeGLPK.Rd b/man/getColTypeGLPK.Rd
index 27c45ae21c553a2f414526993d58f7d82bc19956..df2bbc14b413b7352de87578ec92375343394bc3 100644
--- a/man/getColTypeGLPK.Rd
+++ b/man/getColTypeGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/getColUppBndGLPK.Rd b/man/getColUppBndGLPK.Rd
index 5b6d611166124f114739844afe79e3bfe778988e..80856edbc08a9e45b4979789a384ba703a102614 100644
--- a/man/getColUppBndGLPK.Rd
+++ b/man/getColUppBndGLPK.Rd
@@ -43,10 +43,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColsDualGLPK.Rd b/man/getColsDualGLPK.Rd
index 5bf5ea00df3c3b974a57c4ad3a636bdff14f2afa..20cb33001fdd51cc988dc8c87aa02a48cf82656e 100644
--- a/man/getColsDualGLPK.Rd
+++ b/man/getColsDualGLPK.Rd
@@ -36,10 +36,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColsDualIptGLPK.Rd b/man/getColsDualIptGLPK.Rd
index 1ae77b390c723797b18e7cb6658b63f3be3b6421..54a6a7152313509886ea488d088d6c8690d9261b 100644
--- a/man/getColsDualIptGLPK.Rd
+++ b/man/getColsDualIptGLPK.Rd
@@ -35,10 +35,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColsKindGLPK.Rd b/man/getColsKindGLPK.Rd
index 37757530733cd3246b333e38ea22a4854d2dd480..0dfd69a05ba8c7d526c7655ac72d648828168b1a 100644
--- a/man/getColsKindGLPK.Rd
+++ b/man/getColsKindGLPK.Rd
@@ -40,10 +40,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColsLowBndsGLPK.Rd b/man/getColsLowBndsGLPK.Rd
index 2776f8340b777a3c0091e80ccf4564c1f96052bb..19aa701ce080ea29849b84471033fb4ea9a89703 100644
--- a/man/getColsLowBndsGLPK.Rd
+++ b/man/getColsLowBndsGLPK.Rd
@@ -42,10 +42,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColsPrimGLPK.Rd b/man/getColsPrimGLPK.Rd
index ee874398bfd885a22ae7b7736770c62ebf90743d..5f24ec1a8e5cda32ddf31b92135c5ce5610c156a 100644
--- a/man/getColsPrimGLPK.Rd
+++ b/man/getColsPrimGLPK.Rd
@@ -37,10 +37,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColsPrimIptGLPK.Rd b/man/getColsPrimIptGLPK.Rd
index ee1d29b53701229f16ff006ae56c09fcf654b06a..7dd3f2df6415605480daab978b6d84fa5003cc8c 100644
--- a/man/getColsPrimIptGLPK.Rd
+++ b/man/getColsPrimIptGLPK.Rd
@@ -37,10 +37,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColsStatGLPK.Rd b/man/getColsStatGLPK.Rd
index 0cc203a3ff65621ec9afbe29707522f610320cd0..b5c8c402282adc7c17bcd26c05c30cdf79d16fba 100644
--- a/man/getColsStatGLPK.Rd
+++ b/man/getColsStatGLPK.Rd
@@ -37,10 +37,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getColsUppBndsGLPK.Rd b/man/getColsUppBndsGLPK.Rd
index 06373dd1892e0bd63745d6c7ec17237c66d7030d..b363fa780a7d6a7520744a867df1f128e64e49af 100644
--- a/man/getColsUppBndsGLPK.Rd
+++ b/man/getColsUppBndsGLPK.Rd
@@ -42,10 +42,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getDualStatGLPK.Rd b/man/getDualStatGLPK.Rd
index 3191dfc83fd5bbd1dcfd0c8eae853a1927042c60..03e7450ca511000741b95c015129f8b1bcda7228 100644
--- a/man/getDualStatGLPK.Rd
+++ b/man/getDualStatGLPK.Rd
@@ -38,11 +38,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/getInteriorParmGLPK.Rd b/man/getInteriorParmGLPK.Rd
index 4838f69a7108a39ee56637d0c23dee7e6db79b25..572545b0d12e93cecfcbcf913e2feacb3ff6ec3d 100644
--- a/man/getInteriorParmGLPK.Rd
+++ b/man/getInteriorParmGLPK.Rd
@@ -32,11 +32,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{Control Parameters}.
 }
diff --git a/man/getMIPParmGLPK.Rd b/man/getMIPParmGLPK.Rd
index f5eed15e95ecf3c96c21e19cb5d6600382579252..c7d6b6260b9c50ace39150fd073b4ffecc4d1701 100644
--- a/man/getMIPParmGLPK.Rd
+++ b/man/getMIPParmGLPK.Rd
@@ -34,11 +34,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{Control Parameters}.
 }
diff --git a/man/getMatColGLPK.Rd b/man/getMatColGLPK.Rd
index c9483976d00ae0f8b1ec2c4654d16d29c33d02a6..e0b5ae0fa347322a1adca4f0614b0d8f05504945 100644
--- a/man/getMatColGLPK.Rd
+++ b/man/getMatColGLPK.Rd
@@ -45,10 +45,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getMatRowGLPK.Rd b/man/getMatRowGLPK.Rd
index ee7dd6d8c771f44eb48a75209dc0f0dbdd18cb1d..c636bd854429bf924d99a3d0d3100a86adabd7e4 100644
--- a/man/getMatRowGLPK.Rd
+++ b/man/getMatRowGLPK.Rd
@@ -45,10 +45,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getNumBinGLPK.Rd b/man/getNumBinGLPK.Rd
index ba5ffdd0b8a5ef6066efc35d2ad378c92f9a544b..01df022d273373d020ad9812b83637de6ca628b2 100644
--- a/man/getNumBinGLPK.Rd
+++ b/man/getNumBinGLPK.Rd
@@ -39,9 +39,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getNumColsGLPK.Rd b/man/getNumColsGLPK.Rd
index 8b9662c5a0602982503ac1c9a74fa9a22d2d16e3..03fbde74ac00ad4eab9fdbd912761096a6b705c0 100644
--- a/man/getNumColsGLPK.Rd
+++ b/man/getNumColsGLPK.Rd
@@ -40,10 +40,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getNumIntGLPK.Rd b/man/getNumIntGLPK.Rd
index 10abbb765282cefc7af3a0785f70df5a3eb9efec..202e3ab601c5330fb94962601c32d7dc98af4057 100644
--- a/man/getNumIntGLPK.Rd
+++ b/man/getNumIntGLPK.Rd
@@ -39,9 +39,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getNumNnzGLPK.Rd b/man/getNumNnzGLPK.Rd
index 66af466d4d87a5fdd9be97099f17c967bdf5e620..f5a931dc488925fcb2fdf6b49a8f1e1c51e5e7fb 100644
--- a/man/getNumNnzGLPK.Rd
+++ b/man/getNumNnzGLPK.Rd
@@ -40,10 +40,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getNumRowsGLPK.Rd b/man/getNumRowsGLPK.Rd
index c4f25cbc410ed84bfc0322e847d4d841a4906416..a4107af4f237ef62d25d8e20c1ae55e753311c34 100644
--- a/man/getNumRowsGLPK.Rd
+++ b/man/getNumRowsGLPK.Rd
@@ -40,10 +40,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getObjCoefGLPK.Rd b/man/getObjCoefGLPK.Rd
index de3bf92c758706597fe8833004fa49336ddccb80..625a4275a4e584b9de4e9fa0db11a77183bfd8b0 100644
--- a/man/getObjCoefGLPK.Rd
+++ b/man/getObjCoefGLPK.Rd
@@ -45,10 +45,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getObjCoefsGLPK.Rd b/man/getObjCoefsGLPK.Rd
index cd008be2cf71cf93fbe5448d81e71fb0a084f935..a9cdbc0bf8f7d742908aa2d56dba973e6a90461f 100644
--- a/man/getObjCoefsGLPK.Rd
+++ b/man/getObjCoefsGLPK.Rd
@@ -44,10 +44,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getObjDirGLPK.Rd b/man/getObjDirGLPK.Rd
index e3c37dfb429e58e996c35fb8e4a0d6e9f57ddc9b..f918913c5b9dff9d4a4f7f826c523af6c36b87cd 100644
--- a/man/getObjDirGLPK.Rd
+++ b/man/getObjDirGLPK.Rd
@@ -39,11 +39,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/getObjNameGLPK.Rd b/man/getObjNameGLPK.Rd
index 998a76449bb31425c903b6a5a6027f5500f3d18d..b20d3211627700700bda9ac4ea06bd0cb3c36826 100644
--- a/man/getObjNameGLPK.Rd
+++ b/man/getObjNameGLPK.Rd
@@ -39,10 +39,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getObjValGLPK.Rd b/man/getObjValGLPK.Rd
index 9e2435dde5f5c46bbbf08597916c29419c4e67e7..b792718656f54061564b2302dcc4e228208d84db 100644
--- a/man/getObjValGLPK.Rd
+++ b/man/getObjValGLPK.Rd
@@ -39,10 +39,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getObjValIptGLPK.Rd b/man/getObjValIptGLPK.Rd
index 1e2f29039d5045dba21408b020cd8436dcf62c25..e5e72e8bf54c39157a5a433bdcb1e01035988e94 100644
--- a/man/getObjValIptGLPK.Rd
+++ b/man/getObjValIptGLPK.Rd
@@ -39,10 +39,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getPrimStatGLPK.Rd b/man/getPrimStatGLPK.Rd
index b5963311ef89813e961c6257952af94402639c59..39d50b3a9a27fc76ac0521b4f0721b642c69654f 100644
--- a/man/getPrimStatGLPK.Rd
+++ b/man/getPrimStatGLPK.Rd
@@ -38,11 +38,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/getProbNameGLPK.Rd b/man/getProbNameGLPK.Rd
index 0acfcf5b4476c83eafb2eda3931fac6759638b98..27adc9aeaf847d9c196ff01aaaa5c3a7b0313601 100644
--- a/man/getProbNameGLPK.Rd
+++ b/man/getProbNameGLPK.Rd
@@ -39,10 +39,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getRbindGLPK.Rd b/man/getRbindGLPK.Rd
index e7bb496198df0e3756aa4a145a6f731b3e149cb3..773178837a0aa2ff53d502dedbb7bde106263795 100644
--- a/man/getRbindGLPK.Rd
+++ b/man/getRbindGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getRiiGLPK.Rd b/man/getRiiGLPK.Rd
index 17a61ca79e08b70a8b5372bde8b86418e791ee02..995be7201f4d3d7e8a439befeb580aa4776072c5 100644
--- a/man/getRiiGLPK.Rd
+++ b/man/getRiiGLPK.Rd
@@ -43,9 +43,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getRowDualGLPK.Rd b/man/getRowDualGLPK.Rd
index 073be31376e12e6eec61fbb443b57f752b390e36..844993b761a3c5fdb143bf74c5678cd31ea00d10 100644
--- a/man/getRowDualGLPK.Rd
+++ b/man/getRowDualGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getRowDualIptGLPK.Rd b/man/getRowDualIptGLPK.Rd
index e4f8d7bf1e20e617569c6e7a48535fe0840c9372..afc546c36bd7392e6880a23e21dd3e90b40f396a 100644
--- a/man/getRowDualIptGLPK.Rd
+++ b/man/getRowDualIptGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getRowLowBndGLPK.Rd b/man/getRowLowBndGLPK.Rd
index bdebd24683438260263ed18622aa9352bfe132c2..b5a975be3f77facf73d16e24a4c8495aba5b83bb 100644
--- a/man/getRowLowBndGLPK.Rd
+++ b/man/getRowLowBndGLPK.Rd
@@ -43,10 +43,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getRowNameGLPK.Rd b/man/getRowNameGLPK.Rd
index 72fb7b74ff6dabbfb0da7635197797f7c95f6b03..9f66a6cd0aafaa7be72d480eee483868f069c998 100644
--- a/man/getRowNameGLPK.Rd
+++ b/man/getRowNameGLPK.Rd
@@ -42,10 +42,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getRowPrimGLPK.Rd b/man/getRowPrimGLPK.Rd
index 908eba7fa14c5a35c8be2a4fa27fa0053f263d5b..39c92896ca54e80d1fac5dde8713d7dacd24b14c 100644
--- a/man/getRowPrimGLPK.Rd
+++ b/man/getRowPrimGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getRowPrimIptGLPK.Rd b/man/getRowPrimIptGLPK.Rd
index 6fdb517734e9e8136b20c5a283df4d21f5e22264..2b3a2188aa3b6491cb921914f30b0a4ed406e3ec 100644
--- a/man/getRowPrimIptGLPK.Rd
+++ b/man/getRowPrimIptGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getRowStatGLPK.Rd b/man/getRowStatGLPK.Rd
index 3f5defa20d7455fd2c74c2f168f4077b7891093a..fe11ae03f1eaef8ddb8db3d2d287fa7409e7636e 100644
--- a/man/getRowStatGLPK.Rd
+++ b/man/getRowStatGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/getRowTypeGLPK.Rd b/man/getRowTypeGLPK.Rd
index 70522a32e7e1c556059bddd65c12fad13b4398e8..9b2e87267c01a822e3234b1f5e152303b20ce459 100644
--- a/man/getRowTypeGLPK.Rd
+++ b/man/getRowTypeGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/getRowUppBndGLPK.Rd b/man/getRowUppBndGLPK.Rd
index 8da5d8f88dc0dfd1de047d7c1ffd2ee9edb2c63a..206102f46c957f69b2cf816dbeceded4bf2fd2d5 100644
--- a/man/getRowUppBndGLPK.Rd
+++ b/man/getRowUppBndGLPK.Rd
@@ -43,10 +43,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getRowsDualGLPK.Rd b/man/getRowsDualGLPK.Rd
index 73fd08c929ec90bfedbe611fa50e9d6c680f84bc..92f059e6b694adfeee4db61f6a5cd04b8142c147 100644
--- a/man/getRowsDualGLPK.Rd
+++ b/man/getRowsDualGLPK.Rd
@@ -37,10 +37,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getRowsDualIptGLPK.Rd b/man/getRowsDualIptGLPK.Rd
index a4a8e4a05d1154a9a6d9ce0f58986d05c85330c2..6370da3a43c6d6ad62d605a52dc170cdceb7b392 100644
--- a/man/getRowsDualIptGLPK.Rd
+++ b/man/getRowsDualIptGLPK.Rd
@@ -35,10 +35,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getRowsLowBndsGLPK.Rd b/man/getRowsLowBndsGLPK.Rd
index fc35a4a559cac153a5500cfc0c407179e46ccbce..039b17465f95bd64a2c963febfd4d8c974f52f36 100644
--- a/man/getRowsLowBndsGLPK.Rd
+++ b/man/getRowsLowBndsGLPK.Rd
@@ -42,10 +42,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getRowsPrimGLPK.Rd b/man/getRowsPrimGLPK.Rd
index ee15f0f71dc56446bc9aa7655a8a566e7f72cfa0..461365518dbd84becf305f5e493c7a1ef638006b 100644
--- a/man/getRowsPrimGLPK.Rd
+++ b/man/getRowsPrimGLPK.Rd
@@ -36,10 +36,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getRowsPrimIptGLPK.Rd b/man/getRowsPrimIptGLPK.Rd
index 71288a4d3671d6c659085069fbf8a695bdc2ea39..e3c0abe0251662070fc11aef78c63720538a0f2e 100644
--- a/man/getRowsPrimIptGLPK.Rd
+++ b/man/getRowsPrimIptGLPK.Rd
@@ -37,10 +37,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getRowsStatGLPK.Rd b/man/getRowsStatGLPK.Rd
index edc1df10fb9d2b45555a4624c6db800ef0b6fa1f..de71f949882a94de5f971740bfb4d30198e97c08 100644
--- a/man/getRowsStatGLPK.Rd
+++ b/man/getRowsStatGLPK.Rd
@@ -37,10 +37,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getRowsTypesGLPK.Rd b/man/getRowsTypesGLPK.Rd
index a8e8bd55cf2dbb9f4d1fb25e2ada86cee16c1628..58a9e88b5bd345809e81e202f5b17d78d5704cc7 100644
--- a/man/getRowsTypesGLPK.Rd
+++ b/man/getRowsTypesGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section
   \sQuote{type of auxiliary/structural variable}.
diff --git a/man/getRowsUppBndsGLPK.Rd b/man/getRowsUppBndsGLPK.Rd
index 67e593ee343892c80dcb08d15934ee208ede417b..e0c990affcad411545bf5d7537e3ef52b934c780 100644
--- a/man/getRowsUppBndsGLPK.Rd
+++ b/man/getRowsUppBndsGLPK.Rd
@@ -42,10 +42,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/getSimplexParmGLPK.Rd b/man/getSimplexParmGLPK.Rd
index 426d1c99222b888140be2dc62ec0d4cc3b652314..c2184a4fa84a8e9e712da9d27b6e00b148a4f297 100644
--- a/man/getSimplexParmGLPK.Rd
+++ b/man/getSimplexParmGLPK.Rd
@@ -34,11 +34,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{Control Parameters}.
 }
diff --git a/man/getSjjGLPK.Rd b/man/getSjjGLPK.Rd
index 6b17f5a23c963eda843114f90d57a8ca97351814..7e52e1955da24dc39a54e47752207ac26a8bf2ef 100644
--- a/man/getSjjGLPK.Rd
+++ b/man/getSjjGLPK.Rd
@@ -43,9 +43,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/getSolStatGLPK.Rd b/man/getSolStatGLPK.Rd
index 4845005b3b89f9972172081ee194c48c8236d5d9..51c009f5ecd205687af04153cfe3c1f7ad7a263f 100644
--- a/man/getSolStatGLPK.Rd
+++ b/man/getSolStatGLPK.Rd
@@ -40,11 +40,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/getSolStatIptGLPK.Rd b/man/getSolStatIptGLPK.Rd
index 4f2123f251c22d15b2d6afd8381aeff5a85fedf8..95a88229ace73336fd421f587d127edf16f0e86b 100644
--- a/man/getSolStatIptGLPK.Rd
+++ b/man/getSolStatIptGLPK.Rd
@@ -40,11 +40,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/getUnbndRayGLPK.Rd b/man/getUnbndRayGLPK.Rd
index b787c3db5019f17ecf8a393d6f6ae42286cefbf7..1e84388584597502e51aea20ee437a03fb14ec77 100644
--- a/man/getUnbndRayGLPK.Rd
+++ b/man/getUnbndRayGLPK.Rd
@@ -39,9 +39,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/glpkAPI-package.Rd b/man/glpkAPI-package.Rd
index 82eba328517c454327db51f72af5f0a05e5966bb..37cd27d63c538905ac803db90667617fe33a294f 100644
--- a/man/glpkAPI-package.Rd
+++ b/man/glpkAPI-package.Rd
@@ -25,11 +25,12 @@
 }
 
 \author{
-    Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-    Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ package }
 \keyword{ optimize}
 
diff --git a/man/glpkConstants.Rd b/man/glpkConstants.Rd
index 84518936fdfd8ebf9c5e1a87f4afc911fb23e037..a27b1535bcf3b5195a16c0aa9f6bc8caa4ba6a0c 100644
--- a/man/glpkConstants.Rd
+++ b/man/glpkConstants.Rd
@@ -483,11 +483,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{status_codeGLPK}}, \code{\link{return_codeGLPK}}
 }
diff --git a/man/glpkPtr-class.Rd b/man/glpkPtr-class.Rd
index 69b165210967a8cdd16a14b5d3a3620dcea4a8f4..0748aa706c4c091df82093e978956a20bb064c06 100644
--- a/man/glpkPtr-class.Rd
+++ b/man/glpkPtr-class.Rd
@@ -76,11 +76,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{mplAllocWkspGLPK}} and \code{\link{initProbGLPK}}.
 }
diff --git a/man/initProbGLPK.Rd b/man/initProbGLPK.Rd
index 65dce1c5637b24ff701ccda736da7d5794ce65b5..ae1ab34b44a3eda8d619e6e48f7ae6d3ba2e25a8 100644
--- a/man/initProbGLPK.Rd
+++ b/man/initProbGLPK.Rd
@@ -37,11 +37,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{"\linkS4class{glpkPtr}"}.
 }
diff --git a/man/loadMatrixGLPK.Rd b/man/loadMatrixGLPK.Rd
index cd1681a90e9f3de0034e7a28e8c5d7faaa61b9cc..8fbe11f0a43ad5d07a6c8d71ab4ffe4b2884b539 100644
--- a/man/loadMatrixGLPK.Rd
+++ b/man/loadMatrixGLPK.Rd
@@ -51,10 +51,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/mipColValGLPK.Rd b/man/mipColValGLPK.Rd
index 870ec5bb67c01fd70f7494e6717bada068fdc735..7f314769d20926213a9de159011be6bcfeb88add 100644
--- a/man/mipColValGLPK.Rd
+++ b/man/mipColValGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/mipColsValGLPK.Rd b/man/mipColsValGLPK.Rd
index fdf641a3ce5393f35568a506586bf765d028834f..374f615df879cca70a0c8caddbba892254106597 100644
--- a/man/mipColsValGLPK.Rd
+++ b/man/mipColsValGLPK.Rd
@@ -37,10 +37,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/mipObjValGLPK.Rd b/man/mipObjValGLPK.Rd
index 14d776450b271fd1b9b799e4bf0c5ec1b399ba4c..7ba8ec8e870b90f14db8616bbdb0104c5e195b5f 100644
--- a/man/mipObjValGLPK.Rd
+++ b/man/mipObjValGLPK.Rd
@@ -39,9 +39,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/mipRowValGLPK.Rd b/man/mipRowValGLPK.Rd
index 87b6e7d7eb39db460969262577ea4fcf79e633e1..9889863f7aa387eaa303ef6685663dd39883200f 100644
--- a/man/mipRowValGLPK.Rd
+++ b/man/mipRowValGLPK.Rd
@@ -42,9 +42,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/mipRowsValGLPK.Rd b/man/mipRowsValGLPK.Rd
index 22546c3a4d75b480233d1f69e3f7c3a17192d3f6..4a0e395f6b4c4271dea2e7c2e9fb2b8d5c45c5db 100644
--- a/man/mipRowsValGLPK.Rd
+++ b/man/mipRowsValGLPK.Rd
@@ -37,10 +37,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/mipStatusGLPK.Rd b/man/mipStatusGLPK.Rd
index a7c6bc241292ef8ac3874819ca2d450f88d4a925..10dbec152e505e154c213463598e02ef24eacb34 100644
--- a/man/mipStatusGLPK.Rd
+++ b/man/mipStatusGLPK.Rd
@@ -39,9 +39,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/mplAllocWkspGLPK.Rd b/man/mplAllocWkspGLPK.Rd
index 12739d3fa096ba54eb0b5abc1255dc2ab0bdc9d1..90d1254296bf3bd7a07694f051477346fd1ee4f8 100644
--- a/man/mplAllocWkspGLPK.Rd
+++ b/man/mplAllocWkspGLPK.Rd
@@ -37,11 +37,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{"\linkS4class{glpkPtr}"}.
 }
diff --git a/man/mplBuildProbGLPK.Rd b/man/mplBuildProbGLPK.Rd
index de57a122002471d24fc9e87659979b2291bbb65c..fd6f3b71f47055ce7f7ad4044f7159c61a46cb25 100644
--- a/man/mplBuildProbGLPK.Rd
+++ b/man/mplBuildProbGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{mplAllocWkspGLPK}},
   \code{\link{mplFreeWkspGLPK}},
diff --git a/man/mplFreeWkspGLPK.Rd b/man/mplFreeWkspGLPK.Rd
index 0171355339172cb0fde90c77753abfbfb9648fff..5805731b1b70e592cf07f832e2245c04119cb842 100644
--- a/man/mplFreeWkspGLPK.Rd
+++ b/man/mplFreeWkspGLPK.Rd
@@ -39,11 +39,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{mplAllocWkspGLPK}},
   \code{\link{mplBuildProbGLPK}},
diff --git a/man/mplGenerateGLPK.Rd b/man/mplGenerateGLPK.Rd
index 168241f406e950b1a084f85131755baffd33e153..ccae8d3e5468e7b07005ae52ffdccc395df301ea 100644
--- a/man/mplGenerateGLPK.Rd
+++ b/man/mplGenerateGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{mplAllocWkspGLPK}},
   \code{\link{mplBuildProbGLPK}},
diff --git a/man/mplPostsolveGLPK.Rd b/man/mplPostsolveGLPK.Rd
index 09eb04e636965303f6d0242a9e36c5bc76d11808..e7aed8a294a73c3e15754d208f7aca02a095ca8b 100644
--- a/man/mplPostsolveGLPK.Rd
+++ b/man/mplPostsolveGLPK.Rd
@@ -47,11 +47,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{mplAllocWkspGLPK}},
   \code{\link{mplBuildProbGLPK}},
diff --git a/man/mplReadDataGLPK.Rd b/man/mplReadDataGLPK.Rd
index 19d638293fc510cd7d394406c618c5a4aae3e454..0af9f7ef7505397476b0b14667a2511188ffec23 100644
--- a/man/mplReadDataGLPK.Rd
+++ b/man/mplReadDataGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{mplAllocWkspGLPK}},
   \code{\link{mplBuildProbGLPK}},
diff --git a/man/mplReadModelGLPK.Rd b/man/mplReadModelGLPK.Rd
index df96f0b3fa8fc3b16cc24ff93cb0a491cbd64324..0e2c17f8f5db4d7243127f49d66d557a6b43741a 100644
--- a/man/mplReadModelGLPK.Rd
+++ b/man/mplReadModelGLPK.Rd
@@ -45,11 +45,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{mplAllocWkspGLPK}},
   \code{\link{mplBuildProbGLPK}},
diff --git a/man/printIptGLPK.Rd b/man/printIptGLPK.Rd
index 135dacdff3ee981ae4bb9a11fa99f13cb6638aa3..a3d4dc4cf9bf16682b6e07d2a2fbc259e1813bbd 100644
--- a/man/printIptGLPK.Rd
+++ b/man/printIptGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{printSolGLPK}}, \code{\link{readSolGLPK}},
   \code{\link{writeSolGLPK}}, \code{\link{readIptGLPK}},
diff --git a/man/printMIPGLPK.Rd b/man/printMIPGLPK.Rd
index 4f63bc3bb7efdf046f09f46ee006b167948bcb80..203d2feeba747f2f1d15812d9a9a95e3c5afeadb 100644
--- a/man/printMIPGLPK.Rd
+++ b/man/printMIPGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{printSolGLPK}}, \code{\link{readSolGLPK}},
   \code{\link{writeSolGLPK}}, \code{\link{printIptGLPK}},
diff --git a/man/printRangesGLPK.Rd b/man/printRangesGLPK.Rd
index c0fde034317446bcb4c3408cb21b01f891ebf96f..8089f9ff8ac43263278372796439f0fa6ae61d9e 100644
--- a/man/printRangesGLPK.Rd
+++ b/man/printRangesGLPK.Rd
@@ -48,9 +48,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/printSolGLPK.Rd b/man/printSolGLPK.Rd
index 0625693bc6df3c919715053bb9f82f9ac9ddd124..3f49bfc0ce2697b44fbf13d66ae6431cb634fa6b 100644
--- a/man/printSolGLPK.Rd
+++ b/man/printSolGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{readSolGLPK}}, \code{\link{writeSolGLPK}},
   \code{\link{printIptGLPK}}, \code{\link{readIptGLPK}},
diff --git a/man/readIptGLPK.Rd b/man/readIptGLPK.Rd
index 468c1db3be7c95705f8682c661d296122ad93ec1..3806e87709630f9ce678a4d2f294e2031eff9745 100644
--- a/man/readIptGLPK.Rd
+++ b/man/readIptGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{printSolGLPK}}, \code{\link{readSolGLPK}},
   \code{\link{writeSolGLPK}}, \code{\link{printIptGLPK}},
diff --git a/man/readLPGLPK.Rd b/man/readLPGLPK.Rd
index 796c67f1046944dd82c1e06e6d2da11cb65207dc..44982f1a0eba71e6e6c545f4d66ebf67f1afeaa4 100644
--- a/man/readLPGLPK.Rd
+++ b/man/readLPGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{readMPSGLPK}}, \code{\link{readProbGLPK}}, 
   \code{\link{writeMPSGLPK}}, \code{\link{writeLPGLPK}} and
diff --git a/man/readMIPGLPK.Rd b/man/readMIPGLPK.Rd
index 307bf4d412eea16244d2dd6c1e50b41403ea6a11..9fb73d2ff3244fdfd0f798c48daa36c899953b39 100644
--- a/man/readMIPGLPK.Rd
+++ b/man/readMIPGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{printSolGLPK}}, \code{\link{readSolGLPK}},
   \code{\link{writeSolGLPK}}, \code{\link{printIptGLPK}},
diff --git a/man/readMPSGLPK.Rd b/man/readMPSGLPK.Rd
index 552025bdb0abf4ae8c759966ef5a77d0181533d2..a7396977a604000a77733018048022d5985f4992 100644
--- a/man/readMPSGLPK.Rd
+++ b/man/readMPSGLPK.Rd
@@ -47,11 +47,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{readLPGLPK}}, \code{\link{readProbGLPK}}, 
   \code{\link{writeMPSGLPK}}, \code{\link{writeLPGLPK}},
diff --git a/man/readProbGLPK.Rd b/man/readProbGLPK.Rd
index 963a2b5169faa829d6839f9752d6ef1bd1a067b2..4e45e18cc1d90df4fd8ef1ef98d9e8bb6a2e0843 100644
--- a/man/readProbGLPK.Rd
+++ b/man/readProbGLPK.Rd
@@ -44,11 +44,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{readMPSGLPK}}, \code{\link{readLPGLPK}}, 
   \code{\link{writeMPSGLPK}}, \code{\link{writeLPGLPK}} and
diff --git a/man/readSolGLPK.Rd b/man/readSolGLPK.Rd
index a83318118232cf961b06ac3aa99a39f43d5a8f2b..e75a2700c304b6eb4bcb7e2783c13c90a5fe0080 100644
--- a/man/readSolGLPK.Rd
+++ b/man/readSolGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{printSolGLPK}}, \code{\link{writeSolGLPK}}, 
   \code{\link{printIptGLPK}}, \code{\link{readIptGLPK}},
diff --git a/man/return_codeGLPK.Rd b/man/return_codeGLPK.Rd
index bcc00a89deeb3ba9b3de9bd0c5c082877e184ca6..81eadebc5a459824433f0eed9ea330c789a22446 100644
--- a/man/return_codeGLPK.Rd
+++ b/man/return_codeGLPK.Rd
@@ -30,11 +30,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{return codes}.
 }
diff --git a/man/scaleProbGLPK.Rd b/man/scaleProbGLPK.Rd
index 0046968ff94d195eef5db426454ea407b50b74d0..be3384b8e67106a0f12976a91ee4a21337fd9fa0 100644
--- a/man/scaleProbGLPK.Rd
+++ b/man/scaleProbGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setBfcpGLPK.Rd b/man/setBfcpGLPK.Rd
index eafe310b51c82b56c3c505c23ffdcc6be2318dc3..ad0f1fc7816dcf88a4cde30f7d057b66281516d7 100644
--- a/man/setBfcpGLPK.Rd
+++ b/man/setBfcpGLPK.Rd
@@ -49,11 +49,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setColBndGLPK.Rd b/man/setColBndGLPK.Rd
index ec18d4fdd39d1b1b4b6784c556d0fa6c066e75e2..c21e39678882c915a0850fe3ad38172b064ad77d 100644
--- a/man/setColBndGLPK.Rd
+++ b/man/setColBndGLPK.Rd
@@ -52,11 +52,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setColKindGLPK.Rd b/man/setColKindGLPK.Rd
index 8654f6d35b535c0d3fc108c96c3d195d44dc3ff5..4169041dcb3ca820a95dca677cf55ca7b973ea68 100644
--- a/man/setColKindGLPK.Rd
+++ b/man/setColKindGLPK.Rd
@@ -46,11 +46,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setColNameGLPK.Rd b/man/setColNameGLPK.Rd
index 2eec413874787b4649eb5862b6be51852aa7442f..4459d39f8f4cfe087fcec08eee64f3562079012e 100644
--- a/man/setColNameGLPK.Rd
+++ b/man/setColNameGLPK.Rd
@@ -45,10 +45,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setColStatGLPK.Rd b/man/setColStatGLPK.Rd
index a4ef3c9c808c816b2bb6c671aad44581dcb1a746..4cbf055d1d4c2f5f118e1d5049a50610f68be071 100644
--- a/man/setColStatGLPK.Rd
+++ b/man/setColStatGLPK.Rd
@@ -46,11 +46,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setColsBndsGLPK.Rd b/man/setColsBndsGLPK.Rd
index 45bf48f1831ce4b25879043bfb6f0fd421b9d856..45216b5992b4d52e38cb9dd038db40184793b48a 100644
--- a/man/setColsBndsGLPK.Rd
+++ b/man/setColsBndsGLPK.Rd
@@ -55,11 +55,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setColsBndsObjCoefsGLPK.Rd b/man/setColsBndsObjCoefsGLPK.Rd
index 246c36c8534d42c7de384b5c75012a85d4739c10..1bc46f5dc372cddc20ff7c6d7cb26d101f06e0ac 100644
--- a/man/setColsBndsObjCoefsGLPK.Rd
+++ b/man/setColsBndsObjCoefsGLPK.Rd
@@ -60,11 +60,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setColsKindGLPK.Rd b/man/setColsKindGLPK.Rd
index 86ad70a7ed13ca66a86ecb4272a5523ce563582c..f374d91a595b23b6ef73a012fb772c7ede261adf 100644
--- a/man/setColsKindGLPK.Rd
+++ b/man/setColsKindGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setColsNamesGLPK.Rd b/man/setColsNamesGLPK.Rd
index 56461c3424a62bd9ab2f0a8636c538aeff5100f9..2e79722132e269a06cf863ac0c45b42b1812a627 100644
--- a/man/setColsNamesGLPK.Rd
+++ b/man/setColsNamesGLPK.Rd
@@ -48,10 +48,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setDefaultIptParmGLPK.Rd b/man/setDefaultIptParmGLPK.Rd
index 92e50d9e385845f8027473531094bcb3af75ecc0..c7357912a62f88bf72b591cff2dd8865305bc1dd 100644
--- a/man/setDefaultIptParmGLPK.Rd
+++ b/man/setDefaultIptParmGLPK.Rd
@@ -31,11 +31,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{Control Parameters}.
 }
diff --git a/man/setDefaultMIPParmGLPK.Rd b/man/setDefaultMIPParmGLPK.Rd
index b13dd96931cb70ae8f5395fbc50c6b45177474c5..651847370cb2b45fcbac19a8a3e3a5f161b1c674 100644
--- a/man/setDefaultMIPParmGLPK.Rd
+++ b/man/setDefaultMIPParmGLPK.Rd
@@ -31,11 +31,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{Control Parameters}.
 }
diff --git a/man/setDefaultSmpParmGLPK.Rd b/man/setDefaultSmpParmGLPK.Rd
index 67e0dd8447e348befc4fbd122bb859237c5045b7..f06f4cb32f91c7a6c9d8b1e77d419b29bed23760 100644
--- a/man/setDefaultSmpParmGLPK.Rd
+++ b/man/setDefaultSmpParmGLPK.Rd
@@ -30,11 +30,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{Control Parameters}.
 }
diff --git a/man/setInteriorParmGLPK.Rd b/man/setInteriorParmGLPK.Rd
index 51295132285968583d790c6d1a327641c2135c23..4a8c11ec67b281321cb60b1abdc2d7fe02b3aef6 100644
--- a/man/setInteriorParmGLPK.Rd
+++ b/man/setInteriorParmGLPK.Rd
@@ -45,11 +45,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setMIPParmGLPK.Rd b/man/setMIPParmGLPK.Rd
index 295eba0725eccee5ff72687d9f6ab9b2cf5acb36..8057b5c1d045a89f5c79f683658a9d334c20fd36 100644
--- a/man/setMIPParmGLPK.Rd
+++ b/man/setMIPParmGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setMatColGLPK.Rd b/man/setMatColGLPK.Rd
index 26903c0f70d1c0d93a7bb3764d9ba2ee2af17a6e..ca017e4c3bdbfb2c1f7ca6a59682d918cda8b84b 100644
--- a/man/setMatColGLPK.Rd
+++ b/man/setMatColGLPK.Rd
@@ -51,10 +51,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setMatRowGLPK.Rd b/man/setMatRowGLPK.Rd
index 8145a1607ddab87510357f24a138ce1f1fd80cc4..2d18664038e948451479dee5484c6458aa92e7f0 100644
--- a/man/setMatRowGLPK.Rd
+++ b/man/setMatRowGLPK.Rd
@@ -51,10 +51,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setObjCoefGLPK.Rd b/man/setObjCoefGLPK.Rd
index 03f0b575e88c4fedb6138d6cff054334d2b26281..50f56fffcf2e88b7b300adaec257e19964d8b31f 100644
--- a/man/setObjCoefGLPK.Rd
+++ b/man/setObjCoefGLPK.Rd
@@ -45,10 +45,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setObjCoefsGLPK.Rd b/man/setObjCoefsGLPK.Rd
index 92db381ef3b80b0afd1bf30b53eddae6b0100b48..23481a4f140348e78ef08eef1d68a5bcbbcaba3c 100644
--- a/man/setObjCoefsGLPK.Rd
+++ b/man/setObjCoefsGLPK.Rd
@@ -45,10 +45,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setObjDirGLPK.Rd b/man/setObjDirGLPK.Rd
index cfbb3f7d1a22b32fdba10ec0f10622a502783b61..82fcf96f1e4a2ca7c6323ae4bd6fa3824c0d4f82 100644
--- a/man/setObjDirGLPK.Rd
+++ b/man/setObjDirGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/setObjNameGLPK.Rd b/man/setObjNameGLPK.Rd
index 11ae344fede25aecc145ee47ad56282a18464b7e..2dac3f456e934147aa8eb91851a302369c4afa5f 100644
--- a/man/setObjNameGLPK.Rd
+++ b/man/setObjNameGLPK.Rd
@@ -42,10 +42,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setProbNameGLPK.Rd b/man/setProbNameGLPK.Rd
index 08a5eab9fa6d1bcd5ba75a8c0f9ef38244103148..8be266de4d21d0b059a867537beff58d1ca1a822 100644
--- a/man/setProbNameGLPK.Rd
+++ b/man/setProbNameGLPK.Rd
@@ -42,10 +42,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setRhsZeroGLPK.Rd b/man/setRhsZeroGLPK.Rd
index 84456c7967c94edc5e432201d37b9b9a1a8560c4..9b7e801154c49673d4e06dc5adc73a2955b6c8ea 100644
--- a/man/setRhsZeroGLPK.Rd
+++ b/man/setRhsZeroGLPK.Rd
@@ -37,10 +37,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setRiiGLPK.Rd b/man/setRiiGLPK.Rd
index f180bf031d458a4e1be59eaee783e1cd20f6554b..23a952b4a455d7e339408618704a2ee4a3f6ae2b 100644
--- a/man/setRiiGLPK.Rd
+++ b/man/setRiiGLPK.Rd
@@ -45,9 +45,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/setRowBndGLPK.Rd b/man/setRowBndGLPK.Rd
index 3746fd57442163daf7b735d579ccef3603b0cabe..e658a45ffe772fdb788b9f0e62eb39c70e248268 100644
--- a/man/setRowBndGLPK.Rd
+++ b/man/setRowBndGLPK.Rd
@@ -52,11 +52,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setRowNameGLPK.Rd b/man/setRowNameGLPK.Rd
index e21ba571ed56866c1fd130f2820c074376fd036e..d812286bf07359ee0853fcd82ff74eb706c30588 100644
--- a/man/setRowNameGLPK.Rd
+++ b/man/setRowNameGLPK.Rd
@@ -45,10 +45,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setRowStatGLPK.Rd b/man/setRowStatGLPK.Rd
index 571a3da0b3bdb0d74d5ababa89ea32cc678be5e8..3eaa73d00b9e30232fccdfd88e0e8690b1209689 100644
--- a/man/setRowStatGLPK.Rd
+++ b/man/setRowStatGLPK.Rd
@@ -45,11 +45,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setRowsBndsGLPK.Rd b/man/setRowsBndsGLPK.Rd
index 8568ab2f9a04d7f40f5d36920d163431030e6ceb..131004ffe2997263ba841a47930f759c6195138e 100644
--- a/man/setRowsBndsGLPK.Rd
+++ b/man/setRowsBndsGLPK.Rd
@@ -55,11 +55,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setRowsNamesGLPK.Rd b/man/setRowsNamesGLPK.Rd
index 05bfc47d3aafb0787946a99c7a9a23af40acc0fe..6d7adecccc4fe6e18e1c3df6eed89cffe0ed153f 100644
--- a/man/setRowsNamesGLPK.Rd
+++ b/man/setRowsNamesGLPK.Rd
@@ -49,10 +49,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/setSimplexParmGLPK.Rd b/man/setSimplexParmGLPK.Rd
index 835e80e86f3e69b8c33e8bb728ecbab44c4a4b67..1136efd7bcf0b34e0c45c7878a5a19fd951aaa2f 100644
--- a/man/setSimplexParmGLPK.Rd
+++ b/man/setSimplexParmGLPK.Rd
@@ -44,11 +44,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}
 }
diff --git a/man/setSjjGLPK.Rd b/man/setSjjGLPK.Rd
index 760adeb12c3e15c19a4eb36807956c037eedee12..f281265ce3187d162a749790443d44bf864235a8 100644
--- a/man/setSjjGLPK.Rd
+++ b/man/setSjjGLPK.Rd
@@ -45,9 +45,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/solveInteriorGLPK.Rd b/man/solveInteriorGLPK.Rd
index c7fb41113f98b4268cb41d8eb0b65e8d4b73ae51..dcaa2bcfdaf589cb1b2f6ca69909b7e9a8c66ffa 100644
--- a/man/solveInteriorGLPK.Rd
+++ b/man/solveInteriorGLPK.Rd
@@ -39,11 +39,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{return codes} and
   \code{\link{return_codeGLPK}}.
diff --git a/man/solveMIPGLPK.Rd b/man/solveMIPGLPK.Rd
index fbb74cdce37057277a3f85f7f3cf3491c297f619..8385ac60aedcafa4a549fdc40c433065fb8f4430 100644
--- a/man/solveMIPGLPK.Rd
+++ b/man/solveMIPGLPK.Rd
@@ -39,11 +39,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{return codes} and
   \code{\link{return_codeGLPK}}.
diff --git a/man/solveSimplexExactGLPK.Rd b/man/solveSimplexExactGLPK.Rd
index 09ef6a795132ed7e3ec5204dbcfbe2d4b5941aab..9080854977789d4de3dcf4d01031cfa6a5f224f2 100644
--- a/man/solveSimplexExactGLPK.Rd
+++ b/man/solveSimplexExactGLPK.Rd
@@ -39,11 +39,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{return codes} and
   \code{\link{return_codeGLPK}}.
diff --git a/man/solveSimplexGLPK.Rd b/man/solveSimplexGLPK.Rd
index 8d0876f16b798c1acb1a4a866d1ce0e47c9b1365..50b003c182121aecf57b4f058cb3571c0b411428 100644
--- a/man/solveSimplexGLPK.Rd
+++ b/man/solveSimplexGLPK.Rd
@@ -39,11 +39,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{return codes} and
   \code{\link{return_codeGLPK}}.
diff --git a/man/sortMatrixGLPK.Rd b/man/sortMatrixGLPK.Rd
index f873a59e08a23d248f8912ac92952afae39c7962..0af3e82b662f93dab36e44d573554a250869a72a 100644
--- a/man/sortMatrixGLPK.Rd
+++ b/man/sortMatrixGLPK.Rd
@@ -39,10 +39,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/status_codeGLPK.Rd b/man/status_codeGLPK.Rd
index a509ea55445a39f2d5a1942eb58c2b390287ea22..dca9bed13a2e067cc10c626cb4f968414795f461 100644
--- a/man/status_codeGLPK.Rd
+++ b/man/status_codeGLPK.Rd
@@ -30,11 +30,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
 }
diff --git a/man/stdBasisGLPK.Rd b/man/stdBasisGLPK.Rd
index d4ffafdb80f8b6581dc73c6e081ae78834d14970..2a43da8eafeacc65c86358935e4f4cd1b2e3c119 100644
--- a/man/stdBasisGLPK.Rd
+++ b/man/stdBasisGLPK.Rd
@@ -39,10 +39,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/termOutGLPK.Rd b/man/termOutGLPK.Rd
index 32bd2e2c6dd8ffc98e952cfe4735ff44be7b7208..10c9b8c70c9b2cdd615525eade4f7731c278fba3 100644
--- a/man/termOutGLPK.Rd
+++ b/man/termOutGLPK.Rd
@@ -37,11 +37,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{glpkConstants}}, section \sQuote{enable/disable flag}.
 }
diff --git a/man/unscaleProbGLPK.Rd b/man/unscaleProbGLPK.Rd
index b6f213e7740af403053829c80e64d486d082e5ed..946fd2c5d81a4137457657b02a3f141e6ad96fb8 100644
--- a/man/unscaleProbGLPK.Rd
+++ b/man/unscaleProbGLPK.Rd
@@ -39,9 +39,10 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
diff --git a/man/versionGLPK.Rd b/man/versionGLPK.Rd
index 0ab6d9ae590e7f83fdf14d20114ce848b176aae8..00b633219c797b5bb45c694271e2bdef77507606 100644
--- a/man/versionGLPK.Rd
+++ b/man/versionGLPK.Rd
@@ -31,10 +31,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/warmUpGLPK.Rd b/man/warmUpGLPK.Rd
index 08ea408010c0d648c6b21f23a8ebd18e454483ea..ac2814555f0388d4a9fdce03ed4576bf8fc4705b 100644
--- a/man/warmUpGLPK.Rd
+++ b/man/warmUpGLPK.Rd
@@ -37,10 +37,11 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \keyword{ optimize }
 
diff --git a/man/writeIptGLPK.Rd b/man/writeIptGLPK.Rd
index 866058b28565eb18edcc47e2799d550879422b7b..004971335b583d7993600ce0d60a5be5bff70633 100644
--- a/man/writeIptGLPK.Rd
+++ b/man/writeIptGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{printSolGLPK}}, \code{\link{readSolGLPK}},
   \code{\link{writeSolGLPK}}, \code{\link{printIptGLPK}},
diff --git a/man/writeLPGLPK.Rd b/man/writeLPGLPK.Rd
index 89b21ecd1c29c74b5311ead852c354f01afdaa5a..0c5906b31bbe5df5a4ec5ba04e3f5a9ae748a103 100644
--- a/man/writeLPGLPK.Rd
+++ b/man/writeLPGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{readMPSGLPK}}, \code{\link{readLPGLPK}},
   \code{\link{readProbGLPK}}, 
diff --git a/man/writeMIPGLPK.Rd b/man/writeMIPGLPK.Rd
index 9eecaafb9a31ada36cd647774faf661f5d004e64..f5d50baa0bef089ef12e976508272e5d2724c1fa 100644
--- a/man/writeMIPGLPK.Rd
+++ b/man/writeMIPGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{printSolGLPK}}, \code{\link{readSolGLPK}},
   \code{\link{writeSolGLPK}}, \code{\link{printIptGLPK}},
diff --git a/man/writeMPSGLPK.Rd b/man/writeMPSGLPK.Rd
index ae5088e4e3eb84f02a8d831c4619249db52829bd..94502a6ba47b896616870feee0d1bd2a0d2c25d4 100644
--- a/man/writeMPSGLPK.Rd
+++ b/man/writeMPSGLPK.Rd
@@ -47,11 +47,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{readMPSGLPK}}, \code{\link{readLPGLPK}},
   \code{\link{readProbGLPK}}, 
diff --git a/man/writeProbGLPK.Rd b/man/writeProbGLPK.Rd
index e416779e37b8e4197264b7671b85ceb163bb6a0d..4cb686cbae2df14a5bb1ab83c6863aa4d0a8b28f 100644
--- a/man/writeProbGLPK.Rd
+++ b/man/writeProbGLPK.Rd
@@ -43,11 +43,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{readMPSGLPK}}, \code{\link{readLPGLPK}},
   \code{\link{readProbGLPK}}, 
diff --git a/man/writeSolGLPK.Rd b/man/writeSolGLPK.Rd
index 70d7e184fd9c15bc90a3ad5fd25e6626b19d9c14..53f4ceb950ac59fefb460c173be54da86eaa095f 100644
--- a/man/writeSolGLPK.Rd
+++ b/man/writeSolGLPK.Rd
@@ -42,11 +42,12 @@
 }
 
 \author{
-  Gabriel Gelius-Dietrich
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
 
-  Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
 }
 
+
 \seealso{
   \code{\link{printSolGLPK}}, \code{\link{readSolGLPK}},
   \code{\link{printIptGLPK}}, \code{\link{readIptGLPK}},