From f6f489e1ab2852cc9dd71a5f0295f6694af8d753 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 16 Jul 2021 12:53:59 -0400 Subject: [PATCH] Add a license file. --- LICENSE | 21 +++++++++++++++++++++ ListenerApp.xcodeproj/project.pbxproj | 4 ++++ 2 files changed, 25 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6232ca8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2021 Jeremy Rand + +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. diff --git a/ListenerApp.xcodeproj/project.pbxproj b/ListenerApp.xcodeproj/project.pbxproj index 051bc2b..24307ee 100644 --- a/ListenerApp.xcodeproj/project.pbxproj +++ b/ListenerApp.xcodeproj/project.pbxproj @@ -13,6 +13,7 @@ 9D5155FA26A1EF7C0075EBC7 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9D5155F926A1EF7C0075EBC7 /* Preview Assets.xcassets */; }; 9D51560526A1EF7C0075EBC7 /* ListenerAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51560426A1EF7C0075EBC7 /* ListenerAppTests.swift */; }; 9D51561026A1EF7C0075EBC7 /* ListenerAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51560F26A1EF7C0075EBC7 /* ListenerAppUITests.swift */; }; + 9D51562226A1F0DF0075EBC7 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 9D51562126A1F0DF0075EBC7 /* LICENSE */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -45,6 +46,7 @@ 9D51560B26A1EF7C0075EBC7 /* ListenerAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ListenerAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 9D51560F26A1EF7C0075EBC7 /* ListenerAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerAppUITests.swift; sourceTree = ""; }; 9D51561126A1EF7C0075EBC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 9D51562126A1F0DF0075EBC7 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -75,6 +77,7 @@ 9D5155E626A1EF7B0075EBC7 = { isa = PBXGroup; children = ( + 9D51562126A1F0DF0075EBC7 /* LICENSE */, 9D5155F126A1EF7B0075EBC7 /* ListenerApp */, 9D51560326A1EF7C0075EBC7 /* ListenerAppTests */, 9D51560E26A1EF7C0075EBC7 /* ListenerAppUITests */, @@ -233,6 +236,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 9D51562226A1F0DF0075EBC7 /* LICENSE in Resources */, 9D5155FA26A1EF7C0075EBC7 /* Preview Assets.xcassets in Resources */, 9D5155F726A1EF7C0075EBC7 /* Assets.xcassets in Resources */, );