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