aboutsummaryrefslogtreecommitdiffstats
path: root/Source/NSDictionary_DeepMutableCopy.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/NSDictionary_DeepMutableCopy.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/NSDictionary_DeepMutableCopy.m')
-rw-r--r--Source/NSDictionary_DeepMutableCopy.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/NSDictionary_DeepMutableCopy.m b/Source/NSDictionary_DeepMutableCopy.m
index a5a49333..d98b8e7e 100644
--- a/Source/NSDictionary_DeepMutableCopy.m
+++ b/Source/NSDictionary_DeepMutableCopy.m
@@ -7,10 +7,8 @@
#import "NSDictionary_DeepMutableCopy.h"
-
@implementation NSDictionary (DeepMutableCopy)
-
- (NSMutableDictionary *)deepMutableCopy;
{
NSMutableDictionary *newDictionary;
@@ -39,5 +37,4 @@
return newDictionary;
}
-
@end