Skip to content

Commit

Permalink
Merge pull request #2 from Apodini/lukaskollmer/fix-maybe
Browse files Browse the repository at this point in the history
update license text (arbitrary change so that we can do a new release)
  • Loading branch information
PSchmiedmayer authored Dec 18, 2022
2 parents 7de65b4 + 49418d9 commit 0843042
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 9 deletions.
4 changes: 2 additions & 2 deletions LICENSES/MIT.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MIT License

Copyright (c) 2021 Paul Schmiedmayer
Copyright (c) 2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>

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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10 changes: 9 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.
// The swift-tools-version declares the minimum version of Swift required to build this package.
//
// This source file is part of the Apodini open source project
//
// SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>
//
// SPDX-License-Identifier: MIT
//


import PackageDescription

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

This source file is part of the Apodini open source project

SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>

SPDX-License-Identifier: MIT

8 changes: 8 additions & 0 deletions Sources/ApodiniDocumentExport/ExportOptions.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//
// This source file is part of the Apodini open source project
//
// SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>
//
// SPDX-License-Identifier: MIT
//

import Foundation
import ArgumentParser

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//
// This source file is part of the Apodini open source project
//
// SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>
//
// SPDX-License-Identifier: MIT
//

import Foundation
import PathKit
@_implementationOnly import Yams
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//
// This source file is part of the Apodini open source project
//
// SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>
//
// SPDX-License-Identifier: MIT
//

import Foundation
@_implementationOnly import FineJSON
@_implementationOnly import RichJSONParser
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//
// This source file is part of the Apodini open source project
//
// SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>
//
// SPDX-License-Identifier: MIT
//

import Foundation
import PathKit

Expand Down
8 changes: 8 additions & 0 deletions Sources/ApodiniDocumentExport/FileExtension.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//
// This source file is part of the Apodini open source project
//
// SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>
//
// SPDX-License-Identifier: MIT
//

import Foundation
import PathKit

Expand Down
8 changes: 8 additions & 0 deletions Sources/ApodiniDocumentExport/OutputFormat.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//
// This source file is part of the Apodini open source project
//
// SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>
//
// SPDX-License-Identifier: MIT
//

import Foundation

/// OutputFormat cases for encodable instances
Expand Down
8 changes: 8 additions & 0 deletions Sources/ApodiniDocumentExport/Value.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//
// This source file is part of the Apodini open source project
//
// SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>
//
// SPDX-License-Identifier: MIT
//

import Foundation

/// A protocol that requires conformance to `Codable` and `Hashable` (also `Equatable`)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
//
// ApodiniDocumentExportTests.swift
//
// This source file is part of the Apodini open source project
//
// SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>
//
// Created by Valentin Bootz on 29.01.22.
// SPDX-License-Identifier: MIT
//


import Foundation
import XCTest
import PathKit
Expand Down
8 changes: 5 additions & 3 deletions Tests/ApodiniDocumentExportTests/Document.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
//
// File.swift
//
// This source file is part of the Apodini open source project
//
// SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>
//
// Created by Valentin Bootz on 29.01.22.
// SPDX-License-Identifier: MIT
//


import ApodiniDocumentExport

struct Document: Value {
Expand Down
7 changes: 7 additions & 0 deletions Tests/ApodiniDocumentExportTests/document.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

This source file is part of the Apodini open source project

SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Apodini project authors (see CONTRIBUTORS.md) <[email protected]>

SPDX-License-Identifier: MIT

0 comments on commit 0843042

Please sign in to comment.