diff --git a/CoreStore/Convenience Helpers/NSFetchedResultsController+Convenience.swift b/CoreStore/Convenience Helpers/NSFetchedResultsController+Convenience.swift index 0b468b2..a6ed59b 100644 --- a/CoreStore/Convenience Helpers/NSFetchedResultsController+Convenience.swift +++ b/CoreStore/Convenience Helpers/NSFetchedResultsController+Convenience.swift @@ -2,7 +2,7 @@ // NSManagedObject+Convenience.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Convenience Helpers/NSManagedObject+Convenience.swift b/CoreStore/Convenience Helpers/NSManagedObject+Convenience.swift index 2eb1a59..8f4cc0d 100644 --- a/CoreStore/Convenience Helpers/NSManagedObject+Convenience.swift +++ b/CoreStore/Convenience Helpers/NSManagedObject+Convenience.swift @@ -2,7 +2,7 @@ // NSManagedObject+Convenience.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Convenience Helpers/NSProgress+Convenience.swift b/CoreStore/Convenience Helpers/NSProgress+Convenience.swift index b2fd744..4ae48a7 100644 --- a/CoreStore/Convenience Helpers/NSProgress+Convenience.swift +++ b/CoreStore/Convenience Helpers/NSProgress+Convenience.swift @@ -2,7 +2,7 @@ // NSProgress+Convenience.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/CoreStore.h b/CoreStore/CoreStore.h index c3481e7..700fee2 100644 --- a/CoreStore/CoreStore.h +++ b/CoreStore/CoreStore.h @@ -2,7 +2,7 @@ // CoreStore.h // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/CoreStore.swift b/CoreStore/CoreStore.swift index 37e0e58..3009749 100644 --- a/CoreStore/CoreStore.swift +++ b/CoreStore/CoreStore.swift @@ -2,7 +2,7 @@ // CoreStore.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Fetching and Querying/BaseDataTransaction+Querying.swift b/CoreStore/Fetching and Querying/BaseDataTransaction+Querying.swift index fd63d9d..304b182 100644 --- a/CoreStore/Fetching and Querying/BaseDataTransaction+Querying.swift +++ b/CoreStore/Fetching and Querying/BaseDataTransaction+Querying.swift @@ -2,7 +2,7 @@ // BaseDataTransaction+Querying.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Fetching and Querying/Concrete Clauses/From.swift b/CoreStore/Fetching and Querying/Concrete Clauses/From.swift index 903be46..05612e5 100644 --- a/CoreStore/Fetching and Querying/Concrete Clauses/From.swift +++ b/CoreStore/Fetching and Querying/Concrete Clauses/From.swift @@ -2,7 +2,7 @@ // From.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Fetching and Querying/Concrete Clauses/GroupBy.swift b/CoreStore/Fetching and Querying/Concrete Clauses/GroupBy.swift index 53d3b1a..27c9ce0 100644 --- a/CoreStore/Fetching and Querying/Concrete Clauses/GroupBy.swift +++ b/CoreStore/Fetching and Querying/Concrete Clauses/GroupBy.swift @@ -2,7 +2,7 @@ // GroupBy.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Fetching and Querying/Concrete Clauses/OrderBy.swift b/CoreStore/Fetching and Querying/Concrete Clauses/OrderBy.swift index 2254a1b..32ab1cc 100644 --- a/CoreStore/Fetching and Querying/Concrete Clauses/OrderBy.swift +++ b/CoreStore/Fetching and Querying/Concrete Clauses/OrderBy.swift @@ -2,7 +2,7 @@ // OrderBy.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Fetching and Querying/Concrete Clauses/Select.swift b/CoreStore/Fetching and Querying/Concrete Clauses/Select.swift index 518f9b0..fdb9a46 100644 --- a/CoreStore/Fetching and Querying/Concrete Clauses/Select.swift +++ b/CoreStore/Fetching and Querying/Concrete Clauses/Select.swift @@ -2,7 +2,7 @@ // Select.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Fetching and Querying/Concrete Clauses/Tweak.swift b/CoreStore/Fetching and Querying/Concrete Clauses/Tweak.swift index 299d154..5d51e45 100644 --- a/CoreStore/Fetching and Querying/Concrete Clauses/Tweak.swift +++ b/CoreStore/Fetching and Querying/Concrete Clauses/Tweak.swift @@ -2,7 +2,7 @@ // Tweak.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Fetching and Querying/Concrete Clauses/Where.swift b/CoreStore/Fetching and Querying/Concrete Clauses/Where.swift index da6a9c2..e0b3ff1 100644 --- a/CoreStore/Fetching and Querying/Concrete Clauses/Where.swift +++ b/CoreStore/Fetching and Querying/Concrete Clauses/Where.swift @@ -2,7 +2,7 @@ // Where.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Fetching and Querying/CoreStore+Querying.swift b/CoreStore/Fetching and Querying/CoreStore+Querying.swift index df2e49e..c3af679 100644 --- a/CoreStore/Fetching and Querying/CoreStore+Querying.swift +++ b/CoreStore/Fetching and Querying/CoreStore+Querying.swift @@ -2,7 +2,7 @@ // CoreStore+Querying.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Fetching and Querying/DataStack+Querying.swift b/CoreStore/Fetching and Querying/DataStack+Querying.swift index 9161a25..ff12ae5 100644 --- a/CoreStore/Fetching and Querying/DataStack+Querying.swift +++ b/CoreStore/Fetching and Querying/DataStack+Querying.swift @@ -2,7 +2,7 @@ // DataStack+Querying.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Fetching and Querying/Protocol Clauses/ClauseTypes.swift b/CoreStore/Fetching and Querying/Protocol Clauses/ClauseTypes.swift index 3275fa6..97f1647 100644 --- a/CoreStore/Fetching and Querying/Protocol Clauses/ClauseTypes.swift +++ b/CoreStore/Fetching and Querying/Protocol Clauses/ClauseTypes.swift @@ -2,7 +2,7 @@ // ClauseTypes.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Importing Data/BaseDataTransaction+Importing.swift b/CoreStore/Importing Data/BaseDataTransaction+Importing.swift index 3498e80..f44bf1c 100644 --- a/CoreStore/Importing Data/BaseDataTransaction+Importing.swift +++ b/CoreStore/Importing Data/BaseDataTransaction+Importing.swift @@ -2,7 +2,7 @@ // BaseDataTransaction+Importing.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Importing Data/ImportableObject.swift b/CoreStore/Importing Data/ImportableObject.swift index 85dd32f..46218bc 100644 --- a/CoreStore/Importing Data/ImportableObject.swift +++ b/CoreStore/Importing Data/ImportableObject.swift @@ -2,7 +2,7 @@ // ImportableObject.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Importing Data/ImportableUniqueObject.swift b/CoreStore/Importing Data/ImportableUniqueObject.swift index 65dab73..da58532 100644 --- a/CoreStore/Importing Data/ImportableUniqueObject.swift +++ b/CoreStore/Importing Data/ImportableUniqueObject.swift @@ -2,7 +2,7 @@ // ImportableUniqueObject.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Internal/AssociatedObjects.swift b/CoreStore/Internal/AssociatedObjects.swift index 2018a37..a5c119a 100644 --- a/CoreStore/Internal/AssociatedObjects.swift +++ b/CoreStore/Internal/AssociatedObjects.swift @@ -2,7 +2,7 @@ // NSObject+CoreStore.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Internal/FetchedResultsControllerDelegate.swift b/CoreStore/Internal/FetchedResultsControllerDelegate.swift index 3bd13fb..9f34b6e 100644 --- a/CoreStore/Internal/FetchedResultsControllerDelegate.swift +++ b/CoreStore/Internal/FetchedResultsControllerDelegate.swift @@ -2,7 +2,7 @@ // FetchedResultsControllerDelegate.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Internal/Functions.swift b/CoreStore/Internal/Functions.swift index e4d3b3a..9cb7276 100644 --- a/CoreStore/Internal/Functions.swift +++ b/CoreStore/Internal/Functions.swift @@ -2,7 +2,7 @@ // Functions.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Internal/MigrationManager.swift b/CoreStore/Internal/MigrationManager.swift index 2ec8abe..3ed0a42 100644 --- a/CoreStore/Internal/MigrationManager.swift +++ b/CoreStore/Internal/MigrationManager.swift @@ -2,7 +2,7 @@ // MigrationManager.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Internal/NSManagedObjectContext+CoreStore.swift b/CoreStore/Internal/NSManagedObjectContext+CoreStore.swift index f9b1f17..ffcc064 100644 --- a/CoreStore/Internal/NSManagedObjectContext+CoreStore.swift +++ b/CoreStore/Internal/NSManagedObjectContext+CoreStore.swift @@ -2,7 +2,7 @@ // NSManagedObjectContext+CoreStore.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Internal/NSManagedObjectContext+Querying.swift b/CoreStore/Internal/NSManagedObjectContext+Querying.swift index cbce07e..7beb916 100644 --- a/CoreStore/Internal/NSManagedObjectContext+Querying.swift +++ b/CoreStore/Internal/NSManagedObjectContext+Querying.swift @@ -2,7 +2,7 @@ // NSManagedObjectContext+Querying.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Internal/NSManagedObjectContext+Setup.swift b/CoreStore/Internal/NSManagedObjectContext+Setup.swift index 90cf433..6a06676 100644 --- a/CoreStore/Internal/NSManagedObjectContext+Setup.swift +++ b/CoreStore/Internal/NSManagedObjectContext+Setup.swift @@ -2,7 +2,7 @@ // NSManagedObjectContext+Setup.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Internal/NSManagedObjectContext+Transaction.swift b/CoreStore/Internal/NSManagedObjectContext+Transaction.swift index 6a19578..255db60 100644 --- a/CoreStore/Internal/NSManagedObjectContext+Transaction.swift +++ b/CoreStore/Internal/NSManagedObjectContext+Transaction.swift @@ -2,7 +2,7 @@ // NSManagedObjectContext+Transaction.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Internal/NSManagedObjectModel+Setup.swift b/CoreStore/Internal/NSManagedObjectModel+Setup.swift index b975888..9d0bac0 100644 --- a/CoreStore/Internal/NSManagedObjectModel+Setup.swift +++ b/CoreStore/Internal/NSManagedObjectModel+Setup.swift @@ -2,7 +2,7 @@ // NSManagedObjectModel+Setup.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Internal/NotificationObserver.swift b/CoreStore/Internal/NotificationObserver.swift index b663a41..33c414a 100644 --- a/CoreStore/Internal/NotificationObserver.swift +++ b/CoreStore/Internal/NotificationObserver.swift @@ -2,7 +2,7 @@ // NotificationObserver.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Internal/WeakObject.swift b/CoreStore/Internal/WeakObject.swift index a074d24..3afab96 100644 --- a/CoreStore/Internal/WeakObject.swift +++ b/CoreStore/Internal/WeakObject.swift @@ -2,7 +2,7 @@ // WeakObject.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Logging/CoreStore+Logging.swift b/CoreStore/Logging/CoreStore+Logging.swift index 1e8f05c..f00da04 100644 --- a/CoreStore/Logging/CoreStore+Logging.swift +++ b/CoreStore/Logging/CoreStore+Logging.swift @@ -2,7 +2,7 @@ // CoreStore+Logging.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Logging/CoreStoreLogger.swift b/CoreStore/Logging/CoreStoreLogger.swift index 19b427d..29ca325 100644 --- a/CoreStore/Logging/CoreStoreLogger.swift +++ b/CoreStore/Logging/CoreStoreLogger.swift @@ -2,7 +2,7 @@ // CoreStoreLogger.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Logging/DefaultLogger.swift b/CoreStore/Logging/DefaultLogger.swift index 7df9c98..dd2ca3b 100644 --- a/CoreStore/Logging/DefaultLogger.swift +++ b/CoreStore/Logging/DefaultLogger.swift @@ -2,7 +2,7 @@ // DefaultLogger.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Migrating/CoreStore+Migration.swift b/CoreStore/Migrating/CoreStore+Migration.swift index e4a8bf1..0566ff5 100644 --- a/CoreStore/Migrating/CoreStore+Migration.swift +++ b/CoreStore/Migrating/CoreStore+Migration.swift @@ -2,7 +2,7 @@ // CoreStore+Migration.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Migrating/DataStack+Migration.swift b/CoreStore/Migrating/DataStack+Migration.swift index ea9c3cf..9413ea3 100644 --- a/CoreStore/Migrating/DataStack+Migration.swift +++ b/CoreStore/Migrating/DataStack+Migration.swift @@ -2,7 +2,7 @@ // DataStack+Migration.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Migrating/MigrationChain.swift b/CoreStore/Migrating/MigrationChain.swift index b48c17a..47b020b 100644 --- a/CoreStore/Migrating/MigrationChain.swift +++ b/CoreStore/Migrating/MigrationChain.swift @@ -2,7 +2,7 @@ // MigrationChain.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Migrating/MigrationResult.swift b/CoreStore/Migrating/MigrationResult.swift index da635d9..4f9b66f 100644 --- a/CoreStore/Migrating/MigrationResult.swift +++ b/CoreStore/Migrating/MigrationResult.swift @@ -2,7 +2,7 @@ // MigrationResult.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Migrating/MigrationType.swift b/CoreStore/Migrating/MigrationType.swift index 21f4865..02efd69 100644 --- a/CoreStore/Migrating/MigrationType.swift +++ b/CoreStore/Migrating/MigrationType.swift @@ -2,7 +2,7 @@ // MigrationType.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/NSError+CoreStore.swift b/CoreStore/NSError+CoreStore.swift index 74c36e6..5e0585f 100644 --- a/CoreStore/NSError+CoreStore.swift +++ b/CoreStore/NSError+CoreStore.swift @@ -2,7 +2,7 @@ // NSError+CoreStore.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Observing/CoreStore+Observing.swift b/CoreStore/Observing/CoreStore+Observing.swift index 90303bf..70fce6d 100644 --- a/CoreStore/Observing/CoreStore+Observing.swift +++ b/CoreStore/Observing/CoreStore+Observing.swift @@ -2,7 +2,7 @@ // CoreStore+Observing.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Observing/DataStack+Observing.swift b/CoreStore/Observing/DataStack+Observing.swift index 73006bd..09b77e9 100644 --- a/CoreStore/Observing/DataStack+Observing.swift +++ b/CoreStore/Observing/DataStack+Observing.swift @@ -2,7 +2,7 @@ // DataStack+Observing.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Observing/ListMonitor.swift b/CoreStore/Observing/ListMonitor.swift index 0192a18..80ed8d2 100644 --- a/CoreStore/Observing/ListMonitor.swift +++ b/CoreStore/Observing/ListMonitor.swift @@ -2,7 +2,7 @@ // ListMonitor.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Observing/ListObserver.swift b/CoreStore/Observing/ListObserver.swift index b10b1c1..705f9cf 100644 --- a/CoreStore/Observing/ListObserver.swift +++ b/CoreStore/Observing/ListObserver.swift @@ -2,7 +2,7 @@ // ListObserver.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Observing/ObjectMonitor.swift b/CoreStore/Observing/ObjectMonitor.swift index 6458b35..47b5591 100644 --- a/CoreStore/Observing/ObjectMonitor.swift +++ b/CoreStore/Observing/ObjectMonitor.swift @@ -2,7 +2,7 @@ // ObjectMonitor.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Observing/ObjectObserver.swift b/CoreStore/Observing/ObjectObserver.swift index a39b32d..df3b4dd 100644 --- a/CoreStore/Observing/ObjectObserver.swift +++ b/CoreStore/Observing/ObjectObserver.swift @@ -2,7 +2,7 @@ // ObjectObserver.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Observing/SectionBy.swift b/CoreStore/Observing/SectionBy.swift index 70321b8..b63846c 100644 --- a/CoreStore/Observing/SectionBy.swift +++ b/CoreStore/Observing/SectionBy.swift @@ -2,7 +2,7 @@ // SectionBy.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Saving and Processing/AsynchronousDataTransaction.swift b/CoreStore/Saving and Processing/AsynchronousDataTransaction.swift index bfcd152..b2819ae 100644 --- a/CoreStore/Saving and Processing/AsynchronousDataTransaction.swift +++ b/CoreStore/Saving and Processing/AsynchronousDataTransaction.swift @@ -2,7 +2,7 @@ // AsynchronousDataTransaction.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Saving and Processing/BaseDataTransaction.swift b/CoreStore/Saving and Processing/BaseDataTransaction.swift index e8e59dd..9361708 100644 --- a/CoreStore/Saving and Processing/BaseDataTransaction.swift +++ b/CoreStore/Saving and Processing/BaseDataTransaction.swift @@ -2,7 +2,7 @@ // BaseDataTransaction.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Saving and Processing/CoreStore+Transaction.swift b/CoreStore/Saving and Processing/CoreStore+Transaction.swift index f6e6209..13a1cbc 100644 --- a/CoreStore/Saving and Processing/CoreStore+Transaction.swift +++ b/CoreStore/Saving and Processing/CoreStore+Transaction.swift @@ -2,7 +2,7 @@ // CoreStore+Transaction.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Saving and Processing/DataStack+Transaction.swift b/CoreStore/Saving and Processing/DataStack+Transaction.swift index 28abca4..6efffd7 100644 --- a/CoreStore/Saving and Processing/DataStack+Transaction.swift +++ b/CoreStore/Saving and Processing/DataStack+Transaction.swift @@ -2,7 +2,7 @@ // DataStack+Transaction.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Saving and Processing/Into.swift b/CoreStore/Saving and Processing/Into.swift index f01c331..373b502 100644 --- a/CoreStore/Saving and Processing/Into.swift +++ b/CoreStore/Saving and Processing/Into.swift @@ -2,7 +2,7 @@ // Into.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Saving and Processing/NSManagedObject+Transaction.swift b/CoreStore/Saving and Processing/NSManagedObject+Transaction.swift index d9abd28..976d808 100644 --- a/CoreStore/Saving and Processing/NSManagedObject+Transaction.swift +++ b/CoreStore/Saving and Processing/NSManagedObject+Transaction.swift @@ -2,7 +2,7 @@ // NSManagedObject+Transaction.swift // CoreStore // -// Copyright (c) 2016 John Rommel Estropia +// Copyright © 2016 John Rommel Estropia // // 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/CoreStore/Saving and Processing/SaveResult.swift b/CoreStore/Saving and Processing/SaveResult.swift index 13b49d4..fafd3a5 100644 --- a/CoreStore/Saving and Processing/SaveResult.swift +++ b/CoreStore/Saving and Processing/SaveResult.swift @@ -2,7 +2,7 @@ // SaveResult.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Saving and Processing/SynchronousDataTransaction.swift b/CoreStore/Saving and Processing/SynchronousDataTransaction.swift index 8d55e35..f0a8b2e 100644 --- a/CoreStore/Saving and Processing/SynchronousDataTransaction.swift +++ b/CoreStore/Saving and Processing/SynchronousDataTransaction.swift @@ -2,7 +2,7 @@ // SynchronousDataTransaction.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Saving and Processing/UnsafeDataTransaction.swift b/CoreStore/Saving and Processing/UnsafeDataTransaction.swift index f74d2ea..c487788 100644 --- a/CoreStore/Saving and Processing/UnsafeDataTransaction.swift +++ b/CoreStore/Saving and Processing/UnsafeDataTransaction.swift @@ -2,7 +2,7 @@ // UnsafeDataTransaction.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Setting Up/CoreStore+Setup.swift b/CoreStore/Setting Up/CoreStore+Setup.swift index de8af13..f316734 100644 --- a/CoreStore/Setting Up/CoreStore+Setup.swift +++ b/CoreStore/Setting Up/CoreStore+Setup.swift @@ -2,7 +2,7 @@ // CoreStore+Setup.swift // CoreStore // -// Copyright (c) 2015 John Rommel Estropia +// Copyright © 2015 John Rommel Estropia // // 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/CoreStore/Setting Up/DataStack.swift b/CoreStore/Setting Up/DataStack.swift index 9756b3c..d2378d1 100644 --- a/CoreStore/Setting Up/DataStack.swift +++ b/CoreStore/Setting Up/DataStack.swift @@ -2,7 +2,7 @@ // DataStack.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStore/Setting Up/PersistentStoreResult.swift b/CoreStore/Setting Up/PersistentStoreResult.swift index e711ab4..6e28fe5 100644 --- a/CoreStore/Setting Up/PersistentStoreResult.swift +++ b/CoreStore/Setting Up/PersistentStoreResult.swift @@ -2,7 +2,7 @@ // PersistentStoreResult.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStoreDemo/CoreStoreDemo/AppDelegate.swift b/CoreStoreDemo/CoreStoreDemo/AppDelegate.swift index c65b6d9..2f54f30 100644 --- a/CoreStoreDemo/CoreStoreDemo/AppDelegate.swift +++ b/CoreStoreDemo/CoreStoreDemo/AppDelegate.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/05/02. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/FetchingAndQueryingDemoViewController.swift b/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/FetchingAndQueryingDemoViewController.swift index 819e789..365982f 100644 --- a/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/FetchingAndQueryingDemoViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/FetchingAndQueryingDemoViewController.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/12. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/FetchingResultsViewController.swift b/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/FetchingResultsViewController.swift index 35ab8fa..17003e9 100644 --- a/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/FetchingResultsViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/FetchingResultsViewController.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/17. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/QueryingResultsViewController.swift b/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/QueryingResultsViewController.swift index 686a76e..c7eedeb 100644 --- a/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/QueryingResultsViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/QueryingResultsViewController.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/17. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/TimeZone.swift b/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/TimeZone.swift index 2aab42c..35780e0 100644 --- a/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/TimeZone.swift +++ b/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/TimeZone.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/15. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import Foundation diff --git a/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ListObserverDemoViewController.swift b/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ListObserverDemoViewController.swift index 8423089..6eff5b7 100644 --- a/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ListObserverDemoViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ListObserverDemoViewController.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/05/02. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ObjectObserverDemoViewController.swift b/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ObjectObserverDemoViewController.swift index a03fb23..a97e836 100644 --- a/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ObjectObserverDemoViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ObjectObserverDemoViewController.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/05/06. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ObserversViewController.swift b/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ObserversViewController.swift index 1f791e6..3ae0f43 100644 --- a/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ObserversViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ObserversViewController.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/05/24. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/Palette.swift b/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/Palette.swift index 7876e8a..c6c2fa8 100644 --- a/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/Palette.swift +++ b/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/Palette.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/05/05. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import Foundation diff --git a/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/PaletteTableViewCell.swift b/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/PaletteTableViewCell.swift index d9f4428..cb61495 100644 --- a/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/PaletteTableViewCell.swift +++ b/CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/PaletteTableViewCell.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/05/05. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/Loggers Demo/CustomLoggerViewController.swift b/CoreStoreDemo/CoreStoreDemo/Loggers Demo/CustomLoggerViewController.swift index eea35a3..4acf7dd 100644 --- a/CoreStoreDemo/CoreStoreDemo/Loggers Demo/CustomLoggerViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/Loggers Demo/CustomLoggerViewController.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/05. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/MigrationsDemoViewController.swift b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/MigrationsDemoViewController.swift index 2cb76ec..577f1f2 100644 --- a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/MigrationsDemoViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/MigrationsDemoViewController.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/21. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismProtocol.swift b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismProtocol.swift index 0307b57..45e1271 100644 --- a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismProtocol.swift +++ b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismProtocol.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/27. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import Foundation diff --git a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV1.swift b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV1.swift index 5d24149..e0b76de 100644 --- a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV1.swift +++ b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV1.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/21. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import Foundation diff --git a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV2.swift b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV2.swift index 00341dc..527ef5f 100644 --- a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV2.swift +++ b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV2.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/21. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import Foundation diff --git a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV2ToV3MigrationPolicy.swift b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV2ToV3MigrationPolicy.swift index 5e1fccd..6a16682 100644 --- a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV2ToV3MigrationPolicy.swift +++ b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV2ToV3MigrationPolicy.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/27. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import CoreData diff --git a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV3.swift b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV3.swift index e34d5f0..eb508aa 100644 --- a/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV3.swift +++ b/CoreStoreDemo/CoreStoreDemo/MIgrations Demo/OrganismV3.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/27. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import Foundation diff --git a/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/FemaleAccount.swift b/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/FemaleAccount.swift index b08a832..b7a1124 100644 --- a/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/FemaleAccount.swift +++ b/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/FemaleAccount.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/06. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import Foundation diff --git a/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/MaleAccount.swift b/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/MaleAccount.swift index 4037e4f..65631bd 100644 --- a/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/MaleAccount.swift +++ b/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/MaleAccount.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/06/06. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import Foundation diff --git a/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/StackSetupDemoViewController.swift b/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/StackSetupDemoViewController.swift index 305f0a3..2c8fd6c 100644 --- a/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/StackSetupDemoViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/StackSetupDemoViewController.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/05/24. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/UserAccount.swift b/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/UserAccount.swift index c6c0fb3..6f72237 100644 --- a/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/UserAccount.swift +++ b/CoreStoreDemo/CoreStoreDemo/Stack Setup Demo/UserAccount.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/05/24. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import Foundation diff --git a/CoreStoreDemo/CoreStoreDemo/Transactions Demo/Place.swift b/CoreStoreDemo/CoreStoreDemo/Transactions Demo/Place.swift index c39a60d..f2389a4 100644 --- a/CoreStoreDemo/CoreStoreDemo/Transactions Demo/Place.swift +++ b/CoreStoreDemo/CoreStoreDemo/Transactions Demo/Place.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/05/24. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import Foundation diff --git a/CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift b/CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift index 9f1962d..5c2f68d 100644 --- a/CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift @@ -3,7 +3,7 @@ // CoreStoreDemo // // Created by John Rommel Estropia on 2015/05/24. -// Copyright (c) 2015 John Rommel Estropia. All rights reserved. +// Copyright © 2015 John Rommel Estropia. All rights reserved. // import UIKit diff --git a/CoreStoreTests/CoreStoreTests.swift b/CoreStoreTests/CoreStoreTests.swift index 33a58b0..6c83a2d 100644 --- a/CoreStoreTests/CoreStoreTests.swift +++ b/CoreStoreTests/CoreStoreTests.swift @@ -2,7 +2,7 @@ // CoreStoreTests.swift // CoreStoreTests // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStoreTests/TestEntity1.swift b/CoreStoreTests/TestEntity1.swift index bab9eb1..c94a779 100644 --- a/CoreStoreTests/TestEntity1.swift +++ b/CoreStoreTests/TestEntity1.swift @@ -2,7 +2,7 @@ // TestEntity1.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/CoreStoreTests/TestEntity2.swift b/CoreStoreTests/TestEntity2.swift index c5f844a..a101c0f 100644 --- a/CoreStoreTests/TestEntity2.swift +++ b/CoreStoreTests/TestEntity2.swift @@ -2,7 +2,7 @@ // TestEntity1.swift // CoreStore // -// Copyright (c) 2014 John Rommel Estropia +// Copyright © 2014 John Rommel Estropia // // 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/LICENSE b/LICENSE index a53decc..281de9f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 John Rommel Estropia +Copyright © 2014 John Rommel Estropia Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal