Skip to content

Commit 423d001

Browse files
Version 1.1.14
- Updated dependancies. - Improved the legal info among the project files.
1 parent 3d78be5 commit 423d001

File tree

5 files changed

+39
-17
lines changed

5 files changed

+39
-17
lines changed

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ let package = Package(
1818
// Dependencies declare other packages that this package depends on.
1919
// .package(url: /* package url */, from: "1.0.0"),
2020
.package(url: "https://github.com/ITzTravelInTime/Command", from: "2.1.2"),
21-
.package(url: "https://github.com/ITzTravelInTime/TINURecovery", from: "3.7.6"),
22-
.package(url: "https://github.com/ITzTravelInTime/TINUNotifications", from: "3.0.6"),
23-
.package(url: "https://github.com/ITzTravelInTime/SwiftLoggedPrint", from: "3.0.1")
21+
.package(url: "https://github.com/ITzTravelInTime/TINURecovery", from: "4.0.0"),
22+
.package(url: "https://github.com/ITzTravelInTime/TINUNotifications", from: "3.0.7"),
23+
.package(url: "https://github.com/ITzTravelInTime/SwiftLoggedPrint", from: "3.1.2")
2424
],
2525
targets: [
2626
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ Also having this as it's own library allows for code to be updated separately an
8686

8787
- ITzTravelInTime (Pietro Caruso): [email protected]
8888

89-
# Copyright
89+
# Legal info
9090

91-
Copyright (C) 2021 Pietro Caruso
91+
CommandSudo: A library for the execution of privileged operations.
92+
Copyright (C) 2021 Pietro Caruso (ITzTravelInTime)
9293

9394
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
9495

Sources/CommandSudo/CommandSudo.swift

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/*
2+
3+
CommandSudo: A library for the execution of privileged operations.
4+
Copyright (C) 2021 Pietro Caruso (ITzTravelInTime)
5+
6+
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
7+
8+
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
9+
10+
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
11+
12+
13+
*/
14+
115
import Foundation
216

317
#if os(macOS)

Sources/CommandSudo/Printer.swift

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
//
2-
// File.swift
3-
//
4-
//
5-
// Created by Pietro Caruso on 10/07/21.
6-
//
1+
/*
2+
3+
CommandSudo: A library for the execution of privileged operations.
4+
Copyright (C) 2021 Pietro Caruso (ITzTravelInTime)
5+
6+
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
7+
8+
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
9+
10+
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
11+
12+
13+
*/
714

815
import Foundation
916
import SwiftLoggedPrint

0 commit comments

Comments
 (0)