diff --git a/SwiftyStoreKit.xcodeproj/project.pbxproj b/SwiftyStoreKit.xcodeproj/project.pbxproj index f597554..f372893 100644 --- a/SwiftyStoreKit.xcodeproj/project.pbxproj +++ b/SwiftyStoreKit.xcodeproj/project.pbxproj @@ -332,9 +332,9 @@ C3099C061E2FCDAA00392A54 /* PaymentsControllerTests.swift */, 650307F11E3163AA001332A4 /* RestorePurchasesControllerTests.swift */, C3099C181E3206C700392A54 /* CompleteTransactionsControllerTests.swift */, + 65B8C9281EC0BE62009439D9 /* InAppReceiptTests.swift */, 658A084B1E2EC5960074A98F /* PaymentQueueSpy.swift */, 65F70AC61E2ECBB300BF040D /* PaymentTransactionObserverFake.swift */, - 65B8C9281EC0BE62009439D9 /* InAppReceiptTests.swift */, C3099C081E2FCE3A00392A54 /* TestProduct.swift */, C3099C0A1E2FD13200392A54 /* TestPaymentTransaction.swift */, ); diff --git a/SwiftyStoreKitTests/InAppReceiptTests.swift b/SwiftyStoreKitTests/InAppReceiptTests.swift index 3ac7743..0ad28eb 100644 --- a/SwiftyStoreKitTests/InAppReceiptTests.swift +++ b/SwiftyStoreKitTests/InAppReceiptTests.swift @@ -3,8 +3,25 @@ // SwiftyStoreKit // // Created by Andrea Bizzotto on 08/05/2017. -// Copyright © 2017 musevisions. All rights reserved. +// Copyright (c) 2017 Andrea Bizzotto (bizz84@gmail.com) // +// 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. import XCTest import SwiftyStoreKit