aboutsummaryrefslogtreecommitdiffstats
path: root/Source/DMLocalizedNibBundle.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-07-25 10:18:02 +0000
committerstuconnolly <stuart02@gmail.com>2012-07-25 10:18:02 +0000
commit29d1b490e1dd9f1300cbdb07f2e204802ab6d5e1 (patch)
tree567efe982192ca3b7d36646b0955c5946e2b330c /Source/DMLocalizedNibBundle.m
parent98792afc2acd1348b970f66be35c170b11d8fca1 (diff)
downloadsequelpro-29d1b490e1dd9f1300cbdb07f2e204802ab6d5e1.tar.gz
sequelpro-29d1b490e1dd9f1300cbdb07f2e204802ab6d5e1.tar.bz2
sequelpro-29d1b490e1dd9f1300cbdb07f2e204802ab6d5e1.zip
Change Sequel Pro's license from GPL (version 2) to MIT.
Diffstat (limited to 'Source/DMLocalizedNibBundle.m')
-rw-r--r--Source/DMLocalizedNibBundle.m11
1 files changed, 6 insertions, 5 deletions
diff --git a/Source/DMLocalizedNibBundle.m b/Source/DMLocalizedNibBundle.m
index 0b7295d4..80274a29 100644
--- a/Source/DMLocalizedNibBundle.m
+++ b/Source/DMLocalizedNibBundle.m
@@ -1,14 +1,16 @@
// DMLocalizedNibBundle.m
//
// Created by William Jon Shipley on 2/13/05.
-// Copyright © 2005-2009 Golden % Braeburn, LLC. All rights reserved except as below:
-// This code is provided as-is, with no warranties or anything. You may use it in your projects as you wish, but you must leave this comment block (credits and copyright) intact. That's the only restriction -- Golden % Braeburn otherwise grants you a fully-paid, worldwide, transferrable license to use this code as you see fit, including but not limited to making derivative works.
-
+// Copyright (c) 2005-2009 Golden % Braeburn, LLC. All rights reserved except as below:
+//
+// This code is provided as-is, with no warranties or anything. You may use it in your projects as you wish,
+// but you must leave this comment block (credits and copyright) intact. That's the only restriction
+// -- Golden % Braeburn otherwise grants you a fully-paid, worldwide, transferrable license to use this
+// code as you see fit, including but not limited to making derivative works.
#import <Cocoa/Cocoa.h>
#import <objc/runtime.h>
-
@interface NSBundle (DMLocalizedNibBundle)
+ (BOOL)deliciousLocalizingLoadNibFile:(NSString *)fileName externalNameTable:(NSDictionary *)context withZone:(NSZone *)zone;
@end
@@ -46,7 +48,6 @@ static NSMutableArray *deliciousBindingKeys = nil;
[autoreleasePool release];
}
-
#pragma mark API
+ (BOOL)deliciousLocalizingLoadNibFile:(NSString *)fileName externalNameTable:(NSDictionary *)context withZone:(NSZone *)zone;