Skip to content

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 c0f9b35 commit cfa579e
Show file tree
Hide file tree
Showing 216 changed files with 216 additions and 216 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,5 +1,5 @@
OCHamcrest by Jon Reid, https://qualitycoding.org/
Copyright 2017 hamcrest.org
Copyright 2019 hamcrest.org
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCAssertThat.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCAssertThat.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCAssertThat.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCBaseDescription.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>
#import <OCHamcrest/HCDescription.h>
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCBaseDescription.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCBaseDescription.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCBaseMatcher.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>
#import <OCHamcrest/HCMatcher.h>
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCBaseMatcher.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCBaseMatcher.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCDescription.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCDiagnosingMatcher.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <OCHamcrest/HCBaseMatcher.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCDiagnosingMatcher.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCDiagnosingMatcher.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCMatcher.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCSelfDescribing.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCSelfDescribing.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCStringDescription.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <OCHamcrest/HCBaseDescription.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/HCStringDescription.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCStringDescription.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/HCCollect.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/HCCollect.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCCollect.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/HCInvocationMatcher.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <OCHamcrest/HCBaseMatcher.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/HCInvocationMatcher.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCInvocationMatcher.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/HCRequireNonNilObject.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/HCRequireNonNilObject.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCRequireNonNilObject.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/HCRunloopRunner.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/HCWrapInMatcher.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/HCWrapInMatcher.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCWrapInMatcher.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/NSInvocation+OCHamcrest.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/NSInvocation+OCHamcrest.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "NSInvocation+OCHamcrest.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCBoolReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCCharReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCDoubleReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCFloatReturnGetter.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/ReturnValueGetters/HCIntReturnGetter.h
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Helpers/ReturnValueGetters/HCIntReturnGetter.m
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCIntReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCLongLongReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCLongReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCObjectReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnTypeHandlerChain.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import <Foundation/Foundation.h>

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCShortReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCUnsignedCharReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCUnsignedIntReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCUnsignedLongLongReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCUnsignedLongReturnGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCReturnValueGetter.h"

Expand Down
@@ -1,5 +1,5 @@
// OCHamcrest by Jon Reid, https://qualitycoding.org/
// Copyright 2018 hamcrest.org. See LICENSE.txt
// Copyright 2019 hamcrest.org. See LICENSE.txt

#import "HCUnsignedShortReturnGetter.h"

Expand Down

0 comments on commit cfa579e

Please sign in to comment.