diff --git a/Code/CoreData/CoreData.h b/Code/CoreData/CoreData.h index bcf92db1..3e5a4ad1 100644 --- a/Code/CoreData/CoreData.h +++ b/Code/CoreData/CoreData.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/30/10. -// Copyright 2010 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/NSEntityDescription+RKAdditions.h b/Code/CoreData/NSEntityDescription+RKAdditions.h index a4805e58..ea11bcaf 100644 --- a/Code/CoreData/NSEntityDescription+RKAdditions.h +++ b/Code/CoreData/NSEntityDescription+RKAdditions.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/22/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/CoreData/NSEntityDescription+RKAdditions.m b/Code/CoreData/NSEntityDescription+RKAdditions.m index 29aa5a17..3d40fa9f 100644 --- a/Code/CoreData/NSEntityDescription+RKAdditions.m +++ b/Code/CoreData/NSEntityDescription+RKAdditions.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/22/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/CoreData/NSManagedObject+RKAdditions.h b/Code/CoreData/NSManagedObject+RKAdditions.h index e8ac1112..ef396736 100644 --- a/Code/CoreData/NSManagedObject+RKAdditions.h +++ b/Code/CoreData/NSManagedObject+RKAdditions.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/14/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/CoreData/NSManagedObject+RKAdditions.m b/Code/CoreData/NSManagedObject+RKAdditions.m index 35854a73..58f1b4ce 100644 --- a/Code/CoreData/NSManagedObject+RKAdditions.m +++ b/Code/CoreData/NSManagedObject+RKAdditions.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/14/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "NSManagedObject+RKAdditions.h" diff --git a/Code/CoreData/NSManagedObjectContext+RKAdditions.h b/Code/CoreData/NSManagedObjectContext+RKAdditions.h index 7a8baa31..2d1a4fe1 100644 --- a/Code/CoreData/NSManagedObjectContext+RKAdditions.h +++ b/Code/CoreData/NSManagedObjectContext+RKAdditions.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/14/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/CoreData/NSManagedObjectContext+RKAdditions.m b/Code/CoreData/NSManagedObjectContext+RKAdditions.m index 753e784b..f838cd1d 100644 --- a/Code/CoreData/NSManagedObjectContext+RKAdditions.m +++ b/Code/CoreData/NSManagedObjectContext+RKAdditions.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/14/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/CoreData/RKFetchRequestManagedObjectCache.h b/Code/CoreData/RKFetchRequestManagedObjectCache.h index d4e007cf..8f7dea11 100644 --- a/Code/CoreData/RKFetchRequestManagedObjectCache.h +++ b/Code/CoreData/RKFetchRequestManagedObjectCache.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/24/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKManagedObjectMappingCache.h" diff --git a/Code/CoreData/RKFetchRequestManagedObjectCache.m b/Code/CoreData/RKFetchRequestManagedObjectCache.m index c9760ae3..539a042a 100644 --- a/Code/CoreData/RKFetchRequestManagedObjectCache.m +++ b/Code/CoreData/RKFetchRequestManagedObjectCache.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/24/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKFetchRequestManagedObjectCache.h" diff --git a/Code/CoreData/RKInMemoryEntityCache.h b/Code/CoreData/RKInMemoryEntityCache.h index 1987c2b9..47859f36 100644 --- a/Code/CoreData/RKInMemoryEntityCache.h +++ b/Code/CoreData/RKInMemoryEntityCache.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/24/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/CoreData/RKInMemoryEntityCache.m b/Code/CoreData/RKInMemoryEntityCache.m index d28bd354..23108549 100644 --- a/Code/CoreData/RKInMemoryEntityCache.m +++ b/Code/CoreData/RKInMemoryEntityCache.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/24/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #if TARGET_OS_IPHONE diff --git a/Code/CoreData/RKInMemoryManagedObjectCache.h b/Code/CoreData/RKInMemoryManagedObjectCache.h index 88b36025..e0d0ae72 100644 --- a/Code/CoreData/RKInMemoryManagedObjectCache.h +++ b/Code/CoreData/RKInMemoryManagedObjectCache.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/24/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKManagedObjectMappingCache.h" diff --git a/Code/CoreData/RKInMemoryManagedObjectCache.m b/Code/CoreData/RKInMemoryManagedObjectCache.m index c6e7d186..794dae3f 100644 --- a/Code/CoreData/RKInMemoryManagedObjectCache.m +++ b/Code/CoreData/RKInMemoryManagedObjectCache.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/24/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKInMemoryManagedObjectCache.h" diff --git a/Code/CoreData/RKManagedObjectLoader.h b/Code/CoreData/RKManagedObjectLoader.h index 39b62698..4713a14b 100644 --- a/Code/CoreData/RKManagedObjectLoader.h +++ b/Code/CoreData/RKManagedObjectLoader.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/13/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectLoader.m b/Code/CoreData/RKManagedObjectLoader.m index 3be334cb..ef7d1420 100644 --- a/Code/CoreData/RKManagedObjectLoader.m +++ b/Code/CoreData/RKManagedObjectLoader.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/13/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectMapping.h b/Code/CoreData/RKManagedObjectMapping.h index 1fe04dcc..8490805b 100644 --- a/Code/CoreData/RKManagedObjectMapping.h +++ b/Code/CoreData/RKManagedObjectMapping.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/31/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectMapping.m b/Code/CoreData/RKManagedObjectMapping.m index 8222e99f..114d5f41 100644 --- a/Code/CoreData/RKManagedObjectMapping.m +++ b/Code/CoreData/RKManagedObjectMapping.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/31/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectMappingCache.h b/Code/CoreData/RKManagedObjectMappingCache.h index 2fa3a5bc..d89cbffc 100644 --- a/Code/CoreData/RKManagedObjectMappingCache.h +++ b/Code/CoreData/RKManagedObjectMappingCache.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/24/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/CoreData/RKManagedObjectMappingOperation.h b/Code/CoreData/RKManagedObjectMappingOperation.h index 056a30df..c7f68649 100644 --- a/Code/CoreData/RKManagedObjectMappingOperation.h +++ b/Code/CoreData/RKManagedObjectMappingOperation.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/31/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectMappingOperation.m b/Code/CoreData/RKManagedObjectMappingOperation.m index c99d2668..85db0d0c 100644 --- a/Code/CoreData/RKManagedObjectMappingOperation.m +++ b/Code/CoreData/RKManagedObjectMappingOperation.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/31/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectSearchEngine.h b/Code/CoreData/RKManagedObjectSearchEngine.h index 05c5ed41..92b00911 100644 --- a/Code/CoreData/RKManagedObjectSearchEngine.h +++ b/Code/CoreData/RKManagedObjectSearchEngine.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 3/31/11. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectSearchEngine.m b/Code/CoreData/RKManagedObjectSearchEngine.m index 538e2206..d2a9f6a2 100644 --- a/Code/CoreData/RKManagedObjectSearchEngine.m +++ b/Code/CoreData/RKManagedObjectSearchEngine.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 3/31/11. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectSeeder.h b/Code/CoreData/RKManagedObjectSeeder.h index ae5798f6..56a8787e 100644 --- a/Code/CoreData/RKManagedObjectSeeder.h +++ b/Code/CoreData/RKManagedObjectSeeder.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/4/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectSeeder.m b/Code/CoreData/RKManagedObjectSeeder.m index 265d4eb7..754e5999 100644 --- a/Code/CoreData/RKManagedObjectSeeder.m +++ b/Code/CoreData/RKManagedObjectSeeder.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/4/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectStore.h b/Code/CoreData/RKManagedObjectStore.h index 46c8873a..18a8bb44 100644 --- a/Code/CoreData/RKManagedObjectStore.h +++ b/Code/CoreData/RKManagedObjectStore.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/22/09. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectStore.m b/Code/CoreData/RKManagedObjectStore.m index b2d7da59..0f0ce8f3 100644 --- a/Code/CoreData/RKManagedObjectStore.m +++ b/Code/CoreData/RKManagedObjectStore.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/22/09. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectThreadSafeInvocation.h b/Code/CoreData/RKManagedObjectThreadSafeInvocation.h index a64f0868..36660fa2 100644 --- a/Code/CoreData/RKManagedObjectThreadSafeInvocation.h +++ b/Code/CoreData/RKManagedObjectThreadSafeInvocation.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/12/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKManagedObjectThreadSafeInvocation.m b/Code/CoreData/RKManagedObjectThreadSafeInvocation.m index e669a721..a81c172d 100644 --- a/Code/CoreData/RKManagedObjectThreadSafeInvocation.m +++ b/Code/CoreData/RKManagedObjectThreadSafeInvocation.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/12/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKObjectMappingProvider+CoreData.h b/Code/CoreData/RKObjectMappingProvider+CoreData.h index 874cccf7..8db36f2d 100644 --- a/Code/CoreData/RKObjectMappingProvider+CoreData.h +++ b/Code/CoreData/RKObjectMappingProvider+CoreData.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/26/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKObjectMappingProvider.h" diff --git a/Code/CoreData/RKObjectMappingProvider+CoreData.m b/Code/CoreData/RKObjectMappingProvider+CoreData.m index 2e73470b..ceb46ef1 100644 --- a/Code/CoreData/RKObjectMappingProvider+CoreData.m +++ b/Code/CoreData/RKObjectMappingProvider+CoreData.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/26/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKObjectMappingProvider+CoreData.h" diff --git a/Code/CoreData/RKObjectPropertyInspector+CoreData.h b/Code/CoreData/RKObjectPropertyInspector+CoreData.h index b2af81b1..101d6f03 100644 --- a/Code/CoreData/RKObjectPropertyInspector+CoreData.h +++ b/Code/CoreData/RKObjectPropertyInspector+CoreData.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/14/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKObjectPropertyInspector+CoreData.m b/Code/CoreData/RKObjectPropertyInspector+CoreData.m index 30c822f5..e57f5083 100644 --- a/Code/CoreData/RKObjectPropertyInspector+CoreData.m +++ b/Code/CoreData/RKObjectPropertyInspector+CoreData.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/14/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKSearchWord.h b/Code/CoreData/RKSearchWord.h index c354e975..e030fff7 100644 --- a/Code/CoreData/RKSearchWord.h +++ b/Code/CoreData/RKSearchWord.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 3/31/11. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKSearchWord.m b/Code/CoreData/RKSearchWord.m index 577fabce..76ae2baf 100644 --- a/Code/CoreData/RKSearchWord.m +++ b/Code/CoreData/RKSearchWord.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 3/31/11. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKSearchWordObserver.h b/Code/CoreData/RKSearchWordObserver.h index 1d1e0d6c..ba5fa01d 100644 --- a/Code/CoreData/RKSearchWordObserver.h +++ b/Code/CoreData/RKSearchWordObserver.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/25/11. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKSearchWordObserver.m b/Code/CoreData/RKSearchWordObserver.m index 5e91b336..03e040c6 100644 --- a/Code/CoreData/RKSearchWordObserver.m +++ b/Code/CoreData/RKSearchWordObserver.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/25/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/CoreData/RKSearchableManagedObject.h b/Code/CoreData/RKSearchableManagedObject.h index f828778d..31f8197f 100644 --- a/Code/CoreData/RKSearchableManagedObject.h +++ b/Code/CoreData/RKSearchableManagedObject.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 3/31/11. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/CoreData/RKSearchableManagedObject.m b/Code/CoreData/RKSearchableManagedObject.m index be1657cf..97822e00 100644 --- a/Code/CoreData/RKSearchableManagedObject.m +++ b/Code/CoreData/RKSearchableManagedObject.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 3/31/11. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/NSData+MD5.h b/Code/Network/NSData+MD5.h index db5c4f1a..4f8fc7d8 100644 --- a/Code/Network/NSData+MD5.h +++ b/Code/Network/NSData+MD5.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 4/4/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/NSData+MD5.m b/Code/Network/NSData+MD5.m index c6d1fa4c..61f5c76b 100644 --- a/Code/Network/NSData+MD5.m +++ b/Code/Network/NSData+MD5.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 4/4/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/NSDictionary+RKRequestSerialization.h b/Code/Network/NSDictionary+RKRequestSerialization.h index 984ad7ab..e9c671e2 100644 --- a/Code/Network/NSDictionary+RKRequestSerialization.h +++ b/Code/Network/NSDictionary+RKRequestSerialization.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/NSDictionary+RKRequestSerialization.m b/Code/Network/NSDictionary+RKRequestSerialization.m index 094ad24c..d4f76a0d 100644 --- a/Code/Network/NSDictionary+RKRequestSerialization.m +++ b/Code/Network/NSDictionary+RKRequestSerialization.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/NSObject+URLEncoding.h b/Code/Network/NSObject+URLEncoding.h index 79949e6a..5564221d 100644 --- a/Code/Network/NSObject+URLEncoding.h +++ b/Code/Network/NSObject+URLEncoding.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 7/11/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // diff --git a/Code/Network/NSObject+URLEncoding.m b/Code/Network/NSObject+URLEncoding.m index 09f73eb5..be5f1cef 100644 --- a/Code/Network/NSObject+URLEncoding.m +++ b/Code/Network/NSObject+URLEncoding.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 7/11/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "NSObject+URLEncoding.h" diff --git a/Code/Network/NSString+MD5.h b/Code/Network/NSString+MD5.h index 2d2670c2..0d2f2b85 100644 --- a/Code/Network/NSString+MD5.h +++ b/Code/Network/NSString+MD5.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 4/4/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/NSString+MD5.m b/Code/Network/NSString+MD5.m index e2f182d0..af470971 100644 --- a/Code/Network/NSString+MD5.m +++ b/Code/Network/NSString+MD5.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 4/4/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/Network.h b/Code/Network/Network.h index 53ef45f4..7591b471 100644 --- a/Code/Network/Network.h +++ b/Code/Network/Network.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/30/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKClient.h b/Code/Network/RKClient.h index 362c2f36..17d88408 100644 --- a/Code/Network/RKClient.h +++ b/Code/Network/RKClient.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/09. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKClient.m b/Code/Network/RKClient.m index e4b1f983..cf755ada 100644 --- a/Code/Network/RKClient.m +++ b/Code/Network/RKClient.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/09. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKNotifications.h b/Code/Network/RKNotifications.h index b7bad74b..74fb98ef 100644 --- a/Code/Network/RKNotifications.h +++ b/Code/Network/RKNotifications.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/24/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKNotifications.m b/Code/Network/RKNotifications.m index 7d44751a..fc1ae7c5 100644 --- a/Code/Network/RKNotifications.m +++ b/Code/Network/RKNotifications.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/24/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKOAuthClient.h b/Code/Network/RKOAuthClient.h index 5ff731e4..a43e14af 100644 --- a/Code/Network/RKOAuthClient.h +++ b/Code/Network/RKOAuthClient.h @@ -3,7 +3,7 @@ // RestKit // // Created by Rodrigo Garcia on 7/20/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKOAuthClient.m b/Code/Network/RKOAuthClient.m index 76b3c955..36c306ca 100644 --- a/Code/Network/RKOAuthClient.m +++ b/Code/Network/RKOAuthClient.m @@ -3,7 +3,7 @@ // RestKit // // Created by Rodrigo Garcia on 7/20/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKParams.h b/Code/Network/RKParams.h index ace6ca7d..c20e98f3 100644 --- a/Code/Network/RKParams.h +++ b/Code/Network/RKParams.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/3/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKParams.m b/Code/Network/RKParams.m index 2f6ffe3c..36ab0e85 100644 --- a/Code/Network/RKParams.m +++ b/Code/Network/RKParams.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/3/09. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKParamsAttachment.h b/Code/Network/RKParamsAttachment.h index 767671bd..81103b7c 100644 --- a/Code/Network/RKParamsAttachment.h +++ b/Code/Network/RKParamsAttachment.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/6/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKParamsAttachment.m b/Code/Network/RKParamsAttachment.m index 120593b5..b57253ab 100644 --- a/Code/Network/RKParamsAttachment.m +++ b/Code/Network/RKParamsAttachment.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/6/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKReachabilityObserver.h b/Code/Network/RKReachabilityObserver.h index 8600162f..aa0c959b 100755 --- a/Code/Network/RKReachabilityObserver.h +++ b/Code/Network/RKReachabilityObserver.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/14/10. -// Copyright 2010 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKReachabilityObserver.m b/Code/Network/RKReachabilityObserver.m index c9ea823e..c19a1b43 100755 --- a/Code/Network/RKReachabilityObserver.m +++ b/Code/Network/RKReachabilityObserver.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/14/10. -// Copyright 2010 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKRequest.h b/Code/Network/RKRequest.h index ff871f76..07008e51 100644 --- a/Code/Network/RKRequest.h +++ b/Code/Network/RKRequest.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 7/27/09. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKRequest.m b/Code/Network/RKRequest.m index 44998b00..35347b38 100644 --- a/Code/Network/RKRequest.m +++ b/Code/Network/RKRequest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 7/27/09. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKRequestCache.h b/Code/Network/RKRequestCache.h index 9eedf792..08085a34 100644 --- a/Code/Network/RKRequestCache.h +++ b/Code/Network/RKRequestCache.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 4/4/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKRequestCache.m b/Code/Network/RKRequestCache.m index 9e8b3793..ce18b133 100644 --- a/Code/Network/RKRequestCache.m +++ b/Code/Network/RKRequestCache.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 4/4/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKRequestQueue.h b/Code/Network/RKRequestQueue.h index 1ecde4d8..018b828d 100644 --- a/Code/Network/RKRequestQueue.h +++ b/Code/Network/RKRequestQueue.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 12/1/10. -// Copyright 2010 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKRequestQueue.m b/Code/Network/RKRequestQueue.m index faa9c447..dbbd20f5 100644 --- a/Code/Network/RKRequestQueue.m +++ b/Code/Network/RKRequestQueue.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 12/1/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKRequestSerializable.h b/Code/Network/RKRequestSerializable.h index b9529a69..4e7e9602 100644 --- a/Code/Network/RKRequestSerializable.h +++ b/Code/Network/RKRequestSerializable.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/3/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKRequestSerialization.h b/Code/Network/RKRequestSerialization.h index 32b375d8..5fbc5593 100644 --- a/Code/Network/RKRequestSerialization.h +++ b/Code/Network/RKRequestSerialization.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/18/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKRequestSerialization.m b/Code/Network/RKRequestSerialization.m index dbc78bb2..839e51c3 100644 --- a/Code/Network/RKRequestSerialization.m +++ b/Code/Network/RKRequestSerialization.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/18/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKRequest_Internals.h b/Code/Network/RKRequest_Internals.h index 3d32506d..3404ab30 100644 --- a/Code/Network/RKRequest_Internals.h +++ b/Code/Network/RKRequest_Internals.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/31/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKResponse.h b/Code/Network/RKResponse.h index c3a24197..90269759 100644 --- a/Code/Network/RKResponse.h +++ b/Code/Network/RKResponse.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKResponse.m b/Code/Network/RKResponse.m index 935ec256..074afcaf 100644 --- a/Code/Network/RKResponse.m +++ b/Code/Network/RKResponse.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/09. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKURL.h b/Code/Network/RKURL.h index fe8238db..efc531e8 100644 --- a/Code/Network/RKURL.h +++ b/Code/Network/RKURL.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 10/18/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Network/RKURL.m b/Code/Network/RKURL.m index ad0947c5..e243a95b 100644 --- a/Code/Network/RKURL.m +++ b/Code/Network/RKURL.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 10/18/10. -// Copyright 2010 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/ObjectMapping.h b/Code/ObjectMapping/ObjectMapping.h index dda5a1fa..b74383eb 100644 --- a/Code/ObjectMapping/ObjectMapping.h +++ b/Code/ObjectMapping/ObjectMapping.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/30/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKConfigurationDelegate.h b/Code/ObjectMapping/RKConfigurationDelegate.h index 4790949a..18b920cc 100644 --- a/Code/ObjectMapping/RKConfigurationDelegate.h +++ b/Code/ObjectMapping/RKConfigurationDelegate.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/7/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // @class RKRequest, RKObjectLoader; diff --git a/Code/ObjectMapping/RKDynamicObjectMapping.h b/Code/ObjectMapping/RKDynamicObjectMapping.h index f303c75f..23e09f00 100644 --- a/Code/ObjectMapping/RKDynamicObjectMapping.h +++ b/Code/ObjectMapping/RKDynamicObjectMapping.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKDynamicObjectMapping.m b/Code/ObjectMapping/RKDynamicObjectMapping.m index b4555b5c..9f6b2ec4 100644 --- a/Code/ObjectMapping/RKDynamicObjectMapping.m +++ b/Code/ObjectMapping/RKDynamicObjectMapping.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKDynamicObjectMappingMatcher.h b/Code/ObjectMapping/RKDynamicObjectMappingMatcher.h index fc5dd808..0a92b533 100644 --- a/Code/ObjectMapping/RKDynamicObjectMappingMatcher.h +++ b/Code/ObjectMapping/RKDynamicObjectMappingMatcher.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/ObjectMapping/RKDynamicObjectMappingMatcher.m b/Code/ObjectMapping/RKDynamicObjectMappingMatcher.m index f33a78bf..0fcecff9 100644 --- a/Code/ObjectMapping/RKDynamicObjectMappingMatcher.m +++ b/Code/ObjectMapping/RKDynamicObjectMappingMatcher.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKDynamicObjectMappingMatcher.h" diff --git a/Code/ObjectMapping/RKErrorMessage.h b/Code/ObjectMapping/RKErrorMessage.h index d6a5ba2c..3541902c 100644 --- a/Code/ObjectMapping/RKErrorMessage.h +++ b/Code/ObjectMapping/RKErrorMessage.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 5/10/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKErrorMessage.m b/Code/ObjectMapping/RKErrorMessage.m index f002eaa8..f704255d 100644 --- a/Code/ObjectMapping/RKErrorMessage.m +++ b/Code/ObjectMapping/RKErrorMessage.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 5/10/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKMappingOperationQueue.h b/Code/ObjectMapping/RKMappingOperationQueue.h index d131691d..cb5a3c22 100644 --- a/Code/ObjectMapping/RKMappingOperationQueue.h +++ b/Code/ObjectMapping/RKMappingOperationQueue.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/20/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/ObjectMapping/RKMappingOperationQueue.m b/Code/ObjectMapping/RKMappingOperationQueue.m index 5f3d47bc..0beff6d4 100644 --- a/Code/ObjectMapping/RKMappingOperationQueue.m +++ b/Code/ObjectMapping/RKMappingOperationQueue.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/20/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKMappingOperationQueue.h" diff --git a/Code/ObjectMapping/RKObjectAttributeMapping.h b/Code/ObjectMapping/RKObjectAttributeMapping.h index eecd364a..49a054ea 100644 --- a/Code/ObjectMapping/RKObjectAttributeMapping.h +++ b/Code/ObjectMapping/RKObjectAttributeMapping.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/30/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectAttributeMapping.m b/Code/ObjectMapping/RKObjectAttributeMapping.m index e2e6920d..883e82d1 100644 --- a/Code/ObjectMapping/RKObjectAttributeMapping.m +++ b/Code/ObjectMapping/RKObjectAttributeMapping.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/30/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectLoader.h b/Code/ObjectMapping/RKObjectLoader.h index 36ceb02a..75c2e043 100644 --- a/Code/ObjectMapping/RKObjectLoader.h +++ b/Code/ObjectMapping/RKObjectLoader.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/8/09. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectLoader.m b/Code/ObjectMapping/RKObjectLoader.m index d8117a91..4710ce4d 100644 --- a/Code/ObjectMapping/RKObjectLoader.m +++ b/Code/ObjectMapping/RKObjectLoader.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/8/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectLoader_Internals.h b/Code/ObjectMapping/RKObjectLoader_Internals.h index afb28bab..f6593f79 100644 --- a/Code/ObjectMapping/RKObjectLoader_Internals.h +++ b/Code/ObjectMapping/RKObjectLoader_Internals.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/13/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectManager.h b/Code/ObjectMapping/RKObjectManager.h index 68f8193e..5bdcd54c 100644 --- a/Code/ObjectMapping/RKObjectManager.h +++ b/Code/ObjectMapping/RKObjectManager.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 8/14/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectManager.m b/Code/ObjectMapping/RKObjectManager.m index 5e3573ab..a5552709 100644 --- a/Code/ObjectMapping/RKObjectManager.m +++ b/Code/ObjectMapping/RKObjectManager.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 8/14/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMapper.h b/Code/ObjectMapping/RKObjectMapper.h index d43ca3d3..65ac1a25 100644 --- a/Code/ObjectMapping/RKObjectMapper.h +++ b/Code/ObjectMapping/RKObjectMapper.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/6/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMapper.m b/Code/ObjectMapping/RKObjectMapper.m index c5f39aac..5daafe41 100644 --- a/Code/ObjectMapping/RKObjectMapper.m +++ b/Code/ObjectMapping/RKObjectMapper.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/6/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMapperError.h b/Code/ObjectMapping/RKObjectMapperError.h index b8118862..86ddb5b9 100644 --- a/Code/ObjectMapping/RKObjectMapperError.h +++ b/Code/ObjectMapping/RKObjectMapperError.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/31/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMapper_Private.h b/Code/ObjectMapping/RKObjectMapper_Private.h index a5c5b807..42681a49 100644 --- a/Code/ObjectMapping/RKObjectMapper_Private.h +++ b/Code/ObjectMapping/RKObjectMapper_Private.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/9/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMapping.h b/Code/ObjectMapping/RKObjectMapping.h index ae24c276..311ca427 100644 --- a/Code/ObjectMapping/RKObjectMapping.h +++ b/Code/ObjectMapping/RKObjectMapping.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/30/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMapping.m b/Code/ObjectMapping/RKObjectMapping.m index aeeb1225..1d23f8de 100644 --- a/Code/ObjectMapping/RKObjectMapping.m +++ b/Code/ObjectMapping/RKObjectMapping.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/30/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMappingDefinition.h b/Code/ObjectMapping/RKObjectMappingDefinition.h index 765c6427..a315bbec 100644 --- a/Code/ObjectMapping/RKObjectMappingDefinition.h +++ b/Code/ObjectMapping/RKObjectMappingDefinition.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/31/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMappingDefinition.m b/Code/ObjectMapping/RKObjectMappingDefinition.m index 190aed31..6bed9d1b 100644 --- a/Code/ObjectMapping/RKObjectMappingDefinition.m +++ b/Code/ObjectMapping/RKObjectMappingDefinition.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/15/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKObjectMappingDefinition.h" diff --git a/Code/ObjectMapping/RKObjectMappingOperation.h b/Code/ObjectMapping/RKObjectMappingOperation.h index dcfee43c..7bb472d0 100644 --- a/Code/ObjectMapping/RKObjectMappingOperation.h +++ b/Code/ObjectMapping/RKObjectMappingOperation.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/30/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMappingOperation.m b/Code/ObjectMapping/RKObjectMappingOperation.m index 9c5260e3..c024b1b1 100644 --- a/Code/ObjectMapping/RKObjectMappingOperation.m +++ b/Code/ObjectMapping/RKObjectMappingOperation.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/30/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMappingProvider+Contexts.h b/Code/ObjectMapping/RKObjectMappingProvider+Contexts.h index ce678075..b5176b90 100644 --- a/Code/ObjectMapping/RKObjectMappingProvider+Contexts.h +++ b/Code/ObjectMapping/RKObjectMappingProvider+Contexts.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/17/12. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMappingProvider.h b/Code/ObjectMapping/RKObjectMappingProvider.h index 08c74b83..553491f9 100644 --- a/Code/ObjectMapping/RKObjectMappingProvider.h +++ b/Code/ObjectMapping/RKObjectMappingProvider.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 5/6/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMappingProvider.m b/Code/ObjectMapping/RKObjectMappingProvider.m index 2a23e9b0..a4c01d3a 100644 --- a/Code/ObjectMapping/RKObjectMappingProvider.m +++ b/Code/ObjectMapping/RKObjectMappingProvider.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 5/6/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMappingProviderContextEntry.h b/Code/ObjectMapping/RKObjectMappingProviderContextEntry.h index feaccbc1..746dfacc 100644 --- a/Code/ObjectMapping/RKObjectMappingProviderContextEntry.h +++ b/Code/ObjectMapping/RKObjectMappingProviderContextEntry.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/26/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKObjectMappingDefinition.h" diff --git a/Code/ObjectMapping/RKObjectMappingProviderContextEntry.m b/Code/ObjectMapping/RKObjectMappingProviderContextEntry.m index 9621a3a5..ebec2273 100644 --- a/Code/ObjectMapping/RKObjectMappingProviderContextEntry.m +++ b/Code/ObjectMapping/RKObjectMappingProviderContextEntry.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/26/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKObjectMappingProviderContextEntry.h" diff --git a/Code/ObjectMapping/RKObjectMappingResult.h b/Code/ObjectMapping/RKObjectMappingResult.h index 282d3b5a..4d45228c 100644 --- a/Code/ObjectMapping/RKObjectMappingResult.h +++ b/Code/ObjectMapping/RKObjectMappingResult.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/7/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectMappingResult.m b/Code/ObjectMapping/RKObjectMappingResult.m index 958d1f00..9b76e824 100644 --- a/Code/ObjectMapping/RKObjectMappingResult.m +++ b/Code/ObjectMapping/RKObjectMappingResult.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/7/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectPaginator.h b/Code/ObjectMapping/RKObjectPaginator.h index 21b4b3db..5e6746d6 100644 --- a/Code/ObjectMapping/RKObjectPaginator.h +++ b/Code/ObjectMapping/RKObjectPaginator.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 12/29/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectPaginator.m b/Code/ObjectMapping/RKObjectPaginator.m index 563a4912..1dcc9ed7 100644 --- a/Code/ObjectMapping/RKObjectPaginator.m +++ b/Code/ObjectMapping/RKObjectPaginator.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 12/29/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectPropertyInspector.h b/Code/ObjectMapping/RKObjectPropertyInspector.h index ac5da3a2..004719ef 100644 --- a/Code/ObjectMapping/RKObjectPropertyInspector.h +++ b/Code/ObjectMapping/RKObjectPropertyInspector.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/4/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectPropertyInspector.m b/Code/ObjectMapping/RKObjectPropertyInspector.m index 676e9fd5..54ca2167 100644 --- a/Code/ObjectMapping/RKObjectPropertyInspector.m +++ b/Code/ObjectMapping/RKObjectPropertyInspector.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/4/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectRelationshipMapping.h b/Code/ObjectMapping/RKObjectRelationshipMapping.h index 06b91d62..657da885 100644 --- a/Code/ObjectMapping/RKObjectRelationshipMapping.h +++ b/Code/ObjectMapping/RKObjectRelationshipMapping.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/4/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectRelationshipMapping.m b/Code/ObjectMapping/RKObjectRelationshipMapping.m index 6c4f47f7..b88f6f32 100644 --- a/Code/ObjectMapping/RKObjectRelationshipMapping.m +++ b/Code/ObjectMapping/RKObjectRelationshipMapping.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/4/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectRouter.h b/Code/ObjectMapping/RKObjectRouter.h index efff298b..61b1ada7 100644 --- a/Code/ObjectMapping/RKObjectRouter.h +++ b/Code/ObjectMapping/RKObjectRouter.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 10/18/10. -// Copyright 2010 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectRouter.m b/Code/ObjectMapping/RKObjectRouter.m index c35a0e2d..61f2f4c0 100644 --- a/Code/ObjectMapping/RKObjectRouter.m +++ b/Code/ObjectMapping/RKObjectRouter.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 10/18/10. -// Copyright 2010 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectSerializer.h b/Code/ObjectMapping/RKObjectSerializer.h index f3ca1d4d..1217372f 100644 --- a/Code/ObjectMapping/RKObjectSerializer.h +++ b/Code/ObjectMapping/RKObjectSerializer.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/2/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKObjectSerializer.m b/Code/ObjectMapping/RKObjectSerializer.m index 62f771e3..4dbdd615 100644 --- a/Code/ObjectMapping/RKObjectSerializer.m +++ b/Code/ObjectMapping/RKObjectSerializer.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/2/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKParserRegistry.h b/Code/ObjectMapping/RKParserRegistry.h index 36c1e812..6a8e257c 100644 --- a/Code/ObjectMapping/RKParserRegistry.h +++ b/Code/ObjectMapping/RKParserRegistry.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/18/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKParserRegistry.m b/Code/ObjectMapping/RKParserRegistry.m index 0f76d693..fa976180 100644 --- a/Code/ObjectMapping/RKParserRegistry.m +++ b/Code/ObjectMapping/RKParserRegistry.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/18/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/ObjectMapping/RKRouter.h b/Code/ObjectMapping/RKRouter.h index 33c1c7ed..a058bd1b 100644 --- a/Code/ObjectMapping/RKRouter.h +++ b/Code/ObjectMapping/RKRouter.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/20/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/RestKit.h b/Code/RestKit.h index 7e2b43c1..e3541a5e 100644 --- a/Code/RestKit.h +++ b/Code/RestKit.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/19/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/NSBundle+RKAdditions.h b/Code/Support/NSBundle+RKAdditions.h index 06b74a5f..944cd9d4 100644 --- a/Code/Support/NSBundle+RKAdditions.h +++ b/Code/Support/NSBundle+RKAdditions.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/1/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/NSBundle+RKAdditions.m b/Code/Support/NSBundle+RKAdditions.m index 51852f2c..d6835608 100644 --- a/Code/Support/NSBundle+RKAdditions.m +++ b/Code/Support/NSBundle+RKAdditions.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/1/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/NSDictionary+RKAdditions.h b/Code/Support/NSDictionary+RKAdditions.h index 8e2f4e68..143e5c64 100644 --- a/Code/Support/NSDictionary+RKAdditions.h +++ b/Code/Support/NSDictionary+RKAdditions.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/5/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/NSDictionary+RKAdditions.m b/Code/Support/NSDictionary+RKAdditions.m index 6158fcbf..f987c21f 100644 --- a/Code/Support/NSDictionary+RKAdditions.m +++ b/Code/Support/NSDictionary+RKAdditions.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/5/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/NSString+RestKit.h b/Code/Support/NSString+RestKit.h index 5c1dd0c4..a4d965cf 100644 --- a/Code/Support/NSString+RestKit.h +++ b/Code/Support/NSString+RestKit.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 6/15/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/NSString+RestKit.m b/Code/Support/NSString+RestKit.m index 87d86cfa..82311adb 100644 --- a/Code/Support/NSString+RestKit.m +++ b/Code/Support/NSString+RestKit.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 6/15/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/NSURL+RestKit.h b/Code/Support/NSURL+RestKit.h index 8f415c6f..f13a8a0d 100644 --- a/Code/Support/NSURL+RestKit.h +++ b/Code/Support/NSURL+RestKit.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 10/11/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/NSURL+RestKit.m b/Code/Support/NSURL+RestKit.m index 932f9878..59612649 100644 --- a/Code/Support/NSURL+RestKit.m +++ b/Code/Support/NSURL+RestKit.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 10/11/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/Parsers/JSON/RKJSONParserJSONKit.h b/Code/Support/Parsers/JSON/RKJSONParserJSONKit.h index 22347f56..6e7c7a5e 100644 --- a/Code/Support/Parsers/JSON/RKJSONParserJSONKit.h +++ b/Code/Support/Parsers/JSON/RKJSONParserJSONKit.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/14/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/Parsers/JSON/RKJSONParserJSONKit.m b/Code/Support/Parsers/JSON/RKJSONParserJSONKit.m index 0d6332ee..384cc6c2 100644 --- a/Code/Support/Parsers/JSON/RKJSONParserJSONKit.m +++ b/Code/Support/Parsers/JSON/RKJSONParserJSONKit.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 3/16/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKAlert.h b/Code/Support/RKAlert.h index b4627e67..36db3af7 100644 --- a/Code/Support/RKAlert.h +++ b/Code/Support/RKAlert.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/10/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKAlert.m b/Code/Support/RKAlert.m index 4e932312..1ec124b1 100644 --- a/Code/Support/RKAlert.m +++ b/Code/Support/RKAlert.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/10/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKCache.h b/Code/Support/RKCache.h index 398fdaf0..95e8d59a 100644 --- a/Code/Support/RKCache.h +++ b/Code/Support/RKCache.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/26/11. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKCache.m b/Code/Support/RKCache.m index 1b10af09..3a211da0 100644 --- a/Code/Support/RKCache.m +++ b/Code/Support/RKCache.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/26/11. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKDirectory.h b/Code/Support/RKDirectory.h index 18318144..8fb876af 100644 --- a/Code/Support/RKDirectory.h +++ b/Code/Support/RKDirectory.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 12/9/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/Support/RKDirectory.m b/Code/Support/RKDirectory.m index 2685c6a9..610f3e4e 100644 --- a/Code/Support/RKDirectory.m +++ b/Code/Support/RKDirectory.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 12/9/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKDirectory.h" diff --git a/Code/Support/RKDotNetDateFormatter.h b/Code/Support/RKDotNetDateFormatter.h index 3e733993..8c73f01c 100644 --- a/Code/Support/RKDotNetDateFormatter.h +++ b/Code/Support/RKDotNetDateFormatter.h @@ -3,7 +3,7 @@ // RestKit // // Created by Greg Combs on 9/8/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKDotNetDateFormatter.m b/Code/Support/RKDotNetDateFormatter.m index f6d7d7ee..57544d25 100644 --- a/Code/Support/RKDotNetDateFormatter.m +++ b/Code/Support/RKDotNetDateFormatter.m @@ -3,7 +3,7 @@ // RestKit // // Created by Greg Combs on 9/8/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKErrors.h b/Code/Support/RKErrors.h index 8df30213..8e279463 100644 --- a/Code/Support/RKErrors.h +++ b/Code/Support/RKErrors.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/25/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKErrors.m b/Code/Support/RKErrors.m index 65188738..a6a790e7 100644 --- a/Code/Support/RKErrors.m +++ b/Code/Support/RKErrors.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/25/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKFixCategoryBug.h b/Code/Support/RKFixCategoryBug.h index 3a42881a..f2b023f6 100644 --- a/Code/Support/RKFixCategoryBug.h +++ b/Code/Support/RKFixCategoryBug.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/1/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKISO8601DateFormatter.h b/Code/Support/RKISO8601DateFormatter.h index f9d6cc3b..c5020c53 100644 --- a/Code/Support/RKISO8601DateFormatter.h +++ b/Code/Support/RKISO8601DateFormatter.h @@ -3,7 +3,7 @@ // RestKit // // Created by Christopher Swasey on 1/20/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "ISO8601DateFormatter.h" diff --git a/Code/Support/RKISO8601DateFormatter.m b/Code/Support/RKISO8601DateFormatter.m index aa32fc62..a19357d6 100644 --- a/Code/Support/RKISO8601DateFormatter.m +++ b/Code/Support/RKISO8601DateFormatter.m @@ -3,7 +3,7 @@ // RestKit // // Created by Christopher Swasey on 1/20/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKISO8601DateFormatter.h" diff --git a/Code/Support/RKLog.h b/Code/Support/RKLog.h index bd1f0425..03939540 100644 --- a/Code/Support/RKLog.h +++ b/Code/Support/RKLog.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/3/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKLog.m b/Code/Support/RKLog.m index e9d0a465..d0aa9c24 100644 --- a/Code/Support/RKLog.m +++ b/Code/Support/RKLog.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 6/10/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKMIMETypes.h b/Code/Support/RKMIMETypes.h index 8765f859..3ba26408 100644 --- a/Code/Support/RKMIMETypes.h +++ b/Code/Support/RKMIMETypes.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/18/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKMIMETypes.m b/Code/Support/RKMIMETypes.m index f7f46665..ef7c7d8e 100644 --- a/Code/Support/RKMIMETypes.m +++ b/Code/Support/RKMIMETypes.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/18/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKMutableBlockDictionary.h b/Code/Support/RKMutableBlockDictionary.h index 41dabc41..75050988 100644 --- a/Code/Support/RKMutableBlockDictionary.h +++ b/Code/Support/RKMutableBlockDictionary.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/22/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKMutableBlockDictionary.m b/Code/Support/RKMutableBlockDictionary.m index 29ca4e76..4d61f7d9 100644 --- a/Code/Support/RKMutableBlockDictionary.m +++ b/Code/Support/RKMutableBlockDictionary.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/22/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKParser.h b/Code/Support/RKParser.h index d6a2eb0b..dc137e15 100644 --- a/Code/Support/RKParser.h +++ b/Code/Support/RKParser.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 10/1/10. -// Copyright 2010 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKPathMatcher.h b/Code/Support/RKPathMatcher.h index 3bbd5cf7..edc08f21 100755 --- a/Code/Support/RKPathMatcher.h +++ b/Code/Support/RKPathMatcher.h @@ -3,7 +3,7 @@ // RestKit // // Created by Greg Combs on 9/2/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKPathMatcher.m b/Code/Support/RKPathMatcher.m index cdd07775..e454aee8 100755 --- a/Code/Support/RKPathMatcher.m +++ b/Code/Support/RKPathMatcher.m @@ -3,7 +3,7 @@ // RestKit // // Created by Greg Combs on 9/2/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKSearchEngine.h b/Code/Support/RKSearchEngine.h index 68aa61bb..bfc96eea 100644 --- a/Code/Support/RKSearchEngine.h +++ b/Code/Support/RKSearchEngine.h @@ -1,9 +1,9 @@ // // RKSearchEngine.h -// Two Toasters +// RestKit // // Created by Blake Watters on 8/26/09. -// Copyright 2009 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/RKSearchEngine.m b/Code/Support/RKSearchEngine.m index 92b817bf..17384576 100644 --- a/Code/Support/RKSearchEngine.m +++ b/Code/Support/RKSearchEngine.m @@ -1,9 +1,9 @@ // // RKSearchEngine.m -// Two Toasters +// RestKit // // Created by Blake Watters on 8/26/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/Support.h b/Code/Support/Support.h index e7cd671d..5132e620 100644 --- a/Code/Support/Support.h +++ b/Code/Support/Support.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 9/30/10. -// Copyright 2010 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/lcl_config_components.h b/Code/Support/lcl_config_components.h index 1bb7751a..cab6e4fe 100644 --- a/Code/Support/lcl_config_components.h +++ b/Code/Support/lcl_config_components.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 6/8/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/lcl_config_extensions.h b/Code/Support/lcl_config_extensions.h index 5b9a461b..ffbe792a 100644 --- a/Code/Support/lcl_config_extensions.h +++ b/Code/Support/lcl_config_extensions.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 6/8/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Support/lcl_config_logger.h b/Code/Support/lcl_config_logger.h index 456ce98d..5fdbfe9e 100644 --- a/Code/Support/lcl_config_logger.h +++ b/Code/Support/lcl_config_logger.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 6/8/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Testing/RKMappingTest.h b/Code/Testing/RKMappingTest.h index 245f7da4..8f244826 100644 --- a/Code/Testing/RKMappingTest.h +++ b/Code/Testing/RKMappingTest.h @@ -3,7 +3,7 @@ // RKGithub // // Created by Blake Watters on 2/17/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/Testing/RKMappingTest.m b/Code/Testing/RKMappingTest.m index e792c437..5d103dc5 100644 --- a/Code/Testing/RKMappingTest.m +++ b/Code/Testing/RKMappingTest.m @@ -3,7 +3,7 @@ // RKGithub // // Created by Blake Watters on 2/17/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKMappingTest.h" diff --git a/Code/Testing/RKMappingTestExpectation.h b/Code/Testing/RKMappingTestExpectation.h index 0c584d36..eb293f76 100644 --- a/Code/Testing/RKMappingTestExpectation.h +++ b/Code/Testing/RKMappingTestExpectation.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/17/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKObjectAttributeMapping.h" diff --git a/Code/Testing/RKMappingTestExpectation.m b/Code/Testing/RKMappingTestExpectation.m index b75813e8..9f71d37d 100644 --- a/Code/Testing/RKMappingTestExpectation.m +++ b/Code/Testing/RKMappingTestExpectation.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/17/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKMappingTestExpectation.h" diff --git a/Code/Testing/RKTestFactory.h b/Code/Testing/RKTestFactory.h index cb5f0e06..74899403 100644 --- a/Code/Testing/RKTestFactory.h +++ b/Code/Testing/RKTestFactory.h @@ -3,7 +3,7 @@ // RKGithub // // Created by Blake Watters on 2/16/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/Testing/RKTestFactory.m b/Code/Testing/RKTestFactory.m index eeab5380..dea58028 100644 --- a/Code/Testing/RKTestFactory.m +++ b/Code/Testing/RKTestFactory.m @@ -3,7 +3,7 @@ // RKGithub // // Created by Blake Watters on 2/16/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestFactory.h" diff --git a/Code/Testing/RKTestFixture.h b/Code/Testing/RKTestFixture.h index f186d62d..4bc6bb2c 100644 --- a/Code/Testing/RKTestFixture.h +++ b/Code/Testing/RKTestFixture.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/1/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Testing/RKTestFixture.m b/Code/Testing/RKTestFixture.m index 543569fd..b86ace98 100644 --- a/Code/Testing/RKTestFixture.m +++ b/Code/Testing/RKTestFixture.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/1/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Testing/RKTestNotificationObserver.h b/Code/Testing/RKTestNotificationObserver.h index 9996d3f8..12389edd 100644 --- a/Code/Testing/RKTestNotificationObserver.h +++ b/Code/Testing/RKTestNotificationObserver.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/23/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Code/Testing/RKTestNotificationObserver.m b/Code/Testing/RKTestNotificationObserver.m index e4d5138b..da512de5 100644 --- a/Code/Testing/RKTestNotificationObserver.m +++ b/Code/Testing/RKTestNotificationObserver.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/23/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestNotificationObserver.h" diff --git a/Code/Testing/RKTestResponseLoader.h b/Code/Testing/RKTestResponseLoader.h index 9bb48a4e..34a9b4ba 100644 --- a/Code/Testing/RKTestResponseLoader.h +++ b/Code/Testing/RKTestResponseLoader.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Testing/RKTestResponseLoader.m b/Code/Testing/RKTestResponseLoader.m index 9fe5bc6b..b8ce64fa 100644 --- a/Code/Testing/RKTestResponseLoader.m +++ b/Code/Testing/RKTestResponseLoader.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/Testing/Testing.h b/Code/Testing/Testing.h index f8b72b67..2881f6f3 100644 --- a/Code/Testing/Testing.h +++ b/Code/Testing/Testing.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/1/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestFixture.h" diff --git a/Code/UI/RKAbstractTableController.h b/Code/UI/RKAbstractTableController.h index 51209f24..d7b34d96 100755 --- a/Code/UI/RKAbstractTableController.h +++ b/Code/UI/RKAbstractTableController.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/11/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKAbstractTableController.m b/Code/UI/RKAbstractTableController.m index bfc8ce1e..9c1c12ba 100755 --- a/Code/UI/RKAbstractTableController.m +++ b/Code/UI/RKAbstractTableController.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/11/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKAbstractTableController_Internals.h b/Code/UI/RKAbstractTableController_Internals.h index 782d4166..023952ef 100644 --- a/Code/UI/RKAbstractTableController_Internals.h +++ b/Code/UI/RKAbstractTableController_Internals.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/11/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKControlTableItem.h b/Code/UI/RKControlTableItem.h index 5b49b8e6..f9f51b90 100644 --- a/Code/UI/RKControlTableItem.h +++ b/Code/UI/RKControlTableItem.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/22/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKControlTableItem.m b/Code/UI/RKControlTableItem.m index 62459de5..c09cd4fb 100644 --- a/Code/UI/RKControlTableItem.m +++ b/Code/UI/RKControlTableItem.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/22/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKControlTableViewCell.h b/Code/UI/RKControlTableViewCell.h index c9470b3a..ba7af863 100644 --- a/Code/UI/RKControlTableViewCell.h +++ b/Code/UI/RKControlTableViewCell.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/24/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKControlTableViewCell.m b/Code/UI/RKControlTableViewCell.m index a73c2d75..046419c7 100644 --- a/Code/UI/RKControlTableViewCell.m +++ b/Code/UI/RKControlTableViewCell.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/24/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKFetchedResultsTableController.h b/Code/UI/RKFetchedResultsTableController.h index 1708342a..21e2d0c7 100755 --- a/Code/UI/RKFetchedResultsTableController.h +++ b/Code/UI/RKFetchedResultsTableController.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/2/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKFetchedResultsTableController.m b/Code/UI/RKFetchedResultsTableController.m index 5a7c78ef..38763bf8 100755 --- a/Code/UI/RKFetchedResultsTableController.m +++ b/Code/UI/RKFetchedResultsTableController.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/2/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKForm.h b/Code/UI/RKForm.h index 5820e64e..8405bc36 100644 --- a/Code/UI/RKForm.h +++ b/Code/UI/RKForm.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/22/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKForm.m b/Code/UI/RKForm.m index c33cfadb..2e7a0428 100644 --- a/Code/UI/RKForm.m +++ b/Code/UI/RKForm.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/22/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKFormSection.h b/Code/UI/RKFormSection.h index 744c318f..327dc0e6 100644 --- a/Code/UI/RKFormSection.h +++ b/Code/UI/RKFormSection.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/23/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKFormSection.m b/Code/UI/RKFormSection.m index 96d5d23c..234b3174 100644 --- a/Code/UI/RKFormSection.m +++ b/Code/UI/RKFormSection.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/23/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKObjectManager+RKTableController.h b/Code/UI/RKObjectManager+RKTableController.h index b6ae01b9..621668cb 100644 --- a/Code/UI/RKObjectManager+RKTableController.h +++ b/Code/UI/RKObjectManager+RKTableController.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/23/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKObjectManager.h" diff --git a/Code/UI/RKObjectManager+RKTableController.m b/Code/UI/RKObjectManager+RKTableController.m index 6335f296..b0c6b604 100644 --- a/Code/UI/RKObjectManager+RKTableController.m +++ b/Code/UI/RKObjectManager+RKTableController.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/23/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKObjectManager+RKTableController.h" diff --git a/Code/UI/RKTableController.h b/Code/UI/RKTableController.h index 379af978..8e4b9978 100644 --- a/Code/UI/RKTableController.h +++ b/Code/UI/RKTableController.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/1/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKTableController.m b/Code/UI/RKTableController.m index 2618cd27..3653ef11 100644 --- a/Code/UI/RKTableController.m +++ b/Code/UI/RKTableController.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/1/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKTableItem.h b/Code/UI/RKTableItem.h index 0b8a4e33..7800d2ac 100644 --- a/Code/UI/RKTableItem.h +++ b/Code/UI/RKTableItem.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/8/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKTableItem.m b/Code/UI/RKTableItem.m index 27b2bd67..56eacb0f 100644 --- a/Code/UI/RKTableItem.m +++ b/Code/UI/RKTableItem.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/8/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKTableSection.h b/Code/UI/RKTableSection.h index ba3aaf5e..86ec5bf6 100644 --- a/Code/UI/RKTableSection.h +++ b/Code/UI/RKTableSection.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/2/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKTableSection.m b/Code/UI/RKTableSection.m index 1962838e..73f9627c 100644 --- a/Code/UI/RKTableSection.m +++ b/Code/UI/RKTableSection.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/2/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKTableViewCellMapping.h b/Code/UI/RKTableViewCellMapping.h index 83846403..4ea24a2c 100644 --- a/Code/UI/RKTableViewCellMapping.h +++ b/Code/UI/RKTableViewCellMapping.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/4/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKTableViewCellMapping.m b/Code/UI/RKTableViewCellMapping.m index da93fc80..9b1ea188 100644 --- a/Code/UI/RKTableViewCellMapping.m +++ b/Code/UI/RKTableViewCellMapping.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/4/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKTableViewCellMappings.h b/Code/UI/RKTableViewCellMappings.h index 62db8e79..2426943a 100644 --- a/Code/UI/RKTableViewCellMappings.h +++ b/Code/UI/RKTableViewCellMappings.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/9/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/RKTableViewCellMappings.m b/Code/UI/RKTableViewCellMappings.m index 50ca7b2f..a7ddbde9 100644 --- a/Code/UI/RKTableViewCellMappings.m +++ b/Code/UI/RKTableViewCellMappings.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/9/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/UI.h b/Code/UI/UI.h index 509263b9..b1805f52 100644 --- a/Code/UI/UI.h +++ b/Code/UI/UI.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/8/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/UIImage+RKAdditions.h b/Code/UI/UIImage+RKAdditions.h index c4269273..ee31af36 100644 --- a/Code/UI/UIImage+RKAdditions.h +++ b/Code/UI/UIImage+RKAdditions.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/24/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #if TARGET_OS_IPHONE diff --git a/Code/UI/UIImage+RKAdditions.m b/Code/UI/UIImage+RKAdditions.m index 9f155b19..ef894d6a 100644 --- a/Code/UI/UIImage+RKAdditions.m +++ b/Code/UI/UIImage+RKAdditions.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/24/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "UIImage+RKAdditions.h" diff --git a/Code/UI/UIView+FindFirstResponder.h b/Code/UI/UIView+FindFirstResponder.h index 6c1ca94c..e57fad3d 100644 --- a/Code/UI/UIView+FindFirstResponder.h +++ b/Code/UI/UIView+FindFirstResponder.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/29/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Code/UI/UIView+FindFirstResponder.m b/Code/UI/UIView+FindFirstResponder.m index cdcb8707..512b4e69 100644 --- a/Code/UI/UIView+FindFirstResponder.m +++ b/Code/UI/UIView+FindFirstResponder.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/29/11. -// Copyright (c) 2011 RestKit. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Examples/RKCatalog/App/RKCatalog.h b/Examples/RKCatalog/App/RKCatalog.h index d4710509..4ff4ec98 100644 --- a/Examples/RKCatalog/App/RKCatalog.h +++ b/Examples/RKCatalog/App/RKCatalog.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/App/RKCatalogAppDelegate.h b/Examples/RKCatalog/App/RKCatalogAppDelegate.h index 211e4422..ebc2ec4a 100644 --- a/Examples/RKCatalog/App/RKCatalogAppDelegate.h +++ b/Examples/RKCatalog/App/RKCatalogAppDelegate.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/App/RKCatalogAppDelegate.m b/Examples/RKCatalog/App/RKCatalogAppDelegate.m index 619838a1..00e7116d 100644 --- a/Examples/RKCatalog/App/RKCatalogAppDelegate.m +++ b/Examples/RKCatalog/App/RKCatalogAppDelegate.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalogAppDelegate.h" diff --git a/Examples/RKCatalog/App/RootViewController.h b/Examples/RKCatalog/App/RootViewController.h index 50637c0e..598af3bf 100644 --- a/Examples/RKCatalog/App/RootViewController.h +++ b/Examples/RKCatalog/App/RootViewController.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/App/RootViewController.m b/Examples/RKCatalog/App/RootViewController.m index 9c19a551..acfa75aa 100644 --- a/Examples/RKCatalog/App/RootViewController.m +++ b/Examples/RKCatalog/App/RootViewController.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/App/main.m b/Examples/RKCatalog/App/main.m index de70d34e..a9f39033 100644 --- a/Examples/RKCatalog/App/main.m +++ b/Examples/RKCatalog/App/main.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/Examples/RKAuthenticationExample/RKAuthenticationExample.h b/Examples/RKCatalog/Examples/RKAuthenticationExample/RKAuthenticationExample.h index 81899e60..4acf1ccc 100644 --- a/Examples/RKCatalog/Examples/RKAuthenticationExample/RKAuthenticationExample.h +++ b/Examples/RKCatalog/Examples/RKAuthenticationExample/RKAuthenticationExample.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 9/27/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/Examples/RKAuthenticationExample/RKAuthenticationExample.m b/Examples/RKCatalog/Examples/RKAuthenticationExample/RKAuthenticationExample.m index abf1e851..caf4e8f4 100644 --- a/Examples/RKCatalog/Examples/RKAuthenticationExample/RKAuthenticationExample.m +++ b/Examples/RKCatalog/Examples/RKAuthenticationExample/RKAuthenticationExample.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 9/27/11. -// Copyright (c) 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKAuthenticationExample.h" diff --git a/Examples/RKCatalog/Examples/RKBackgroundRequestExample/RKBackgroundRequestExample.h b/Examples/RKCatalog/Examples/RKBackgroundRequestExample/RKBackgroundRequestExample.h index 3b600bad..79e6b768 100644 --- a/Examples/RKCatalog/Examples/RKBackgroundRequestExample/RKBackgroundRequestExample.h +++ b/Examples/RKCatalog/Examples/RKBackgroundRequestExample/RKBackgroundRequestExample.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalog.h" diff --git a/Examples/RKCatalog/Examples/RKBackgroundRequestExample/RKBackgroundRequestExample.m b/Examples/RKCatalog/Examples/RKBackgroundRequestExample/RKBackgroundRequestExample.m index 37c3f8f2..970fe050 100644 --- a/Examples/RKCatalog/Examples/RKBackgroundRequestExample/RKBackgroundRequestExample.m +++ b/Examples/RKCatalog/Examples/RKBackgroundRequestExample/RKBackgroundRequestExample.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/Examples/RKCoreDataExample/RKCoreDataExample.h b/Examples/RKCatalog/Examples/RKCoreDataExample/RKCoreDataExample.h index cf756653..2520f42a 100644 --- a/Examples/RKCatalog/Examples/RKCoreDataExample/RKCoreDataExample.h +++ b/Examples/RKCatalog/Examples/RKCoreDataExample/RKCoreDataExample.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalog.h" diff --git a/Examples/RKCatalog/Examples/RKCoreDataExample/RKCoreDataExample.m b/Examples/RKCatalog/Examples/RKCoreDataExample/RKCoreDataExample.m index 9117f433..b4e5cb14 100644 --- a/Examples/RKCatalog/Examples/RKCoreDataExample/RKCoreDataExample.m +++ b/Examples/RKCatalog/Examples/RKCoreDataExample/RKCoreDataExample.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/Examples/RKKeyValueMappingExample/RKKeyValueMappingExample.h b/Examples/RKCatalog/Examples/RKKeyValueMappingExample/RKKeyValueMappingExample.h index 17349eb2..09ae2ec4 100644 --- a/Examples/RKCatalog/Examples/RKKeyValueMappingExample/RKKeyValueMappingExample.h +++ b/Examples/RKCatalog/Examples/RKKeyValueMappingExample/RKKeyValueMappingExample.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalog.h" diff --git a/Examples/RKCatalog/Examples/RKKeyValueMappingExample/RKKeyValueMappingExample.m b/Examples/RKCatalog/Examples/RKKeyValueMappingExample/RKKeyValueMappingExample.m index 272efb94..ee7be0ad 100644 --- a/Examples/RKCatalog/Examples/RKKeyValueMappingExample/RKKeyValueMappingExample.m +++ b/Examples/RKCatalog/Examples/RKKeyValueMappingExample/RKKeyValueMappingExample.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/Examples/RKParamsExample/RKParamsExample.h b/Examples/RKCatalog/Examples/RKParamsExample/RKParamsExample.h index 455e4fb0..fe2654c6 100644 --- a/Examples/RKCatalog/Examples/RKParamsExample/RKParamsExample.h +++ b/Examples/RKCatalog/Examples/RKParamsExample/RKParamsExample.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalog.h" diff --git a/Examples/RKCatalog/Examples/RKParamsExample/RKParamsExample.m b/Examples/RKCatalog/Examples/RKParamsExample/RKParamsExample.m index 549ce89d..3b2dd1f8 100644 --- a/Examples/RKCatalog/Examples/RKParamsExample/RKParamsExample.m +++ b/Examples/RKCatalog/Examples/RKParamsExample/RKParamsExample.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKParamsExample.h" diff --git a/Examples/RKCatalog/Examples/RKReachabilityExample/RKReachabilityExample.h b/Examples/RKCatalog/Examples/RKReachabilityExample/RKReachabilityExample.h index 05f06fab..c30ed17e 100644 --- a/Examples/RKCatalog/Examples/RKReachabilityExample/RKReachabilityExample.h +++ b/Examples/RKCatalog/Examples/RKReachabilityExample/RKReachabilityExample.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalog.h" diff --git a/Examples/RKCatalog/Examples/RKReachabilityExample/RKReachabilityExample.m b/Examples/RKCatalog/Examples/RKReachabilityExample/RKReachabilityExample.m index 51d9d45a..7e05ba8c 100644 --- a/Examples/RKCatalog/Examples/RKReachabilityExample/RKReachabilityExample.m +++ b/Examples/RKCatalog/Examples/RKReachabilityExample/RKReachabilityExample.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Project.h b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Project.h index 726997fa..5e28401b 100644 --- a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Project.h +++ b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Project.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalog.h" diff --git a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Project.m b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Project.m index 7b90f2d6..e3c8e058 100644 --- a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Project.m +++ b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Project.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "Project.h" diff --git a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/RKRelationshipMappingExample.h b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/RKRelationshipMappingExample.h index 39afb313..3bc144ee 100644 --- a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/RKRelationshipMappingExample.h +++ b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/RKRelationshipMappingExample.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalog.h" diff --git a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/RKRelationshipMappingExample.m b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/RKRelationshipMappingExample.m index 240af396..36c8f165 100644 --- a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/RKRelationshipMappingExample.m +++ b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/RKRelationshipMappingExample.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Task.h b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Task.h index 4b80b6f1..29673d84 100644 --- a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Task.h +++ b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Task.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalog.h" diff --git a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Task.m b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Task.m index 104bba11..3cdc7cfa 100644 --- a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Task.m +++ b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/Task.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "Task.h" diff --git a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/User.h b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/User.h index 256a9f63..7cdf5a0b 100644 --- a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/User.h +++ b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/User.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalog.h" diff --git a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/User.m b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/User.m index 205b97d4..f605e3c3 100644 --- a/Examples/RKCatalog/Examples/RKRelationshipMappingExample/User.m +++ b/Examples/RKCatalog/Examples/RKRelationshipMappingExample/User.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "User.h" diff --git a/Examples/RKCatalog/Examples/RKRequestQueueExample/RKRequestQueueExample.h b/Examples/RKCatalog/Examples/RKRequestQueueExample/RKRequestQueueExample.h index d6b592f2..fefc9c45 100644 --- a/Examples/RKCatalog/Examples/RKRequestQueueExample/RKRequestQueueExample.h +++ b/Examples/RKCatalog/Examples/RKRequestQueueExample/RKRequestQueueExample.h @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKCatalog.h" diff --git a/Examples/RKCatalog/Examples/RKRequestQueueExample/RKRequestQueueExample.m b/Examples/RKCatalog/Examples/RKRequestQueueExample/RKRequestQueueExample.m index 35fb9b2f..5a9db7ed 100644 --- a/Examples/RKCatalog/Examples/RKRequestQueueExample/RKRequestQueueExample.m +++ b/Examples/RKCatalog/Examples/RKRequestQueueExample/RKRequestQueueExample.m @@ -3,7 +3,7 @@ // RKCatalog // // Created by Blake Watters on 4/21/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKMacOSX/RKMacOSX/RKMacOSXAppDelegate.h b/Examples/RKMacOSX/RKMacOSX/RKMacOSXAppDelegate.h index fd2e112e..9c00b1d3 100644 --- a/Examples/RKMacOSX/RKMacOSX/RKMacOSXAppDelegate.h +++ b/Examples/RKMacOSX/RKMacOSX/RKMacOSXAppDelegate.h @@ -3,7 +3,7 @@ // RKMacOSX // // Created by Blake Watters on 4/10/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKMacOSX/RKMacOSX/RKMacOSXAppDelegate.m b/Examples/RKMacOSX/RKMacOSX/RKMacOSXAppDelegate.m index a090b87e..7036c2dc 100644 --- a/Examples/RKMacOSX/RKMacOSX/RKMacOSXAppDelegate.m +++ b/Examples/RKMacOSX/RKMacOSX/RKMacOSXAppDelegate.m @@ -3,7 +3,7 @@ // RKMacOSX // // Created by Blake Watters on 4/10/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKMacOSXAppDelegate.h" diff --git a/Examples/RKMacOSX/RKMacOSX/main.m b/Examples/RKMacOSX/RKMacOSX/main.m index 990cc859..9693d475 100644 --- a/Examples/RKMacOSX/RKMacOSX/main.m +++ b/Examples/RKMacOSX/RKMacOSX/main.m @@ -3,7 +3,7 @@ // RKMacOSX // // Created by Blake Watters on 4/10/11. -// Copyright 2011 __MyCompanyName__. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTableViewExample/RKTableViewExample/Contact.h b/Examples/RKTableViewExample/RKTableViewExample/Contact.h index 993bcc33..87b6049e 100644 --- a/Examples/RKTableViewExample/RKTableViewExample/Contact.h +++ b/Examples/RKTableViewExample/RKTableViewExample/Contact.h @@ -3,7 +3,7 @@ // RKTableViewExample // // Created by Blake Watters on 8/3/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTableViewExample/RKTableViewExample/Contact.m b/Examples/RKTableViewExample/RKTableViewExample/Contact.m index 2c8e1146..315bc3b5 100644 --- a/Examples/RKTableViewExample/RKTableViewExample/Contact.m +++ b/Examples/RKTableViewExample/RKTableViewExample/Contact.m @@ -3,7 +3,7 @@ // RKTableViewExample // // Created by Blake Watters on 8/3/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "Contact.h" diff --git a/Examples/RKTableViewExample/RKTableViewExample/DetailViewController.h b/Examples/RKTableViewExample/RKTableViewExample/DetailViewController.h index 6d351eae..9c3b583f 100644 --- a/Examples/RKTableViewExample/RKTableViewExample/DetailViewController.h +++ b/Examples/RKTableViewExample/RKTableViewExample/DetailViewController.h @@ -3,7 +3,7 @@ // RKTableViewExample // // Created by Blake Watters on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTableViewExample/RKTableViewExample/DetailViewController.m b/Examples/RKTableViewExample/RKTableViewExample/DetailViewController.m index 352b1e4c..40705092 100644 --- a/Examples/RKTableViewExample/RKTableViewExample/DetailViewController.m +++ b/Examples/RKTableViewExample/RKTableViewExample/DetailViewController.m @@ -3,7 +3,7 @@ // RKTableViewExample // // Created by Blake Watters on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "DetailViewController.h" diff --git a/Examples/RKTableViewExample/RKTableViewExample/MasterViewController.h b/Examples/RKTableViewExample/RKTableViewExample/MasterViewController.h index e3b8a5c4..54a677c1 100644 --- a/Examples/RKTableViewExample/RKTableViewExample/MasterViewController.h +++ b/Examples/RKTableViewExample/RKTableViewExample/MasterViewController.h @@ -3,7 +3,7 @@ // RKTableViewExample // // Created by Blake Watters on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTableViewExample/RKTableViewExample/MasterViewController.m b/Examples/RKTableViewExample/RKTableViewExample/MasterViewController.m index 1ee60d1b..f336aa8c 100644 --- a/Examples/RKTableViewExample/RKTableViewExample/MasterViewController.m +++ b/Examples/RKTableViewExample/RKTableViewExample/MasterViewController.m @@ -3,7 +3,7 @@ // RKTableViewExample // // Created by Blake Watters on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "MasterViewController.h" diff --git a/Examples/RKTableViewExample/RKTableViewExample/RKTableViewExampleAppDelegate.h b/Examples/RKTableViewExample/RKTableViewExample/RKTableViewExampleAppDelegate.h index b2f2e334..38d7df72 100644 --- a/Examples/RKTableViewExample/RKTableViewExample/RKTableViewExampleAppDelegate.h +++ b/Examples/RKTableViewExample/RKTableViewExample/RKTableViewExampleAppDelegate.h @@ -3,7 +3,7 @@ // RKTableViewExample // // Created by Blake Watters on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTableViewExample/RKTableViewExample/RKTableViewExampleAppDelegate.m b/Examples/RKTableViewExample/RKTableViewExample/RKTableViewExampleAppDelegate.m index 53201c6b..c1776bda 100644 --- a/Examples/RKTableViewExample/RKTableViewExample/RKTableViewExampleAppDelegate.m +++ b/Examples/RKTableViewExample/RKTableViewExample/RKTableViewExampleAppDelegate.m @@ -3,7 +3,7 @@ // RKTableViewExample // // Created by Blake Watters on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTableViewExampleAppDelegate.h" diff --git a/Examples/RKTableViewExample/RKTableViewExample/main.m b/Examples/RKTableViewExample/RKTableViewExample/main.m index 0482909a..126e8950 100644 --- a/Examples/RKTableViewExample/RKTableViewExample/main.m +++ b/Examples/RKTableViewExample/RKTableViewExample/main.m @@ -3,7 +3,7 @@ // RKTableViewExample // // Created by Blake Watters on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTableViewExample/RKTableViewExampleTests/RKTableViewExampleTests.h b/Examples/RKTableViewExample/RKTableViewExampleTests/RKTableViewExampleTests.h index b6d453bc..da156726 100644 --- a/Examples/RKTableViewExample/RKTableViewExampleTests/RKTableViewExampleTests.h +++ b/Examples/RKTableViewExample/RKTableViewExampleTests/RKTableViewExampleTests.h @@ -3,7 +3,7 @@ // RKTableViewExampleTests // // Created by Blake Watters on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTableViewExample/RKTableViewExampleTests/RKTableViewExampleTests.m b/Examples/RKTableViewExample/RKTableViewExampleTests/RKTableViewExampleTests.m index 0dd9b747..33fa64bc 100644 --- a/Examples/RKTableViewExample/RKTableViewExampleTests/RKTableViewExampleTests.m +++ b/Examples/RKTableViewExample/RKTableViewExampleTests/RKTableViewExampleTests.m @@ -3,7 +3,7 @@ // RKTableViewExampleTests // // Created by Blake Watters on 8/2/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTableViewExampleTests.h" diff --git a/Examples/RKTwitter/Classes/RKTStatus.h b/Examples/RKTwitter/Classes/RKTStatus.h index 637f3298..fff2c03d 100644 --- a/Examples/RKTwitter/Classes/RKTStatus.h +++ b/Examples/RKTwitter/Classes/RKTStatus.h @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright 2010 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTUser.h" diff --git a/Examples/RKTwitter/Classes/RKTStatus.m b/Examples/RKTwitter/Classes/RKTStatus.m index 02e6a076..d1fff951 100644 --- a/Examples/RKTwitter/Classes/RKTStatus.m +++ b/Examples/RKTwitter/Classes/RKTStatus.m @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright 2010 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTStatus.h" diff --git a/Examples/RKTwitter/Classes/RKTUser.h b/Examples/RKTwitter/Classes/RKTUser.h index d90e3d8e..b2a1d042 100644 --- a/Examples/RKTwitter/Classes/RKTUser.h +++ b/Examples/RKTwitter/Classes/RKTUser.h @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright 2010 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // @interface RKTUser : NSObject { diff --git a/Examples/RKTwitter/Classes/RKTUser.m b/Examples/RKTwitter/Classes/RKTUser.m index 2dca69d5..cf74eca9 100644 --- a/Examples/RKTwitter/Classes/RKTUser.m +++ b/Examples/RKTwitter/Classes/RKTUser.m @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright 2010 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTUser.h" diff --git a/Examples/RKTwitter/Classes/RKTwitterAppDelegate.h b/Examples/RKTwitter/Classes/RKTwitterAppDelegate.h index 3379b345..2afba3ad 100644 --- a/Examples/RKTwitter/Classes/RKTwitterAppDelegate.h +++ b/Examples/RKTwitter/Classes/RKTwitterAppDelegate.h @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright Two Toasters 2010. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTwitter/Classes/RKTwitterAppDelegate.m b/Examples/RKTwitter/Classes/RKTwitterAppDelegate.m index b3929bd0..835966dd 100644 --- a/Examples/RKTwitter/Classes/RKTwitterAppDelegate.m +++ b/Examples/RKTwitter/Classes/RKTwitterAppDelegate.m @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright Two Toasters 2010. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTwitter/Classes/RKTwitterViewController.h b/Examples/RKTwitter/Classes/RKTwitterViewController.h index ac6a1062..cc492beb 100644 --- a/Examples/RKTwitter/Classes/RKTwitterViewController.h +++ b/Examples/RKTwitter/Classes/RKTwitterViewController.h @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright Two Toasters 2010. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTwitter/Classes/RKTwitterViewController.m b/Examples/RKTwitter/Classes/RKTwitterViewController.m index 965adc73..464a3bb0 100644 --- a/Examples/RKTwitter/Classes/RKTwitterViewController.m +++ b/Examples/RKTwitter/Classes/RKTwitterViewController.m @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright RestKit 2010. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTwitterViewController.h" diff --git a/Examples/RKTwitter/main.m b/Examples/RKTwitter/main.m index 0fe5b0b4..f2eff9c9 100644 --- a/Examples/RKTwitter/main.m +++ b/Examples/RKTwitter/main.m @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright Two Toasters 2010. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTwitterCoreData/Classes/RKTStatus.h b/Examples/RKTwitterCoreData/Classes/RKTStatus.h index 65db76fd..caa1370d 100644 --- a/Examples/RKTwitterCoreData/Classes/RKTStatus.h +++ b/Examples/RKTwitterCoreData/Classes/RKTStatus.h @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright 2010 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTwitterCoreData/Classes/RKTStatus.m b/Examples/RKTwitterCoreData/Classes/RKTStatus.m index 17f3d2f3..7cd8ad09 100644 --- a/Examples/RKTwitterCoreData/Classes/RKTStatus.m +++ b/Examples/RKTwitterCoreData/Classes/RKTStatus.m @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright 2010 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTStatus.h" diff --git a/Examples/RKTwitterCoreData/Classes/RKTwitterAppDelegate.h b/Examples/RKTwitterCoreData/Classes/RKTwitterAppDelegate.h index 3379b345..2afba3ad 100644 --- a/Examples/RKTwitterCoreData/Classes/RKTwitterAppDelegate.h +++ b/Examples/RKTwitterCoreData/Classes/RKTwitterAppDelegate.h @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright Two Toasters 2010. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTwitterCoreData/Classes/RKTwitterAppDelegate.m b/Examples/RKTwitterCoreData/Classes/RKTwitterAppDelegate.m index 58d8f1cc..7221fdf5 100644 --- a/Examples/RKTwitterCoreData/Classes/RKTwitterAppDelegate.m +++ b/Examples/RKTwitterCoreData/Classes/RKTwitterAppDelegate.m @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright Two Toasters 2010. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTwitterCoreData/Classes/RKTwitterViewController.h b/Examples/RKTwitterCoreData/Classes/RKTwitterViewController.h index 00c04bec..775e860f 100644 --- a/Examples/RKTwitterCoreData/Classes/RKTwitterViewController.h +++ b/Examples/RKTwitterCoreData/Classes/RKTwitterViewController.h @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright Two Toasters 2010. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RKTwitterCoreData/Classes/RKTwitterViewController.m b/Examples/RKTwitterCoreData/Classes/RKTwitterViewController.m index 89684338..f0524c4c 100644 --- a/Examples/RKTwitterCoreData/Classes/RKTwitterViewController.m +++ b/Examples/RKTwitterCoreData/Classes/RKTwitterViewController.m @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright Two Toasters 2010. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTwitterViewController.h" diff --git a/Examples/RKTwitterCoreData/main.m b/Examples/RKTwitterCoreData/main.m index 0fe5b0b4..f2eff9c9 100644 --- a/Examples/RKTwitterCoreData/main.m +++ b/Examples/RKTwitterCoreData/main.m @@ -3,7 +3,7 @@ // RKTwitter // // Created by Blake Watters on 9/5/10. -// Copyright Two Toasters 2010. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Examples/RestKit CLI/RestKit CLI/main.m b/Examples/RestKit CLI/RestKit CLI/main.m index 56e7c0be..cc28242f 100644 --- a/Examples/RestKit CLI/RestKit CLI/main.m +++ b/Examples/RestKit CLI/RestKit CLI/main.m @@ -3,7 +3,7 @@ // RestKit CLI // // Created by Blake Watters on 10/15/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Tests/Application/RKApplicationTests/App/RKATAppDelegate.h b/Tests/Application/RKApplicationTests/App/RKATAppDelegate.h index 35975578..7bfe2399 100644 --- a/Tests/Application/RKApplicationTests/App/RKATAppDelegate.h +++ b/Tests/Application/RKApplicationTests/App/RKATAppDelegate.h @@ -3,7 +3,7 @@ // RKApplicationTests // // Created by Blake Watters on 2/8/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Tests/Application/RKApplicationTests/App/RKATAppDelegate.m b/Tests/Application/RKApplicationTests/App/RKATAppDelegate.m index 7bf33bb4..861b3ce9 100644 --- a/Tests/Application/RKApplicationTests/App/RKATAppDelegate.m +++ b/Tests/Application/RKApplicationTests/App/RKATAppDelegate.m @@ -3,7 +3,7 @@ // RKApplicationTests // // Created by Blake Watters on 2/8/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKATAppDelegate.h" diff --git a/Tests/Application/RKApplicationTests/App/main.m b/Tests/Application/RKApplicationTests/App/main.m index 2db94221..dd3f62dd 100644 --- a/Tests/Application/RKApplicationTests/App/main.m +++ b/Tests/Application/RKApplicationTests/App/main.m @@ -3,7 +3,7 @@ // RKApplicationTests // // Created by Blake Watters on 2/8/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Tests/Application/UI/RKFetchedResultsTableControllerTest.m b/Tests/Application/UI/RKFetchedResultsTableControllerTest.m index ffb0150d..2671ee4c 100644 --- a/Tests/Application/UI/RKFetchedResultsTableControllerTest.m +++ b/Tests/Application/UI/RKFetchedResultsTableControllerTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/12/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Application/UI/RKFormTest.m b/Tests/Application/UI/RKFormTest.m index dbcf72b8..d5554e77 100644 --- a/Tests/Application/UI/RKFormTest.m +++ b/Tests/Application/UI/RKFormTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/29/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Application/UI/RKTableControllerTest.m b/Tests/Application/UI/RKTableControllerTest.m index ee75a16a..31ec4636 100644 --- a/Tests/Application/UI/RKTableControllerTest.m +++ b/Tests/Application/UI/RKTableControllerTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/3/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Application/UI/RKTableViewCellMappingTest.m b/Tests/Application/UI/RKTableViewCellMappingTest.m index e0f8ed87..bc844d38 100644 --- a/Tests/Application/UI/RKTableViewCellMappingTest.m +++ b/Tests/Application/UI/RKTableViewCellMappingTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/4/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Application/UI/RKTableViewCellMappingsTest.m b/Tests/Application/UI/RKTableViewCellMappingsTest.m index bea46d22..407cf264 100644 --- a/Tests/Application/UI/RKTableViewCellMappingsTest.m +++ b/Tests/Application/UI/RKTableViewCellMappingsTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/9/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Application/UI/RKTableViewSectionTest.m b/Tests/Application/UI/RKTableViewSectionTest.m index 0f3f7f3a..019b0176 100644 --- a/Tests/Application/UI/RKTableViewSectionTest.m +++ b/Tests/Application/UI/RKTableViewSectionTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/3/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Logic/CoreData/NSEntityDescription+RKAdditionsTest.m b/Tests/Logic/CoreData/NSEntityDescription+RKAdditionsTest.m index dc826622..276582ed 100644 --- a/Tests/Logic/CoreData/NSEntityDescription+RKAdditionsTest.m +++ b/Tests/Logic/CoreData/NSEntityDescription+RKAdditionsTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/22/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Logic/CoreData/NSManagedObject+ActiveRecordTest.m b/Tests/Logic/CoreData/NSManagedObject+ActiveRecordTest.m index 7f41ef19..1dfa94fd 100644 --- a/Tests/Logic/CoreData/NSManagedObject+ActiveRecordTest.m +++ b/Tests/Logic/CoreData/NSManagedObject+ActiveRecordTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/22/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Logic/CoreData/RKFetchRequestMappingCacheTest.m b/Tests/Logic/CoreData/RKFetchRequestMappingCacheTest.m index fd454edc..f9bcd72e 100644 --- a/Tests/Logic/CoreData/RKFetchRequestMappingCacheTest.m +++ b/Tests/Logic/CoreData/RKFetchRequestMappingCacheTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/20/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Logic/CoreData/RKInMemoryEntityCacheTest.m b/Tests/Logic/CoreData/RKInMemoryEntityCacheTest.m index da30d36d..f6736ecb 100644 --- a/Tests/Logic/CoreData/RKInMemoryEntityCacheTest.m +++ b/Tests/Logic/CoreData/RKInMemoryEntityCacheTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 1/25/12. -// Copyright (c) 2012 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/CoreData/RKManagedObjectLoaderTest.m b/Tests/Logic/CoreData/RKManagedObjectLoaderTest.m index d3f149e9..891445b7 100644 --- a/Tests/Logic/CoreData/RKManagedObjectLoaderTest.m +++ b/Tests/Logic/CoreData/RKManagedObjectLoaderTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/28/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/CoreData/RKManagedObjectMappingOperationTest.m b/Tests/Logic/CoreData/RKManagedObjectMappingOperationTest.m index e8c8eb2e..94bd7401 100644 --- a/Tests/Logic/CoreData/RKManagedObjectMappingOperationTest.m +++ b/Tests/Logic/CoreData/RKManagedObjectMappingOperationTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/31/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/CoreData/RKManagedObjectMappingTest.m b/Tests/Logic/CoreData/RKManagedObjectMappingTest.m index ca417504..26e6cb4e 100644 --- a/Tests/Logic/CoreData/RKManagedObjectMappingTest.m +++ b/Tests/Logic/CoreData/RKManagedObjectMappingTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/31/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -192,10 +192,12 @@ - (void)testShouldFindExistingManagedObjectsByPrimaryKeyPathWithFetchedResultsCache { RKManagedObjectStore* store = [RKTestFactory managedObjectStore]; store.cacheStrategy = [RKFetchRequestManagedObjectCache new]; + [RKHuman truncateAll]; RKManagedObjectMapping* mapping = [RKManagedObjectMapping mappingForClass:[RKHuman class] inManagedObjectStore:store]; mapping.primaryKeyAttribute = @"railsID"; [mapping addAttributeMapping:[RKObjectAttributeMapping mappingFromKeyPath:@"monkey.id" toKeyPath:@"railsID"]]; + [RKHuman truncateAll]; RKHuman* human = [RKHuman object]; human.railsID = [NSNumber numberWithInt:123]; [store save:nil]; @@ -212,6 +214,7 @@ - (void)testShouldFindExistingManagedObjectsByPrimaryKeyWithInMemoryCache { RKManagedObjectStore* store = [RKTestFactory managedObjectStore]; + [RKHuman truncateAllInContext:store.primaryManagedObjectContext]; store.cacheStrategy = [RKInMemoryManagedObjectCache new]; RKManagedObjectMapping* mapping = [RKManagedObjectMapping mappingForClass:[RKHuman class] inManagedObjectStore:store]; mapping.primaryKeyAttribute = @"railsID"; @@ -230,11 +233,14 @@ - (void)testShouldFindExistingManagedObjectsByPrimaryKeyPathWithInMemoryCache { RKManagedObjectStore* store = [RKTestFactory managedObjectStore]; + [RKHuman truncateAllInContext:store.primaryManagedObjectContext]; store.cacheStrategy = [RKInMemoryManagedObjectCache new]; + [RKHuman truncateAll]; RKManagedObjectMapping* mapping = [RKManagedObjectMapping mappingForClass:[RKHuman class] inManagedObjectStore:store]; mapping.primaryKeyAttribute = @"railsID"; [mapping addAttributeMapping:[RKObjectAttributeMapping mappingFromKeyPath:@"monkey.id" toKeyPath:@"railsID"]]; + [RKHuman truncateAll]; RKHuman* human = [RKHuman object]; human.railsID = [NSNumber numberWithInt:123]; [store save:nil]; diff --git a/Tests/Logic/CoreData/RKManagedObjectStoreTest.m b/Tests/Logic/CoreData/RKManagedObjectStoreTest.m index fdda0dc9..28b369e9 100644 --- a/Tests/Logic/CoreData/RKManagedObjectStoreTest.m +++ b/Tests/Logic/CoreData/RKManagedObjectStoreTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/2/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/CoreData/RKManagedObjectThreadSafeInvocationTest.m b/Tests/Logic/CoreData/RKManagedObjectThreadSafeInvocationTest.m index 922f9243..32c8c477 100644 --- a/Tests/Logic/CoreData/RKManagedObjectThreadSafeInvocationTest.m +++ b/Tests/Logic/CoreData/RKManagedObjectThreadSafeInvocationTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/12/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/CoreData/RKSearchWordObserverTest.m b/Tests/Logic/CoreData/RKSearchWordObserverTest.m index 19f5a4be..1c662956 100644 --- a/Tests/Logic/CoreData/RKSearchWordObserverTest.m +++ b/Tests/Logic/CoreData/RKSearchWordObserverTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/26/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Logic/CoreData/RKSearchableManagedObjectTest.m b/Tests/Logic/CoreData/RKSearchableManagedObjectTest.m index 07f7b62e..3a75dd7b 100644 --- a/Tests/Logic/CoreData/RKSearchableManagedObjectTest.m +++ b/Tests/Logic/CoreData/RKSearchableManagedObjectTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/26/11. -// Copyright 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Logic/Network/RKAuthenticationTest.m b/Tests/Logic/Network/RKAuthenticationTest.m index 7e985e2f..c55d9a2e 100644 --- a/Tests/Logic/Network/RKAuthenticationTest.m +++ b/Tests/Logic/Network/RKAuthenticationTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/14/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Network/RKClientTest.m b/Tests/Logic/Network/RKClientTest.m index c1a803a2..8ba9a592 100644 --- a/Tests/Logic/Network/RKClientTest.m +++ b/Tests/Logic/Network/RKClientTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/31/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Network/RKOAuthClientTest.m b/Tests/Logic/Network/RKOAuthClientTest.m index e4d3fc47..b7325b0b 100644 --- a/Tests/Logic/Network/RKOAuthClientTest.m +++ b/Tests/Logic/Network/RKOAuthClientTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Rodrigo Garcia on 8/4/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Network/RKParamsAttachmentTest.m b/Tests/Logic/Network/RKParamsAttachmentTest.m index 3963acc4..85c95233 100644 --- a/Tests/Logic/Network/RKParamsAttachmentTest.m +++ b/Tests/Logic/Network/RKParamsAttachmentTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 10/27/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Network/RKParamsTest.m b/Tests/Logic/Network/RKParamsTest.m index d82b9f05..6d09fc47 100644 --- a/Tests/Logic/Network/RKParamsTest.m +++ b/Tests/Logic/Network/RKParamsTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 6/30/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Network/RKRequestQueueTest.m b/Tests/Logic/Network/RKRequestQueueTest.m index fac81408..6bba5b1c 100644 --- a/Tests/Logic/Network/RKRequestQueueTest.m +++ b/Tests/Logic/Network/RKRequestQueueTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/28/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Network/RKRequestTest.m b/Tests/Logic/Network/RKRequestTest.m index 3f15a164..e419fcb4 100644 --- a/Tests/Logic/Network/RKRequestTest.m +++ b/Tests/Logic/Network/RKRequestTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/15/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Network/RKResponseTest.m b/Tests/Logic/Network/RKResponseTest.m index 306943ba..60c2c35d 100644 --- a/Tests/Logic/Network/RKResponseTest.m +++ b/Tests/Logic/Network/RKResponseTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/15/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Network/RKURLTest.m b/Tests/Logic/Network/RKURLTest.m index 261dc15f..1f3fee12 100644 --- a/Tests/Logic/Network/RKURLTest.m +++ b/Tests/Logic/Network/RKURLTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 6/29/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKDynamicObjectMappingTest.m b/Tests/Logic/ObjectMapping/RKDynamicObjectMappingTest.m index 2363dff7..ffe6a0c9 100644 --- a/Tests/Logic/ObjectMapping/RKDynamicObjectMappingTest.m +++ b/Tests/Logic/ObjectMapping/RKDynamicObjectMappingTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKObjectLoaderTest.m b/Tests/Logic/ObjectMapping/RKObjectLoaderTest.m index 1f61c720..ee76eaf2 100644 --- a/Tests/Logic/ObjectMapping/RKObjectLoaderTest.m +++ b/Tests/Logic/ObjectMapping/RKObjectLoaderTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/27/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKObjectManagerTest.m b/Tests/Logic/ObjectMapping/RKObjectManagerTest.m index 01b7b950..cf1801d2 100644 --- a/Tests/Logic/ObjectMapping/RKObjectManagerTest.m +++ b/Tests/Logic/ObjectMapping/RKObjectManagerTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKObjectMappingNextGenTest.m b/Tests/Logic/ObjectMapping/RKObjectMappingNextGenTest.m index 7ac9ed7d..139a790b 100644 --- a/Tests/Logic/ObjectMapping/RKObjectMappingNextGenTest.m +++ b/Tests/Logic/ObjectMapping/RKObjectMappingNextGenTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/30/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKObjectMappingOperationTest.m b/Tests/Logic/ObjectMapping/RKObjectMappingOperationTest.m index 4aa0883a..4871f3bb 100644 --- a/Tests/Logic/ObjectMapping/RKObjectMappingOperationTest.m +++ b/Tests/Logic/ObjectMapping/RKObjectMappingOperationTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 4/30/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKObjectMappingProviderTest.m b/Tests/Logic/ObjectMapping/RKObjectMappingProviderTest.m index c461eb6b..6dce8244 100644 --- a/Tests/Logic/ObjectMapping/RKObjectMappingProviderTest.m +++ b/Tests/Logic/ObjectMapping/RKObjectMappingProviderTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Greg Combs on 9/18/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKObjectMappingResultTest.m b/Tests/Logic/ObjectMapping/RKObjectMappingResultTest.m index df1b4dc2..3c467237 100644 --- a/Tests/Logic/ObjectMapping/RKObjectMappingResultTest.m +++ b/Tests/Logic/ObjectMapping/RKObjectMappingResultTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/5/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKObjectPaginatorTest.m b/Tests/Logic/ObjectMapping/RKObjectPaginatorTest.m index 0ebefbf5..99bb77e8 100644 --- a/Tests/Logic/ObjectMapping/RKObjectPaginatorTest.m +++ b/Tests/Logic/ObjectMapping/RKObjectPaginatorTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 12/29/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKObjectRouterTest.m b/Tests/Logic/ObjectMapping/RKObjectRouterTest.m index edb32415..328e1645 100644 --- a/Tests/Logic/ObjectMapping/RKObjectRouterTest.m +++ b/Tests/Logic/ObjectMapping/RKObjectRouterTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/20/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKObjectSerializerTest.m b/Tests/Logic/ObjectMapping/RKObjectSerializerTest.m index 43d029f5..fc2bc65e 100644 --- a/Tests/Logic/ObjectMapping/RKObjectSerializerTest.m +++ b/Tests/Logic/ObjectMapping/RKObjectSerializerTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 5/9/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/ObjectMapping/RKParserRegistryTest.m b/Tests/Logic/ObjectMapping/RKParserRegistryTest.m index b79674bd..d5461ef4 100644 --- a/Tests/Logic/ObjectMapping/RKParserRegistryTest.m +++ b/Tests/Logic/ObjectMapping/RKParserRegistryTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 5/18/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Support/NSDictionary+RKRequestSerializationTest.m b/Tests/Logic/Support/NSDictionary+RKRequestSerializationTest.m index e30ba1fd..e0392e2d 100644 --- a/Tests/Logic/Support/NSDictionary+RKRequestSerializationTest.m +++ b/Tests/Logic/Support/NSDictionary+RKRequestSerializationTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/24/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Support/NSStringRestKitTest.m b/Tests/Logic/Support/NSStringRestKitTest.m index 08ae02cf..c421ec21 100755 --- a/Tests/Logic/Support/NSStringRestKitTest.m +++ b/Tests/Logic/Support/NSStringRestKitTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Greg Combs on 9/2/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Support/RKDotNetDateFormatterTest.m b/Tests/Logic/Support/RKDotNetDateFormatterTest.m index 82bd092c..021528a4 100644 --- a/Tests/Logic/Support/RKDotNetDateFormatterTest.m +++ b/Tests/Logic/Support/RKDotNetDateFormatterTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Greg Combs on 9/8/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Logic/Support/RKJSONParserJSONKitTest.m b/Tests/Logic/Support/RKJSONParserJSONKitTest.m index 997e05eb..4a5637e7 100644 --- a/Tests/Logic/Support/RKJSONParserJSONKitTest.m +++ b/Tests/Logic/Support/RKJSONParserJSONKitTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/6/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Support/RKMutableBlockDictionaryTest.m b/Tests/Logic/Support/RKMutableBlockDictionaryTest.m index 63da007d..544ffbae 100644 --- a/Tests/Logic/Support/RKMutableBlockDictionaryTest.m +++ b/Tests/Logic/Support/RKMutableBlockDictionaryTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/22/11. -// Copyright (c) 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestEnvironment.h" diff --git a/Tests/Logic/Support/RKPathMatcherTest.m b/Tests/Logic/Support/RKPathMatcherTest.m index 2785451b..c4124eff 100755 --- a/Tests/Logic/Support/RKPathMatcherTest.m +++ b/Tests/Logic/Support/RKPathMatcherTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Greg Combs on 9/2/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Logic/Support/RKXMLParserTest.m b/Tests/Logic/Support/RKXMLParserTest.m index 2491122a..d7a5b5e1 100644 --- a/Tests/Logic/Support/RKXMLParserTest.m +++ b/Tests/Logic/Support/RKXMLParserTest.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 3/29/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKCat.h b/Tests/Models/RKCat.h index 6eff4197..c8e44955 100644 --- a/Tests/Models/RKCat.h +++ b/Tests/Models/RKCat.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKCat.m b/Tests/Models/RKCat.m index 96635534..e64a913c 100644 --- a/Tests/Models/RKCat.m +++ b/Tests/Models/RKCat.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKChild.h b/Tests/Models/RKChild.h index c4762b76..2d95dc71 100644 --- a/Tests/Models/RKChild.h +++ b/Tests/Models/RKChild.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/25/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKChild.m b/Tests/Models/RKChild.m index c85ef097..042bae3b 100644 --- a/Tests/Models/RKChild.m +++ b/Tests/Models/RKChild.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/25/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKDynamicMappingModels.h b/Tests/Models/RKDynamicMappingModels.h index 8239bea7..19a2b9fc 100644 --- a/Tests/Models/RKDynamicMappingModels.h +++ b/Tests/Models/RKDynamicMappingModels.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKDynamicMappingModels.m b/Tests/Models/RKDynamicMappingModels.m index a49bab44..153e78e2 100644 --- a/Tests/Models/RKDynamicMappingModels.m +++ b/Tests/Models/RKDynamicMappingModels.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 7/28/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKHouse.h b/Tests/Models/RKHouse.h index 48cf7874..e13a3735 100644 --- a/Tests/Models/RKHouse.h +++ b/Tests/Models/RKHouse.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKHouse.m b/Tests/Models/RKHouse.m index 22863715..1f3afdbf 100644 --- a/Tests/Models/RKHouse.m +++ b/Tests/Models/RKHouse.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKHuman.h b/Tests/Models/RKHuman.h index dbd334f3..21d1b0ed 100644 --- a/Tests/Models/RKHuman.h +++ b/Tests/Models/RKHuman.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKHuman.m b/Tests/Models/RKHuman.m index 8d2040e3..2e48a55d 100644 --- a/Tests/Models/RKHuman.m +++ b/Tests/Models/RKHuman.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKMappableAssociation.h b/Tests/Models/RKMappableAssociation.h index eb11d13c..4c0ee9ce 100644 --- a/Tests/Models/RKMappableAssociation.h +++ b/Tests/Models/RKMappableAssociation.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 8/17/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKMappableAssociation.m b/Tests/Models/RKMappableAssociation.m index 87d644f8..80406592 100644 --- a/Tests/Models/RKMappableAssociation.m +++ b/Tests/Models/RKMappableAssociation.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 8/17/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKMappableObject.h b/Tests/Models/RKMappableObject.h index 60a483cc..5645115c 100644 --- a/Tests/Models/RKMappableObject.h +++ b/Tests/Models/RKMappableObject.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 8/17/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKMappableObject.m b/Tests/Models/RKMappableObject.m index ace20b40..5dd9a9af 100644 --- a/Tests/Models/RKMappableObject.m +++ b/Tests/Models/RKMappableObject.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 8/17/09. -// Copyright 2009 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKObjectLoaderTestResultModel.h b/Tests/Models/RKObjectLoaderTestResultModel.h index cbdd458e..3ed22068 100644 --- a/Tests/Models/RKObjectLoaderTestResultModel.h +++ b/Tests/Models/RKObjectLoaderTestResultModel.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 6/23/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKObjectLoaderTestResultModel.m b/Tests/Models/RKObjectLoaderTestResultModel.m index ca675af1..16913b39 100644 --- a/Tests/Models/RKObjectLoaderTestResultModel.m +++ b/Tests/Models/RKObjectLoaderTestResultModel.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 6/23/11. -// Copyright 2011 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKObjectMapperTestModel.h b/Tests/Models/RKObjectMapperTestModel.h index 8c93c25c..9502e2da 100644 --- a/Tests/Models/RKObjectMapperTestModel.h +++ b/Tests/Models/RKObjectMapperTestModel.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/18/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKObjectMapperTestModel.m b/Tests/Models/RKObjectMapperTestModel.m index 7a5ea8a5..8029c569 100644 --- a/Tests/Models/RKObjectMapperTestModel.m +++ b/Tests/Models/RKObjectMapperTestModel.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 2/18/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKParent.h b/Tests/Models/RKParent.h index a97f12e7..59bcaf72 100644 --- a/Tests/Models/RKParent.h +++ b/Tests/Models/RKParent.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/25/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKParent.m b/Tests/Models/RKParent.m index 9fa261d3..7ec42ee4 100644 --- a/Tests/Models/RKParent.m +++ b/Tests/Models/RKParent.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeff Arena on 8/25/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKResident.h b/Tests/Models/RKResident.h index 906cd4c2..49ce278c 100644 --- a/Tests/Models/RKResident.h +++ b/Tests/Models/RKResident.h @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKResident.m b/Tests/Models/RKResident.m index 7b9439f9..82dfc972 100644 --- a/Tests/Models/RKResident.m +++ b/Tests/Models/RKResident.m @@ -3,7 +3,7 @@ // RestKit // // Created by Jeremy Ellison on 1/14/10. -// Copyright 2010 Two Toasters +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/Models/RKSearchable.h b/Tests/Models/RKSearchable.h index 5c0e8b26..d50eb2d0 100644 --- a/Tests/Models/RKSearchable.h +++ b/Tests/Models/RKSearchable.h @@ -3,7 +3,19 @@ // RestKit // // Created by Blake Watters on 7/26/11. -// Copyright (c) 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // #import diff --git a/Tests/Models/RKSearchable.m b/Tests/Models/RKSearchable.m index 90b1902a..d7900719 100644 --- a/Tests/Models/RKSearchable.m +++ b/Tests/Models/RKSearchable.m @@ -3,7 +3,19 @@ // RestKit // // Created by Blake Watters on 7/26/11. -// Copyright (c) 2011 Two Toasters. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // #import "RKSearchable.h" diff --git a/Tests/Models/RKTestAddress.h b/Tests/Models/RKTestAddress.h index bb99ce8d..0cae9412 100644 --- a/Tests/Models/RKTestAddress.h +++ b/Tests/Models/RKTestAddress.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/5/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Tests/Models/RKTestAddress.m b/Tests/Models/RKTestAddress.m index fbeb8b83..dd4715f3 100644 --- a/Tests/Models/RKTestAddress.m +++ b/Tests/Models/RKTestAddress.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/5/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestAddress.h" diff --git a/Tests/Models/RKTestUser.h b/Tests/Models/RKTestUser.h index b324d850..528cb7d3 100644 --- a/Tests/Models/RKTestUser.h +++ b/Tests/Models/RKTestUser.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/5/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import diff --git a/Tests/Models/RKTestUser.m b/Tests/Models/RKTestUser.m index ad0120ab..3edc16f4 100644 --- a/Tests/Models/RKTestUser.m +++ b/Tests/Models/RKTestUser.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 8/5/11. -// Copyright 2011 RestKit. All rights reserved. +// Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTestUser.h" diff --git a/Tests/RKTestEnvironment.h b/Tests/RKTestEnvironment.h index 36a0407e..dccbac1f 100644 --- a/Tests/RKTestEnvironment.h +++ b/Tests/RKTestEnvironment.h @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 1/15/10. -// Copyright 2010 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/RKTestEnvironment.m b/Tests/RKTestEnvironment.m index 8fdab6fa..0530889a 100644 --- a/Tests/RKTestEnvironment.m +++ b/Tests/RKTestEnvironment.m @@ -3,7 +3,7 @@ // RestKit // // Created by Blake Watters on 3/14/11. -// Copyright 2011 RestKit +// Copyright (c) 2009-2012 RestKit. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.