SystemChangeNotifier.st
branchjv
changeset 17761 b0e5971141bc
parent 17735 6a5bc05f696a
child 17763 019bb9c842c5
--- a/SystemChangeNotifier.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/SystemChangeNotifier.st	Mon Apr 26 19:26:38 2010 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 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' }"
 
 Object subclass:#SystemChangeNotifier
@@ -9,6 +20,20 @@
 
 !SystemChangeNotifier class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2006 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.
@@ -89,6 +114,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/SystemChangeNotifier.st,v 1.3 2009/10/26 17:31:00 cg Exp §'
-! !
+!
 
-
+version_SVN
+    ^ '$Id: SystemChangeNotifier.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+! !