diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-25 10:18:02 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-25 10:18:02 +0000 |
commit | 29d1b490e1dd9f1300cbdb07f2e204802ab6d5e1 (patch) | |
tree | 567efe982192ca3b7d36646b0955c5946e2b330c /Source/NSArray_DeepMutableCopy.m | |
parent | 98792afc2acd1348b970f66be35c170b11d8fca1 (diff) | |
download | sequelpro-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/NSArray_DeepMutableCopy.m')
-rw-r--r-- | Source/NSArray_DeepMutableCopy.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/NSArray_DeepMutableCopy.m b/Source/NSArray_DeepMutableCopy.m index bad87655..0b749fbd 100644 --- a/Source/NSArray_DeepMutableCopy.m +++ b/Source/NSArray_DeepMutableCopy.m @@ -3,14 +3,11 @@ // // Created by Matt Gemmell on 02/05/2008. // Copyright 2008 Instinctive Code. All rights reserved. -// #import "NSArray_DeepMutableCopy.h" - @implementation NSArray (DeepMutableCopy) - - (NSMutableArray *)deepMutableCopy; { NSMutableArray *newArray; @@ -38,5 +35,4 @@ return newArray; } - @end |