diff --git a/Examples/Leaderboard/Leaderboard/AppDelegate.h b/Examples/Leaderboard/Leaderboard/AppDelegate.h index 31fb509..5b8e574 100644 --- a/Examples/Leaderboard/Leaderboard/AppDelegate.h +++ b/Examples/Leaderboard/Leaderboard/AppDelegate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Leaderboard/Leaderboard/AppDelegate.m b/Examples/Leaderboard/Leaderboard/AppDelegate.m index 10361ea..f1588ad 100644 --- a/Examples/Leaderboard/Leaderboard/AppDelegate.m +++ b/Examples/Leaderboard/Leaderboard/AppDelegate.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Leaderboard/Leaderboard/PlayerTableViewCell.h b/Examples/Leaderboard/Leaderboard/PlayerTableViewCell.h index 00e608f..302ccc6 100644 --- a/Examples/Leaderboard/Leaderboard/PlayerTableViewCell.h +++ b/Examples/Leaderboard/Leaderboard/PlayerTableViewCell.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Leaderboard/Leaderboard/PlayerTableViewCell.m b/Examples/Leaderboard/Leaderboard/PlayerTableViewCell.m index 1e50320..ad2a5ea 100644 --- a/Examples/Leaderboard/Leaderboard/PlayerTableViewCell.m +++ b/Examples/Leaderboard/Leaderboard/PlayerTableViewCell.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Leaderboard/Leaderboard/PlayersTableViewController.h b/Examples/Leaderboard/Leaderboard/PlayersTableViewController.h index 053a6ce..70d29ec 100644 --- a/Examples/Leaderboard/Leaderboard/PlayersTableViewController.h +++ b/Examples/Leaderboard/Leaderboard/PlayersTableViewController.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Leaderboard/Leaderboard/PlayersTableViewController.m b/Examples/Leaderboard/Leaderboard/PlayersTableViewController.m index 644610d..9f11d2f 100644 --- a/Examples/Leaderboard/Leaderboard/PlayersTableViewController.m +++ b/Examples/Leaderboard/Leaderboard/PlayersTableViewController.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Leaderboard/Leaderboard/main.m b/Examples/Leaderboard/Leaderboard/main.m index ebaad4b..46bc1af 100644 --- a/Examples/Leaderboard/Leaderboard/main.m +++ b/Examples/Leaderboard/Leaderboard/main.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/AppDelegate.swift b/Examples/Todos/Todos/AppDelegate.swift index 8c37806..51d6778 100644 --- a/Examples/Todos/Todos/AppDelegate.swift +++ b/Examples/Todos/Todos/AppDelegate.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/BorderedButton.swift b/Examples/Todos/Todos/BorderedButton.swift index fb20513..7bacae2 100644 --- a/Examples/Todos/Todos/BorderedButton.swift +++ b/Examples/Todos/Todos/BorderedButton.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/ContentLoading.swift b/Examples/Todos/Todos/ContentLoading.swift index 88c222b..452cd1d 100644 --- a/Examples/Todos/Todos/ContentLoading.swift +++ b/Examples/Todos/Todos/ContentLoading.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/FetchedResultsDataSource.swift b/Examples/Todos/Todos/FetchedResultsDataSource.swift index ff31d0d..203ac53 100644 --- a/Examples/Todos/Todos/FetchedResultsDataSource.swift +++ b/Examples/Todos/Todos/FetchedResultsDataSource.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/FetchedResultsTableViewController.swift b/Examples/Todos/Todos/FetchedResultsTableViewController.swift index 410884e..e8d2fcc 100644 --- a/Examples/Todos/Todos/FetchedResultsTableViewController.swift +++ b/Examples/Todos/Todos/FetchedResultsTableViewController.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/FetchedResultsTableViewDataSource.swift b/Examples/Todos/Todos/FetchedResultsTableViewDataSource.swift index 38bf528..442912a 100644 --- a/Examples/Todos/Todos/FetchedResultsTableViewDataSource.swift +++ b/Examples/Todos/Todos/FetchedResultsTableViewDataSource.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/FoundationExtensions.swift b/Examples/Todos/Todos/FoundationExtensions.swift index 79a4330..a2c8208 100644 --- a/Examples/Todos/Todos/FoundationExtensions.swift +++ b/Examples/Todos/Todos/FoundationExtensions.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/FunctionalAdditions.swift b/Examples/Todos/Todos/FunctionalAdditions.swift index 2ac7f3e..7d0d1dd 100644 --- a/Examples/Todos/Todos/FunctionalAdditions.swift +++ b/Examples/Todos/Todos/FunctionalAdditions.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/List.swift b/Examples/Todos/Todos/List.swift index 3744b31..ec69a3e 100644 --- a/Examples/Todos/Todos/List.swift +++ b/Examples/Todos/Todos/List.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/ListsViewController.swift b/Examples/Todos/Todos/ListsViewController.swift index 7b02d98..d029e12 100644 --- a/Examples/Todos/Todos/ListsViewController.swift +++ b/Examples/Todos/Todos/ListsViewController.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/ManagedObjectObserver.swift b/Examples/Todos/Todos/ManagedObjectObserver.swift index a4bba10..1671125 100644 --- a/Examples/Todos/Todos/ManagedObjectObserver.swift +++ b/Examples/Todos/Todos/ManagedObjectObserver.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/MeteorExtensions.swift b/Examples/Todos/Todos/MeteorExtensions.swift index eada410..9a37471 100644 --- a/Examples/Todos/Todos/MeteorExtensions.swift +++ b/Examples/Todos/Todos/MeteorExtensions.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/PlaceholderView.swift b/Examples/Todos/Todos/PlaceholderView.swift index 772a132..682cd5e 100644 --- a/Examples/Todos/Todos/PlaceholderView.swift +++ b/Examples/Todos/Todos/PlaceholderView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/SignInViewController.swift b/Examples/Todos/Todos/SignInViewController.swift index a3bda48..9dfa460 100644 --- a/Examples/Todos/Todos/SignInViewController.swift +++ b/Examples/Todos/Todos/SignInViewController.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/SignUpViewController.swift b/Examples/Todos/Todos/SignUpViewController.swift index 351ad90..0748da8 100644 --- a/Examples/Todos/Todos/SignUpViewController.swift +++ b/Examples/Todos/Todos/SignUpViewController.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/SubscriptionLoader.swift b/Examples/Todos/Todos/SubscriptionLoader.swift index 7b91ade..98fcf04 100644 --- a/Examples/Todos/Todos/SubscriptionLoader.swift +++ b/Examples/Todos/Todos/SubscriptionLoader.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/Todo.swift b/Examples/Todos/Todos/Todo.swift index 47fbf79..89d8053 100644 --- a/Examples/Todos/Todos/Todo.swift +++ b/Examples/Todos/Todos/Todo.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/TodosViewController.swift b/Examples/Todos/Todos/TodosViewController.swift index 618aa05..925a1f9 100644 --- a/Examples/Todos/Todos/TodosViewController.swift +++ b/Examples/Todos/Todos/TodosViewController.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/Todos/Todos/User.swift b/Examples/Todos/Todos/User.swift index 548491b..a6787c1 100644 --- a/Examples/Todos/Todos/User.swift +++ b/Examples/Todos/Todos/User.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METAccount.h b/Meteor/METAccount.h index 9d837f7..b3eb13d 100644 --- a/Meteor/METAccount.h +++ b/Meteor/METAccount.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METAccount.m b/Meteor/METAccount.m index 4d6d1ec..5a3d320 100644 --- a/Meteor/METAccount.m +++ b/Meteor/METAccount.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METAleaRandomValueGenerator.h b/Meteor/METAleaRandomValueGenerator.h index 2836319..90244e3 100644 --- a/Meteor/METAleaRandomValueGenerator.h +++ b/Meteor/METAleaRandomValueGenerator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METAleaRandomValueGenerator.m b/Meteor/METAleaRandomValueGenerator.m index 16c2b4a..ce6d5d2 100644 --- a/Meteor/METAleaRandomValueGenerator.m +++ b/Meteor/METAleaRandomValueGenerator.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METBufferedDocument.h b/Meteor/METBufferedDocument.h index ee94811..59bf8b1 100644 --- a/Meteor/METBufferedDocument.h +++ b/Meteor/METBufferedDocument.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METBufferedDocument.m b/Meteor/METBufferedDocument.m index 1f9f8fb..4331dde 100644 --- a/Meteor/METBufferedDocument.m +++ b/Meteor/METBufferedDocument.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METCollection.h b/Meteor/METCollection.h index acd2486..446cd35 100644 --- a/Meteor/METCollection.h +++ b/Meteor/METCollection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METCollection.m b/Meteor/METCollection.m index 4862e71..9a2ef0f 100644 --- a/Meteor/METCollection.m +++ b/Meteor/METCollection.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METCollection_Internal.h b/Meteor/METCollection_Internal.h index 6a054af..d56447f 100644 --- a/Meteor/METCollection_Internal.h +++ b/Meteor/METCollection_Internal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METCoreDataDDPClient.h b/Meteor/METCoreDataDDPClient.h index 512c3a7..c58ac57 100644 --- a/Meteor/METCoreDataDDPClient.h +++ b/Meteor/METCoreDataDDPClient.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -27,7 +27,7 @@ @interface METCoreDataDDPClient : METDDPClient -- (instancetype)initWithConnection:(METDDPConnection *)connection managedObjectModel:(NSManagedObjectModel *)managedObjectModel NS_DESIGNATED_INITIALIZER; +- (instancetype)initWithConnection:(METDDPConnection *)connection managedObjectModel:(NSManagedObjectModel *)managedObjectModel; @property (strong, nonatomic, readonly) NSPersistentStoreCoordinator *persistentStoreCoordinator; @property (strong, nonatomic, readonly) NSManagedObjectModel *managedObjectModel; diff --git a/Meteor/METCoreDataDDPClient.m b/Meteor/METCoreDataDDPClient.m index a01636d..6a6e5d3 100644 --- a/Meteor/METCoreDataDDPClient.m +++ b/Meteor/METCoreDataDDPClient.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -87,7 +87,7 @@ - (METDocumentKey *)documentKeyForObjectID:(NSManagedObjectID *)objectID { - (void)objectsDidChange:(NSNotification *)notification { [_mainQueueManagedObjectContext performBlock:^{ // NSLog(@"objectsDidChange, inserted: %lu, updated: %lu, deleted: %lu", (unsigned long)[notification.userInfo[NSInsertedObjectsKey] count], (unsigned long)[notification.userInfo[NSUpdatedObjectsKey] count], (unsigned long)[notification.userInfo[NSDeletedObjectsKey] count]); - // NSLog(@"objectsDidChange, inserted: %@, updated: %@, deleted: %@", notification.userInfo[NSInsertedObjectsKey], notification.userInfo[NSUpdatedObjectsKey], notification.userInfo[NSDeletedObjectsKey]); + // NSLog(@"objectsDidChange, inserted: %@, updated: %@, deleted: %@", notification.userInfo[NSInsertedObjectsKey], notification.userInfo[NSUpdatedObjectsKey], notification.userInfo[NSDeletedObjectsKey]); // Use NSPersistentStoreDidImportUbiquitousContentChangesNotification to allow object IDs in the userInfo for mergeChangesFromContextDidSaveNotification [_mainQueueManagedObjectContext mergeChangesFromContextDidSaveNotification:[[NSNotification alloc] initWithName:NSPersistentStoreDidImportUbiquitousContentChangesNotification object:notification.object userInfo:notification.userInfo]]; diff --git a/Meteor/METDDPClient+AccountsPassword.h b/Meteor/METDDPClient+AccountsPassword.h index bde6cd9..1d171fc 100644 --- a/Meteor/METDDPClient+AccountsPassword.h +++ b/Meteor/METDDPClient+AccountsPassword.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDDPClient+AccountsPassword.m b/Meteor/METDDPClient+AccountsPassword.m index f86024b..ca42206 100644 --- a/Meteor/METDDPClient+AccountsPassword.m +++ b/Meteor/METDDPClient+AccountsPassword.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDDPClient.h b/Meteor/METDDPClient.h index 7116560..35c37aa 100644 --- a/Meteor/METDDPClient.h +++ b/Meteor/METDDPClient.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -52,7 +52,7 @@ typedef void (^METLogOutCompletionHandler)(NSError *error); @interface METDDPClient : NSObject -- (instancetype)initWithConnection:(METDDPConnection *)connection NS_DESIGNATED_INITIALIZER; +- (instancetype)initWithConnection:(METDDPConnection *)connection; - (instancetype)initWithServerURL:(NSURL *)serverURL; @property(weak, nonatomic) id delegate; diff --git a/Meteor/METDDPClient.m b/Meteor/METDDPClient.m index 0245004..a0c82af 100644 --- a/Meteor/METDDPClient.m +++ b/Meteor/METDDPClient.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDDPClient_Internal.h b/Meteor/METDDPClient_Internal.h index 2c65e49..f0b52fc 100644 --- a/Meteor/METDDPClient_Internal.h +++ b/Meteor/METDDPClient_Internal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDDPConnection.h b/Meteor/METDDPConnection.h index 1719841..fe7f454 100644 --- a/Meteor/METDDPConnection.h +++ b/Meteor/METDDPConnection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDDPConnection.m b/Meteor/METDDPConnection.m index 45a7e62..1cea445 100644 --- a/Meteor/METDDPConnection.m +++ b/Meteor/METDDPConnection.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDDPHeartbeat.h b/Meteor/METDDPHeartbeat.h index 8a2a7c9..9204279 100644 --- a/Meteor/METDDPHeartbeat.h +++ b/Meteor/METDDPHeartbeat.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDDPHeartbeat.m b/Meteor/METDDPHeartbeat.m index c54fb2b..be99e1c 100644 --- a/Meteor/METDDPHeartbeat.m +++ b/Meteor/METDDPHeartbeat.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDDPMessage.h b/Meteor/METDDPMessage.h index 7a98059..7458807 100644 --- a/Meteor/METDDPMessage.h +++ b/Meteor/METDDPMessage.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDDPMessage.m b/Meteor/METDDPMessage.m index 1711a57..d945d1f 100644 --- a/Meteor/METDDPMessage.m +++ b/Meteor/METDDPMessage.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDataUpdate.h b/Meteor/METDataUpdate.h index ccb18fa..0b86d1c 100644 --- a/Meteor/METDataUpdate.h +++ b/Meteor/METDataUpdate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDataUpdate.m b/Meteor/METDataUpdate.m index 1b71a50..468ba86 100644 --- a/Meteor/METDataUpdate.m +++ b/Meteor/METDataUpdate.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDatabase.h b/Meteor/METDatabase.h index e4c3703..bdd8bf7 100644 --- a/Meteor/METDatabase.h +++ b/Meteor/METDatabase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDatabase.m b/Meteor/METDatabase.m index 8026706..75c7dbf 100644 --- a/Meteor/METDatabase.m +++ b/Meteor/METDatabase.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDatabaseChanges.h b/Meteor/METDatabaseChanges.h index 784566c..9c17951 100644 --- a/Meteor/METDatabaseChanges.h +++ b/Meteor/METDatabaseChanges.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDatabaseChanges.m b/Meteor/METDatabaseChanges.m index 465d961..e07094a 100644 --- a/Meteor/METDatabaseChanges.m +++ b/Meteor/METDatabaseChanges.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDatabaseChanges_Internal.h b/Meteor/METDatabaseChanges_Internal.h index 94e245a..cc2fe11 100644 --- a/Meteor/METDatabaseChanges_Internal.h +++ b/Meteor/METDatabaseChanges_Internal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDatabase_Internal.h b/Meteor/METDatabase_Internal.h index 76aff82..cb9deb7 100644 --- a/Meteor/METDatabase_Internal.h +++ b/Meteor/METDatabase_Internal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDocument.h b/Meteor/METDocument.h index 8cd4cd2..ddfe621 100644 --- a/Meteor/METDocument.h +++ b/Meteor/METDocument.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDocument.m b/Meteor/METDocument.m index cf6d378..5aa2d30 100644 --- a/Meteor/METDocument.m +++ b/Meteor/METDocument.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDocumentCache.h b/Meteor/METDocumentCache.h index e0a45bf..56df559 100644 --- a/Meteor/METDocumentCache.h +++ b/Meteor/METDocumentCache.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDocumentCache.m b/Meteor/METDocumentCache.m index 41daabd..be25442 100644 --- a/Meteor/METDocumentCache.m +++ b/Meteor/METDocumentCache.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDocumentChangeDetails.h b/Meteor/METDocumentChangeDetails.h index 95729d4..1d99da8 100644 --- a/Meteor/METDocumentChangeDetails.h +++ b/Meteor/METDocumentChangeDetails.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDocumentChangeDetails.m b/Meteor/METDocumentChangeDetails.m index 627ad11..18bf6dd 100644 --- a/Meteor/METDocumentChangeDetails.m +++ b/Meteor/METDocumentChangeDetails.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDocumentKey.h b/Meteor/METDocumentKey.h index b8e39e1..ae1b20a 100644 --- a/Meteor/METDocumentKey.h +++ b/Meteor/METDocumentKey.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDocumentKey.m b/Meteor/METDocumentKey.m index 08a4c9c..012c0d8 100644 --- a/Meteor/METDocumentKey.m +++ b/Meteor/METDocumentKey.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDynamicVariable.h b/Meteor/METDynamicVariable.h index 1a5ae8e..09f9edf 100644 --- a/Meteor/METDynamicVariable.h +++ b/Meteor/METDynamicVariable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METDynamicVariable.m b/Meteor/METDynamicVariable.m index e44096b..150b13f 100644 --- a/Meteor/METDynamicVariable.m +++ b/Meteor/METDynamicVariable.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METEJSONSerialization.h b/Meteor/METEJSONSerialization.h index 90d7496..332dd16 100644 --- a/Meteor/METEJSONSerialization.h +++ b/Meteor/METEJSONSerialization.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METEJSONSerialization.m b/Meteor/METEJSONSerialization.m index f2bcedc..4c909a2 100644 --- a/Meteor/METEJSONSerialization.m +++ b/Meteor/METEJSONSerialization.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METFetchRequest.h b/Meteor/METFetchRequest.h index 9195b6e..36078b3 100644 --- a/Meteor/METFetchRequest.h +++ b/Meteor/METFetchRequest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METFetchRequest.m b/Meteor/METFetchRequest.m index 5060da4..93a25d6 100644 --- a/Meteor/METFetchRequest.m +++ b/Meteor/METFetchRequest.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METIncrementalStore.h b/Meteor/METIncrementalStore.h index acfe986..d98dd5a 100644 --- a/Meteor/METIncrementalStore.h +++ b/Meteor/METIncrementalStore.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METIncrementalStore.m b/Meteor/METIncrementalStore.m index 86f2bef..3b31b37 100644 --- a/Meteor/METIncrementalStore.m +++ b/Meteor/METIncrementalStore.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METIncrementalStore_Testing.h b/Meteor/METIncrementalStore_Testing.h index ff5ebfb..8fffb49 100644 --- a/Meteor/METIncrementalStore_Testing.h +++ b/Meteor/METIncrementalStore_Testing.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METMethodInvocation.h b/Meteor/METMethodInvocation.h index af78130..416f6f9 100644 --- a/Meteor/METMethodInvocation.h +++ b/Meteor/METMethodInvocation.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METMethodInvocation.m b/Meteor/METMethodInvocation.m index f1d819e..017aa04 100644 --- a/Meteor/METMethodInvocation.m +++ b/Meteor/METMethodInvocation.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METMethodInvocationContext.h b/Meteor/METMethodInvocationContext.h index 5d4f456..2df66aa 100644 --- a/Meteor/METMethodInvocationContext.h +++ b/Meteor/METMethodInvocationContext.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METMethodInvocationContext.m b/Meteor/METMethodInvocationContext.m index dfdd545..40c4ac9 100644 --- a/Meteor/METMethodInvocationContext.m +++ b/Meteor/METMethodInvocationContext.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METMethodInvocationCoordinator.h b/Meteor/METMethodInvocationCoordinator.h index af72215..f6cfe7a 100644 --- a/Meteor/METMethodInvocationCoordinator.h +++ b/Meteor/METMethodInvocationCoordinator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METMethodInvocationCoordinator.m b/Meteor/METMethodInvocationCoordinator.m index 5127e3d..262deac 100644 --- a/Meteor/METMethodInvocationCoordinator.m +++ b/Meteor/METMethodInvocationCoordinator.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METMethodInvocationCoordinator_Testing.h b/Meteor/METMethodInvocationCoordinator_Testing.h index f654ff0..07144e0 100644 --- a/Meteor/METMethodInvocationCoordinator_Testing.h +++ b/Meteor/METMethodInvocationCoordinator_Testing.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METMethodInvocation_Internal.h b/Meteor/METMethodInvocation_Internal.h index 2bef9ca..9f5b034 100644 --- a/Meteor/METMethodInvocation_Internal.h +++ b/Meteor/METMethodInvocation_Internal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METNetworkReachabilityManager.h b/Meteor/METNetworkReachabilityManager.h index 53c81b1..9c01241 100644 --- a/Meteor/METNetworkReachabilityManager.h +++ b/Meteor/METNetworkReachabilityManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METNetworkReachabilityManager.m b/Meteor/METNetworkReachabilityManager.m index d70022e..062f5e4 100644 --- a/Meteor/METNetworkReachabilityManager.m +++ b/Meteor/METNetworkReachabilityManager.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METRandomStream.h b/Meteor/METRandomStream.h index e502f43..b2cb23a 100644 --- a/Meteor/METRandomStream.h +++ b/Meteor/METRandomStream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METRandomStream.m b/Meteor/METRandomStream.m index fe652b1..53135d9 100644 --- a/Meteor/METRandomStream.m +++ b/Meteor/METRandomStream.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METRandomValueGenerator.h b/Meteor/METRandomValueGenerator.h index 05b0f68..dbe5265 100644 --- a/Meteor/METRandomValueGenerator.h +++ b/Meteor/METRandomValueGenerator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METRandomValueGenerator.m b/Meteor/METRandomValueGenerator.m index f6f31fc..85e599a 100644 --- a/Meteor/METRandomValueGenerator.m +++ b/Meteor/METRandomValueGenerator.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METRetryStrategy.h b/Meteor/METRetryStrategy.h index 3dd0fea..22595e7 100644 --- a/Meteor/METRetryStrategy.h +++ b/Meteor/METRetryStrategy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METRetryStrategy.m b/Meteor/METRetryStrategy.m index a5892db..28fd0eb 100644 --- a/Meteor/METRetryStrategy.m +++ b/Meteor/METRetryStrategy.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METSubscription.h b/Meteor/METSubscription.h index b504d52..b5f7c64 100644 --- a/Meteor/METSubscription.h +++ b/Meteor/METSubscription.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METSubscription.m b/Meteor/METSubscription.m index e608a7c..49478b2 100644 --- a/Meteor/METSubscription.m +++ b/Meteor/METSubscription.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METSubscriptionManager.h b/Meteor/METSubscriptionManager.h index 83d451d..87f43bb 100644 --- a/Meteor/METSubscriptionManager.h +++ b/Meteor/METSubscriptionManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METSubscriptionManager.m b/Meteor/METSubscriptionManager.m index 20d3c69..8e347df 100644 --- a/Meteor/METSubscriptionManager.m +++ b/Meteor/METSubscriptionManager.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METSubscription_Internal.h b/Meteor/METSubscription_Internal.h index 1bc3984..a6209e2 100644 --- a/Meteor/METSubscription_Internal.h +++ b/Meteor/METSubscription_Internal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METTimer.h b/Meteor/METTimer.h index 241066d..1cba56b 100644 --- a/Meteor/METTimer.h +++ b/Meteor/METTimer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/METTimer.m b/Meteor/METTimer.m index 2bbdb16..3cf7df3 100644 --- a/Meteor/METTimer.m +++ b/Meteor/METTimer.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/NSArray+METAdditions.h b/Meteor/NSArray+METAdditions.h index f548945..101575c 100644 --- a/Meteor/NSArray+METAdditions.h +++ b/Meteor/NSArray+METAdditions.h @@ -1,6 +1,22 @@ +// Copyright (c) 2014-2015 Martijn Walraven // -// Copyright 2010-2014 Martijn Walraven. All rights reserved. +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: // +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. #import diff --git a/Meteor/NSArray+METAdditions.m b/Meteor/NSArray+METAdditions.m index 9b646c0..ac38c0d 100644 --- a/Meteor/NSArray+METAdditions.m +++ b/Meteor/NSArray+METAdditions.m @@ -1,6 +1,22 @@ +// Copyright (c) 2014-2015 Martijn Walraven // -// Copyright 2010-2014 Martijn Walraven. All rights reserved. +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: // +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. #import "NSArray+METAdditions.h" diff --git a/Meteor/NSDictionary+METAdditions.h b/Meteor/NSDictionary+METAdditions.h index 4558b8f..0526506 100644 --- a/Meteor/NSDictionary+METAdditions.h +++ b/Meteor/NSDictionary+METAdditions.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/NSDictionary+METAdditions.m b/Meteor/NSDictionary+METAdditions.m index deaf907..3959bcb 100644 --- a/Meteor/NSDictionary+METAdditions.m +++ b/Meteor/NSDictionary+METAdditions.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/NSString+METAdditions.h b/Meteor/NSString+METAdditions.h index 20e9858..d44075b 100644 --- a/Meteor/NSString+METAdditions.h +++ b/Meteor/NSString+METAdditions.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Meteor/NSString+METAdditions.m b/Meteor/NSString+METAdditions.m index 1686bd1..bb88a50 100644 --- a/Meteor/NSString+METAdditions.m +++ b/Meteor/NSString+METAdditions.m @@ -1,6 +1,22 @@ +// Copyright (c) 2014-2015 Martijn Walraven // -// Copyright 2014 Martijn Walraven. All rights reserved. +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: // +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. #import "NSString+METAdditions.h" diff --git a/Pods/OCMock/Source/OCMock/NSValue+OCMAdditions.h b/Pods/OCMock/Source/OCMock/NSValue+OCMAdditions.h index 1b79a30..bc2d7f5 100644 --- a/Pods/OCMock/Source/OCMock/NSValue+OCMAdditions.h +++ b/Pods/OCMock/Source/OCMock/NSValue+OCMAdditions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/NSValue+OCMAdditions.m b/Pods/OCMock/Source/OCMock/NSValue+OCMAdditions.m index 59f9ad4..076a25c 100644 --- a/Pods/OCMock/Source/OCMock/NSValue+OCMAdditions.m +++ b/Pods/OCMock/Source/OCMock/NSValue+OCMAdditions.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMFunctions.h b/Pods/OCMock/Source/OCMock/OCMFunctions.h index 5d1d31c..578f102 100644 --- a/Pods/OCMock/Source/OCMock/OCMFunctions.h +++ b/Pods/OCMock/Source/OCMock/OCMFunctions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMFunctions.m b/Pods/OCMock/Source/OCMock/OCMFunctions.m index b7b6fb4..fe6933b 100644 --- a/Pods/OCMock/Source/OCMock/OCMFunctions.m +++ b/Pods/OCMock/Source/OCMock/OCMFunctions.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMInvocationExpectation.h b/Pods/OCMock/Source/OCMock/OCMInvocationExpectation.h index cd3502d..668f48e 100644 --- a/Pods/OCMock/Source/OCMock/OCMInvocationExpectation.h +++ b/Pods/OCMock/Source/OCMock/OCMInvocationExpectation.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMInvocationExpectation.m b/Pods/OCMock/Source/OCMock/OCMInvocationExpectation.m index 1136c0c..9202409 100644 --- a/Pods/OCMock/Source/OCMock/OCMInvocationExpectation.m +++ b/Pods/OCMock/Source/OCMock/OCMInvocationExpectation.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMInvocationMatcher.h b/Pods/OCMock/Source/OCMock/OCMInvocationMatcher.h index ca3ccb2..bd2758b 100644 --- a/Pods/OCMock/Source/OCMock/OCMInvocationMatcher.h +++ b/Pods/OCMock/Source/OCMock/OCMInvocationMatcher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMInvocationMatcher.m b/Pods/OCMock/Source/OCMock/OCMInvocationMatcher.m index d9e18c0..6bfb065 100644 --- a/Pods/OCMock/Source/OCMock/OCMInvocationMatcher.m +++ b/Pods/OCMock/Source/OCMock/OCMInvocationMatcher.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMInvocationStub.h b/Pods/OCMock/Source/OCMock/OCMInvocationStub.h index d598798..10b37c7 100644 --- a/Pods/OCMock/Source/OCMock/OCMInvocationStub.h +++ b/Pods/OCMock/Source/OCMock/OCMInvocationStub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMInvocationStub.m b/Pods/OCMock/Source/OCMock/OCMInvocationStub.m index 40a0fe9..72a8258 100644 --- a/Pods/OCMock/Source/OCMock/OCMInvocationStub.m +++ b/Pods/OCMock/Source/OCMock/OCMInvocationStub.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMLocation.h b/Pods/OCMock/Source/OCMock/OCMLocation.h index e510db7..7a8231e 100644 --- a/Pods/OCMock/Source/OCMock/OCMLocation.h +++ b/Pods/OCMock/Source/OCMock/OCMLocation.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMLocation.m b/Pods/OCMock/Source/OCMock/OCMLocation.m index 9a3ae21..deeb47d 100644 --- a/Pods/OCMock/Source/OCMock/OCMLocation.m +++ b/Pods/OCMock/Source/OCMock/OCMLocation.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMMacroState.h b/Pods/OCMock/Source/OCMock/OCMMacroState.h index 4b2d635..96dc5e2 100644 --- a/Pods/OCMock/Source/OCMock/OCMMacroState.h +++ b/Pods/OCMock/Source/OCMock/OCMMacroState.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMMacroState.m b/Pods/OCMock/Source/OCMock/OCMMacroState.m index 43288bb..3d0a2d5 100644 --- a/Pods/OCMock/Source/OCMock/OCMMacroState.m +++ b/Pods/OCMock/Source/OCMock/OCMMacroState.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMRecorder.h b/Pods/OCMock/Source/OCMock/OCMRecorder.h index f56d2ca..3496c77 100644 --- a/Pods/OCMock/Source/OCMock/OCMRecorder.h +++ b/Pods/OCMock/Source/OCMock/OCMRecorder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMRecorder.m b/Pods/OCMock/Source/OCMock/OCMRecorder.m index 538b2f5..4f630b6 100644 --- a/Pods/OCMock/Source/OCMock/OCMRecorder.m +++ b/Pods/OCMock/Source/OCMock/OCMRecorder.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMVerifier.h b/Pods/OCMock/Source/OCMock/OCMVerifier.h index 7c95b01..c41a6bd 100644 --- a/Pods/OCMock/Source/OCMock/OCMVerifier.h +++ b/Pods/OCMock/Source/OCMock/OCMVerifier.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/OCMock/Source/OCMock/OCMVerifier.m b/Pods/OCMock/Source/OCMock/OCMVerifier.m index 8a1dcbe..9acad98 100644 --- a/Pods/OCMock/Source/OCMock/OCMVerifier.m +++ b/Pods/OCMock/Source/OCMock/OCMVerifier.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Erik Doernenburg and contributors + * Copyright (c) 2014-2015 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain diff --git a/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain+KeyPair.h b/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain+KeyPair.h index da1a1b9..74f7f62 100644 --- a/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain+KeyPair.h +++ b/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain+KeyPair.h @@ -1,6 +1,6 @@ // A0SimpleKeychain+KeyPair.h // -// Copyright (c) 2014 Auth0 (http://auth0.com) +// Copyright (c) 2014-2015 Auth0 (http://auth0.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain+KeyPair.m b/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain+KeyPair.m index 714f382..e007736 100644 --- a/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain+KeyPair.m +++ b/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain+KeyPair.m @@ -1,6 +1,6 @@ // A0SimpleKeychain+KeyPair.m // -// Copyright (c) 2014 Auth0 (http://auth0.com) +// Copyright (c) 2014-2015 Auth0 (http://auth0.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain.h b/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain.h index 5049ea0..3bff0e2 100644 --- a/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain.h +++ b/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain.h @@ -1,6 +1,6 @@ // A0SimpleKeychain.h // -// Copyright (c) 2014 Auth0 (http://auth0.com) +// Copyright (c) 2014-2015 Auth0 (http://auth0.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain.m b/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain.m index b87f20c..caaed1a 100644 --- a/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain.m +++ b/Pods/SimpleKeychain/Pod/Classes/A0SimpleKeychain.m @@ -1,6 +1,6 @@ // A0SimpleKeychain.h // -// Copyright (c) 2014 Auth0 (http://auth0.com) +// Copyright (c) 2014-2015 Auth0 (http://auth0.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Pods/Target Support Files/Pods-Leaderboard/Pods-Leaderboard-acknowledgements.markdown b/Pods/Target Support Files/Pods-Leaderboard/Pods-Leaderboard-acknowledgements.markdown index aea90a1..26a1962 100644 --- a/Pods/Target Support Files/Pods-Leaderboard/Pods-Leaderboard-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-Leaderboard/Pods-Leaderboard-acknowledgements.markdown @@ -28,7 +28,7 @@ THE SOFTWARE. The MIT License (MIT) -Copyright (c) 2014 Martijn Walraven +Copyright (c) 2014-2015 Martijn Walraven Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -69,7 +69,7 @@ limitations under the License. The MIT License (MIT) -Copyright (c) 2014 Auth0 LLC +Copyright (c) 2014-2015 Auth0 LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Pods/Target Support Files/Pods-Leaderboard/Pods-Leaderboard-acknowledgements.plist b/Pods/Target Support Files/Pods-Leaderboard/Pods-Leaderboard-acknowledgements.plist index 3338f31..fdb76d0 100644 --- a/Pods/Target Support Files/Pods-Leaderboard/Pods-Leaderboard-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-Leaderboard/Pods-Leaderboard-acknowledgements.plist @@ -17,7 +17,7 @@ Copyright (c) 2013 Mattt Thompson (http://mattt.me/) Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -26,7 +26,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER @@ -43,10 +43,10 @@ THE SOFTWARE. FooterText The MIT License (MIT) -Copyright (c) 2014 Martijn Walraven +Copyright (c) 2014-2015 Martijn Walraven Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -55,7 +55,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER @@ -72,14 +72,14 @@ SOFTWARE. FooterText Copyright 2014 Zwopple Limited -Licensed under the Apache License, Version 2.0 (the "License"); +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, +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. @@ -92,10 +92,10 @@ limitations under the License. FooterText The MIT License (MIT) -Copyright (c) 2014 Auth0 LLC +Copyright (c) 2014-2015 Auth0 LLC Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -104,7 +104,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER diff --git a/Pods/Target Support Files/Pods-MeteorServerIntegrationTests/Pods-MeteorServerIntegrationTests-acknowledgements.markdown b/Pods/Target Support Files/Pods-MeteorServerIntegrationTests/Pods-MeteorServerIntegrationTests-acknowledgements.markdown index aea90a1..26a1962 100644 --- a/Pods/Target Support Files/Pods-MeteorServerIntegrationTests/Pods-MeteorServerIntegrationTests-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-MeteorServerIntegrationTests/Pods-MeteorServerIntegrationTests-acknowledgements.markdown @@ -28,7 +28,7 @@ THE SOFTWARE. The MIT License (MIT) -Copyright (c) 2014 Martijn Walraven +Copyright (c) 2014-2015 Martijn Walraven Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -69,7 +69,7 @@ limitations under the License. The MIT License (MIT) -Copyright (c) 2014 Auth0 LLC +Copyright (c) 2014-2015 Auth0 LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Pods/Target Support Files/Pods-MeteorServerIntegrationTests/Pods-MeteorServerIntegrationTests-acknowledgements.plist b/Pods/Target Support Files/Pods-MeteorServerIntegrationTests/Pods-MeteorServerIntegrationTests-acknowledgements.plist index 3338f31..fdb76d0 100644 --- a/Pods/Target Support Files/Pods-MeteorServerIntegrationTests/Pods-MeteorServerIntegrationTests-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-MeteorServerIntegrationTests/Pods-MeteorServerIntegrationTests-acknowledgements.plist @@ -17,7 +17,7 @@ Copyright (c) 2013 Mattt Thompson (http://mattt.me/) Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -26,7 +26,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER @@ -43,10 +43,10 @@ THE SOFTWARE. FooterText The MIT License (MIT) -Copyright (c) 2014 Martijn Walraven +Copyright (c) 2014-2015 Martijn Walraven Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -55,7 +55,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER @@ -72,14 +72,14 @@ SOFTWARE. FooterText Copyright 2014 Zwopple Limited -Licensed under the Apache License, Version 2.0 (the "License"); +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, +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. @@ -92,10 +92,10 @@ limitations under the License. FooterText The MIT License (MIT) -Copyright (c) 2014 Auth0 LLC +Copyright (c) 2014-2015 Auth0 LLC Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -104,7 +104,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER diff --git a/Pods/Target Support Files/Pods-MeteorUnitTests/Pods-MeteorUnitTests-acknowledgements.markdown b/Pods/Target Support Files/Pods-MeteorUnitTests/Pods-MeteorUnitTests-acknowledgements.markdown index 02f2691..5877c6e 100644 --- a/Pods/Target Support Files/Pods-MeteorUnitTests/Pods-MeteorUnitTests-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-MeteorUnitTests/Pods-MeteorUnitTests-acknowledgements.markdown @@ -28,7 +28,7 @@ THE SOFTWARE. The MIT License (MIT) -Copyright (c) 2014 Martijn Walraven +Copyright (c) 2014-2015 Martijn Walraven Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -250,7 +250,7 @@ limitations under the License. The MIT License (MIT) -Copyright (c) 2014 Auth0 LLC +Copyright (c) 2014-2015 Auth0 LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Pods/Target Support Files/Pods-MeteorUnitTests/Pods-MeteorUnitTests-acknowledgements.plist b/Pods/Target Support Files/Pods-MeteorUnitTests/Pods-MeteorUnitTests-acknowledgements.plist index d0712a3..e1dbbc0 100644 --- a/Pods/Target Support Files/Pods-MeteorUnitTests/Pods-MeteorUnitTests-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-MeteorUnitTests/Pods-MeteorUnitTests-acknowledgements.plist @@ -17,7 +17,7 @@ Copyright (c) 2013 Mattt Thompson (http://mattt.me/) Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -26,7 +26,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER @@ -43,10 +43,10 @@ THE SOFTWARE. FooterText The MIT License (MIT) -Copyright (c) 2014 Martijn Walraven +Copyright (c) 2014-2015 Martijn Walraven Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -55,7 +55,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER @@ -79,38 +79,38 @@ SOFTWARE. 1. Definitions. - "License" shall mean the terms and conditions for use, reproduction, + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. - "Licensor" shall mean the copyright owner or entity authorized by + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - "Legal Entity" shall mean the union of the acting entity and all + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the + "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. - "You" (or "Your") shall mean an individual or Legal Entity + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. - "Source" form shall mean the preferred form for making modifications, + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. - "Object" form shall mean any form resulting from mechanical + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. - "Work" shall mean the work of authorship, whether in Source or + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). - "Derivative Works" shall mean any work, whether in Source or Object + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes @@ -118,21 +118,21 @@ SOFTWARE. separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. - "Contribution" shall mean any work of authorship, including + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" + the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." + designated in writing by the copyright owner as "Not a Contribution." - "Contributor" shall mean Licensor and any individual or Legal Entity + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. @@ -176,7 +176,7 @@ SOFTWARE. excluding those notices that do not pertain to any part of the Derivative Works; and - (d) If the Work includes a "NOTICE" text file as part of its + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not @@ -215,7 +215,7 @@ SOFTWARE. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, + Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A @@ -257,14 +257,14 @@ SOFTWARE. FooterText Copyright 2014 Zwopple Limited -Licensed under the Apache License, Version 2.0 (the "License"); +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, +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. @@ -277,10 +277,10 @@ limitations under the License. FooterText The MIT License (MIT) -Copyright (c) 2014 Auth0 LLC +Copyright (c) 2014-2015 Auth0 LLC Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -289,7 +289,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER diff --git a/Pods/Target Support Files/Pods-Todos/Pods-Todos-acknowledgements.markdown b/Pods/Target Support Files/Pods-Todos/Pods-Todos-acknowledgements.markdown index aea90a1..26a1962 100644 --- a/Pods/Target Support Files/Pods-Todos/Pods-Todos-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-Todos/Pods-Todos-acknowledgements.markdown @@ -28,7 +28,7 @@ THE SOFTWARE. The MIT License (MIT) -Copyright (c) 2014 Martijn Walraven +Copyright (c) 2014-2015 Martijn Walraven Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -69,7 +69,7 @@ limitations under the License. The MIT License (MIT) -Copyright (c) 2014 Auth0 LLC +Copyright (c) 2014-2015 Auth0 LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Pods/Target Support Files/Pods-Todos/Pods-Todos-acknowledgements.plist b/Pods/Target Support Files/Pods-Todos/Pods-Todos-acknowledgements.plist index 3338f31..fdb76d0 100644 --- a/Pods/Target Support Files/Pods-Todos/Pods-Todos-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-Todos/Pods-Todos-acknowledgements.plist @@ -17,7 +17,7 @@ Copyright (c) 2013 Mattt Thompson (http://mattt.me/) Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -26,7 +26,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER @@ -43,10 +43,10 @@ THE SOFTWARE. FooterText The MIT License (MIT) -Copyright (c) 2014 Martijn Walraven +Copyright (c) 2014-2015 Martijn Walraven Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -55,7 +55,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER @@ -72,14 +72,14 @@ SOFTWARE. FooterText Copyright 2014 Zwopple Limited -Licensed under the Apache License, Version 2.0 (the "License"); +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, +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. @@ -92,10 +92,10 @@ limitations under the License. FooterText The MIT License (MIT) -Copyright (c) 2014 Auth0 LLC +Copyright (c) 2014-2015 Auth0 LLC Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -104,7 +104,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER diff --git a/Tests/ServerIntegrationTests/METAccountsTests.m b/Tests/ServerIntegrationTests/METAccountsTests.m index 12d6543..0a2cad7 100644 --- a/Tests/ServerIntegrationTests/METAccountsTests.m +++ b/Tests/ServerIntegrationTests/METAccountsTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/ServerIntegrationTests/METCallingMutationMethodsTests.m b/Tests/ServerIntegrationTests/METCallingMutationMethodsTests.m index b24b856..1df8279 100644 --- a/Tests/ServerIntegrationTests/METCallingMutationMethodsTests.m +++ b/Tests/ServerIntegrationTests/METCallingMutationMethodsTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/ServerIntegrationTests/METDocumentIDGenerationTests.m b/Tests/ServerIntegrationTests/METDocumentIDGenerationTests.m index 1705444..b88da95 100644 --- a/Tests/ServerIntegrationTests/METDocumentIDGenerationTests.m +++ b/Tests/ServerIntegrationTests/METDocumentIDGenerationTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/ServerIntegrationTests/METServerIntegrationTestCase.h b/Tests/ServerIntegrationTests/METServerIntegrationTestCase.h index 0808b2f..109275b 100644 --- a/Tests/ServerIntegrationTests/METServerIntegrationTestCase.h +++ b/Tests/ServerIntegrationTests/METServerIntegrationTestCase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/ServerIntegrationTests/METServerIntegrationTestCase.m b/Tests/ServerIntegrationTests/METServerIntegrationTestCase.m index 3648888..9679862 100644 --- a/Tests/ServerIntegrationTests/METServerIntegrationTestCase.m +++ b/Tests/ServerIntegrationTests/METServerIntegrationTestCase.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/ServerIntegrationTests/METSubscriptionsTests.m b/Tests/ServerIntegrationTests/METSubscriptionsTests.m index 03eea87..218552e 100644 --- a/Tests/ServerIntegrationTests/METSubscriptionsTests.m +++ b/Tests/ServerIntegrationTests/METSubscriptionsTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/Shared/MockMETDDPConnection.h b/Tests/Shared/MockMETDDPConnection.h index f8bb2da..a1e4e35 100644 --- a/Tests/Shared/MockMETDDPConnection.h +++ b/Tests/Shared/MockMETDDPConnection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/Shared/MockMETDDPConnection.m b/Tests/Shared/MockMETDDPConnection.m index eabaf5f..d6cc929 100644 --- a/Tests/Shared/MockMETDDPConnection.m +++ b/Tests/Shared/MockMETDDPConnection.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/Shared/XCTAsyncTestCase.h b/Tests/Shared/XCTAsyncTestCase.h index 9efc546..3cacd18 100644 --- a/Tests/Shared/XCTAsyncTestCase.h +++ b/Tests/Shared/XCTAsyncTestCase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/Shared/XCTAsyncTestCase.m b/Tests/Shared/XCTAsyncTestCase.m index a1b1d7b..13ee6e6 100644 --- a/Tests/Shared/XCTAsyncTestCase.m +++ b/Tests/Shared/XCTAsyncTestCase.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/Shared/XCTFailure.h b/Tests/Shared/XCTFailure.h index 0970e18..2a5082e 100644 --- a/Tests/Shared/XCTFailure.h +++ b/Tests/Shared/XCTFailure.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/Shared/XCTFailure.m b/Tests/Shared/XCTFailure.m index 9ba47de..dde668b 100644 --- a/Tests/Shared/XCTFailure.m +++ b/Tests/Shared/XCTFailure.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/Shared/XCTestCase+Meteor.h b/Tests/Shared/XCTestCase+Meteor.h index 81a7617..e02dce5 100644 --- a/Tests/Shared/XCTestCase+Meteor.h +++ b/Tests/Shared/XCTestCase+Meteor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/Shared/XCTestCase+Meteor.m b/Tests/Shared/XCTestCase+Meteor.m index c48d997..06fb3e8 100644 --- a/Tests/Shared/XCTestCase+Meteor.m +++ b/Tests/Shared/XCTestCase+Meteor.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METAleaRandomValueGeneratorTests.m b/Tests/UnitTests/METAleaRandomValueGeneratorTests.m index 5cb05bf..dca28e2 100644 --- a/Tests/UnitTests/METAleaRandomValueGeneratorTests.m +++ b/Tests/UnitTests/METAleaRandomValueGeneratorTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METCollectionTests.m b/Tests/UnitTests/METCollectionTests.m index 10b037b..6c2d96e 100644 --- a/Tests/UnitTests/METCollectionTests.m +++ b/Tests/UnitTests/METCollectionTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METCoreDataDDPClientTests.m b/Tests/UnitTests/METCoreDataDDPClientTests.m index 27f462f..abe7b2c 100644 --- a/Tests/UnitTests/METCoreDataDDPClientTests.m +++ b/Tests/UnitTests/METCoreDataDDPClientTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDDPClientAccountsTests.m b/Tests/UnitTests/METDDPClientAccountsTests.m index f58a63e..e541b5b 100644 --- a/Tests/UnitTests/METDDPClientAccountsTests.m +++ b/Tests/UnitTests/METDDPClientAccountsTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDDPClientCallingMethods.m b/Tests/UnitTests/METDDPClientCallingMethods.m index acc9ff9..69ba627 100644 --- a/Tests/UnitTests/METDDPClientCallingMethods.m +++ b/Tests/UnitTests/METDDPClientCallingMethods.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDDPClientConnectingTests.m b/Tests/UnitTests/METDDPClientConnectingTests.m index 9f42a05..cc4f9ef 100644 --- a/Tests/UnitTests/METDDPClientConnectingTests.m +++ b/Tests/UnitTests/METDDPClientConnectingTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDDPClientLatencyCompensationTests.m b/Tests/UnitTests/METDDPClientLatencyCompensationTests.m index 4ef6e22..ec2f7fc 100644 --- a/Tests/UnitTests/METDDPClientLatencyCompensationTests.m +++ b/Tests/UnitTests/METDDPClientLatencyCompensationTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDDPClientManagingDataTests.m b/Tests/UnitTests/METDDPClientManagingDataTests.m index d24a812..c15afb0 100644 --- a/Tests/UnitTests/METDDPClientManagingDataTests.m +++ b/Tests/UnitTests/METDDPClientManagingDataTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDDPClientReconnectingTests.m b/Tests/UnitTests/METDDPClientReconnectingTests.m index ebbd6c7..57cecf0 100644 --- a/Tests/UnitTests/METDDPClientReconnectingTests.m +++ b/Tests/UnitTests/METDDPClientReconnectingTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDDPClientTestCase.h b/Tests/UnitTests/METDDPClientTestCase.h index cb8cd04..09730e2 100644 --- a/Tests/UnitTests/METDDPClientTestCase.h +++ b/Tests/UnitTests/METDDPClientTestCase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDDPClientTestCase.m b/Tests/UnitTests/METDDPClientTestCase.m index 7a861f9..5a69ee3 100644 --- a/Tests/UnitTests/METDDPClientTestCase.m +++ b/Tests/UnitTests/METDDPClientTestCase.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDDPHeartbeatTests.m b/Tests/UnitTests/METDDPHeartbeatTests.m index 9deae1e..33b895f 100644 --- a/Tests/UnitTests/METDDPHeartbeatTests.m +++ b/Tests/UnitTests/METDDPHeartbeatTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDDPMessageTests.m b/Tests/UnitTests/METDDPMessageTests.m index 369a909..11d04d0 100644 --- a/Tests/UnitTests/METDDPMessageTests.m +++ b/Tests/UnitTests/METDDPMessageTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDatabaseChangesTests.m b/Tests/UnitTests/METDatabaseChangesTests.m index 526e0b7..7bc3591 100644 --- a/Tests/UnitTests/METDatabaseChangesTests.m +++ b/Tests/UnitTests/METDatabaseChangesTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDatabaseTests.m b/Tests/UnitTests/METDatabaseTests.m index d4a284f..597bf20 100644 --- a/Tests/UnitTests/METDatabaseTests.m +++ b/Tests/UnitTests/METDatabaseTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDocumentCacheTests.m b/Tests/UnitTests/METDocumentCacheTests.m index 0355728..b1a0e01 100644 --- a/Tests/UnitTests/METDocumentCacheTests.m +++ b/Tests/UnitTests/METDocumentCacheTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDocumentChangeDetailsTests.m b/Tests/UnitTests/METDocumentChangeDetailsTests.m index 372b41d..90866d0 100644 --- a/Tests/UnitTests/METDocumentChangeDetailsTests.m +++ b/Tests/UnitTests/METDocumentChangeDetailsTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METDynamicVariableTests.m b/Tests/UnitTests/METDynamicVariableTests.m index 7c5c0d1..a32839a 100644 --- a/Tests/UnitTests/METDynamicVariableTests.m +++ b/Tests/UnitTests/METDynamicVariableTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METEJSONSerializationTests.m b/Tests/UnitTests/METEJSONSerializationTests.m index cd9feeb..654ce48 100644 --- a/Tests/UnitTests/METEJSONSerializationTests.m +++ b/Tests/UnitTests/METEJSONSerializationTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METIncrementalStoreTests.m b/Tests/UnitTests/METIncrementalStoreTests.m index fd07038..b739cdb 100644 --- a/Tests/UnitTests/METIncrementalStoreTests.m +++ b/Tests/UnitTests/METIncrementalStoreTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METMethodInvocationContextTests.m b/Tests/UnitTests/METMethodInvocationContextTests.m index 164c1f2..a523f43 100644 --- a/Tests/UnitTests/METMethodInvocationContextTests.m +++ b/Tests/UnitTests/METMethodInvocationContextTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METMethodInvocationCoordinatorTests.m b/Tests/UnitTests/METMethodInvocationCoordinatorTests.m index e90585f..f07e9d7 100644 --- a/Tests/UnitTests/METMethodInvocationCoordinatorTests.m +++ b/Tests/UnitTests/METMethodInvocationCoordinatorTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METMethodInvocationTests.m b/Tests/UnitTests/METMethodInvocationTests.m index 493d3e1..a49bc01 100644 --- a/Tests/UnitTests/METMethodInvocationTests.m +++ b/Tests/UnitTests/METMethodInvocationTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METRandomStreamTests.m b/Tests/UnitTests/METRandomStreamTests.m index e2c1fbf..b16b2ba 100644 --- a/Tests/UnitTests/METRandomStreamTests.m +++ b/Tests/UnitTests/METRandomStreamTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METRetryStrategyTests.m b/Tests/UnitTests/METRetryStrategyTests.m index faae08d..1c798fe 100644 --- a/Tests/UnitTests/METRetryStrategyTests.m +++ b/Tests/UnitTests/METRetryStrategyTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METSubscriptionManagerTests.m b/Tests/UnitTests/METSubscriptionManagerTests.m index 07fd584..412f4b9 100644 --- a/Tests/UnitTests/METSubscriptionManagerTests.m +++ b/Tests/UnitTests/METSubscriptionManagerTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/UnitTests/METTimerTests.m b/Tests/UnitTests/METTimerTests.m index 530cd48..e9e13ed 100644 --- a/Tests/UnitTests/METTimerTests.m +++ b/Tests/UnitTests/METTimerTests.m @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Martijn Walraven +// Copyright (c) 2014-2015 Martijn Walraven // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal