#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 26 Jan 2017 12:40:06 +0100
changeset 3847 ac2486ce7d6f
parent 3846 b86fdd84bc87
child 3848 fdaa0179292f
#DOCUMENTATION by cg class: ScreenLock added: #copyright
ScreenLock.st
--- a/ScreenLock.st	Tue Jan 24 17:42:27 2017 +0100
+++ b/ScreenLock.st	Thu Jan 26 12:40:06 2017 +0100
@@ -1,5 +1,18 @@
+"
+ COPYRIGHT (c) 2000 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:libview2' }"
 
+"{ NameSpace: Smalltalk }"
+
 EventListener subclass:#ScreenLock
 	instanceVariableNames:'workstation lastInactiveTime lockAfterSeconds lockChannel
 		lockChannelOut processor lockedViews hiddenViews'
@@ -10,6 +23,20 @@
 
 !ScreenLock class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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
 "
     documentation to be added.
@@ -337,5 +364,6 @@
 !ScreenLock class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ScreenLock.st,v 1.7 2004-03-20 19:20:31 stefan Exp $'
+    ^ '$Header$'
 ! !
+