LLVMVisibility.st
changeset 14 c7dea3fcc5a7
parent 13 fa967c0e1827
child 79 6d6e5a3ec6b1
--- a/LLVMVisibility.st	Sat Aug 01 06:21:29 2015 +0100
+++ b/LLVMVisibility.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 }"
@@ -10,6 +23,24 @@
 	category:'LLVM-S-Core-Constants'
 !
 
+!LLVMVisibility 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.
+"
+! !
+
 !LLVMVisibility class methodsFor:'initialization'!
 
 initialize