# HG changeset patch # User Claus Gittinger # Date 1265023778 -3600 # Node ID 63f7bd978ef84fcb2f344a3960e8dc00d8f14551 # Parent 783dda49565595a429129c367294d88158e45b11 added: #copyright diff -r 783dda495655 -r 63f7bd978ef8 Tools__ProjectBuilderAssistantApplication.st --- a/Tools__ProjectBuilderAssistantApplication.st Mon Feb 01 12:29:15 2010 +0100 +++ b/Tools__ProjectBuilderAssistantApplication.st Mon Feb 01 12:29:38 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 }" @@ -27,6 +38,20 @@ !ProjectBuilderAssistantApplication 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. +" +! + documentation " a user friendly interface to the build process.