Commit 0bdabc18958fa0eefa0743ef3842b949c2e73fa9

setkeh 2013-06-19T14:31:30

Added Licence

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/api-example.py b/api-example.py
index 16ded90..5b8cbb2 100644
--- a/api-example.py
+++ b/api-example.py
@@ -1,5 +1,12 @@
 #!/usr/bin/env python2.7
 
+# Copyright 2013 Setkeh Mkfr
+#
+# 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.  See COPYING for more details.
+
 #Short Python Example for connecting to The Cgminer API
 #Written By: setkeh <https://github.com/setkeh>
 #Thanks to Jezzz for all his Support.