UniqueWindowController.m
changeset 29 8874aff14cc9
parent 6 2d492d8c2053
     1.1 --- a/UniqueWindowController.m	Fri Apr 18 09:25:10 2008 -0700
     1.2 +++ b/UniqueWindowController.m	Sun May 10 18:57:43 2009 -0700
     1.3 @@ -1,9 +1,9 @@
     1.4  //
     1.5  //  UniqueWindowController.m
     1.6 -//  Cloudy
     1.7 +//  MYUtilities
     1.8  //
     1.9  //  Created by Jens Alfke on 3/14/08.
    1.10 -//  Copyright 2008 __MyCompanyName__. All rights reserved.
    1.11 +//  Copyright 2008 Jens Alfke. All rights reserved.
    1.12  //
    1.13  
    1.14  #import "UniqueWindowController.h"
    1.15 @@ -57,3 +57,26 @@
    1.16  
    1.17  
    1.18  @end
    1.19 +
    1.20 +
    1.21 +/*
    1.22 + Copyright (c) 2008, Jens Alfke <jens@mooseyard.com>. All rights reserved.
    1.23 + 
    1.24 + Redistribution and use in source and binary forms, with or without modification, are permitted
    1.25 + provided that the following conditions are met:
    1.26 + 
    1.27 + * Redistributions of source code must retain the above copyright notice, this list of conditions
    1.28 + and the following disclaimer.
    1.29 + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions
    1.30 + and the following disclaimer in the documentation and/or other materials provided with the
    1.31 + distribution.
    1.32 + 
    1.33 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
    1.34 + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
    1.35 + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRI-
    1.36 + BUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    1.37 + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
    1.38 +  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
    1.39 + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF 
    1.40 + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    1.41 + */