Skip to content

Commit df8d263

Browse files
committed
Increment current year
1 parent 46c6452 commit df8d263

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Lennard Sprong. Portions copyright Point-Free, Inc.
3+
Copyright (c) 2025-2026 Lennard Sprong. Portions copyright Point-Free, Inc.
44

55
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:
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The `.shrinking` TestTrait or SuiteTrait can be used to override shrinking behav
134134

135135
# License
136136

137-
Copyright (c) 2025 Lennard Sprong.
137+
Copyright (c) 2025-2026 Lennard Sprong.
138138

139139
Includes a modified version of [swift-gen](https://github.com/pointfreeco/swift-gen), which is Copyright (c) 2019 Point-Free, Inc.
140140

Sources/PropertyBased/Gen+Date.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
// This value is a constant, to keep test runs reproducible.
1212
// This value may only be changed between package releases.
13-
let defaultYear = 2025
13+
let defaultYear = 2026
1414
let yearWindow = 60
1515

1616
@usableFromInline let defaultYearRange = (defaultYear - yearWindow)...(defaultYear + yearWindow)

0 commit comments

Comments
 (0)