LLVMExamples.st
changeset 14 c7dea3fcc5a7
parent 13 fa967c0e1827
child 16 23e82cf19788
--- a/LLVMExamples.st	Sat Aug 01 06:21:29 2015 +0100
+++ b/LLVMExamples.st	Sat Aug 01 07:07:46 2015 +0100
@@ -1,3 +1,16 @@
+"
+    Copyright (C) 2015-now Jan Vrany
+
+    This code is not an open-source (yet). You may use this code
+    for your own experiments and projects, given that:
+
+    * all modification to the code will be sent to the
+      original author for inclusion in future releases
+    * this is not used in any commercial software
+
+    This license is provisional and may (will) change in
+    a future.
+"
 "{ Package: 'jv:llvm_s' }"
 
 "{ NameSpace: Smalltalk }"
@@ -9,6 +22,23 @@
 	category:'LLVM-S-Core-Examples'
 !
 
+!LLVMExamples class methodsFor:'documentation'!
+
+copyright
+"
+    Copyright (C) 2015-now Jan Vrany
+
+    This code is not an open-source (yet). You may use this code
+    for your own experiments and projects, given that:
+
+    * all modification to the code will be sent to the
+      original author for inclusion in future releases
+    * this is not used in any commercial software
+
+    This license is provisional and may (will) change in
+    a future.
+"
+! !
 
 !LLVMExamples class methodsFor:'examples'!
 
@@ -104,10 +134,3 @@
     "Created: / 17-07-2015 / 17:21:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!LLVMExamples class methodsFor:'documentation'!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-! !
-