Skip to content

Commit

Permalink
#17: Updating name & license for 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KyNorthstar committed Jun 9, 2023
1 parent f12794c commit d390715
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 228 deletions.
165 changes: 0 additions & 165 deletions LICENSE-GENERAL.txt

This file was deleted.

20 changes: 0 additions & 20 deletions LICENSE-SPECIAL.txt

This file was deleted.

24 changes: 17 additions & 7 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
This repository uses multiple licenses. To determine which license is
appropriate, use the following guidance:
Copyright 2022 Ky Leggiero

1. The following entities may use the license provided in the
LICENSE-SPECIAL.txt file in this repository:
a. PKWARE, Inc.
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:

2. All other entities must use the license provided in the LICENSE-GENERAL.txt
file in this repository.
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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ log(debug: "TODO: Implement startup procedure")
log(info: "Startup done")
log(warning: "Future versions won't support the `--magically-work` flag")

if username == "BenLeggiero" {
if username == "KyLeggiero" {
log(error: "You aren't allowed in here")
return
}
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/CodeLogMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// CodeLogMessage.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-05-18.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-05-18.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/CombinedLogMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// CombinedLogMessage.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-07-22.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-07-22.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/CombinedLoggable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// CombinedLogMessage.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-07-22.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-07-22.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// FileHandle + TextOutputStream.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-05-18.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-05-18.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/LogChannel/LogChannel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LogChannel.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-05-18.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-05-18.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LogChannelLocation + Swift.print.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2021-05-30.
// Copyright © 2021 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2021-05-30.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LogChannelLocation + Swift.print.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2021-05-30.
// Copyright © 2021 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2021-05-30.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LogChannelLocation + stdout & stderr.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2021-05-30.
// Copyright © 2021 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2021-05-30.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LogChannelLocation + stdout & stderr.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2021-05-30.
// Copyright © 2021 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2021-05-30.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/LogChannel/LogChannelLocation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LogChannelLocation.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2021-05-18.
// Copyright © 2021 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2021-05-18.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/LogManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LogManager.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-05-18.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-05-18.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/LogMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LogMessage.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-05-18.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-05-18.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/LogMessageProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LogMessageProtocol.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-05-18.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-05-18.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/LogSeverity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LogSeverity.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-05-18.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-05-18.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/Loggable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// Loggable.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-05-18.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-05-18.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/LoggableError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LoggableError.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-08-16.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-08-16.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Sources/SimpleLogging/Simple Logging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// Simple Logging.swift
// SimpleLogging
//
// Created by Ben Leggiero on 2020-05-18.
// Copyright © 2020 Ben Leggiero BH-1-PS
// Created by Ky Leggiero on 2020-05-18.
//

import Foundation
Expand Down
Loading

0 comments on commit d390715

Please sign in to comment.