Changeset 64

Show
Ignore:
Timestamp:
02/06/07 04:05:30 (2 years ago)
Author:
mike
Message:

[fix] license updates
[fix] copyright updates
[fix] credits updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/changelog.txt

    r63 r64  
     1Q-0.9.0d64 
     2[fix] somewhat smarter update check :) 
     3[fix] license updates 
     4 
    15Q-0.9.0d63 
    26[fix] license updates 
  • trunk/qcontrol/Resources/Credits.html

    r63 r64  
    2424                 
    2525                <B>Localizations</B><BR> 
    26                 French by Katios<BR> 
    27                 German by cordney* and Mike<BR> 
    28                 Polish by Krzysztof Nadzieja<BR> 
     26                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;French by Katios<BR> 
     27                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;German by cordney* and Mike<BR> 
     28                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Polish by Krzysztof Nadzieja<BR> 
    2929                <BR> 
    3030                 
     
    5151                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QEMU is licensed under <A HREF="http://www.qemu.org/license.html">GNU GPL/LGPL</A><BR> 
    5252                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q is licensed under <A HREF="http://www.gnu.org/copyleft/gpl.html">GNU GPL</A><BR> 
    53                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q artwork is licensed under the <A HREF="http://creativecommons.org/licenses/by-nc-nd/2.5/">by-nc-nd CCL</A> 
     53                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q artwork is licensed under the <A HREF="http://creativecommons.org/licenses/by-nc-nd/2.5/">by-nc-nd CC</A> 
    5454                 
    5555        </BODY> 
  • trunk/qcontrol/cocoaControlController.m

    r61 r64  
    15661566                NSString *ver = [[NSString alloc] initWithBytes:[data bytes] length:[data length] encoding:NSISOLatin1StringEncoding]; 
    15671567                 
    1568                 if (![ver isEqual:[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]]) { 
     1568                if ([ver compare:[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]] == NSOrderedDescending) { 
    15691569                        NSAlert *alert = [NSAlert alertWithMessageText: NSLocalizedStringFromTable(@"URLResourceDidFinishLoading:alertWithMessageText", @"Localizable", @"cocoaControlController") 
    15701570                                defaultButton: NSLocalizedStringFromTable(@"URLResourceDidFinishLoading:defaultButton", @"Localizable", @"cocoaControlController")