Skip to content

Commit ea8289b

Browse files
committed
#17: Updating name & license for 0.6
1 parent a61b7b1 commit ea8289b

22 files changed

Lines changed: 36 additions & 228 deletions

LICENSE-GENERAL.txt

Lines changed: 0 additions & 165 deletions
This file was deleted.

LICENSE-SPECIAL.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

LICENSE.txt

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
This repository uses multiple licenses. To determine which license is
2-
appropriate, use the following guidance:
1+
Copyright 2022 Ky Leggiero
32

4-
1. The following entities may use the license provided in the
5-
LICENSE-SPECIAL.txt file in this repository:
6-
a. PKWARE, Inc.
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the “Software”), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
79

8-
2. All other entities must use the license provided in the LICENSE-GENERAL.txt
9-
file in this repository.
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ log(debug: "TODO: Implement startup procedure")
3535
log(info: "Startup done")
3636
log(warning: "Future versions won't support the `--magically-work` flag")
3737

38-
if username == "BenLeggiero" {
38+
if username == "KyLeggiero" {
3939
log(error: "You aren't allowed in here")
4040
return
4141
}

Sources/SimpleLogging/CombinedLogMessage.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// CombinedLogMessage.swift
33
// SimpleLogging
44
//
5-
// Created by Ben Leggiero on 2020-07-22.
6-
// Copyright © 2020 Ben Leggiero BH-1-PS
5+
// Created by Ky Leggiero on 2020-07-22.
76
//
87

98
import Foundation

Sources/SimpleLogging/CombinedLoggable.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// CombinedLogMessage.swift
33
// SimpleLogging
44
//
5-
// Created by Ben Leggiero on 2020-07-22.
6-
// Copyright © 2020 Ben Leggiero BH-1-PS
5+
// Created by Ky Leggiero on 2020-07-22.
76
//
87

98
import Foundation

Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// FileHandle + TextOutputStream.swift
33
// SimpleLogging
44
//
5-
// Created by Ben Leggiero on 2020-05-18.
6-
// Copyright © 2020 Ben Leggiero BH-1-PS
5+
// Created by Ky Leggiero on 2020-05-18.
76
//
87

98
import Foundation

Sources/SimpleLogging/LogChannel/LogChannel.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// LogChannel.swift
33
// SimpleLogging
44
//
5-
// Created by Ben Leggiero on 2020-05-18.
6-
// Copyright © 2020 Ben Leggiero BH-1-PS
5+
// Created by Ky Leggiero on 2020-05-18.
76
//
87

98
import Foundation

Sources/SimpleLogging/LogChannel/LogChannelLocation + Swift.print.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// LogChannelLocation + Swift.print.swift
33
// SimpleLogging
44
//
5-
// Created by Ben Leggiero on 2021-05-30.
6-
// Copyright © 2021 Ben Leggiero BH-1-PS
5+
// Created by Ky Leggiero on 2021-05-30.
76
//
87

98
import Foundation

Sources/SimpleLogging/LogChannel/LogChannelLocation + custom.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// LogChannelLocation + Swift.print.swift
33
// SimpleLogging
44
//
5-
// Created by Ben Leggiero on 2021-05-30.
6-
// Copyright © 2021 Ben Leggiero BH-1-PS
5+
// Created by Ky Leggiero on 2021-05-30.
76
//
87

98
import Foundation

0 commit comments

Comments
 (0)