From 2e01e7167332b65953193fbc2b7cb51b29c45e2c Mon Sep 17 00:00:00 2001
From: Campos Airas <d.campos@ibermatica.com>
Date: Mon, 20 Mar 2023 17:35:27 +0100
Subject: [PATCH] [ADD] pysmile license file

---
 src/pysmile_license.py | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 src/pysmile_license.py

diff --git a/src/pysmile_license.py b/src/pysmile_license.py
new file mode 100644
index 0000000..855319f
--- /dev/null
+++ b/src/pysmile_license.py
@@ -0,0 +1,21 @@
+# License issued by BayesFusion Licensing Server
+# The code below must be executed before any PySMILE object is created.
+# You can use "import pysmile_license" or copy the pysmile.License
+# call into your Python source code.
+import pysmile
+pysmile.License((
+	b"SMILE LICENSE be3052fc e03e3962 b50f4810 "
+	b"THIS IS AN ACADEMIC LICENSE AND CAN BE USED "
+	b"SOLELY FOR ACADEMIC RESEARCH AND TEACHING, "
+	b"AS DEFINED IN THE BAYESFUSION ACADEMIC "
+	b"SOFTWARE LICENSING AGREEMENT. "
+	b"Serial #: 87i8c2sm1bryx9qeit4sw1ty7 "
+	b"Issued for: Sergio Campos (scamposcordobes@gmail.com) "
+	b"Academic institution: EHU/UPV "
+	b"Valid until: 2023-09-18 "
+	b"Issued by BayesFusion activation server"
+	),[
+	0x3f,0x29,0xa9,0x34,0xd8,0xcc,0x7a,0xab,0xc8,0x0c,0x69,0x46,0xbe,0xa0,0x70,0xa8,
+	0xad,0xdf,0x09,0x1f,0x62,0x9d,0x4c,0xda,0xb8,0x5a,0x66,0x78,0x75,0xfd,0x36,0x77,
+	0x9b,0xaa,0x23,0xc1,0x91,0x52,0xdd,0x98,0x62,0x7e,0x5f,0x1c,0xd3,0x15,0x0b,0x47,
+	0xcc,0x94,0x5f,0x01,0xa1,0x3d,0x7e,0x54,0xc1,0x95,0x39,0x65,0x95,0x24,0xd3,0x4e])
-- 
GitLab