Skip to content

Commit c92d7c4

Browse files
author
Guilherme Souza
committed
Add LICENSE header to all swift files
1 parent 2b6676a commit c92d7c4

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// swift-tools-version:5.3
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

4+
// Copyright (c) native.dev.br. All rights reserved.
5+
// Licensed under the Apache 2.0 License. See LICENSE file in the project root for full license information.
6+
47
import PackageDescription
58

69
let package = Package(

Sources/ErrorReporting/ErrorReporting.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) native.dev.br. All rights reserved.
2+
// Licensed under the Apache 2.0 License. See LICENSE file in the project root for full license information.
3+
14
import Foundation
25

36
public struct ErrorReporting {

Sources/ErrorReporting/NSError.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) native.dev.br. All rights reserved.
2+
// Licensed under the Apache 2.0 License. See LICENSE file in the project root for full license information.
3+
14
import Foundation
25

36
/// Key used to lookup the user info's NSError for the internal representation of the error.

Tests/ErrorReportingTests/ErrorReportingTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) native.dev.br. All rights reserved.
2+
// Licensed under the Apache 2.0 License. See LICENSE file in the project root for full license information.
3+
14
import SnapshotTesting
25
import XCTest
36

0 commit comments

Comments
 (0)