-
Notifications
You must be signed in to change notification settings - Fork 0
/
pysmile_license.py
21 lines (21 loc) · 1.01 KB
/
pysmile_license.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 4e60fa6c 137f62b3 eedee080 "
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 #: ehajpdz78td1g1gq86iujquob "
b"Issued for: Peter Sutovsky ([email protected]) "
b"Academic institution: University of Manchester, UK "
b"Valid until: 2020-08-17 "
b"Issued by BayesFusion activation server"
),[
0x4c,0xaf,0xae,0x70,0x75,0xb3,0x24,0x40,0xee,0x86,0x5b,0xe9,0x99,0xf2,0x72,0x38,
0x8a,0x29,0x5a,0x81,0xce,0x85,0xa1,0x0a,0x36,0x32,0x8d,0x2c,0xb0,0xb1,0xa9,0x23,
0xf3,0xb4,0xd0,0x19,0xa0,0xda,0xcb,0x9a,0xc8,0x28,0x33,0x2e,0x30,0x33,0x75,0x06,
0xea,0xd2,0x34,0x88,0x2d,0x6e,0x7d,0x59,0x14,0xec,0xd4,0x76,0x05,0x9b,0xae,0xd0])