diff --git a/Dockerfile b/Dockerfile index 49841d1..04299b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,8 @@ # Copyright (c) 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. +# See the LICENSE file in the root of this repository for details, +# or visit . FROM swift:5.10 diff --git a/Sources/Account.swift b/Sources/Account.swift index 1227cad..a7f799d 100644 --- a/Sources/Account.swift +++ b/Sources/Account.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Common/Error.swift b/Sources/Common/Error.swift index 83af198..b6878b9 100644 --- a/Sources/Common/Error.swift +++ b/Sources/Common/Error.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation diff --git a/Sources/Common/Request.swift b/Sources/Common/Request.swift index 06af894..1915bc0 100644 --- a/Sources/Common/Request.swift +++ b/Sources/Common/Request.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Common/URLRequest+AuthHeader.swift b/Sources/Common/URLRequest+AuthHeader.swift index 2000a97..5731998 100644 --- a/Sources/Common/URLRequest+AuthHeader.swift +++ b/Sources/Common/URLRequest+AuthHeader.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Common/URLRequest+JSON.swift b/Sources/Common/URLRequest+JSON.swift index 64ba67e..a721f63 100644 --- a/Sources/Common/URLRequest+JSON.swift +++ b/Sources/Common/URLRequest+JSON.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/File+Wait.swift b/Sources/File+Wait.swift index 5e71288..807ef90 100644 --- a/Sources/File+Wait.swift +++ b/Sources/File+Wait.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation diff --git a/Sources/File.swift b/Sources/File.swift index 3afd8bb..678c287 100644 --- a/Sources/File.swift +++ b/Sources/File.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Group.swift b/Sources/Group.swift index a96f94e..da882b7 100644 --- a/Sources/Group.swift +++ b/Sources/Group.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/IdentityUser.swift b/Sources/IdentityUser.swift index ed4b306..78a5e18 100644 --- a/Sources/IdentityUser.swift +++ b/Sources/IdentityUser.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation diff --git a/Sources/Insights.swift b/Sources/Insights.swift index a0fe079..bcfa937 100644 --- a/Sources/Insights.swift +++ b/Sources/Insights.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Invitation.swift b/Sources/Invitation.swift index 4a97132..a5cf05d 100644 --- a/Sources/Invitation.swift +++ b/Sources/Invitation.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Mosaic.swift b/Sources/Mosaic.swift index 5c02cad..f048f84 100644 --- a/Sources/Mosaic.swift +++ b/Sources/Mosaic.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Organization.swift b/Sources/Organization.swift index 9de425b..765172c 100644 --- a/Sources/Organization.swift +++ b/Sources/Organization.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Permission.swift b/Sources/Permission.swift index 36602d4..7676746 100644 --- a/Sources/Permission.swift +++ b/Sources/Permission.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Snapshot.swift b/Sources/Snapshot.swift index c3a45c5..a595c84 100644 --- a/Sources/Snapshot.swift +++ b/Sources/Snapshot.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Storage.swift b/Sources/Storage.swift index 4b4a5a6..c8551cb 100644 --- a/Sources/Storage.swift +++ b/Sources/Storage.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Task+Wait.swift b/Sources/Task+Wait.swift index b24d925..87a47db 100644 --- a/Sources/Task+Wait.swift +++ b/Sources/Task+Wait.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation diff --git a/Sources/Task.swift b/Sources/Task.swift index 9c50e44..e7caf03 100644 --- a/Sources/Task.swift +++ b/Sources/Task.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Token.swift b/Sources/Token.swift index 333a261..61eb641 100644 --- a/Sources/Token.swift +++ b/Sources/Token.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/User.swift b/Sources/User.swift index d02b42f..85f6330 100644 --- a/Sources/User.swift +++ b/Sources/User.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Sources/Workspace.swift b/Sources/Workspace.swift index b843703..57a9e1e 100644 --- a/Sources/Workspace.swift +++ b/Sources/Workspace.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation #if canImport(FoundationNetworking) diff --git a/Tests/AccountTests.swift b/Tests/AccountTests.swift index 610ceff..7320087 100644 --- a/Tests/AccountTests.swift +++ b/Tests/AccountTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest diff --git a/Tests/Common/ClientFactory.swift b/Tests/Common/ClientFactory.swift index da95fc4..c44f7e3 100644 --- a/Tests/Common/ClientFactory.swift +++ b/Tests/Common/ClientFactory.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import VoltaserveCore diff --git a/Tests/Common/DisposableFactory.swift b/Tests/Common/DisposableFactory.swift index 5fa0d05..1937870 100644 --- a/Tests/Common/DisposableFactory.swift +++ b/Tests/Common/DisposableFactory.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import VoltaserveCore diff --git a/Tests/Common/TokenFactory.swift b/Tests/Common/TokenFactory.swift index 279b791..30298cd 100644 --- a/Tests/Common/TokenFactory.swift +++ b/Tests/Common/TokenFactory.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import VoltaserveCore diff --git a/Tests/Common/XCTestCase+Bundle.swift b/Tests/Common/XCTestCase+Bundle.swift index 99135e0..4874462 100644 --- a/Tests/Common/XCTestCase+Bundle.swift +++ b/Tests/Common/XCTestCase+Bundle.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation import XCTest diff --git a/Tests/Common/XCTestCase+Failure.swift b/Tests/Common/XCTestCase+Failure.swift index e26c85c..843ff98 100644 --- a/Tests/Common/XCTestCase+Failure.swift +++ b/Tests/Common/XCTestCase+Failure.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import XCTest diff --git a/Tests/FileTests.swift b/Tests/FileTests.swift index 3b7b262..e2e1eab 100644 --- a/Tests/FileTests.swift +++ b/Tests/FileTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest diff --git a/Tests/GroupTests.swift b/Tests/GroupTests.swift index c46c4d8..73f3bee 100644 --- a/Tests/GroupTests.swift +++ b/Tests/GroupTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest diff --git a/Tests/Infra/Config.swift b/Tests/Infra/Config.swift index df08f41..d3e5c9a 100644 --- a/Tests/Infra/Config.swift +++ b/Tests/Infra/Config.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . import Foundation import VoltaserveCore diff --git a/Tests/InsightsTests.swift b/Tests/InsightsTests.swift index 4d89dcc..7659a21 100644 --- a/Tests/InsightsTests.swift +++ b/Tests/InsightsTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest diff --git a/Tests/InvitationTests.swift b/Tests/InvitationTests.swift index 187b24b..d7ca787 100644 --- a/Tests/InvitationTests.swift +++ b/Tests/InvitationTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest diff --git a/Tests/MosaicTests.swift b/Tests/MosaicTests.swift index a8730a1..322164c 100644 --- a/Tests/MosaicTests.swift +++ b/Tests/MosaicTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest diff --git a/Tests/OrganizationTests.swift b/Tests/OrganizationTests.swift index 45eda0d..e3abdeb 100644 --- a/Tests/OrganizationTests.swift +++ b/Tests/OrganizationTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest diff --git a/Tests/SnapshotsTests.swift b/Tests/SnapshotsTests.swift index 928beb1..fe65664 100644 --- a/Tests/SnapshotsTests.swift +++ b/Tests/SnapshotsTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest diff --git a/Tests/StorageTests.swift b/Tests/StorageTests.swift index ace387f..02021d8 100644 --- a/Tests/StorageTests.swift +++ b/Tests/StorageTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest diff --git a/Tests/TaskTests.swift b/Tests/TaskTests.swift index 15c4432..b4d8914 100644 --- a/Tests/TaskTests.swift +++ b/Tests/TaskTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest diff --git a/Tests/WorkspaceTests.swift b/Tests/WorkspaceTests.swift index bc5ef28..222f7ac 100644 --- a/Tests/WorkspaceTests.swift +++ b/Tests/WorkspaceTests.swift @@ -1,9 +1,8 @@ // Copyright (c) 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. +// See the LICENSE file in the root of this repository for details, +// or visit . @testable import VoltaserveCore import XCTest