DateUtils.m
changeset 11 e5976864dfe9
parent 4 64823cdde6a5
child 19 5ade3e09a827
     1.1 --- a/DateUtils.m	Mon Apr 14 13:58:48 2008 -0700
     1.2 +++ b/DateUtils.m	Sat May 24 13:24:33 2008 -0700
     1.3 @@ -1,9 +1,9 @@
     1.4  //
     1.5  //  DateUtils.m
     1.6 -//  Cloudy
     1.7 +//  MYUtilities
     1.8  //
     1.9  //  Created by Jens Alfke on 3/25/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 "DateUtils.h"
    1.15 @@ -42,3 +42,26 @@
    1.16      return *(uint64_t*)&elapsedNano / 1.0e9;
    1.17  }
    1.18  
    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 + */