Skip to content

Commit a24b02d

Browse files
committed
r - restore 'year of first publication' in copyright notice
1 parent 2c3f546 commit a24b02d

File tree

224 files changed

+224
-224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+224
-224
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2022 www.hamcrest.org
3+
Copyright (c) 2008 www.hamcrest.org
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

Source/Core/HCAssertThat.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/HCAssertThat.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCAssertThat.h"

Source/Core/HCBaseDescription.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/HCBaseDescription.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCBaseDescription.h"

Source/Core/HCBaseMatcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/HCBaseMatcher.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCBaseMatcher.h"

Source/Core/HCDescription.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/HCDiagnosingMatcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <OCHamcrest/HCBaseMatcher.h>

Source/Core/HCDiagnosingMatcher.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCDiagnosingMatcher.h"

Source/Core/HCMatcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <OCHamcrest/HCSelfDescribing.h>

Source/Core/HCSelfDescribing.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/HCStringDescription.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <OCHamcrest/HCBaseDescription.h>

Source/Core/HCStringDescription.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCStringDescription.h"

Source/Core/Helpers/HCCollect.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/Helpers/HCCollect.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCCollect.h"

Source/Core/Helpers/HCInvocationMatcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <OCHamcrest/HCBaseMatcher.h>

Source/Core/Helpers/HCInvocationMatcher.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCInvocationMatcher.h"

Source/Core/Helpers/HCRequireNonNilObject.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/Helpers/HCRequireNonNilObject.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCRequireNonNilObject.h"

Source/Core/Helpers/HCRunloopRunner.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/Helpers/HCRunloopRunner.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCRunloopRunner.h"

Source/Core/Helpers/HCWrapInMatcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/Helpers/HCWrapInMatcher.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCWrapInMatcher.h"

Source/Core/Helpers/NSInvocation+OCHamcrest.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/Helpers/NSInvocation+OCHamcrest.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "NSInvocation+OCHamcrest.h"

Source/Core/Helpers/ReturnValueGetters/HCBoolReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCBoolReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCBoolReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCCharReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCCharReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCCharReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCDoubleReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCDoubleReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCDoubleReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCFloatReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCFloatReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCFloatReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCIntReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCIntReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCIntReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCLongLongReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCLongLongReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCLongLongReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCLongReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCLongReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCLongReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCObjectReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCObjectReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCObjectReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCReturnTypeHandlerChain.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/Helpers/ReturnValueGetters/HCReturnTypeHandlerChain.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnTypeHandlerChain.h"

Source/Core/Helpers/ReturnValueGetters/HCReturnValueGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import <Foundation/Foundation.h>

Source/Core/Helpers/ReturnValueGetters/HCReturnValueGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCShortReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCShortReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCShortReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCUnsignedCharReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCUnsignedCharReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCUnsignedCharReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCUnsignedIntReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCUnsignedIntReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCUnsignedIntReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCUnsignedLongLongReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCUnsignedLongLongReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCUnsignedLongLongReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCUnsignedLongReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCUnsignedLongReturnGetter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCUnsignedLongReturnGetter.h"

Source/Core/Helpers/ReturnValueGetters/HCUnsignedShortReturnGetter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OCHamcrest by Jon Reid, https://qualitycoding.org
2-
// Copyright 2023 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
2+
// Copyright 2008 hamcrest.org. https://github.com/hamcrest/OCHamcrest/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: BSD-2-Clause
44

55
#import "HCReturnValueGetter.h"

0 commit comments

Comments
 (0)