Skip to content

Commit

Permalink
chore: update license header
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 21, 2024
1 parent b5863ba commit 008d299
Show file tree
Hide file tree
Showing 39 changed files with 156 additions and 75 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2024 Anass Bouassaba. All Rights Reserved.
Copyright (c) 2023 Anass Bouassaba.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
6 changes: 4 additions & 2 deletions Sources/Account.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Common/Error.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation

Expand Down
6 changes: 4 additions & 2 deletions Sources/Common/Request.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Common/URLRequest+AuthHeader.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Common/URLRequest+JSON.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/File+Wait.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation

Expand Down
6 changes: 4 additions & 2 deletions Sources/File.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Group.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
7 changes: 7 additions & 0 deletions Sources/IdentityUser.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// Copyright 2024 Anass Bouassaba.
//
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation

public struct VOIdentityUser {
Expand Down
6 changes: 4 additions & 2 deletions Sources/Insights.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Invitation.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Mosaic.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Organization.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Permission.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Snapshot.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Storage.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Task+Wait.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation

Expand Down
6 changes: 4 additions & 2 deletions Sources/Task.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Token.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/User.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Sources/Workspace.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
#if canImport(FoundationNetworking)
Expand Down
6 changes: 4 additions & 2 deletions Tests/AccountTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

@testable import VoltaserveCore
import XCTest
Expand Down
6 changes: 4 additions & 2 deletions Tests/Common/ClientFactory.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import VoltaserveCore

Expand Down
6 changes: 4 additions & 2 deletions Tests/Common/DisposableFactory.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import VoltaserveCore

Expand Down
6 changes: 4 additions & 2 deletions Tests/Common/TokenFactory.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import VoltaserveCore

Expand Down
6 changes: 4 additions & 2 deletions Tests/Common/XCTestCase+Bundle.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
import XCTest
Expand Down
6 changes: 4 additions & 2 deletions Tests/Common/XCTestCase+Failure.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import XCTest

Expand Down
6 changes: 4 additions & 2 deletions Tests/FileTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

@testable import VoltaserveCore
import XCTest
Expand Down
6 changes: 4 additions & 2 deletions Tests/GroupTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

@testable import VoltaserveCore
import XCTest
Expand Down
6 changes: 4 additions & 2 deletions Tests/Infra/Config.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

import Foundation
import VoltaserveCore
Expand Down
6 changes: 4 additions & 2 deletions Tests/InsightsTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

@testable import VoltaserveCore
import XCTest
Expand Down
6 changes: 4 additions & 2 deletions Tests/InvitationTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright 2024 Anass Bouassaba.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// This software is licensed under the MIT License.
// You can find a copy of the license in the LICENSE file
// included in the root of this repository or at
// https://opensource.org/licenses/MIT.

@testable import VoltaserveCore
import XCTest
Expand Down
Loading

0 comments on commit 008d299

Please sign in to comment.