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/NSNotificationCenterThreadingAdditions.h | |
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/NSNotificationCenterThreadingAdditions.h')
-rw-r--r-- | Source/NSNotificationCenterThreadingAdditions.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/NSNotificationCenterThreadingAdditions.h b/Source/NSNotificationCenterThreadingAdditions.h index b71ad17f..d12b2945 100644 --- a/Source/NSNotificationCenterThreadingAdditions.h +++ b/Source/NSNotificationCenterThreadingAdditions.h @@ -9,8 +9,7 @@ // // Copyright (c) 2007-2008 TheCodingMonkeys: // Martin Pittenauer, Dominik Wagner, <http://codingmonkeys.de> -// Some rights reserved: <http://opensource.org/licenses/mit-license.php> -// +// Some rights reserved: <http://opensource.org/licenses/mit-license.php> @interface NSNotificationCenter (NSNotificationCenterThreadingAdditions) - (void)postNotificationOnMainThread:(NSNotification *)aNotification; |