Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Bump copyright to 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 1, 2019
1 parent c4ae09a commit 68f36a5
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/MockUIAlertController.h
Original file line number Diff line number Diff line change
@@ -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 <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/NSObject+QCOMockAlerts.h
Original file line number Diff line number Diff line change
@@ -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 <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/NSObject+QCOMockAlerts.m
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/QCOMockAlertVerifier.h
Original file line number Diff line number Diff line change
@@ -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 <UIKit/UIKit.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/QCOMockAlertVerifier.m
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
Original file line number Diff line number Diff line change
@@ -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 <UIKit/UIKit.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/UIAlertAction+QCOMock.h
Original file line number Diff line number Diff line change
@@ -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 <UIKit/UIKit.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/UIAlertAction+QCOMock.m
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/UIAlertController+QCOMock.h
Original file line number Diff line number Diff line change
@@ -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 <UIKit/UIKit.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/UIAlertController+QCOMock.m
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/UIViewController+QCOMock.h
Original file line number Diff line number Diff line change
@@ -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 <UIKit/UIKit.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/MockUIAlertController/UIViewController+QCOMock.m
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 68f36a5

Please sign in to comment.