summaryrefslogtreecommitdiff
path: root/src/licensing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/licensing.h')
-rw-r--r--src/licensing.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/licensing.h b/src/licensing.h
new file mode 100644
index 0000000..5255ffd
--- /dev/null
+++ b/src/licensing.h
@@ -0,0 +1,17 @@
+/*
+* BSD 2-Clause “Simplified” License
+* Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com
+* All rights reserved.
+*/
+
+#ifndef INCLUDE_LICENSING
+#define INCLUDE_LICENSING
+
+// NOTE DO NOT TOUCH THIS!
+char license_key[18] = { "[LICENSELOCATION]" };
+// NOTE DO NOT TOUCH THIS!
+
+bool license_is_valid = true;
+void validate_license();
+
+#endif \ No newline at end of file