# HG changeset patch # User Claus Gittinger # Date 1265023755 -3600 # Node ID 783dda49565595a429129c367294d88158e45b11 # Parent c96124d9aefdb467727fc63893b0f9442834d43b added: #copyright diff -r c96124d9aefd -r 783dda495655 ProjectBuilder.st --- a/ProjectBuilder.st Tue Jan 19 20:34:02 2010 +0100 +++ b/ProjectBuilder.st Mon Feb 01 12:29:15 2010 +0100 @@ -1,3 +1,14 @@ +" + 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:libtool2' }" "{ NameSpace: Tools }" @@ -11,6 +22,21 @@ category:'System-Support-Projects' ! +!ProjectBuilder 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. +" +! ! !ProjectBuilder class methodsFor:'accessing'!