RegressionTests__ZipArchiveTests.st
changeset 2486 96b3568099ec
parent 2147 5c17f92676fb
--- a/RegressionTests__ZipArchiveTests.st	Fri Dec 13 21:55:37 2019 +0100
+++ b/RegressionTests__ZipArchiveTests.st	Fri Dec 13 21:56:09 2019 +0100
@@ -1,5 +1,16 @@
 "{ Encoding: utf8 }"
 
+"
+ COPYRIGHT (c) 2018 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:goodies/regression' }"
 
 "{ NameSpace: RegressionTests }"
@@ -11,6 +22,21 @@
 	category:'tests-Regression-File Formats'
 !
 
+!ZipArchiveTests class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2018 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.
+"
+! !
 
 !ZipArchiveTests methodsFor:'tests'!