From 68f36a570e74cfbf5796ac13929137a8c3bbdd14 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Tue, 1 Jan 2019 09:15:08 -0800 Subject: [PATCH] Bump copyright to 2019 --- LICENSE.txt | 2 +- Source/MockUIAlertController/MockUIAlertController.h | 2 +- Source/MockUIAlertController/NSObject+QCOMockAlerts.h | 2 +- Source/MockUIAlertController/NSObject+QCOMockAlerts.m | 2 +- Source/MockUIAlertController/QCOMockAlertVerifier.h | 2 +- Source/MockUIAlertController/QCOMockAlertVerifier.m | 2 +- .../QCOMockPopoverPresentationController.h | 2 +- .../QCOMockPopoverPresentationController.m | 2 +- Source/MockUIAlertController/UIAlertAction+QCOMock.h | 2 +- Source/MockUIAlertController/UIAlertAction+QCOMock.m | 2 +- Source/MockUIAlertController/UIAlertController+QCOMock.h | 2 +- Source/MockUIAlertController/UIAlertController+QCOMock.m | 2 +- Source/MockUIAlertController/UIViewController+QCOMock.h | 2 +- Source/MockUIAlertController/UIViewController+QCOMock.m | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 5d5b485..ece6358 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ MockUIAlertController by Jon Reid, https://qualitycoding.org/ -Copyright 2018 Jonathan M. Reid +Copyright 2019 Jonathan M. Reid 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 diff --git a/Source/MockUIAlertController/MockUIAlertController.h b/Source/MockUIAlertController/MockUIAlertController.h index c6a9d6d..85cf786 100644 --- a/Source/MockUIAlertController/MockUIAlertController.h +++ b/Source/MockUIAlertController/MockUIAlertController.h @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import diff --git a/Source/MockUIAlertController/NSObject+QCOMockAlerts.h b/Source/MockUIAlertController/NSObject+QCOMockAlerts.h index d5421bc..198d74c 100644 --- a/Source/MockUIAlertController/NSObject+QCOMockAlerts.h +++ b/Source/MockUIAlertController/NSObject+QCOMockAlerts.h @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import diff --git a/Source/MockUIAlertController/NSObject+QCOMockAlerts.m b/Source/MockUIAlertController/NSObject+QCOMockAlerts.m index 905407f..67d1b4b 100644 --- a/Source/MockUIAlertController/NSObject+QCOMockAlerts.m +++ b/Source/MockUIAlertController/NSObject+QCOMockAlerts.m @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import "NSObject+QCOMockAlerts.h" diff --git a/Source/MockUIAlertController/QCOMockAlertVerifier.h b/Source/MockUIAlertController/QCOMockAlertVerifier.h index af4da69..7f7de3b 100644 --- a/Source/MockUIAlertController/QCOMockAlertVerifier.h +++ b/Source/MockUIAlertController/QCOMockAlertVerifier.h @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import diff --git a/Source/MockUIAlertController/QCOMockAlertVerifier.m b/Source/MockUIAlertController/QCOMockAlertVerifier.m index 1bd2387..8e63eff 100644 --- a/Source/MockUIAlertController/QCOMockAlertVerifier.m +++ b/Source/MockUIAlertController/QCOMockAlertVerifier.m @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import "QCOMockAlertVerifier.h" diff --git a/Source/MockUIAlertController/QCOMockPopoverPresentationController.h b/Source/MockUIAlertController/QCOMockPopoverPresentationController.h index f58454a..3ac7529 100644 --- a/Source/MockUIAlertController/QCOMockPopoverPresentationController.h +++ b/Source/MockUIAlertController/QCOMockPopoverPresentationController.h @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import diff --git a/Source/MockUIAlertController/QCOMockPopoverPresentationController.m b/Source/MockUIAlertController/QCOMockPopoverPresentationController.m index d8a84cd..1ff3469 100644 --- a/Source/MockUIAlertController/QCOMockPopoverPresentationController.m +++ b/Source/MockUIAlertController/QCOMockPopoverPresentationController.m @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import "QCOMockPopoverPresentationController.h" diff --git a/Source/MockUIAlertController/UIAlertAction+QCOMock.h b/Source/MockUIAlertController/UIAlertAction+QCOMock.h index a8a621f..748765c 100644 --- a/Source/MockUIAlertController/UIAlertAction+QCOMock.h +++ b/Source/MockUIAlertController/UIAlertAction+QCOMock.h @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import diff --git a/Source/MockUIAlertController/UIAlertAction+QCOMock.m b/Source/MockUIAlertController/UIAlertAction+QCOMock.m index 9b2c4b5..bda0d47 100644 --- a/Source/MockUIAlertController/UIAlertAction+QCOMock.m +++ b/Source/MockUIAlertController/UIAlertAction+QCOMock.m @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import "UIAlertAction+QCOMock.h" diff --git a/Source/MockUIAlertController/UIAlertController+QCOMock.h b/Source/MockUIAlertController/UIAlertController+QCOMock.h index 40c16bc..ba9842c 100644 --- a/Source/MockUIAlertController/UIAlertController+QCOMock.h +++ b/Source/MockUIAlertController/UIAlertController+QCOMock.h @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import diff --git a/Source/MockUIAlertController/UIAlertController+QCOMock.m b/Source/MockUIAlertController/UIAlertController+QCOMock.m index 9f88dc7..27bc140 100644 --- a/Source/MockUIAlertController/UIAlertController+QCOMock.m +++ b/Source/MockUIAlertController/UIAlertController+QCOMock.m @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import "UIAlertController+QCOMock.h" diff --git a/Source/MockUIAlertController/UIViewController+QCOMock.h b/Source/MockUIAlertController/UIViewController+QCOMock.h index 7b61d8b..91da3d7 100644 --- a/Source/MockUIAlertController/UIViewController+QCOMock.h +++ b/Source/MockUIAlertController/UIViewController+QCOMock.h @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import diff --git a/Source/MockUIAlertController/UIViewController+QCOMock.m b/Source/MockUIAlertController/UIViewController+QCOMock.m index 19c425f..7c62d36 100644 --- a/Source/MockUIAlertController/UIViewController+QCOMock.m +++ b/Source/MockUIAlertController/UIViewController+QCOMock.m @@ -1,5 +1,5 @@ // MockUIAlertController by Jon Reid, https://qualitycoding.org/ -// Copyright 2018 Jonathan M. Reid. See LICENSE.txt +// Copyright 2019 Jonathan M. Reid. See LICENSE.txt #import "UIViewController+QCOMock.h"