StringPattern.st
changeset 4272 ef02a1f2c6fb
parent 4017 42cb3e340b6e
--- a/StringPattern.st	Tue Jan 24 01:05:04 2017 +0100
+++ b/StringPattern.st	Tue Jan 24 01:05:39 2017 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2011 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:libbasic2' }"
 
 "{ NameSpace: Smalltalk }"
@@ -39,6 +50,21 @@
 
 !StringPattern class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2011 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
 "
     A StringPattern instances are used to match string. The