VDBTabbingContainer.st
changeset 49 2ec7f7ed9242
parent 40 d766d4c854a2
child 112 d293d117e978
--- a/VDBTabbingContainer.st	Fri Oct 13 21:38:13 2017 +0100
+++ b/VDBTabbingContainer.st	Thu Nov 23 22:45:57 2017 +0000
@@ -1,3 +1,11 @@
+"
+jv:vdb - Visual / VM Debugger
+Copyright (C) 2015-now Jan Vrany
+
+This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
+
+You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
+"
 "{ Package: 'jv:vdb' }"
 
 "{ NameSpace: Smalltalk }"
@@ -9,6 +17,18 @@
 	category:'VDB-UI-Containers'
 !
 
+!VDBTabbingContainer class methodsFor:'documentation'!
+
+copyright
+"
+jv:vdb - Visual / VM Debugger
+Copyright (C) 2015-now Jan Vrany
+
+This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
+
+You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
+"
+! !
 
 !VDBTabbingContainer class methodsFor:'interface specs'!