#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 24 Jan 2017 01:03:56 +0100
changeset 21274 d8206abd0aea
parent 21273 747662c2633e
child 21275 73cdb6512e55
#DOCUMENTATION by cg class: SystemChangeNotifier added: #copyright
SystemChangeNotifier.st
--- a/SystemChangeNotifier.st	Tue Jan 24 00:50:43 2017 +0100
+++ b/SystemChangeNotifier.st	Tue Jan 24 01:03:56 2017 +0100
@@ -1,5 +1,14 @@
-"{ Encoding: utf8 }"
+"
+ COPYRIGHT (c) 2009 by eXept Software AG
+              All Rights Reserved
 
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice. This software may not
+ be provided or otherwise made available to, or used by, any
+ other person. No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: Smalltalk }"
@@ -13,6 +22,21 @@
 
 !SystemChangeNotifier class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2009 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice. This software may not
+ be provided or otherwise made available to, or used by, any
+ other person. No title to or ownership of the software is
+ hereby transferred.
+
+"
+!
+
 documentation
 "
     For now, this implementation is mostly for squeak compatibility.