#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 12 Apr 2017 10:29:42 +0200
changeset 17496 b6f70501c982
parent 17495 02e1bea13adc
child 17497 77410a144634
#DOCUMENTATION by cg class: CodeGeneratorTool class changed: #copyrightTemplate
CodeGeneratorTool.st
--- a/CodeGeneratorTool.st	Tue Apr 11 21:59:24 2017 +0200
+++ b/CodeGeneratorTool.st	Wed Apr 12 10:29:42 2017 +0200
@@ -385,7 +385,7 @@
         ].
     ].
     (OperatingSystem getDomainName endsWith:'exept.de') ifTrue:[
-        copyrightHolder := 'eXept Sofware AG'.
+        copyrightHolder := 'eXept Software AG'.
     ] ifFalse:[
         copyrightHolder := '>>your company<<'.
     ].
@@ -399,6 +399,8 @@
  be provided or otherwise made available to, or used by, any
  other person.  No title to or ownership of the software is
  hereby transferred.' bindWith:(Date today year) with:copyrightHolder.
+
+    "Modified: / 12-04-2017 / 10:29:30 / cg"
 !
 
 copyrightTemplate:aString