X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=TrackerScroller.h;h=0cef0076340fa39a5ac6fb8e54f53fe9d5fe00d0;hp=17c591d72ed9614ddfce105f383a2bea359a4b55;hb=HEAD;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9 diff --git a/TrackerScroller.h b/TrackerScroller.h index 17c591d..0cef007 100644 --- a/TrackerScroller.h +++ b/TrackerScroller.h @@ -1,10 +1,14 @@ -// -// TrackerScroller.h -// The Cheat -// -// Created by Chaz McGarvey on 12/28/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +/* + * The Cheat - The legendary universal game trainer for Mac OS X. + * http://www.brokenzipper.com/trac/wiki/TheCheat + * + * Copyright (c) 2003-2011, Charles McGarvey et al. + * + * Distributable under the terms and conditions of the 2-clause BSD + * license; see the file COPYING for the legal text of the license. + */ + #import @@ -25,4 +29,4 @@ - (void)scrollerDidStartScrolling:(TrackerScroller *)scroller; - (void)scrollerDidStopScrolling:(TrackerScroller *)scroller; -@end \ No newline at end of file +@end