From 7323058825532c15f0b5d6b86e5a08d77065dd7c Mon Sep 17 00:00:00 2001
From: namark <namark@disroot.org>
Date: Fri, 19 Apr 2019 21:15:12 +0400
Subject: [PATCH] Updated the README and added a COPYRIGHT.

---
 COPYRIGHT | 21 +++++++++++++++++++++
 README.md |  4 ++++
 2 files changed, 25 insertions(+)
 create mode 100644 COPYRIGHT

diff --git a/COPYRIGHT b/COPYRIGHT
new file mode 100644
index 0000000..b152899
--- /dev/null
+++ b/COPYRIGHT
@@ -0,0 +1,21 @@
+/*
+	libsimple_interactive - unambitious C++ user input/interaction library
+	https://notabug.org/namark/libsimple_interactive
+	https://gitlab.com/namark/libsimple_interactive
+	https://github.com/namark/libsimple_interactive
+
+	Copyright (C) 2017-2019 respective authors/contributors
+
+	This program is free software: you can redistribute it and/or modify
+	it under the terms of the GNU General Public License as published by
+	the Free Software Foundation, either version 3 of the License, or
+	(at your option) any later version.
+
+	This program is distributed in the hope that it will be useful,
+	but WITHOUT ANY WARRANTY; without even the implied warranty of
+	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+	GNU General Public License for more details.
+
+	You should have received a copy of the GNU General Public License
+	along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
diff --git a/README.md b/README.md
index 595b27d..00a0f45 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,8 @@ A static library wrapping SDL2's input subsystem, pretending to be independent f
 [libsimple_geom](https://notabug.org/namark/libsimple_geom) <br />
 [libsimple_support](https://notabug.org/namark/libsimple_support) <br />
 [libsimple_sdlcore](https://notabug.org/namark/libsimple_sdlcore) <br />
+[cpp_tools](https://notabug.org/namark/cpp_tools) <br />
 [libsdl2](https://libsdl.org)
+
+## Licensing
+COPYRIGHT and LICENSE apply to all the files in this repository unless otherwise noted in the files themselves.
-- 
GitLab