Skip to content

Commit

Permalink
Bump copyright to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 1, 2020
1 parent e228b7a commit ae00b2b
Show file tree
Hide file tree
Showing 192 changed files with 199 additions and 192 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,5 +1,5 @@
OCMockito by Jon Reid, https://qualitycoding.org/
Copyright 2019 Jonathan M. Reid
Copyright 2020 Quality Coding, Inc.

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:

Expand Down
2 changes: 1 addition & 1 deletion Source/OCMockito-Info.plist
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Jonathan M. Reid</string>
<string>Copyright © 2020 Quality Coding, Inc.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Source/OCMockito/Core/MKTMockingProgress.h
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/OCMockito/Core/MKTMockingProgress.m
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTMockingProgress.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/OCMockito/Core/MKTMockitoCore.h
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/OCMockito/Core/MKTMockitoCore.m
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTMockitoCore.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/OCMockito/Core/MKTNonObjectArgumentMatching.h
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

@protocol HCMatcher;

Expand Down
2 changes: 1 addition & 1 deletion Source/OCMockito/Core/MKTTestLocation.h
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/OCMockito/Core/MKTTestLocation.m
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTTestLocation.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/OCMockito/Core/OCMockito.h
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/OCMockito/Core/OCMockito.m
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "OCMockito.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetterChain.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTBoolArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTCharArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTClassArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTDoubleArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTFloatArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTIntArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTLongArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTLongLongArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTObjectArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTPointerArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTSelectorArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTShortArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTStructArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTUnsignedCharArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTUnsignedIntArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTUnsignedLongArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTUnsignedLongLongArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTUnsignedShortArgumentGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTReturnValueSetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTBoolReturnSetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTReturnValueSetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTCharReturnSetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCMockito by Jon Reid, https://qualitycoding.org/
// Copyright 2019 Jonathan M. Reid. See LICENSE.txt
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt

#import "MKTReturnValueSetter.h"

Expand Down

0 comments on commit ae00b2b

Please sign in to comment.