diff -r fa967c0e1827 -r c7dea3fcc5a7 LLVMLinkage.st --- a/LLVMLinkage.st Sat Aug 01 06:21:29 2015 +0100 +++ b/LLVMLinkage.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 }" @@ -15,6 +28,24 @@ category:'LLVM-S-Core-Constants' ! +!LLVMLinkage 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. +" +! ! + !LLVMLinkage class methodsFor:'initialization'! initialize