From 81a25c37d9a9b75d1ffc73788d1966447a3f5b30 Mon Sep 17 00:00:00 2001
From: Rainer Walke <walke@demogr.mpg.de>
Date: Fri, 20 Sep 2019 11:41:08 +0200
Subject: [PATCH] improve some formal details

---
 LICENCE   | 12 ++++++++++++
 NAMESPACE |  1 +
 2 files changed, 13 insertions(+)
 create mode 100644 LICENCE

diff --git a/LICENCE b/LICENCE
new file mode 100644
index 0000000..ed5aa6a
--- /dev/null
+++ b/LICENCE
@@ -0,0 +1,12 @@
+Copyrights
+==========
+
+Copyright (C) 2019 Rainer Walke
+
+
+Licences
+========
+
+1. The eoR package itself is licenced under "GPL-3", the GNU GENERAL
+   PUBLIC LICENCE Version 3, see "GPL-3" below.
+...
\ No newline at end of file
diff --git a/NAMESPACE b/NAMESPACE
index 40671ad..35abca9 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,3 +1,4 @@
 exportPattern("^[[:alpha:]]+")
 
+importFrom("methods", "new", "validObject")
 import("data.table")