LLVM.st
changeset 14 c7dea3fcc5a7
parent 13 fa967c0e1827
child 16 23e82cf19788
--- a/LLVM.st	Sat Aug 01 06:21:29 2015 +0100
+++ b/LLVM.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-Internal'
 !
 
+!LLVM 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.
+"
+! !
 
 !LLVM class methodsFor:'accessing'!
 
@@ -5995,10 +6025,3 @@
     self primitiveFailed
 ! !
 
-!LLVM class methodsFor:'documentation'!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-! !
-