1.1 --- a/Target.m Wed May 07 16:47:44 2008 -0700
1.2 +++ b/Target.m Sat May 24 13:24:33 2008 -0700
1.3 @@ -7,6 +7,8 @@
1.4 //
1.5
1.6 #import "Target.h"
1.7 +#import "Logging.h"
1.8 +#import "Test.h"
1.9
1.10
1.11 @implementation MYTarget
1.12 @@ -147,3 +149,26 @@
1.13
1.14
1.15 @end
1.16 +
1.17 +
1.18 +/*
1.19 + Copyright (c) 2008, Jens Alfke <jens@mooseyard.com>. All rights reserved.
1.20 +
1.21 + Redistribution and use in source and binary forms, with or without modification, are permitted
1.22 + provided that the following conditions are met:
1.23 +
1.24 + * Redistributions of source code must retain the above copyright notice, this list of conditions
1.25 + and the following disclaimer.
1.26 + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions
1.27 + and the following disclaimer in the documentation and/or other materials provided with the
1.28 + distribution.
1.29 +
1.30 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
1.31 + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1.32 + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRI-
1.33 + BUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1.34 + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1.35 + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1.36 + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
1.37 + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1.38 + */