application/jv_vdb_application.st
changeset 49 2ec7f7ed9242
parent 46 6b857f3cec8c
child 83 101ff2210613
--- a/application/jv_vdb_application.st	Fri Oct 13 21:38:13 2017 +0100
+++ b/application/jv_vdb_application.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/application' }"
 
 "{ NameSpace: Smalltalk }"
@@ -9,6 +17,18 @@
 	category:'* Projects & Packages *'
 !
 
+!jv_vdb_application 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/
+"
+! !
 
 !jv_vdb_application class methodsFor:'description'!
 
@@ -143,24 +163,24 @@
 
     ^ 'Jan Vrany'
 
-    "Modified: / 21-09-2014 / 01:34:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 23-11-2017 / 22:33:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 description
     "Returns a description string which will appear in nt.def / bc.def"
 
-    ^ 'Visual Debugger'
+    ^ 'Visual / VM Debugger'
 
-    "Modified: / 21-09-2014 / 01:34:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 23-11-2017 / 22:43:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 legalCopyright
     "Returns a copyright string which will appear in <lib>.rc.
      Under win32, this is placed into the dlls file-info"
 
-    ^ 'Copyring (C) 2014 Jan Vrany'
+    ^ 'Copyright (C) Jan Vrany 2015-now'
 
-    "Modified: / 21-09-2014 / 01:34:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 23-11-2017 / 22:36:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 productInstallDirBaseName
@@ -177,9 +197,9 @@
      Under win32, this is placed into the dlls file-info.
      This method is usually redefined in a concrete application definition"
 
-    ^ 'Visual Debugger'
+    ^ self description
 
-    "Modified: / 21-09-2014 / 01:33:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 23-11-2017 / 22:36:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !jv_vdb_application class methodsFor:'description - startup'!