Skip to content

Commit

Permalink
Updated copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitribouniol committed May 20, 2024
1 parent dea1491 commit 204cbdd
Show file tree
Hide file tree
Showing 58 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Datastore/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-05-10.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

public struct Configuration: Sendable {
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Datastore/Datastore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-05-10.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-11.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Datastore/DatastoreError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-18.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Datastore/DatastoreKey.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-01.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

public struct DatastoreKey: RawRepresentable, Hashable, Comparable, Sendable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-20.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Datastore/ObservedEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-12.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Datastore/Progress.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-15.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-15.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-12.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

public protocol TypedAsyncSequence<Element>: AsyncSequence {}
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Debug/GlobalTimer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-05.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Indexes/IndexName.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-20.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

/// A typed name that an index is keyed under. This is typically the path component of the key path that leads to an index.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-05.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

/// A type of bound found on either end of a range.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Indexes/IndexType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-20.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

/// A typed name that an index is keyed under. This is typically the path component of the key path that leads to an index.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Indexes/UUID+Comparable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-04.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Persistence/AccessMode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-05-10.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

/// An AccessMode marker type.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Persistence/Cursor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-17.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

/// An opaque type ``Persistence``s may use to indicate a position in their storage.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-13.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-29.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-10.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-23.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-26.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-23.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-27.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-27.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-22.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-14.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-10.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-08.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-03.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-09.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-07.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-14.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

#if canImport(Darwin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-05.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

struct LazyTask<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-09.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-15.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-08.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-03.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

enum SortOrder {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-07.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-07-03.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

extension DiskPersistence {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-21.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-10.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-03.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Persistence/Persistence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodableDatastore
//
// Created by Dimitri Bouniol on 2023-06-03.
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
//

import Foundation
Expand Down
Loading

0 comments on commit 204cbdd

Please sign in to comment.