diff --git a/.jazzy-internal.yaml b/.jazzy-internal.yaml index 26a8b3c1..46ced84c 100644 --- a/.jazzy-internal.yaml +++ b/.jazzy-internal.yaml @@ -1,4 +1,4 @@ -author: LINE Corporation +author: LY Corporation author_url: https://line.me clean: true github_url: https://github.com/line/line-sdk-ios-swift diff --git a/.jazzy.yaml b/.jazzy.yaml index 20598cf3..ffafb32d 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,4 +1,4 @@ -author: LINE Corporation +author: LY Corporation author_url: https://line.me clean: true github_url: https://github.com/line/line-sdk-ios-swift diff --git a/LineSDK.xcworkspace/xcshareddata/IDETemplateMacros.plist b/LineSDK.xcworkspace/xcshareddata/IDETemplateMacros.plist index c627dff6..6322a8f8 100644 --- a/LineSDK.xcworkspace/xcshareddata/IDETemplateMacros.plist +++ b/LineSDK.xcworkspace/xcshareddata/IDETemplateMacros.plist @@ -6,13 +6,13 @@ // ___FILENAME___ // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift b/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift index 830db829..ba77dbc4 100644 --- a/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift +++ b/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift @@ -1,13 +1,13 @@ // // ECDSA.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/Algorithms/RSA.swift b/LineSDK/LineSDK/Crypto/Algorithms/RSA.swift index e3f03854..2f971eb9 100644 --- a/LineSDK/LineSDK/Crypto/Algorithms/RSA.swift +++ b/LineSDK/LineSDK/Crypto/Algorithms/RSA.swift @@ -1,13 +1,13 @@ // // RSA.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/CryptoAlgorithm.swift b/LineSDK/LineSDK/Crypto/CryptoAlgorithm.swift index b832cf88..1d447a3b 100644 --- a/LineSDK/LineSDK/Crypto/CryptoAlgorithm.swift +++ b/LineSDK/LineSDK/Crypto/CryptoAlgorithm.swift @@ -1,13 +1,13 @@ // // CryptoAlgorithm.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/CryptoData.swift b/LineSDK/LineSDK/Crypto/CryptoData.swift index 77f9027a..5c19c6b7 100644 --- a/LineSDK/LineSDK/Crypto/CryptoData.swift +++ b/LineSDK/LineSDK/Crypto/CryptoData.swift @@ -1,13 +1,13 @@ // // CryptoData.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/CryptoError.swift b/LineSDK/LineSDK/Crypto/CryptoError.swift index ae1894b0..9d02ffae 100644 --- a/LineSDK/LineSDK/Crypto/CryptoError.swift +++ b/LineSDK/LineSDK/Crypto/CryptoError.swift @@ -1,13 +1,13 @@ // // CryptoError.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/CryptoHelpers.swift b/LineSDK/LineSDK/Crypto/CryptoHelpers.swift index d27b29d0..9870c637 100644 --- a/LineSDK/LineSDK/Crypto/CryptoHelpers.swift +++ b/LineSDK/LineSDK/Crypto/CryptoHelpers.swift @@ -1,13 +1,13 @@ // // RSAHelpers.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/CryptoKey.swift b/LineSDK/LineSDK/Crypto/CryptoKey.swift index ee66f980..753569fb 100644 --- a/LineSDK/LineSDK/Crypto/CryptoKey.swift +++ b/LineSDK/LineSDK/Crypto/CryptoKey.swift @@ -1,13 +1,13 @@ // // CryptoKey.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/GetDiscoveryDocumentRequest.swift b/LineSDK/LineSDK/Crypto/GetDiscoveryDocumentRequest.swift index be1c072d..2030f385 100644 --- a/LineSDK/LineSDK/Crypto/GetDiscoveryDocumentRequest.swift +++ b/LineSDK/LineSDK/Crypto/GetDiscoveryDocumentRequest.swift @@ -1,13 +1,13 @@ // // GetDiscoveryDocumentRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/GetJWKSetRequest.swift b/LineSDK/LineSDK/Crypto/GetJWKSetRequest.swift index 707d6bc1..6c0971ce 100644 --- a/LineSDK/LineSDK/Crypto/GetJWKSetRequest.swift +++ b/LineSDK/LineSDK/Crypto/GetJWKSetRequest.swift @@ -1,13 +1,13 @@ // // GetJWKSetRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/JWK/JWA.swift b/LineSDK/LineSDK/Crypto/JWK/JWA.swift index ffd308e4..105e1bf9 100644 --- a/LineSDK/LineSDK/Crypto/JWK/JWA.swift +++ b/LineSDK/LineSDK/Crypto/JWK/JWA.swift @@ -1,13 +1,13 @@ // // JWA.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/JWK/JWK.swift b/LineSDK/LineSDK/Crypto/JWK/JWK.swift index aed0c41d..4c7b1af0 100644 --- a/LineSDK/LineSDK/Crypto/JWK/JWK.swift +++ b/LineSDK/LineSDK/Crypto/JWK/JWK.swift @@ -1,13 +1,13 @@ // // JWK.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/JWK/JWKSet.swift b/LineSDK/LineSDK/Crypto/JWK/JWKSet.swift index ae093490..b31b1cc1 100644 --- a/LineSDK/LineSDK/Crypto/JWK/JWKSet.swift +++ b/LineSDK/LineSDK/Crypto/JWK/JWKSet.swift @@ -1,13 +1,13 @@ // // JWKSet.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/JWT/JWT.swift b/LineSDK/LineSDK/Crypto/JWT/JWT.swift index 640104c5..1458dc45 100644 --- a/LineSDK/LineSDK/Crypto/JWT/JWT.swift +++ b/LineSDK/LineSDK/Crypto/JWT/JWT.swift @@ -1,13 +1,13 @@ // // JWT.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/JWT/JWTCoder.swift b/LineSDK/LineSDK/Crypto/JWT/JWTCoder.swift index 50d5a65c..dd5807a7 100644 --- a/LineSDK/LineSDK/Crypto/JWT/JWTCoder.swift +++ b/LineSDK/LineSDK/Crypto/JWT/JWTCoder.swift @@ -1,13 +1,13 @@ // // JWTCoder.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Crypto/JWT/JWTHelpers.swift b/LineSDK/LineSDK/Crypto/JWT/JWTHelpers.swift index b6101b88..1bf1774e 100644 --- a/LineSDK/LineSDK/Crypto/JWT/JWTHelpers.swift +++ b/LineSDK/LineSDK/Crypto/JWT/JWTHelpers.swift @@ -1,13 +1,13 @@ // // JWTHelpers.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Friendship/Request/GetBotFriendshipStatus.swift b/LineSDK/LineSDK/Friendship/Request/GetBotFriendshipStatus.swift index eff7793d..f1a3b732 100644 --- a/LineSDK/LineSDK/Friendship/Request/GetBotFriendshipStatus.swift +++ b/LineSDK/LineSDK/Friendship/Request/GetBotFriendshipStatus.swift @@ -1,13 +1,13 @@ // // GetBotFriendshipStatus.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/General/LineSDKError.swift b/LineSDK/LineSDK/General/LineSDKError.swift index d0fbc169..431761cb 100644 --- a/LineSDK/LineSDK/General/LineSDKError.swift +++ b/LineSDK/LineSDK/General/LineSDKError.swift @@ -1,13 +1,13 @@ // // LineSDKError.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Graph/Model/Group.swift b/LineSDK/LineSDK/Graph/Model/Group.swift index eca923af..b89f2c54 100644 --- a/LineSDK/LineSDK/Graph/Model/Group.swift +++ b/LineSDK/LineSDK/Graph/Model/Group.swift @@ -1,13 +1,13 @@ // // Group.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Graph/Model/User.swift b/LineSDK/LineSDK/Graph/Model/User.swift index de9cba30..60f59a83 100644 --- a/LineSDK/LineSDK/Graph/Model/User.swift +++ b/LineSDK/LineSDK/Graph/Model/User.swift @@ -1,13 +1,13 @@ // // User.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Graph/Request/GetApproversInFriendsRequest.swift b/LineSDK/LineSDK/Graph/Request/GetApproversInFriendsRequest.swift index 2970c662..244292b8 100644 --- a/LineSDK/LineSDK/Graph/Request/GetApproversInFriendsRequest.swift +++ b/LineSDK/LineSDK/Graph/Request/GetApproversInFriendsRequest.swift @@ -1,13 +1,13 @@ // // GetApproversInFriendsRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Graph/Request/GetApproversInGroupRequest.swift b/LineSDK/LineSDK/Graph/Request/GetApproversInGroupRequest.swift index b19d07e7..bdfe5dfc 100644 --- a/LineSDK/LineSDK/Graph/Request/GetApproversInGroupRequest.swift +++ b/LineSDK/LineSDK/Graph/Request/GetApproversInGroupRequest.swift @@ -1,13 +1,13 @@ // // GetApproversInGroupRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Graph/Request/GetFriendsRequest.swift b/LineSDK/LineSDK/Graph/Request/GetFriendsRequest.swift index 8db6c349..c921c254 100644 --- a/LineSDK/LineSDK/Graph/Request/GetFriendsRequest.swift +++ b/LineSDK/LineSDK/Graph/Request/GetFriendsRequest.swift @@ -1,13 +1,13 @@ // // GetFriendsRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Graph/Request/GetGroupsRequest.swift b/LineSDK/LineSDK/Graph/Request/GetGroupsRequest.swift index 270d0f9e..8ef900ad 100644 --- a/LineSDK/LineSDK/Graph/Request/GetGroupsRequest.swift +++ b/LineSDK/LineSDK/Graph/Request/GetGroupsRequest.swift @@ -1,13 +1,13 @@ // // GetGroupsRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Graph/Request/GetShareFriendsRequest.swift b/LineSDK/LineSDK/Graph/Request/GetShareFriendsRequest.swift index 8aa4b6f3..874c0547 100644 --- a/LineSDK/LineSDK/Graph/Request/GetShareFriendsRequest.swift +++ b/LineSDK/LineSDK/Graph/Request/GetShareFriendsRequest.swift @@ -1,13 +1,13 @@ // // GetShareFriendsRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Graph/Request/GetShareGroupsRequest.swift b/LineSDK/LineSDK/Graph/Request/GetShareGroupsRequest.swift index 8879dabe..e4d35180 100644 --- a/LineSDK/LineSDK/Graph/Request/GetShareGroupsRequest.swift +++ b/LineSDK/LineSDK/Graph/Request/GetShareGroupsRequest.swift @@ -1,13 +1,13 @@ // // GetShareGroupsRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/AuthorizationStatus.swift b/LineSDK/LineSDK/LineSDKUI/AuthorizationStatus.swift index 3b1c5438..922d4b3a 100644 --- a/LineSDK/LineSDK/LineSDKUI/AuthorizationStatus.swift +++ b/LineSDK/LineSDK/LineSDKUI/AuthorizationStatus.swift @@ -1,13 +1,13 @@ // // AuthorizationStatus.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/Base/StyleNavigationController.swift b/LineSDK/LineSDK/LineSDKUI/Base/StyleNavigationController.swift index 0097af83..4454f7fd 100644 --- a/LineSDK/LineSDK/LineSDKUI/Base/StyleNavigationController.swift +++ b/LineSDK/LineSDK/LineSDKUI/Base/StyleNavigationController.swift @@ -1,13 +1,13 @@ // // LineSDKNavigationController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/LoginButton.swift b/LineSDK/LineSDK/LineSDKUI/LoginButton.swift index b301c02a..5e404f1a 100644 --- a/LineSDK/LineSDK/LineSDKUI/LoginButton.swift +++ b/LineSDK/LineSDK/LineSDKUI/LoginButton.swift @@ -1,13 +1,13 @@ // // LoginButton.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/FormEntry.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/FormEntry.swift index c7b4001c..49b47cd6 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/FormEntry.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/FormEntry.swift @@ -1,13 +1,13 @@ // // FormEntry.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/FormSection.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/FormSection.swift index 53369f9b..f7738af2 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/FormSection.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/FormSection.swift @@ -1,13 +1,13 @@ // // FormSection.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/OpenChatCategoryExtensions.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/OpenChatCategoryExtensions.swift index 1d597da6..7473d14a 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/OpenChatCategoryExtensions.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Model/OpenChatCategoryExtensions.swift @@ -1,13 +1,13 @@ // // OpenChatCategoryExtensions.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Public/OpenChatCreatingController.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Public/OpenChatCreatingController.swift index cfbb2522..8af18ce1 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Public/OpenChatCreatingController.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Public/OpenChatCreatingController.swift @@ -1,13 +1,13 @@ // // OpenChatCreatingController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Public/OpenChatCreatingControllerDelegate.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Public/OpenChatCreatingControllerDelegate.swift index 4f86bfe8..ab30e2c3 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Public/OpenChatCreatingControllerDelegate.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/Public/OpenChatCreatingControllerDelegate.swift @@ -1,13 +1,13 @@ // // OpenChatCreatingControllerDelegate.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/CountLimitedTextView.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/CountLimitedTextView.swift index dcf80a14..235e76de 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/CountLimitedTextView.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/CountLimitedTextView.swift @@ -1,13 +1,13 @@ // // CountLimitedTextView.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/OpenChatRoomDescriptionTableViewCell.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/OpenChatRoomDescriptionTableViewCell.swift index c920465e..24b6f504 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/OpenChatRoomDescriptionTableViewCell.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/OpenChatRoomDescriptionTableViewCell.swift @@ -1,13 +1,13 @@ // // OpenChatRoomDescriptionTableViewCell.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/OpenChatRoomNameTableViewCell.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/OpenChatRoomNameTableViewCell.swift index 269abb86..772c0126 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/OpenChatRoomNameTableViewCell.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/OpenChatRoomNameTableViewCell.swift @@ -1,13 +1,13 @@ // // OpenChatRoomNameTableViewCell.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/ToastView.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/ToastView.swift index 6d5fe6cf..48464447 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/ToastView.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/ToastView.swift @@ -1,13 +1,13 @@ // // ToastView.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/VerticallyCenteredTextView.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/VerticallyCenteredTextView.swift index 687015a1..203d659a 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/VerticallyCenteredTextView.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/View/VerticallyCenteredTextView.swift @@ -1,13 +1,13 @@ // // VerticallyCenteredTextView.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatCreatingNavigationController.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatCreatingNavigationController.swift index 73c04379..00e194e4 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatCreatingNavigationController.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatCreatingNavigationController.swift @@ -1,13 +1,13 @@ // // OpenChatCreatingNavigationController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatRoomInfoViewController.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatRoomInfoViewController.swift index 85d461fd..b0f6ee8a 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatRoomInfoViewController.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatRoomInfoViewController.swift @@ -1,13 +1,13 @@ // // OpenChatRoomInfoViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatUserProfileViewController.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatUserProfileViewController.swift index a4c26f2c..2e76eccf 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatUserProfileViewController.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OpenChatUserProfileViewController.swift @@ -1,13 +1,13 @@ // // OpenChatUserProfileViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OptionSelectingViewController.swift b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OptionSelectingViewController.swift index e4d3a43f..75915e85 100644 --- a/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OptionSelectingViewController.swift +++ b/LineSDK/LineSDK/LineSDKUI/OpenChatUI/ViewControllers/OptionSelectingViewController.swift @@ -1,13 +1,13 @@ // // OptionSelectingViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/ResourceLoading.swift b/LineSDK/LineSDK/LineSDKUI/ResourceLoading.swift index 0fcc310e..e00512e8 100644 --- a/LineSDK/LineSDK/LineSDKUI/ResourceLoading.swift +++ b/LineSDK/LineSDK/LineSDKUI/ResourceLoading.swift @@ -1,13 +1,13 @@ // // ResourceLoading.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/Model/ColumnDataStore.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/Model/ColumnDataStore.swift index e7e71f56..2d00ba25 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/Model/ColumnDataStore.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/Model/ColumnDataStore.swift @@ -1,13 +1,13 @@ // // ColumnDataStore.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/PageViewController/PageTabView.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/PageViewController/PageTabView.swift index d244b138..7934e6ad 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/PageViewController/PageTabView.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/PageViewController/PageTabView.swift @@ -1,13 +1,13 @@ // // PageTabView.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/PageViewController/PageViewController.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/PageViewController/PageViewController.swift index bd93fc22..559cde3c 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/PageViewController/PageViewController.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/PageViewController/PageViewController.swift @@ -1,13 +1,13 @@ // // PageViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/MessageShareTargetType.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/MessageShareTargetType.swift index e23f20c2..46c5535f 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/MessageShareTargetType.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/MessageShareTargetType.swift @@ -1,13 +1,13 @@ // // MessageShareTargetType.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareTarget.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareTarget.swift index e663eb3e..f27ec239 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareTarget.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareTarget.swift @@ -1,13 +1,13 @@ // // ShareTarget.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewController.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewController.swift index 87f59034..979f67c7 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewController.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewController.swift @@ -1,13 +1,13 @@ // // ShareViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewControllerDelegate.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewControllerDelegate.swift index 99f412da..6b44dd60 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewControllerDelegate.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewControllerDelegate.swift @@ -1,13 +1,13 @@ // // ShareViewControllerDelegate.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/SelectedPanel/SelectedTargetPanelCell.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/SelectedPanel/SelectedTargetPanelCell.swift index 54f0569f..380451e0 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/SelectedPanel/SelectedTargetPanelCell.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/SelectedPanel/SelectedTargetPanelCell.swift @@ -1,13 +1,13 @@ // // SelectedTargetViewCell.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/SelectedPanel/SelectedTargetPanelViewController.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/SelectedPanel/SelectedTargetPanelViewController.swift index 400b70e4..99ade485 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/SelectedPanel/SelectedTargetPanelViewController.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/SelectedPanel/SelectedTargetPanelViewController.swift @@ -1,13 +1,13 @@ // // ShareTargetDisplayViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSearchResultTableViewController.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSearchResultTableViewController.swift index 1715bfd8..a4bb2a18 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSearchResultTableViewController.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSearchResultTableViewController.swift @@ -1,13 +1,13 @@ // // ShareTargetSearchResultTableViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSearchResultViewController.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSearchResultViewController.swift index 108d525c..a99a33b4 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSearchResultViewController.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSearchResultViewController.swift @@ -1,13 +1,13 @@ // // ShareTargetSearchResultViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSelectingSectionHeaderView.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSelectingSectionHeaderView.swift index 0b4f6227..b925e4b4 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSelectingSectionHeaderView.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSearch/ShareTargetSelectingSectionHeaderView.swift @@ -1,13 +1,13 @@ // // ShareTargetSelectingSectionHeaderView.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareRootViewController.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareRootViewController.swift index 219dd50e..de2dad0f 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareRootViewController.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareRootViewController.swift @@ -1,13 +1,13 @@ // // ShareRootViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSearchController.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSearchController.swift index d186b99e..54b16de8 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSearchController.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSearchController.swift @@ -1,13 +1,13 @@ // // ShareTargetSearchController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingTableCell.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingTableCell.swift index 14e281f8..a3f60c61 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingTableCell.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingTableCell.swift @@ -1,13 +1,13 @@ // // ShareTargetSelectingTableCell.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingViewController.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingViewController.swift index 736c27f4..f326fbca 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingViewController.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingViewController.swift @@ -1,13 +1,13 @@ // // ShareTargetSelectingViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetTableViewStyling.swift b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetTableViewStyling.swift index 1e18b7a2..aa003184 100644 --- a/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetTableViewStyling.swift +++ b/LineSDK/LineSDK/LineSDKUI/SharingUI/TargetSelecting/ShareTargetTableViewStyling.swift @@ -1,13 +1,13 @@ // // ShareTargetTableViewStyling.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/LoginConfiguration.swift b/LineSDK/LineSDK/Login/LoginConfiguration.swift index fba5e8c3..cc938959 100644 --- a/LineSDK/LineSDK/Login/LoginConfiguration.swift +++ b/LineSDK/LineSDK/Login/LoginConfiguration.swift @@ -1,13 +1,13 @@ // // LoginConfiguration.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/LoginManager.swift b/LineSDK/LineSDK/Login/LoginManager.swift index aa0916f1..e3fdc3b2 100644 --- a/LineSDK/LineSDK/Login/LoginManager.swift +++ b/LineSDK/LineSDK/Login/LoginManager.swift @@ -1,13 +1,13 @@ // // LoginConfiguration.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/LoginManagerOptions.swift b/LineSDK/LineSDK/Login/LoginManagerOptions.swift index 1f440f25..3d61bf4b 100644 --- a/LineSDK/LineSDK/Login/LoginManagerOptions.swift +++ b/LineSDK/LineSDK/Login/LoginManagerOptions.swift @@ -1,13 +1,13 @@ // // LoginManagerOptions.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/LoginManagerParameters.swift b/LineSDK/LineSDK/Login/LoginManagerParameters.swift index c0f70dd1..eb1fd106 100644 --- a/LineSDK/LineSDK/Login/LoginManagerParameters.swift +++ b/LineSDK/LineSDK/Login/LoginManagerParameters.swift @@ -1,13 +1,13 @@ // // LoginManagerParameters.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/LoginPermission.swift b/LineSDK/LineSDK/Login/LoginPermission.swift index 6093e5c5..70150847 100644 --- a/LineSDK/LineSDK/Login/LoginPermission.swift +++ b/LineSDK/LineSDK/Login/LoginPermission.swift @@ -1,13 +1,13 @@ // // LoginPermission.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/LoginProcess.swift b/LineSDK/LineSDK/Login/LoginProcess.swift index 0f898454..08ee1556 100644 --- a/LineSDK/LineSDK/Login/LoginProcess.swift +++ b/LineSDK/LineSDK/Login/LoginProcess.swift @@ -1,13 +1,13 @@ // // LoginProcess.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/LoginProcessURLResponse.swift b/LineSDK/LineSDK/Login/LoginProcessURLResponse.swift index 876f5417..b2629e2b 100644 --- a/LineSDK/LineSDK/Login/LoginProcessURLResponse.swift +++ b/LineSDK/LineSDK/Login/LoginProcessURLResponse.swift @@ -1,13 +1,13 @@ // // LoginProcessURLResponse.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/LoginResult.swift b/LineSDK/LineSDK/Login/LoginResult.swift index 0653c58f..036977ee 100644 --- a/LineSDK/LineSDK/Login/LoginResult.swift +++ b/LineSDK/LineSDK/Login/LoginResult.swift @@ -1,13 +1,13 @@ // // LoginResult.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/Model/AccessToken.swift b/LineSDK/LineSDK/Login/Model/AccessToken.swift index e20ba547..718d4653 100644 --- a/LineSDK/LineSDK/Login/Model/AccessToken.swift +++ b/LineSDK/LineSDK/Login/Model/AccessToken.swift @@ -1,13 +1,13 @@ // // AccessToken.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/Model/AccessTokenStore.swift b/LineSDK/LineSDK/Login/Model/AccessTokenStore.swift index e6094001..fb5d041c 100644 --- a/LineSDK/LineSDK/Login/Model/AccessTokenStore.swift +++ b/LineSDK/LineSDK/Login/Model/AccessTokenStore.swift @@ -1,13 +1,13 @@ // // AccessTokenStore.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/Model/AccessTokenVerifyResult.swift b/LineSDK/LineSDK/Login/Model/AccessTokenVerifyResult.swift index f47a0cd1..d60e9e2a 100644 --- a/LineSDK/LineSDK/Login/Model/AccessTokenVerifyResult.swift +++ b/LineSDK/LineSDK/Login/Model/AccessTokenVerifyResult.swift @@ -1,13 +1,13 @@ // // AccessTokenVerifyResult.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/Model/UserProfile.swift b/LineSDK/LineSDK/Login/Model/UserProfile.swift index bc39ffbc..163a4849 100644 --- a/LineSDK/LineSDK/Login/Model/UserProfile.swift +++ b/LineSDK/LineSDK/Login/Model/UserProfile.swift @@ -1,13 +1,13 @@ // // UserProfile.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/PKCE/PKCE.swift b/LineSDK/LineSDK/Login/PKCE/PKCE.swift index 0fc68c39..b14d2a2c 100644 --- a/LineSDK/LineSDK/Login/PKCE/PKCE.swift +++ b/LineSDK/LineSDK/Login/PKCE/PKCE.swift @@ -1,13 +1,13 @@ // // PKCE.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/Request/GetUserProfileRequest.swift b/LineSDK/LineSDK/Login/Request/GetUserProfileRequest.swift index f438dfef..738c3467 100644 --- a/LineSDK/LineSDK/Login/Request/GetUserProfileRequest.swift +++ b/LineSDK/LineSDK/Login/Request/GetUserProfileRequest.swift @@ -1,13 +1,13 @@ // // GetUserProfileRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/Request/GetVerifyTokenRequest.swift b/LineSDK/LineSDK/Login/Request/GetVerifyTokenRequest.swift index f4bb0194..3a7513d2 100644 --- a/LineSDK/LineSDK/Login/Request/GetVerifyTokenRequest.swift +++ b/LineSDK/LineSDK/Login/Request/GetVerifyTokenRequest.swift @@ -1,13 +1,13 @@ // // GetVerifyTokenRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/Request/PostExchangeTokenRequest.swift b/LineSDK/LineSDK/Login/Request/PostExchangeTokenRequest.swift index 6d08b46b..1d04d81c 100644 --- a/LineSDK/LineSDK/Login/Request/PostExchangeTokenRequest.swift +++ b/LineSDK/LineSDK/Login/Request/PostExchangeTokenRequest.swift @@ -1,13 +1,13 @@ // // PostExchangeTokenRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/Request/PostRefreshTokenRequest.swift b/LineSDK/LineSDK/Login/Request/PostRefreshTokenRequest.swift index 12d1a007..2b147309 100644 --- a/LineSDK/LineSDK/Login/Request/PostRefreshTokenRequest.swift +++ b/LineSDK/LineSDK/Login/Request/PostRefreshTokenRequest.swift @@ -1,13 +1,13 @@ // // PostRefreshTokenRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Login/Request/PostRevokeTokenRequest.swift b/LineSDK/LineSDK/Login/Request/PostRevokeTokenRequest.swift index a44262b8..8ede8f72 100644 --- a/LineSDK/LineSDK/Login/Request/PostRevokeTokenRequest.swift +++ b/LineSDK/LineSDK/Login/Request/PostRevokeTokenRequest.swift @@ -1,13 +1,13 @@ // // PostRevokeTokenRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Actions/MessageAction.swift b/LineSDK/LineSDK/Messaging/Model/Actions/MessageAction.swift index 4e532720..9eaaa20a 100644 --- a/LineSDK/LineSDK/Messaging/Model/Actions/MessageAction.swift +++ b/LineSDK/LineSDK/Messaging/Model/Actions/MessageAction.swift @@ -1,13 +1,13 @@ // // MessageAction.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/AudioMessage.swift b/LineSDK/LineSDK/Messaging/Model/AudioMessage.swift index 7c423ea6..05774ea9 100644 --- a/LineSDK/LineSDK/Messaging/Model/AudioMessage.swift +++ b/LineSDK/LineSDK/Messaging/Model/AudioMessage.swift @@ -1,13 +1,13 @@ // // AudioMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexBoxComponent.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexBoxComponent.swift index 7e35916e..3e893a7d 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexBoxComponent.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexBoxComponent.swift @@ -1,13 +1,13 @@ // // FlexBoxComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexButtonComponent.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexButtonComponent.swift index 10175a37..52943ae4 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexButtonComponent.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexButtonComponent.swift @@ -1,13 +1,13 @@ // // FlexButtonComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexFillerComponent.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexFillerComponent.swift index a1446686..40469ccd 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexFillerComponent.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexFillerComponent.swift @@ -1,13 +1,13 @@ // // FlexFillerComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexIconComponent.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexIconComponent.swift index 9aa3399e..3399ca2c 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexIconComponent.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexIconComponent.swift @@ -1,13 +1,13 @@ // // FlexIconComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexImageComponent.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexImageComponent.swift index a6e57758..a1123b16 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexImageComponent.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexImageComponent.swift @@ -1,13 +1,13 @@ // // FlexImageComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexMessageComponent.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexMessageComponent.swift index 5685a9f6..9a75951e 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexMessageComponent.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexMessageComponent.swift @@ -1,13 +1,13 @@ // // FlexMessageComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexMessageProperties.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexMessageProperties.swift index a13ea440..4a993f59 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexMessageProperties.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexMessageProperties.swift @@ -1,13 +1,13 @@ // // FlexMessageProperties.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexSeparatorComponent.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexSeparatorComponent.swift index b8b3a98a..ed3a0b0e 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexSeparatorComponent.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexSeparatorComponent.swift @@ -1,13 +1,13 @@ // // FlexSeparatorComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexSpacerComponent.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexSpacerComponent.swift index 6eac6a9f..bff144d4 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexSpacerComponent.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexSpacerComponent.swift @@ -1,13 +1,13 @@ // // FlexSpacerComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexTextComponent.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexTextComponent.swift index a312585e..fda404e5 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexTextComponent.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Component/FlexTextComponent.swift @@ -1,13 +1,13 @@ // // FlexTextComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexBubbleContainer.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexBubbleContainer.swift index 183e0b21..03a14dbc 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexBubbleContainer.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexBubbleContainer.swift @@ -1,13 +1,13 @@ // // FlexBubbleContainer.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexCarouselContainer.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexCarouselContainer.swift index b509b7ce..f69dec3d 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexCarouselContainer.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexCarouselContainer.swift @@ -1,13 +1,13 @@ // // FlexCarouselContainer.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexMessageContainer.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexMessageContainer.swift index 52ece300..6c8596d4 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexMessageContainer.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Container/FlexMessageContainer.swift @@ -1,13 +1,13 @@ // // FlexMessageContainer.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Flex/Style/FlexBlockStyle.swift b/LineSDK/LineSDK/Messaging/Model/Flex/Style/FlexBlockStyle.swift index 2cfe72d7..aec97afd 100644 --- a/LineSDK/LineSDK/Messaging/Model/Flex/Style/FlexBlockStyle.swift +++ b/LineSDK/LineSDK/Messaging/Model/Flex/Style/FlexBlockStyle.swift @@ -1,13 +1,13 @@ // // FlexBlockStyle.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/FlexMessage.swift b/LineSDK/LineSDK/Messaging/Model/FlexMessage.swift index 28ca4e89..02e7ca5a 100644 --- a/LineSDK/LineSDK/Messaging/Model/FlexMessage.swift +++ b/LineSDK/LineSDK/Messaging/Model/FlexMessage.swift @@ -1,13 +1,13 @@ // // FlexMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/ImageMessage.swift b/LineSDK/LineSDK/Messaging/Model/ImageMessage.swift index 2acdb7ae..4b223acc 100644 --- a/LineSDK/LineSDK/Messaging/Model/ImageMessage.swift +++ b/LineSDK/LineSDK/Messaging/Model/ImageMessage.swift @@ -1,13 +1,13 @@ // // ImageMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/LocationMessage.swift b/LineSDK/LineSDK/Messaging/Model/LocationMessage.swift index 0e8aec81..fb96ba7a 100644 --- a/LineSDK/LineSDK/Messaging/Model/LocationMessage.swift +++ b/LineSDK/LineSDK/Messaging/Model/LocationMessage.swift @@ -1,13 +1,13 @@ // // LocationMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Message.swift b/LineSDK/LineSDK/Messaging/Model/Message.swift index cb735091..4aaa357b 100644 --- a/LineSDK/LineSDK/Messaging/Model/Message.swift +++ b/LineSDK/LineSDK/Messaging/Model/Message.swift @@ -1,13 +1,13 @@ // // Message.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/MessageProtocols.swift b/LineSDK/LineSDK/Messaging/Model/MessageProtocols.swift index a801f865..bcdf6fa5 100644 --- a/LineSDK/LineSDK/Messaging/Model/MessageProtocols.swift +++ b/LineSDK/LineSDK/Messaging/Model/MessageProtocols.swift @@ -1,13 +1,13 @@ // // MessageProtocols.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/MessageSender.swift b/LineSDK/LineSDK/Messaging/Model/MessageSender.swift index adf613fe..4cfc947d 100644 --- a/LineSDK/LineSDK/Messaging/Model/MessageSender.swift +++ b/LineSDK/LineSDK/Messaging/Model/MessageSender.swift @@ -1,13 +1,13 @@ // // MessageSender.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateButtonsPayload.swift b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateButtonsPayload.swift index c24f528c..35fb7091 100644 --- a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateButtonsPayload.swift +++ b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateButtonsPayload.swift @@ -1,13 +1,13 @@ // // TemplateButtonsPayload.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateCarouselPayload.swift b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateCarouselPayload.swift index 1e7b1686..4140a655 100644 --- a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateCarouselPayload.swift +++ b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateCarouselPayload.swift @@ -1,13 +1,13 @@ // // TemplateCarouselPayload.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateConfirmPayload.swift b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateConfirmPayload.swift index 0dc2d439..5ef92709 100644 --- a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateConfirmPayload.swift +++ b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateConfirmPayload.swift @@ -1,13 +1,13 @@ // // TemplateConfirmPayload.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateImageCarouselPayload.swift b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateImageCarouselPayload.swift index 1269afd8..240d18bf 100644 --- a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateImageCarouselPayload.swift +++ b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateImageCarouselPayload.swift @@ -1,13 +1,13 @@ // // TemplateImageCarouselPayload.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateMessagePayload.swift b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateMessagePayload.swift index cf60ebbf..fb096846 100644 --- a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateMessagePayload.swift +++ b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateMessagePayload.swift @@ -1,13 +1,13 @@ // // TemplateMessagePayload.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateMessageProperties.swift b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateMessageProperties.swift index 5504ade4..b075f564 100644 --- a/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateMessageProperties.swift +++ b/LineSDK/LineSDK/Messaging/Model/Template/Payloads/TemplateMessageProperties.swift @@ -1,13 +1,13 @@ // // TemplateMessageProperties.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/TemplateMessage.swift b/LineSDK/LineSDK/Messaging/Model/TemplateMessage.swift index 92e62635..1b0f2bc8 100644 --- a/LineSDK/LineSDK/Messaging/Model/TemplateMessage.swift +++ b/LineSDK/LineSDK/Messaging/Model/TemplateMessage.swift @@ -1,13 +1,13 @@ // // TemplateMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/TextMessage.swift b/LineSDK/LineSDK/Messaging/Model/TextMessage.swift index 933c5e77..7f623792 100644 --- a/LineSDK/LineSDK/Messaging/Model/TextMessage.swift +++ b/LineSDK/LineSDK/Messaging/Model/TextMessage.swift @@ -1,13 +1,13 @@ // // TextMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Model/VideoMessage.swift b/LineSDK/LineSDK/Messaging/Model/VideoMessage.swift index c0dac64f..b1547e7a 100644 --- a/LineSDK/LineSDK/Messaging/Model/VideoMessage.swift +++ b/LineSDK/LineSDK/Messaging/Model/VideoMessage.swift @@ -1,13 +1,13 @@ // // VideoMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Request/PostMessageSendingTokenIssueRequest.swift b/LineSDK/LineSDK/Messaging/Request/PostMessageSendingTokenIssueRequest.swift index eeb37f51..8759eeb1 100644 --- a/LineSDK/LineSDK/Messaging/Request/PostMessageSendingTokenIssueRequest.swift +++ b/LineSDK/LineSDK/Messaging/Request/PostMessageSendingTokenIssueRequest.swift @@ -1,13 +1,13 @@ // // PostMessageSendingTokenIssueRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Request/PostMultisendMessagesRequest.swift b/LineSDK/LineSDK/Messaging/Request/PostMultisendMessagesRequest.swift index e2a0d15a..51e05b9e 100644 --- a/LineSDK/LineSDK/Messaging/Request/PostMultisendMessagesRequest.swift +++ b/LineSDK/LineSDK/Messaging/Request/PostMultisendMessagesRequest.swift @@ -1,13 +1,13 @@ // // PostMultisendMessagesRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Request/PostMultisendMessagesWithTokenRequest.swift b/LineSDK/LineSDK/Messaging/Request/PostMultisendMessagesWithTokenRequest.swift index aee10bcf..15d3a350 100644 --- a/LineSDK/LineSDK/Messaging/Request/PostMultisendMessagesWithTokenRequest.swift +++ b/LineSDK/LineSDK/Messaging/Request/PostMultisendMessagesWithTokenRequest.swift @@ -1,13 +1,13 @@ // // PostMultisendMessagesWithTokenRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Messaging/Request/PostSendMessagesRequest.swift b/LineSDK/LineSDK/Messaging/Request/PostSendMessagesRequest.swift index 25ab26bd..3cb8ce79 100644 --- a/LineSDK/LineSDK/Messaging/Request/PostSendMessagesRequest.swift +++ b/LineSDK/LineSDK/Messaging/Request/PostSendMessagesRequest.swift @@ -1,13 +1,13 @@ // // PostSendMessagesRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/API/API+Auth.swift b/LineSDK/LineSDK/Networking/API/API+Auth.swift index 1ba579fd..a9294763 100644 --- a/LineSDK/LineSDK/Networking/API/API+Auth.swift +++ b/LineSDK/LineSDK/Networking/API/API+Auth.swift @@ -1,13 +1,13 @@ // // API+Auth.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/API/API+Deprecated.swift b/LineSDK/LineSDK/Networking/API/API+Deprecated.swift index ba80e46a..fb5d5f8e 100644 --- a/LineSDK/LineSDK/Networking/API/API+Deprecated.swift +++ b/LineSDK/LineSDK/Networking/API/API+Deprecated.swift @@ -1,13 +1,13 @@ // // API+Deprecated.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/API/API+Internal.swift b/LineSDK/LineSDK/Networking/API/API+Internal.swift index 4d35ca4d..2632927c 100644 --- a/LineSDK/LineSDK/Networking/API/API+Internal.swift +++ b/LineSDK/LineSDK/Networking/API/API+Internal.swift @@ -1,13 +1,13 @@ // // API+Internal.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/API/API.swift b/LineSDK/LineSDK/Networking/API/API.swift index 6336233d..c9d95641 100644 --- a/LineSDK/LineSDK/Networking/API/API.swift +++ b/LineSDK/LineSDK/Networking/API/API.swift @@ -1,13 +1,13 @@ // // API.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Client/ChainedPaginatedRequest.swift b/LineSDK/LineSDK/Networking/Client/ChainedPaginatedRequest.swift index 5fbc57f7..03268d2b 100644 --- a/LineSDK/LineSDK/Networking/Client/ChainedPaginatedRequest.swift +++ b/LineSDK/LineSDK/Networking/Client/ChainedPaginatedRequest.swift @@ -1,13 +1,13 @@ // // GetAllFriendsRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Client/ParametersAdapter.swift b/LineSDK/LineSDK/Networking/Client/ParametersAdapter.swift index 2e1b49a6..c61e4ff2 100644 --- a/LineSDK/LineSDK/Networking/Client/ParametersAdapter.swift +++ b/LineSDK/LineSDK/Networking/Client/ParametersAdapter.swift @@ -1,13 +1,13 @@ // // ParametersAdapter.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Client/Request.swift b/LineSDK/LineSDK/Networking/Client/Request.swift index 42d6b077..1ec0bffb 100644 --- a/LineSDK/LineSDK/Networking/Client/Request.swift +++ b/LineSDK/LineSDK/Networking/Client/Request.swift @@ -1,13 +1,13 @@ // // Request.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Client/RequestAdapter.swift b/LineSDK/LineSDK/Networking/Client/RequestAdapter.swift index b6c8c491..0714c8b4 100644 --- a/LineSDK/LineSDK/Networking/Client/RequestAdapter.swift +++ b/LineSDK/LineSDK/Networking/Client/RequestAdapter.swift @@ -1,13 +1,13 @@ // // RequestAdapter.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Client/ResponsePipeline.swift b/LineSDK/LineSDK/Networking/Client/ResponsePipeline.swift index 14e5bffb..f07b1efb 100644 --- a/LineSDK/LineSDK/Networking/Client/ResponsePipeline.swift +++ b/LineSDK/LineSDK/Networking/Client/ResponsePipeline.swift @@ -1,13 +1,13 @@ // // ResponsePipeline.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Client/Session.swift b/LineSDK/LineSDK/Networking/Client/Session.swift index 3d907c4e..d66f1b71 100644 --- a/LineSDK/LineSDK/Networking/Client/Session.swift +++ b/LineSDK/LineSDK/Networking/Client/Session.swift @@ -1,13 +1,13 @@ // // Session.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Images/DownloadableImageView.swift b/LineSDK/LineSDK/Networking/Images/DownloadableImageView.swift index e3b0260c..e850607b 100644 --- a/LineSDK/LineSDK/Networking/Images/DownloadableImageView.swift +++ b/LineSDK/LineSDK/Networking/Images/DownloadableImageView.swift @@ -1,13 +1,13 @@ // // DownloadableImageView.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Images/ImageDownloader.swift b/LineSDK/LineSDK/Networking/Images/ImageDownloader.swift index 6cd73391..0d28e989 100644 --- a/LineSDK/LineSDK/Networking/Images/ImageDownloader.swift +++ b/LineSDK/LineSDK/Networking/Images/ImageDownloader.swift @@ -1,13 +1,13 @@ // // ImageDownloader.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Images/ImageManager.swift b/LineSDK/LineSDK/Networking/Images/ImageManager.swift index d6793b0a..2707ce57 100644 --- a/LineSDK/LineSDK/Networking/Images/ImageManager.swift +++ b/LineSDK/LineSDK/Networking/Images/ImageManager.swift @@ -1,13 +1,13 @@ // // ImageManager.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Model/APIError.swift b/LineSDK/LineSDK/Networking/Model/APIError.swift index ec00bf81..c382a1af 100644 --- a/LineSDK/LineSDK/Networking/Model/APIError.swift +++ b/LineSDK/LineSDK/Networking/Model/APIError.swift @@ -1,13 +1,13 @@ // // APIError.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Model/CustomizeCoding/CodingExtension.swift b/LineSDK/LineSDK/Networking/Model/CustomizeCoding/CodingExtension.swift index 3239f616..8a1774f2 100644 --- a/LineSDK/LineSDK/Networking/Model/CustomizeCoding/CodingExtension.swift +++ b/LineSDK/LineSDK/Networking/Model/CustomizeCoding/CodingExtension.swift @@ -1,13 +1,13 @@ // // CodingExtension.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Model/CustomizeCoding/HexColor.swift b/LineSDK/LineSDK/Networking/Model/CustomizeCoding/HexColor.swift index 23c145e2..e4d55522 100644 --- a/LineSDK/LineSDK/Networking/Model/CustomizeCoding/HexColor.swift +++ b/LineSDK/LineSDK/Networking/Model/CustomizeCoding/HexColor.swift @@ -1,13 +1,13 @@ // // HexColor.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Networking/Model/Unit.swift b/LineSDK/LineSDK/Networking/Model/Unit.swift index 86174261..dc2a5b36 100644 --- a/LineSDK/LineSDK/Networking/Model/Unit.swift +++ b/LineSDK/LineSDK/Networking/Model/Unit.swift @@ -1,13 +1,13 @@ // // Unit.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/OpenChat/Model/OpenChatCategory.swift b/LineSDK/LineSDK/OpenChat/Model/OpenChatCategory.swift index 25fcf720..ab13f53c 100644 --- a/LineSDK/LineSDK/OpenChat/Model/OpenChatCategory.swift +++ b/LineSDK/LineSDK/OpenChat/Model/OpenChatCategory.swift @@ -1,13 +1,13 @@ // // OpenChatCategory.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/OpenChat/Model/OpenChatCreatingFormItem.swift b/LineSDK/LineSDK/OpenChat/Model/OpenChatCreatingFormItem.swift index ffc40537..23700bcf 100644 --- a/LineSDK/LineSDK/OpenChat/Model/OpenChatCreatingFormItem.swift +++ b/LineSDK/LineSDK/OpenChat/Model/OpenChatCreatingFormItem.swift @@ -1,13 +1,13 @@ // // OpenChatCreatingFormItem.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/OpenChat/Model/OpenChatRoomCreatingItem.swift b/LineSDK/LineSDK/OpenChat/Model/OpenChatRoomCreatingItem.swift index 5ff59532..9cfd0387 100644 --- a/LineSDK/LineSDK/OpenChat/Model/OpenChatRoomCreatingItem.swift +++ b/LineSDK/LineSDK/OpenChat/Model/OpenChatRoomCreatingItem.swift @@ -1,13 +1,13 @@ // // OpenChatRoomCreatingItem.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomJoinTypeRequest.swift b/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomJoinTypeRequest.swift index a52635ba..ee8e9b83 100644 --- a/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomJoinTypeRequest.swift +++ b/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomJoinTypeRequest.swift @@ -1,13 +1,13 @@ // // GetOpenChatRoomJoinTypeRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomMembershipStateRequest.swift b/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomMembershipStateRequest.swift index a8ba92ae..c146bdf5 100644 --- a/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomMembershipStateRequest.swift +++ b/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomMembershipStateRequest.swift @@ -1,13 +1,13 @@ // // GetOpenChatRoomMembershipStateRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomStatusRequest.swift b/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomStatusRequest.swift index 95f69919..90e17e1f 100644 --- a/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomStatusRequest.swift +++ b/LineSDK/LineSDK/OpenChat/Request/GetOpenChatRoomStatusRequest.swift @@ -1,13 +1,13 @@ // // GetOpenChatRoomStatusRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/OpenChat/Request/GetOpenChatTermAgreementStatusRequest.swift b/LineSDK/LineSDK/OpenChat/Request/GetOpenChatTermAgreementStatusRequest.swift index fe169d4b..393dddc1 100644 --- a/LineSDK/LineSDK/OpenChat/Request/GetOpenChatTermAgreementStatusRequest.swift +++ b/LineSDK/LineSDK/OpenChat/Request/GetOpenChatTermAgreementStatusRequest.swift @@ -1,13 +1,13 @@ // // GetOpenChatTermAgreementStatusRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/OpenChat/Request/PostOpenChatCreateRequest.swift b/LineSDK/LineSDK/OpenChat/Request/PostOpenChatCreateRequest.swift index 6113fccb..06e44387 100644 --- a/LineSDK/LineSDK/OpenChat/Request/PostOpenChatCreateRequest.swift +++ b/LineSDK/LineSDK/OpenChat/Request/PostOpenChatCreateRequest.swift @@ -1,13 +1,13 @@ // // PostOpenChatCreateRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/OpenChat/Request/PostOpenChatRoomJoinRequest.swift b/LineSDK/LineSDK/OpenChat/Request/PostOpenChatRoomJoinRequest.swift index 986a9e12..59f17a3d 100644 --- a/LineSDK/LineSDK/OpenChat/Request/PostOpenChatRoomJoinRequest.swift +++ b/LineSDK/LineSDK/OpenChat/Request/PostOpenChatRoomJoinRequest.swift @@ -1,13 +1,13 @@ // // PostOpenChatRoomJoinRequest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/CallbackQueue.swift b/LineSDK/LineSDK/Utils/CallbackQueue.swift index 73554e13..78032f64 100644 --- a/LineSDK/LineSDK/Utils/CallbackQueue.swift +++ b/LineSDK/LineSDK/Utils/CallbackQueue.swift @@ -1,13 +1,13 @@ // // CallbackQueue.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/Colors.swift b/LineSDK/LineSDK/Utils/Colors.swift index ef8e828b..e117be96 100644 --- a/LineSDK/LineSDK/Utils/Colors.swift +++ b/LineSDK/LineSDK/Utils/Colors.swift @@ -1,13 +1,13 @@ // // Colors.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/Constant.swift b/LineSDK/LineSDK/Utils/Constant.swift index abebeec3..9f3b3098 100644 --- a/LineSDK/LineSDK/Utils/Constant.swift +++ b/LineSDK/LineSDK/Utils/Constant.swift @@ -1,13 +1,13 @@ // // Constant.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/Delegate.swift b/LineSDK/LineSDK/Utils/Delegate.swift index b9ce8594..9da15bab 100644 --- a/LineSDK/LineSDK/Utils/Delegate.swift +++ b/LineSDK/LineSDK/Utils/Delegate.swift @@ -1,13 +1,13 @@ // // Delegate.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/Helpers.swift b/LineSDK/LineSDK/Utils/Helpers.swift index d30ee81f..8f3c4ca7 100644 --- a/LineSDK/LineSDK/Utils/Helpers.swift +++ b/LineSDK/LineSDK/Utils/Helpers.swift @@ -1,13 +1,13 @@ // // Helpers.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/KeyboardObservable.swift b/LineSDK/LineSDK/Utils/KeyboardObservable.swift index 01a17725..9360eb43 100644 --- a/LineSDK/LineSDK/Utils/KeyboardObservable.swift +++ b/LineSDK/LineSDK/Utils/KeyboardObservable.swift @@ -1,13 +1,13 @@ // // KeyboardObservable.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/KeychainStore.swift b/LineSDK/LineSDK/Utils/KeychainStore.swift index 9d8b6e85..d74580e5 100644 --- a/LineSDK/LineSDK/Utils/KeychainStore.swift +++ b/LineSDK/LineSDK/Utils/KeychainStore.swift @@ -1,13 +1,13 @@ // // KeychainStore.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/LoadingIndicator.swift b/LineSDK/LineSDK/Utils/LoadingIndicator.swift index 3984e3f1..eef2ae8e 100644 --- a/LineSDK/LineSDK/Utils/LoadingIndicator.swift +++ b/LineSDK/LineSDK/Utils/LoadingIndicator.swift @@ -1,13 +1,13 @@ // // LoadingIndicator.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/NotificationToken.swift b/LineSDK/LineSDK/Utils/NotificationToken.swift index fa3ed669..3da50101 100644 --- a/LineSDK/LineSDK/Utils/NotificationToken.swift +++ b/LineSDK/LineSDK/Utils/NotificationToken.swift @@ -1,13 +1,13 @@ // // NotificationToken.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/ResultUtils.swift b/LineSDK/LineSDK/Utils/ResultUtils.swift index 3fdc0638..2008cb87 100644 --- a/LineSDK/LineSDK/Utils/ResultUtils.swift +++ b/LineSDK/LineSDK/Utils/ResultUtils.swift @@ -1,13 +1,13 @@ // // ResultUtils.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/String.swift b/LineSDK/LineSDK/Utils/String.swift index b19ce0e2..12f6da90 100644 --- a/LineSDK/LineSDK/Utils/String.swift +++ b/LineSDK/LineSDK/Utils/String.swift @@ -1,13 +1,13 @@ // // String.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/URLs.swift b/LineSDK/LineSDK/Utils/URLs.swift index 3afb7fa6..dd292227 100644 --- a/LineSDK/LineSDK/Utils/URLs.swift +++ b/LineSDK/LineSDK/Utils/URLs.swift @@ -1,13 +1,13 @@ // // URLs.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDK/Utils/UserDefaultsValue.swift b/LineSDK/LineSDK/Utils/UserDefaultsValue.swift index 1a31f49f..dfb13230 100644 --- a/LineSDK/LineSDK/Utils/UserDefaultsValue.swift +++ b/LineSDK/LineSDK/Utils/UserDefaultsValue.swift @@ -1,13 +1,13 @@ // // UserDefaultsValue.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Friendship/LineSDKGetBotFriendshipStatusResponse.swift b/LineSDK/LineSDKObjC/Friendship/LineSDKGetBotFriendshipStatusResponse.swift index 6d107722..9f9af8fc 100644 --- a/LineSDK/LineSDKObjC/Friendship/LineSDKGetBotFriendshipStatusResponse.swift +++ b/LineSDK/LineSDKObjC/Friendship/LineSDKGetBotFriendshipStatusResponse.swift @@ -1,13 +1,13 @@ // // LineSDKGetBotFriendshipStatusResponse.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/General/LineSDKErrorConstant.swift b/LineSDK/LineSDKObjC/General/LineSDKErrorConstant.swift index 84289a8b..d3814130 100644 --- a/LineSDK/LineSDKObjC/General/LineSDKErrorConstant.swift +++ b/LineSDK/LineSDKObjC/General/LineSDKErrorConstant.swift @@ -1,13 +1,13 @@ // // LineSDKErrorConstant.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift b/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift index c99c7511..a041ef2e 100644 --- a/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift +++ b/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift @@ -1,13 +1,13 @@ // // LineSDKAuthorizationStatus.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift b/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift index 60c50a79..209db786 100644 --- a/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift +++ b/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift @@ -1,13 +1,13 @@ // // LineSDKLoginButton.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingController.swift b/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingController.swift index 221fbc28..ecb6b1ca 100644 --- a/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingController.swift +++ b/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingController.swift @@ -1,13 +1,13 @@ // // LineSDKOpenChatCreatingController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingControllerDelegate.swift b/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingControllerDelegate.swift index 29299865..69149af2 100644 --- a/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingControllerDelegate.swift +++ b/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingControllerDelegate.swift @@ -1,13 +1,13 @@ // // LineSDKOpenChatCreatingControllerDelegate.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomCreatingItem.swift b/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomCreatingItem.swift index 4de95604..54448cd3 100644 --- a/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomCreatingItem.swift +++ b/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomCreatingItem.swift @@ -1,13 +1,13 @@ // // LineSDKOpenChatRoomCreatingItem.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomInfo.swift b/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomInfo.swift index 1d723fcb..e0f8a834 100644 --- a/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomInfo.swift +++ b/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomInfo.swift @@ -1,13 +1,13 @@ // // LineSDKOpenChatRoomInfo.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKMessageShareTargetType.swift b/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKMessageShareTargetType.swift index b4ac1b9f..c9b43309 100644 --- a/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKMessageShareTargetType.swift +++ b/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKMessageShareTargetType.swift @@ -1,13 +1,13 @@ // // LineSDKMessageShareTargetType.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareTarget.swift b/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareTarget.swift index 89384be1..34235da3 100644 --- a/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareTarget.swift +++ b/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareTarget.swift @@ -1,13 +1,13 @@ // // LineSDKShareTarget.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift b/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift index 40a73094..fa7b457b 100644 --- a/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift +++ b/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift @@ -1,13 +1,13 @@ // // LineSDKShareViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewControllerDelegate.swift b/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewControllerDelegate.swift index 995b6300..26187f41 100644 --- a/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewControllerDelegate.swift +++ b/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewControllerDelegate.swift @@ -1,13 +1,13 @@ // // LineSDKShareViewControllerDelegate.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift b/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift index 06380072..e2ea306a 100644 --- a/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift +++ b/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift @@ -1,13 +1,13 @@ // // LineSDKLoginManager.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift b/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift index 7538190f..281bf51b 100644 --- a/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift +++ b/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift @@ -1,13 +1,13 @@ // // LineSDKLoginManagerOptions.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift b/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift index 2cd04e9c..6c7f0082 100644 --- a/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift +++ b/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift @@ -1,13 +1,13 @@ // // LineSDKLoginManagerParameters.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift b/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift index c1c77714..817e84b7 100644 --- a/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift +++ b/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift @@ -1,13 +1,13 @@ // // LineSDKLoginPermission.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/LineSDKLoginProcess.swift b/LineSDK/LineSDKObjC/Login/LineSDKLoginProcess.swift index 6ce74fb1..fa1ed634 100644 --- a/LineSDK/LineSDKObjC/Login/LineSDKLoginProcess.swift +++ b/LineSDK/LineSDKObjC/Login/LineSDKLoginProcess.swift @@ -1,13 +1,13 @@ // // LineSDKLoginProcess.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/LineSDKLoginResult.swift b/LineSDK/LineSDKObjC/Login/LineSDKLoginResult.swift index 6fdecf95..42248b71 100644 --- a/LineSDK/LineSDKObjC/Login/LineSDKLoginResult.swift +++ b/LineSDK/LineSDKObjC/Login/LineSDKLoginResult.swift @@ -1,13 +1,13 @@ // // LineSDKLoginResult.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessToken.swift b/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessToken.swift index 1f73227f..6595cb67 100644 --- a/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessToken.swift +++ b/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessToken.swift @@ -1,13 +1,13 @@ // // LineSDKAccessToken.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift b/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift index 431b30ca..06be36c1 100644 --- a/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift +++ b/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift @@ -1,13 +1,13 @@ // // LineSDKAccessTokenStore.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenVerifyResult.swift b/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenVerifyResult.swift index 1517584a..c0b08871 100644 --- a/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenVerifyResult.swift +++ b/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenVerifyResult.swift @@ -1,13 +1,13 @@ // // LineSDKAccessTokenVerifyResult.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/Model/LineSDKJWT.swift b/LineSDK/LineSDKObjC/Login/Model/LineSDKJWT.swift index f4fee4b2..0fb843a1 100644 --- a/LineSDK/LineSDKObjC/Login/Model/LineSDKJWT.swift +++ b/LineSDK/LineSDKObjC/Login/Model/LineSDKJWT.swift @@ -1,13 +1,13 @@ // // LineSDKJWT.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Login/Model/LineSDKUserProfile.swift b/LineSDK/LineSDKObjC/Login/Model/LineSDKUserProfile.swift index fd7a5274..703d7a33 100644 --- a/LineSDK/LineSDKObjC/Login/Model/LineSDKUserProfile.swift +++ b/LineSDK/LineSDKObjC/Login/Model/LineSDKUserProfile.swift @@ -1,13 +1,13 @@ // // LineSDKUserProfile.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Actions/LineSDKMessageAction.swift b/LineSDK/LineSDKObjC/Messaging/Actions/LineSDKMessageAction.swift index e362e3a6..9e73c7c1 100644 --- a/LineSDK/LineSDKObjC/Messaging/Actions/LineSDKMessageAction.swift +++ b/LineSDK/LineSDKObjC/Messaging/Actions/LineSDKMessageAction.swift @@ -1,13 +1,13 @@ // // LineSDKMessageAction.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexBoxComponent.swift b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexBoxComponent.swift index 3972b197..ffcda526 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexBoxComponent.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexBoxComponent.swift @@ -1,13 +1,13 @@ // // LineSDKFlexBoxComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexButtonComponent.swift b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexButtonComponent.swift index cede3657..5cc8f3e8 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexButtonComponent.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexButtonComponent.swift @@ -1,13 +1,13 @@ // // LineSDKFlexButtonComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexFillerComponent.swift b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexFillerComponent.swift index 53ae77d9..b2ff650e 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexFillerComponent.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexFillerComponent.swift @@ -1,13 +1,13 @@ // // LineSDKFlexFillerComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexIconComponent.swift b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexIconComponent.swift index 490d3d35..f6ac6abe 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexIconComponent.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexIconComponent.swift @@ -1,13 +1,13 @@ // // LineSDKFlexIconComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexImageComponent.swift b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexImageComponent.swift index bf58df9c..f26a7ede 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexImageComponent.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexImageComponent.swift @@ -1,13 +1,13 @@ // // LineSDKFlexImageComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexMessageComponent.swift b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexMessageComponent.swift index 94a61054..ef830c01 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexMessageComponent.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexMessageComponent.swift @@ -1,13 +1,13 @@ // // LineSDKFlexMessageComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexSeparatorComponent.swift b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexSeparatorComponent.swift index c9fd1f9e..5c83c893 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexSeparatorComponent.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexSeparatorComponent.swift @@ -1,13 +1,13 @@ // // LineSDKFlexSeparatorComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexTextComponent.swift b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexTextComponent.swift index 928ffe93..c3aa2872 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexTextComponent.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexTextComponent.swift @@ -1,13 +1,13 @@ // // LineSDKFlexTextComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKSpacerComponent.swift b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKSpacerComponent.swift index 6b0a1b90..7907cdb8 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKSpacerComponent.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKSpacerComponent.swift @@ -1,13 +1,13 @@ // // LineSDKSpacerComponent.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexBubbleContainer.swift b/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexBubbleContainer.swift index 7427bf24..520a8488 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexBubbleContainer.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexBubbleContainer.swift @@ -1,13 +1,13 @@ // // LineSDKFlexBubbleContainer.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexCarouselContainer.swift b/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexCarouselContainer.swift index fc4c9291..8eb0fbd2 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexCarouselContainer.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexCarouselContainer.swift @@ -1,13 +1,13 @@ // // LineSDKFlexCarouselContainer.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift b/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift index 4aac1c19..e21e8528 100644 --- a/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift +++ b/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift @@ -1,13 +1,13 @@ // // LineSDKFlexMessageContainer.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift b/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift index 4df76b3a..cbc85786 100644 --- a/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift +++ b/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift @@ -1,13 +1,13 @@ // // LineSDKAudioMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift b/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift index ff080aae..ccdb9b75 100644 --- a/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift +++ b/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift @@ -1,13 +1,13 @@ // // LineSDKFlexMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift b/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift index e5577305..3d66a56d 100644 --- a/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift +++ b/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift @@ -1,13 +1,13 @@ // // LineSDKImageMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift b/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift index 3b5a3fdd..d58496f5 100644 --- a/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift +++ b/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift @@ -1,13 +1,13 @@ // // LineSDKLocationMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.swift b/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.swift index 254ae18a..3bbeb532 100644 --- a/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.swift +++ b/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.swift @@ -1,13 +1,13 @@ // // LineSDKMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift b/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift index 5433edc0..72a4fbc0 100644 --- a/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift +++ b/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift @@ -1,13 +1,13 @@ // // LineSDKMessagingResponse.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/LineSDKTemplateMessage.swift b/LineSDK/LineSDKObjC/Messaging/LineSDKTemplateMessage.swift index c79de2f3..571d0d53 100644 --- a/LineSDK/LineSDKObjC/Messaging/LineSDKTemplateMessage.swift +++ b/LineSDK/LineSDKObjC/Messaging/LineSDKTemplateMessage.swift @@ -1,13 +1,13 @@ // // LineSDKTemplateMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/LineSDKTextMessage.swift b/LineSDK/LineSDKObjC/Messaging/LineSDKTextMessage.swift index ad3aaea6..92012e57 100644 --- a/LineSDK/LineSDKObjC/Messaging/LineSDKTextMessage.swift +++ b/LineSDK/LineSDKObjC/Messaging/LineSDKTextMessage.swift @@ -1,13 +1,13 @@ // // LineSDKTextMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/LineSDKVideoMessage.swift b/LineSDK/LineSDKObjC/Messaging/LineSDKVideoMessage.swift index 1e54ae2c..6a62dd56 100644 --- a/LineSDK/LineSDKObjC/Messaging/LineSDKVideoMessage.swift +++ b/LineSDK/LineSDKObjC/Messaging/LineSDKVideoMessage.swift @@ -1,13 +1,13 @@ // // LineSDKVideoMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateButtonsPayload.swift b/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateButtonsPayload.swift index c6b5e86f..5dec7168 100644 --- a/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateButtonsPayload.swift +++ b/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateButtonsPayload.swift @@ -1,13 +1,13 @@ // // LineSDKTemplateButtonsPayload.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateCarouselPayload.swift b/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateCarouselPayload.swift index fa7b6bda..38ab8520 100644 --- a/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateCarouselPayload.swift +++ b/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateCarouselPayload.swift @@ -1,13 +1,13 @@ // // LineSDKTemplateCarouselPayload.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateConfirmPayload.swift b/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateConfirmPayload.swift index b6f9c6dd..079e8d76 100644 --- a/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateConfirmPayload.swift +++ b/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateConfirmPayload.swift @@ -1,13 +1,13 @@ // // LineSDKTemplateConfirmPayload.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateImageCarouselPayload.swift b/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateImageCarouselPayload.swift index afb06228..772a9519 100644 --- a/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateImageCarouselPayload.swift +++ b/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateImageCarouselPayload.swift @@ -1,13 +1,13 @@ // // LineSDKTemplateImageCarouselPayload.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Networking/CustomizeCoding/LineSDKHexColor.swift b/LineSDK/LineSDKObjC/Networking/CustomizeCoding/LineSDKHexColor.swift index d30ebce0..7de782a0 100644 --- a/LineSDK/LineSDKObjC/Networking/CustomizeCoding/LineSDKHexColor.swift +++ b/LineSDK/LineSDKObjC/Networking/CustomizeCoding/LineSDKHexColor.swift @@ -1,13 +1,13 @@ // // LineSDKHexColor.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Networking/LineSDKAPI.swift b/LineSDK/LineSDKObjC/Networking/LineSDKAPI.swift index 10075050..501a2d66 100644 --- a/LineSDK/LineSDKObjC/Networking/LineSDKAPI.swift +++ b/LineSDK/LineSDKObjC/Networking/LineSDKAPI.swift @@ -1,13 +1,13 @@ // // LineSDKAPI.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Networking/LineSDKAPIError.swift b/LineSDK/LineSDKObjC/Networking/LineSDKAPIError.swift index 525d1709..33242d20 100644 --- a/LineSDK/LineSDKObjC/Networking/LineSDKAPIError.swift +++ b/LineSDK/LineSDKObjC/Networking/LineSDKAPIError.swift @@ -1,13 +1,13 @@ // // LineSDKAPIError.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Networking/LineSDKAuthAPI.swift b/LineSDK/LineSDKObjC/Networking/LineSDKAuthAPI.swift index 2e5baa67..cfc976ec 100644 --- a/LineSDK/LineSDKObjC/Networking/LineSDKAuthAPI.swift +++ b/LineSDK/LineSDKObjC/Networking/LineSDKAuthAPI.swift @@ -1,13 +1,13 @@ // // LineSDKAuthAPI.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomJoinType.swift b/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomJoinType.swift index 70d318d4..47ae402e 100644 --- a/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomJoinType.swift +++ b/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomJoinType.swift @@ -1,13 +1,13 @@ // // LineSDKOpenChatRoomJoinType.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomMembershipState.swift b/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomMembershipState.swift index 116c816a..e39db078 100644 --- a/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomMembershipState.swift +++ b/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomMembershipState.swift @@ -1,13 +1,13 @@ // // LineSDKOpenChatRoomMembershipState.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomStatus.swift b/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomStatus.swift index 594f9d55..3038c34a 100644 --- a/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomStatus.swift +++ b/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomStatus.swift @@ -1,13 +1,13 @@ // // LineSDKOpenChatRoomStatus.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Sharing/LineSDKMessageSendingToken.swift b/LineSDK/LineSDKObjC/Sharing/LineSDKMessageSendingToken.swift index 009728f8..fffff723 100644 --- a/LineSDK/LineSDKObjC/Sharing/LineSDKMessageSendingToken.swift +++ b/LineSDK/LineSDKObjC/Sharing/LineSDKMessageSendingToken.swift @@ -1,13 +1,13 @@ // // LineSDKMessageSendingToken.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Social/LineSDKGraphResponse.swift b/LineSDK/LineSDKObjC/Social/LineSDKGraphResponse.swift index 3bdd610a..ef7db5ab 100644 --- a/LineSDK/LineSDKObjC/Social/LineSDKGraphResponse.swift +++ b/LineSDK/LineSDKObjC/Social/LineSDKGraphResponse.swift @@ -1,13 +1,13 @@ // // LineSDKGetFriendsResponse.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Social/LineSDKGroup.swift b/LineSDK/LineSDKObjC/Social/LineSDKGroup.swift index 242c7a89..3a4fa019 100644 --- a/LineSDK/LineSDKObjC/Social/LineSDKGroup.swift +++ b/LineSDK/LineSDKObjC/Social/LineSDKGroup.swift @@ -1,13 +1,13 @@ // // LineSDKGroup.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Social/LineSDKUser.swift b/LineSDK/LineSDKObjC/Social/LineSDKUser.swift index 756f3d32..f0091738 100644 --- a/LineSDK/LineSDKObjC/Social/LineSDKUser.swift +++ b/LineSDK/LineSDKObjC/Social/LineSDKUser.swift @@ -1,13 +1,13 @@ // // LineSDKUser.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Utils/JSONConverter.swift b/LineSDK/LineSDKObjC/Utils/JSONConverter.swift index c52a7e0f..9ba12932 100644 --- a/LineSDK/LineSDKObjC/Utils/JSONConverter.swift +++ b/LineSDK/LineSDKObjC/Utils/JSONConverter.swift @@ -1,13 +1,13 @@ // // JSONConverter.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Utils/LineSDKConstant.swift b/LineSDK/LineSDKObjC/Utils/LineSDKConstant.swift index 9ab14259..9503f06d 100644 --- a/LineSDK/LineSDKObjC/Utils/LineSDKConstant.swift +++ b/LineSDK/LineSDKObjC/Utils/LineSDKConstant.swift @@ -1,13 +1,13 @@ // // LineSDKConstant.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift b/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift index 1afd0f02..906714e5 100644 --- a/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift +++ b/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift @@ -1,13 +1,13 @@ // // LinsSDKCallbackQueue.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Utils/Log.swift b/LineSDK/LineSDKObjC/Utils/Log.swift index e4cf28b9..fabdea1d 100644 --- a/LineSDK/LineSDKObjC/Utils/Log.swift +++ b/LineSDK/LineSDKObjC/Utils/Log.swift @@ -1,13 +1,13 @@ // // Log.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjC/Utils/ResultExtensions.swift b/LineSDK/LineSDKObjC/Utils/ResultExtensions.swift index e3dd5d40..2f214dd0 100644 --- a/LineSDK/LineSDKObjC/Utils/ResultExtensions.swift +++ b/LineSDK/LineSDKObjC/Utils/ResultExtensions.swift @@ -1,13 +1,13 @@ // // ResultExtensions.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjCInterfaceTests/LineSDKAPIInterfaceTests.m b/LineSDK/LineSDKObjCInterfaceTests/LineSDKAPIInterfaceTests.m index 8807d55d..07601550 100644 --- a/LineSDK/LineSDKObjCInterfaceTests/LineSDKAPIInterfaceTests.m +++ b/LineSDK/LineSDKObjCInterfaceTests/LineSDKAPIInterfaceTests.m @@ -1,13 +1,13 @@ // // LineSDKAPIInterfaceTests.m // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjCInterfaceTests/LineSDKMessagingModelTests.m b/LineSDK/LineSDKObjCInterfaceTests/LineSDKMessagingModelTests.m index 367529cc..49c4d189 100644 --- a/LineSDK/LineSDKObjCInterfaceTests/LineSDKMessagingModelTests.m +++ b/LineSDK/LineSDKObjCInterfaceTests/LineSDKMessagingModelTests.m @@ -1,13 +1,13 @@ // // LineSDKMessagingModelTests.m // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjCInterfaceTests/LineSDKModelInterfaceTests.m b/LineSDK/LineSDKObjCInterfaceTests/LineSDKModelInterfaceTests.m index c814414d..a41b4e07 100644 --- a/LineSDK/LineSDKObjCInterfaceTests/LineSDKModelInterfaceTests.m +++ b/LineSDK/LineSDKObjCInterfaceTests/LineSDKModelInterfaceTests.m @@ -1,13 +1,13 @@ // // LineSDKModelInterfaceTests.m // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKObjCInterfaceTests/LineSDKViewControllerInterfaceTests.m b/LineSDK/LineSDKObjCInterfaceTests/LineSDKViewControllerInterfaceTests.m index bb630948..03618ea6 100644 --- a/LineSDK/LineSDKObjCInterfaceTests/LineSDKViewControllerInterfaceTests.m +++ b/LineSDK/LineSDKObjCInterfaceTests/LineSDKViewControllerInterfaceTests.m @@ -1,13 +1,13 @@ // // LineSDKViewControllerInterfaceTests.m // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/GetApproversInFriendsTests.swift b/LineSDK/LineSDKTests/API/GetApproversInFriendsTests.swift index c2cdb457..5fbccf30 100644 --- a/LineSDK/LineSDKTests/API/GetApproversInFriendsTests.swift +++ b/LineSDK/LineSDKTests/API/GetApproversInFriendsTests.swift @@ -1,13 +1,13 @@ // // GetApproversInFriendsTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/GetApproversInGroupRequestTests.swift b/LineSDK/LineSDKTests/API/GetApproversInGroupRequestTests.swift index 9fe004af..b06e2559 100644 --- a/LineSDK/LineSDKTests/API/GetApproversInGroupRequestTests.swift +++ b/LineSDK/LineSDKTests/API/GetApproversInGroupRequestTests.swift @@ -1,13 +1,13 @@ // // GetApproversInGroupRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/GetBotFriendshipStatusTests.swift b/LineSDK/LineSDKTests/API/GetBotFriendshipStatusTests.swift index 3ab507d7..121d0ca8 100644 --- a/LineSDK/LineSDKTests/API/GetBotFriendshipStatusTests.swift +++ b/LineSDK/LineSDKTests/API/GetBotFriendshipStatusTests.swift @@ -1,13 +1,13 @@ // // GetBotFriendshipStatusTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/GetFriendsRequestTests.swift b/LineSDK/LineSDKTests/API/GetFriendsRequestTests.swift index 0383f634..1d07536e 100644 --- a/LineSDK/LineSDKTests/API/GetFriendsRequestTests.swift +++ b/LineSDK/LineSDKTests/API/GetFriendsRequestTests.swift @@ -1,13 +1,13 @@ // // GetFriendsRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/GetGroupsRequestTests.swift b/LineSDK/LineSDKTests/API/GetGroupsRequestTests.swift index 724741ef..c74cdf96 100644 --- a/LineSDK/LineSDKTests/API/GetGroupsRequestTests.swift +++ b/LineSDK/LineSDKTests/API/GetGroupsRequestTests.swift @@ -1,13 +1,13 @@ // // GetGroupsRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/GetUserProfileRequestTests.swift b/LineSDK/LineSDKTests/API/GetUserProfileRequestTests.swift index 75fe3920..e9e58066 100644 --- a/LineSDK/LineSDKTests/API/GetUserProfileRequestTests.swift +++ b/LineSDK/LineSDKTests/API/GetUserProfileRequestTests.swift @@ -1,13 +1,13 @@ // // GetUserProfileRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/GetVerifyTokenRequestTests.swift b/LineSDK/LineSDKTests/API/GetVerifyTokenRequestTests.swift index 9733553f..57659762 100644 --- a/LineSDK/LineSDKTests/API/GetVerifyTokenRequestTests.swift +++ b/LineSDK/LineSDKTests/API/GetVerifyTokenRequestTests.swift @@ -1,13 +1,13 @@ // // GetVerifyTokenRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/PostMessageSendingTokenRequestTests.swift b/LineSDK/LineSDKTests/API/PostMessageSendingTokenRequestTests.swift index 8f8a7038..2a53329e 100644 --- a/LineSDK/LineSDKTests/API/PostMessageSendingTokenRequestTests.swift +++ b/LineSDK/LineSDKTests/API/PostMessageSendingTokenRequestTests.swift @@ -1,13 +1,13 @@ // // PostMessageSendingTokenRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/PostMultisendMessagesRequestTests.swift b/LineSDK/LineSDKTests/API/PostMultisendMessagesRequestTests.swift index 7d678d6b..dc5f911b 100644 --- a/LineSDK/LineSDKTests/API/PostMultisendMessagesRequestTests.swift +++ b/LineSDK/LineSDKTests/API/PostMultisendMessagesRequestTests.swift @@ -1,13 +1,13 @@ // // PostMultisendMessagesRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/PostRefreshTokenRequestTests.swift b/LineSDK/LineSDKTests/API/PostRefreshTokenRequestTests.swift index 64f41a66..17dd0ddb 100644 --- a/LineSDK/LineSDKTests/API/PostRefreshTokenRequestTests.swift +++ b/LineSDK/LineSDKTests/API/PostRefreshTokenRequestTests.swift @@ -1,13 +1,13 @@ // // PostRefreshTokenRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/PostRevokeTokenRequestTests.swift b/LineSDK/LineSDKTests/API/PostRevokeTokenRequestTests.swift index f743c26f..1c14658b 100644 --- a/LineSDK/LineSDKTests/API/PostRevokeTokenRequestTests.swift +++ b/LineSDK/LineSDKTests/API/PostRevokeTokenRequestTests.swift @@ -1,13 +1,13 @@ // // PostRevokeTokenRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/PostSendMessagesRequestTests.swift b/LineSDK/LineSDKTests/API/PostSendMessagesRequestTests.swift index d3d502ec..73ea117d 100644 --- a/LineSDK/LineSDKTests/API/PostSendMessagesRequestTests.swift +++ b/LineSDK/LineSDKTests/API/PostSendMessagesRequestTests.swift @@ -1,13 +1,13 @@ // // PostSendMessagesRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/API/PostTokenExchangeRequestTests.swift b/LineSDK/LineSDKTests/API/PostTokenExchangeRequestTests.swift index b1f72d7f..a1f073e8 100644 --- a/LineSDK/LineSDKTests/API/PostTokenExchangeRequestTests.swift +++ b/LineSDK/LineSDKTests/API/PostTokenExchangeRequestTests.swift @@ -1,13 +1,13 @@ // // PostExchangeTokenRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/ConstantTests.swift b/LineSDK/LineSDKTests/ConstantTests.swift index e102b9ec..79b57985 100644 --- a/LineSDK/LineSDKTests/ConstantTests.swift +++ b/LineSDK/LineSDKTests/ConstantTests.swift @@ -1,13 +1,13 @@ // // ConstantTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Crypto/ECDSAKeyTests.swift b/LineSDK/LineSDKTests/Crypto/ECDSAKeyTests.swift index d665c9fd..55517591 100644 --- a/LineSDK/LineSDKTests/Crypto/ECDSAKeyTests.swift +++ b/LineSDK/LineSDKTests/Crypto/ECDSAKeyTests.swift @@ -1,13 +1,13 @@ // // ECDSAKeyTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Crypto/ECDSATests.swift b/LineSDK/LineSDKTests/Crypto/ECDSATests.swift index 0c8b515b..01a7a26a 100644 --- a/LineSDK/LineSDKTests/Crypto/ECDSATests.swift +++ b/LineSDK/LineSDKTests/Crypto/ECDSATests.swift @@ -1,13 +1,13 @@ // // ECDSATests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Crypto/GetDiscoveryDocumentRequestTests.swift b/LineSDK/LineSDKTests/Crypto/GetDiscoveryDocumentRequestTests.swift index e1f7b9ca..6bdf92ba 100644 --- a/LineSDK/LineSDKTests/Crypto/GetDiscoveryDocumentRequestTests.swift +++ b/LineSDK/LineSDKTests/Crypto/GetDiscoveryDocumentRequestTests.swift @@ -1,13 +1,13 @@ // // GetDiscoveryDocumentRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Crypto/GetJWKSetRequestTests.swift b/LineSDK/LineSDKTests/Crypto/GetJWKSetRequestTests.swift index 5f23b727..641f586b 100644 --- a/LineSDK/LineSDKTests/Crypto/GetJWKSetRequestTests.swift +++ b/LineSDK/LineSDKTests/Crypto/GetJWKSetRequestTests.swift @@ -1,13 +1,13 @@ // // GetJWKSetRequestTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Crypto/JWKDataTests.swift b/LineSDK/LineSDKTests/Crypto/JWKDataTests.swift index fdf4068e..105e0321 100644 --- a/LineSDK/LineSDKTests/Crypto/JWKDataTests.swift +++ b/LineSDK/LineSDKTests/Crypto/JWKDataTests.swift @@ -1,13 +1,13 @@ // // JWKDataTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Crypto/JWKTests.swift b/LineSDK/LineSDKTests/Crypto/JWKTests.swift index 1babbcf3..09a55945 100644 --- a/LineSDK/LineSDKTests/Crypto/JWKTests.swift +++ b/LineSDK/LineSDKTests/Crypto/JWKTests.swift @@ -1,13 +1,13 @@ // // JWKTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Crypto/JWTECTests.swift b/LineSDK/LineSDKTests/Crypto/JWTECTests.swift index e53da2b9..c673e71a 100644 --- a/LineSDK/LineSDKTests/Crypto/JWTECTests.swift +++ b/LineSDK/LineSDKTests/Crypto/JWTECTests.swift @@ -1,13 +1,13 @@ // // JWTECTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Crypto/JWTRSATests.swift b/LineSDK/LineSDKTests/Crypto/JWTRSATests.swift index 3b5a8e8a..60110b7c 100644 --- a/LineSDK/LineSDKTests/Crypto/JWTRSATests.swift +++ b/LineSDK/LineSDKTests/Crypto/JWTRSATests.swift @@ -1,13 +1,13 @@ // // JWTTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Crypto/RSAKeyTests.swift b/LineSDK/LineSDKTests/Crypto/RSAKeyTests.swift index 99fc0555..b7376261 100644 --- a/LineSDK/LineSDKTests/Crypto/RSAKeyTests.swift +++ b/LineSDK/LineSDKTests/Crypto/RSAKeyTests.swift @@ -1,13 +1,13 @@ // // RSAKeyTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Crypto/RSATests.swift b/LineSDK/LineSDKTests/Crypto/RSATests.swift index 684d5c81..18ef964d 100644 --- a/LineSDK/LineSDKTests/Crypto/RSATests.swift +++ b/LineSDK/LineSDKTests/Crypto/RSATests.swift @@ -1,13 +1,13 @@ // // RSATests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/KeychainStoreTests.swift b/LineSDK/LineSDKTests/KeychainStoreTests.swift index 5657689e..eb987094 100644 --- a/LineSDK/LineSDKTests/KeychainStoreTests.swift +++ b/LineSDK/LineSDKTests/KeychainStoreTests.swift @@ -1,13 +1,13 @@ // // KeychainStoreTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/LineSDKErrorTests.swift b/LineSDK/LineSDKTests/LineSDKErrorTests.swift index 78c5b1a1..28ec178b 100644 --- a/LineSDK/LineSDKTests/LineSDKErrorTests.swift +++ b/LineSDK/LineSDKTests/LineSDKErrorTests.swift @@ -1,13 +1,13 @@ // // LineSDKErrorTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/LineSDKTests.swift b/LineSDK/LineSDKTests/LineSDKTests.swift index fa281d42..76119303 100644 --- a/LineSDK/LineSDKTests/LineSDKTests.swift +++ b/LineSDK/LineSDKTests/LineSDKTests.swift @@ -1,13 +1,13 @@ // // LineSDKTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Login/LoginConfigurationTests.swift b/LineSDK/LineSDKTests/Login/LoginConfigurationTests.swift index bbaff852..a1bcc72b 100644 --- a/LineSDK/LineSDKTests/Login/LoginConfigurationTests.swift +++ b/LineSDK/LineSDKTests/Login/LoginConfigurationTests.swift @@ -1,13 +1,13 @@ // // LoginConfigurationTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Login/LoginFlowTests.swift b/LineSDK/LineSDKTests/Login/LoginFlowTests.swift index b4416a6c..49ebf5de 100644 --- a/LineSDK/LineSDKTests/Login/LoginFlowTests.swift +++ b/LineSDK/LineSDKTests/Login/LoginFlowTests.swift @@ -1,13 +1,13 @@ // // LoginFlowTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Login/LoginManagerTests.swift b/LineSDK/LineSDKTests/Login/LoginManagerTests.swift index 7f387133..5b99d19c 100644 --- a/LineSDK/LineSDKTests/Login/LoginManagerTests.swift +++ b/LineSDK/LineSDKTests/Login/LoginManagerTests.swift @@ -1,13 +1,13 @@ // // LoginManagerTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Login/LoginProcessURLResponseTests.swift b/LineSDK/LineSDKTests/Login/LoginProcessURLResponseTests.swift index 5f621715..02b8d5b0 100644 --- a/LineSDK/LineSDKTests/Login/LoginProcessURLResponseTests.swift +++ b/LineSDK/LineSDKTests/Login/LoginProcessURLResponseTests.swift @@ -1,13 +1,13 @@ // // LoginProcessURLResponseTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Login/PKCETests.swift b/LineSDK/LineSDKTests/Login/PKCETests.swift index ba1bf755..10586440 100644 --- a/LineSDK/LineSDKTests/Login/PKCETests.swift +++ b/LineSDK/LineSDKTests/Login/PKCETests.swift @@ -1,13 +1,13 @@ // // PKCETests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/AudioMessageTests.swift b/LineSDK/LineSDKTests/Message/AudioMessageTests.swift index 144d5618..3be124ce 100644 --- a/LineSDK/LineSDKTests/Message/AudioMessageTests.swift +++ b/LineSDK/LineSDKTests/Message/AudioMessageTests.swift @@ -1,13 +1,13 @@ // // AudioMessageTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexBoxComponentTests.swift b/LineSDK/LineSDKTests/Message/FlexBoxComponentTests.swift index a4cbb5b9..e760c687 100644 --- a/LineSDK/LineSDKTests/Message/FlexBoxComponentTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexBoxComponentTests.swift @@ -1,13 +1,13 @@ // // FlexBoxComponentTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexBubbleContainerTests.swift b/LineSDK/LineSDKTests/Message/FlexBubbleContainerTests.swift index 05ef5883..acaa9d2f 100644 --- a/LineSDK/LineSDKTests/Message/FlexBubbleContainerTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexBubbleContainerTests.swift @@ -1,13 +1,13 @@ // // FlexBubbleContainerTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexButtonComponentTests.swift b/LineSDK/LineSDKTests/Message/FlexButtonComponentTests.swift index 31c21a29..ab5ff683 100644 --- a/LineSDK/LineSDKTests/Message/FlexButtonComponentTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexButtonComponentTests.swift @@ -1,13 +1,13 @@ // // FlexButtonComponentTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexCarouselContainerTests.swift b/LineSDK/LineSDKTests/Message/FlexCarouselContainerTests.swift index 2acc229c..2ef73eb7 100644 --- a/LineSDK/LineSDKTests/Message/FlexCarouselContainerTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexCarouselContainerTests.swift @@ -1,13 +1,13 @@ // // FlexCarouselContainerTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexComponentMessageTests.swift b/LineSDK/LineSDKTests/Message/FlexComponentMessageTests.swift index 425c8a65..70c219b2 100644 --- a/LineSDK/LineSDKTests/Message/FlexComponentMessageTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexComponentMessageTests.swift @@ -1,13 +1,13 @@ // // FlexComponentMessageTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexFillerComponentTests.swift b/LineSDK/LineSDKTests/Message/FlexFillerComponentTests.swift index 12af7738..16ffd66e 100644 --- a/LineSDK/LineSDKTests/Message/FlexFillerComponentTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexFillerComponentTests.swift @@ -1,13 +1,13 @@ // // FlexFillerComponentTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexIconComponentTests.swift b/LineSDK/LineSDKTests/Message/FlexIconComponentTests.swift index 39e01240..bbc5f78a 100644 --- a/LineSDK/LineSDKTests/Message/FlexIconComponentTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexIconComponentTests.swift @@ -1,13 +1,13 @@ // // FlexIconComponentTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexImageComponentTests.swift b/LineSDK/LineSDKTests/Message/FlexImageComponentTests.swift index 28b189f7..48325500 100644 --- a/LineSDK/LineSDKTests/Message/FlexImageComponentTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexImageComponentTests.swift @@ -1,13 +1,13 @@ // // FlexImageComponentTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexSeparatorComponentTests.swift b/LineSDK/LineSDKTests/Message/FlexSeparatorComponentTests.swift index bfdb6ae3..ba69d381 100644 --- a/LineSDK/LineSDKTests/Message/FlexSeparatorComponentTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexSeparatorComponentTests.swift @@ -1,13 +1,13 @@ // // FlexSeparatorComponentTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexSpacerComponentTests.swift b/LineSDK/LineSDKTests/Message/FlexSpacerComponentTests.swift index e771acc5..181205a3 100644 --- a/LineSDK/LineSDKTests/Message/FlexSpacerComponentTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexSpacerComponentTests.swift @@ -1,13 +1,13 @@ // // FlexSpacerComponentTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/FlexTextComponentTests.swift b/LineSDK/LineSDKTests/Message/FlexTextComponentTests.swift index c17e7001..f2b444c0 100644 --- a/LineSDK/LineSDKTests/Message/FlexTextComponentTests.swift +++ b/LineSDK/LineSDKTests/Message/FlexTextComponentTests.swift @@ -1,13 +1,13 @@ // // FlexTextComponentTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/HexColorTests.swift b/LineSDK/LineSDKTests/Message/HexColorTests.swift index a77b085c..cd867b35 100644 --- a/LineSDK/LineSDKTests/Message/HexColorTests.swift +++ b/LineSDK/LineSDKTests/Message/HexColorTests.swift @@ -1,13 +1,13 @@ // // HexColorTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/ImageMessageTests.swift b/LineSDK/LineSDKTests/Message/ImageMessageTests.swift index e5f91a73..a5ffc4a0 100644 --- a/LineSDK/LineSDKTests/Message/ImageMessageTests.swift +++ b/LineSDK/LineSDKTests/Message/ImageMessageTests.swift @@ -1,13 +1,13 @@ // // ImageMessageTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/LocationMessageTests.swift b/LineSDK/LineSDKTests/Message/LocationMessageTests.swift index ad903bea..b826283c 100644 --- a/LineSDK/LineSDKTests/Message/LocationMessageTests.swift +++ b/LineSDK/LineSDKTests/Message/LocationMessageTests.swift @@ -1,13 +1,13 @@ // // LocationMessageTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/TemplateButtonsPayloadTests.swift b/LineSDK/LineSDKTests/Message/TemplateButtonsPayloadTests.swift index 4726617d..80776cca 100644 --- a/LineSDK/LineSDKTests/Message/TemplateButtonsPayloadTests.swift +++ b/LineSDK/LineSDKTests/Message/TemplateButtonsPayloadTests.swift @@ -1,13 +1,13 @@ // // TemplateButtonsPayloadTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/TemplateCarouselPayloadTests.swift b/LineSDK/LineSDKTests/Message/TemplateCarouselPayloadTests.swift index 0bdc1cdb..f9df5abf 100644 --- a/LineSDK/LineSDKTests/Message/TemplateCarouselPayloadTests.swift +++ b/LineSDK/LineSDKTests/Message/TemplateCarouselPayloadTests.swift @@ -1,13 +1,13 @@ // // TemplateCarouselPayloadTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/TemplateConfirmPayloadTests.swift b/LineSDK/LineSDKTests/Message/TemplateConfirmPayloadTests.swift index 721b25a7..98d57ee5 100644 --- a/LineSDK/LineSDKTests/Message/TemplateConfirmPayloadTests.swift +++ b/LineSDK/LineSDKTests/Message/TemplateConfirmPayloadTests.swift @@ -1,13 +1,13 @@ // // TemplateConfirmPayloadTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/TemplateImageCarouselPayloadTests.swift b/LineSDK/LineSDKTests/Message/TemplateImageCarouselPayloadTests.swift index 554d6db6..6b300f5e 100644 --- a/LineSDK/LineSDKTests/Message/TemplateImageCarouselPayloadTests.swift +++ b/LineSDK/LineSDKTests/Message/TemplateImageCarouselPayloadTests.swift @@ -1,13 +1,13 @@ // // TemplateImageCarouselPayloadTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/TemplateMessage.swift b/LineSDK/LineSDKTests/Message/TemplateMessage.swift index 7d0d75d1..35851c8e 100644 --- a/LineSDK/LineSDKTests/Message/TemplateMessage.swift +++ b/LineSDK/LineSDKTests/Message/TemplateMessage.swift @@ -1,13 +1,13 @@ // // TemplateMessage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/TemplateMessageActionTests.swift b/LineSDK/LineSDKTests/Message/TemplateMessageActionTests.swift index af854ac0..6358e41a 100644 --- a/LineSDK/LineSDKTests/Message/TemplateMessageActionTests.swift +++ b/LineSDK/LineSDKTests/Message/TemplateMessageActionTests.swift @@ -1,13 +1,13 @@ // // TemplateMessageActionTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/TextMessageTests.swift b/LineSDK/LineSDKTests/Message/TextMessageTests.swift index ec8ca97a..4b4acd57 100644 --- a/LineSDK/LineSDKTests/Message/TextMessageTests.swift +++ b/LineSDK/LineSDKTests/Message/TextMessageTests.swift @@ -1,13 +1,13 @@ // // TextMessageTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/UIColorExtensionTests.swift b/LineSDK/LineSDKTests/Message/UIColorExtensionTests.swift index 328380cd..09c70094 100644 --- a/LineSDK/LineSDKTests/Message/UIColorExtensionTests.swift +++ b/LineSDK/LineSDKTests/Message/UIColorExtensionTests.swift @@ -1,13 +1,13 @@ // // UIColorExtensionTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Message/VideoMessageTests.swift b/LineSDK/LineSDKTests/Message/VideoMessageTests.swift index 72743f7c..ccff5118 100644 --- a/LineSDK/LineSDKTests/Message/VideoMessageTests.swift +++ b/LineSDK/LineSDKTests/Message/VideoMessageTests.swift @@ -1,13 +1,13 @@ // // VideoMessageTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Networking/AdapterTests.swift b/LineSDK/LineSDKTests/Networking/AdapterTests.swift index d37e6f23..05da5e8f 100644 --- a/LineSDK/LineSDKTests/Networking/AdapterTests.swift +++ b/LineSDK/LineSDKTests/Networking/AdapterTests.swift @@ -1,13 +1,13 @@ // // AdapterTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Networking/ChainedPaginatedRequestsTests.swift b/LineSDK/LineSDKTests/Networking/ChainedPaginatedRequestsTests.swift index a9971355..0bd5c727 100644 --- a/LineSDK/LineSDKTests/Networking/ChainedPaginatedRequestsTests.swift +++ b/LineSDK/LineSDKTests/Networking/ChainedPaginatedRequestsTests.swift @@ -1,13 +1,13 @@ // // ChainedPaginatedRequestsTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Networking/ParameterEncoderTests.swift b/LineSDK/LineSDKTests/Networking/ParameterEncoderTests.swift index ec84fd23..c225d3e5 100644 --- a/LineSDK/LineSDKTests/Networking/ParameterEncoderTests.swift +++ b/LineSDK/LineSDKTests/Networking/ParameterEncoderTests.swift @@ -1,13 +1,13 @@ // // ParameterEncoderTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Networking/PipelineTests.swift b/LineSDK/LineSDKTests/Networking/PipelineTests.swift index 11063ecb..fd4dd48e 100644 --- a/LineSDK/LineSDKTests/Networking/PipelineTests.swift +++ b/LineSDK/LineSDKTests/Networking/PipelineTests.swift @@ -1,13 +1,13 @@ // // PipelineTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Networking/RefreshTokenPipelineTests.swift b/LineSDK/LineSDKTests/Networking/RefreshTokenPipelineTests.swift index 06675f20..33245138 100644 --- a/LineSDK/LineSDKTests/Networking/RefreshTokenPipelineTests.swift +++ b/LineSDK/LineSDKTests/Networking/RefreshTokenPipelineTests.swift @@ -1,13 +1,13 @@ // // RefreshTokenPipelineTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Networking/SessionTests.swift b/LineSDK/LineSDKTests/Networking/SessionTests.swift index 8a88eef8..673882dc 100644 --- a/LineSDK/LineSDKTests/Networking/SessionTests.swift +++ b/LineSDK/LineSDKTests/Networking/SessionTests.swift @@ -1,13 +1,13 @@ // // SessionTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/OpenChat/CountLimitedTextViewTests.swift b/LineSDK/LineSDKTests/OpenChat/CountLimitedTextViewTests.swift index a2dd3a93..9902a172 100644 --- a/LineSDK/LineSDKTests/OpenChat/CountLimitedTextViewTests.swift +++ b/LineSDK/LineSDKTests/OpenChat/CountLimitedTextViewTests.swift @@ -1,13 +1,13 @@ // // CountLimitedTextViewTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/OpenChat/FormEntryTests.swift b/LineSDK/LineSDKTests/OpenChat/FormEntryTests.swift index f4059b2d..6bd56307 100644 --- a/LineSDK/LineSDKTests/OpenChat/FormEntryTests.swift +++ b/LineSDK/LineSDKTests/OpenChat/FormEntryTests.swift @@ -1,13 +1,13 @@ // // FormEntryTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/OpenChat/OpenChatControllerTests.swift b/LineSDK/LineSDKTests/OpenChat/OpenChatControllerTests.swift index f593477e..a1beb258 100644 --- a/LineSDK/LineSDKTests/OpenChat/OpenChatControllerTests.swift +++ b/LineSDK/LineSDKTests/OpenChat/OpenChatControllerTests.swift @@ -1,13 +1,13 @@ // // OpenChatCreatingControllerTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/OpenChat/OpenChatCreatingFormItemTests.swift b/LineSDK/LineSDKTests/OpenChat/OpenChatCreatingFormItemTests.swift index 1b121212..1900bb58 100644 --- a/LineSDK/LineSDKTests/OpenChat/OpenChatCreatingFormItemTests.swift +++ b/LineSDK/LineSDKTests/OpenChat/OpenChatCreatingFormItemTests.swift @@ -1,13 +1,13 @@ // // OpenChatCreatingFormItemTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Sharing/ColumnDataStoreTests.swift b/LineSDK/LineSDKTests/Sharing/ColumnDataStoreTests.swift index 51d946ea..66a04a3e 100644 --- a/LineSDK/LineSDKTests/Sharing/ColumnDataStoreTests.swift +++ b/LineSDK/LineSDKTests/Sharing/ColumnDataStoreTests.swift @@ -1,13 +1,13 @@ // // ColumnDataStoreTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Sharing/PageTabViewTests.swift b/LineSDK/LineSDKTests/Sharing/PageTabViewTests.swift index 77303bd2..f6f0119d 100644 --- a/LineSDK/LineSDKTests/Sharing/PageTabViewTests.swift +++ b/LineSDK/LineSDKTests/Sharing/PageTabViewTests.swift @@ -1,13 +1,13 @@ // // PageTabViewTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Sharing/ShareControllerTests.swift b/LineSDK/LineSDKTests/Sharing/ShareControllerTests.swift index c197bdf3..3c33a9f2 100644 --- a/LineSDK/LineSDKTests/Sharing/ShareControllerTests.swift +++ b/LineSDK/LineSDKTests/Sharing/ShareControllerTests.swift @@ -1,13 +1,13 @@ // // ShareControllerTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/APITests.swift b/LineSDK/LineSDKTests/Utils/APITests.swift index b485d234..70e2984f 100644 --- a/LineSDK/LineSDKTests/Utils/APITests.swift +++ b/LineSDK/LineSDKTests/Utils/APITests.swift @@ -1,13 +1,13 @@ // // APITests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/AssertionHelpers.swift b/LineSDK/LineSDKTests/Utils/AssertionHelpers.swift index 1cbec6d8..bc8cf41d 100644 --- a/LineSDK/LineSDKTests/Utils/AssertionHelpers.swift +++ b/LineSDK/LineSDKTests/Utils/AssertionHelpers.swift @@ -1,13 +1,13 @@ // // AssertionHelpers.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/LoginManagerExtension.swift b/LineSDK/LineSDKTests/Utils/LoginManagerExtension.swift index 3d643c18..47662987 100644 --- a/LineSDK/LineSDKTests/Utils/LoginManagerExtension.swift +++ b/LineSDK/LineSDKTests/Utils/LoginManagerExtension.swift @@ -1,13 +1,13 @@ // // LoginManagerExtension.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/MessageSample.swift b/LineSDK/LineSDKTests/Utils/MessageSample.swift index f2cb68bd..25346768 100644 --- a/LineSDK/LineSDKTests/Utils/MessageSample.swift +++ b/LineSDK/LineSDKTests/Utils/MessageSample.swift @@ -1,13 +1,13 @@ // // MessageSample.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/RequestStubs.swift b/LineSDK/LineSDKTests/Utils/RequestStubs.swift index f17a8f54..448293cd 100644 --- a/LineSDK/LineSDKTests/Utils/RequestStubs.swift +++ b/LineSDK/LineSDKTests/Utils/RequestStubs.swift @@ -1,13 +1,13 @@ // // RequestStubs.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/ResponseDataStub.swift b/LineSDK/LineSDKTests/Utils/ResponseDataStub.swift index 505eced9..f686c072 100644 --- a/LineSDK/LineSDKTests/Utils/ResponseDataStub.swift +++ b/LineSDK/LineSDKTests/Utils/ResponseDataStub.swift @@ -1,13 +1,13 @@ // // ResponseDataStub.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/ResultUtils.swift b/LineSDK/LineSDKTests/Utils/ResultUtils.swift index 819c88d5..b2aa7765 100644 --- a/LineSDK/LineSDKTests/Utils/ResultUtils.swift +++ b/LineSDK/LineSDKTests/Utils/ResultUtils.swift @@ -2,13 +2,13 @@ // // ResultUtils.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/ResultUtilsTests.swift b/LineSDK/LineSDKTests/Utils/ResultUtilsTests.swift index e4ccae2b..e41d1144 100644 --- a/LineSDK/LineSDKTests/Utils/ResultUtilsTests.swift +++ b/LineSDK/LineSDKTests/Utils/ResultUtilsTests.swift @@ -1,13 +1,13 @@ // // ResultUtilsTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/SessionDelegateStub.swift b/LineSDK/LineSDKTests/Utils/SessionDelegateStub.swift index 6a0f1671..a076259f 100644 --- a/LineSDK/LineSDKTests/Utils/SessionDelegateStub.swift +++ b/LineSDK/LineSDKTests/Utils/SessionDelegateStub.swift @@ -1,13 +1,13 @@ // // SessionDelegateStub.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/StringExtensionTests.swift b/LineSDK/LineSDKTests/Utils/StringExtensionTests.swift index 91067b62..e2673f5f 100644 --- a/LineSDK/LineSDKTests/Utils/StringExtensionTests.swift +++ b/LineSDK/LineSDKTests/Utils/StringExtensionTests.swift @@ -1,13 +1,13 @@ // // StringExtensionTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/LineSDKTests/Utils/ViewControllerCompatibleTest.swift b/LineSDK/LineSDKTests/Utils/ViewControllerCompatibleTest.swift index 0c436633..e48397eb 100644 --- a/LineSDK/LineSDKTests/Utils/ViewControllerCompatibleTest.swift +++ b/LineSDK/LineSDKTests/Utils/ViewControllerCompatibleTest.swift @@ -1,13 +1,13 @@ // // ViewControllerCompatibleTest.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDK/TestHost/AppDelegate.swift b/LineSDK/TestHost/AppDelegate.swift index c48b872b..5c45a929 100644 --- a/LineSDK/TestHost/AppDelegate.swift +++ b/LineSDK/TestHost/AppDelegate.swift @@ -1,13 +1,13 @@ // // AppDelegate.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/API/API.swift b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/API/API.swift index 129d98a2..1fa55042 100644 --- a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/API/API.swift +++ b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/API/API.swift @@ -1,13 +1,13 @@ // // API.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Config.xcconfig b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Config.xcconfig index 9a761e1b..b950cad6 100644 --- a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Config.xcconfig +++ b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Config.xcconfig @@ -1,13 +1,13 @@ // // Config.xcconfig // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/AuthorizatonStore.swift b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/AuthorizatonStore.swift index a453115c..5b2a328f 100644 --- a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/AuthorizatonStore.swift +++ b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/AuthorizatonStore.swift @@ -1,13 +1,13 @@ // // AuthorizatonResult.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/LineLoginButton.swift b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/LineLoginButton.swift index ea06bbc8..10df1130 100644 --- a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/LineLoginButton.swift +++ b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/LineLoginButton.swift @@ -1,13 +1,13 @@ // // LineLoginButton.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/LoginView.swift b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/LoginView.swift index e0a156f8..b680f49a 100644 --- a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/LoginView.swift +++ b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/LoginView.swift @@ -1,13 +1,13 @@ // // LoginView.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/ProfileView.swift b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/ProfileView.swift index d1242762..54ebf321 100644 --- a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/ProfileView.swift +++ b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Login/ProfileView.swift @@ -1,13 +1,13 @@ // // ProfileView.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Utils/AlertItem.swift b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Utils/AlertItem.swift index 8bbae6c0..b05873d1 100644 --- a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Utils/AlertItem.swift +++ b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Utils/AlertItem.swift @@ -1,13 +1,13 @@ // // AlertItem.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Utils/LoginManager+Extension.swift b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Utils/LoginManager+Extension.swift index 0ff1a78a..64010e9f 100644 --- a/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Utils/LoginManager+Extension.swift +++ b/LineSDKSample-SwiftUI/LineSDKSample-SwiftUI/Utils/LoginManager+Extension.swift @@ -1,13 +1,13 @@ // // LoginManager+Extension.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/API/APIHomeViewController.swift b/LineSDKSample/LineSDKSample/API/APIHomeViewController.swift index fb319605..045927d4 100644 --- a/LineSDKSample/LineSDKSample/API/APIHomeViewController.swift +++ b/LineSDKSample/LineSDKSample/API/APIHomeViewController.swift @@ -1,13 +1,13 @@ // // APIHomeViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/API/APIResultEntry.swift b/LineSDKSample/LineSDKSample/API/APIResultEntry.swift index ef679444..07921b0a 100644 --- a/LineSDKSample/LineSDKSample/API/APIResultEntry.swift +++ b/LineSDKSample/LineSDKSample/API/APIResultEntry.swift @@ -1,13 +1,13 @@ // // APIResultEntry.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/API/APIResultViewController.swift b/LineSDKSample/LineSDKSample/API/APIResultViewController.swift index e9ab824c..0e1ea950 100644 --- a/LineSDKSample/LineSDKSample/API/APIResultViewController.swift +++ b/LineSDKSample/LineSDKSample/API/APIResultViewController.swift @@ -1,13 +1,13 @@ // // APIResultViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/API/APIStore.swift b/LineSDKSample/LineSDKSample/API/APIStore.swift index 9b6621e5..4e1548d0 100644 --- a/LineSDKSample/LineSDKSample/API/APIStore.swift +++ b/LineSDKSample/LineSDKSample/API/APIStore.swift @@ -1,13 +1,13 @@ // // APIStore.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/AppDelegate.swift b/LineSDKSample/LineSDKSample/AppDelegate.swift index 1ebb2972..fb871f7c 100644 --- a/LineSDKSample/LineSDKSample/AppDelegate.swift +++ b/LineSDKSample/LineSDKSample/AppDelegate.swift @@ -1,13 +1,13 @@ // // AppDelegate.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Config.xcconfig b/LineSDKSample/LineSDKSample/Config.xcconfig index a85e4a19..4e38889e 100644 --- a/LineSDKSample/LineSDKSample/Config.xcconfig +++ b/LineSDKSample/LineSDKSample/Config.xcconfig @@ -1,13 +1,13 @@ // // Config.xcconfig // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/LineSDKSampleError.swift b/LineSDKSample/LineSDKSample/LineSDKSampleError.swift index ffd87b5c..6772620c 100644 --- a/LineSDKSample/LineSDKSample/LineSDKSampleError.swift +++ b/LineSDKSample/LineSDKSample/LineSDKSampleError.swift @@ -1,13 +1,13 @@ // // LineSDKSampleError.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Login/LoginNavigationController.swift b/LineSDKSample/LineSDKSample/Login/LoginNavigationController.swift index e806ba80..ef691127 100644 --- a/LineSDKSample/LineSDKSample/Login/LoginNavigationController.swift +++ b/LineSDKSample/LineSDKSample/Login/LoginNavigationController.swift @@ -1,13 +1,13 @@ // // LoginNavigationController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Login/LoginSettings.swift b/LineSDKSample/LineSDKSample/Login/LoginSettings.swift index f8cdaa6f..918aa751 100644 --- a/LineSDKSample/LineSDKSample/Login/LoginSettings.swift +++ b/LineSDKSample/LineSDKSample/Login/LoginSettings.swift @@ -1,13 +1,13 @@ // // LoginSettings.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Login/LoginSettingsViewController.swift b/LineSDKSample/LineSDKSample/Login/LoginSettingsViewController.swift index b3e4d874..7f988f5e 100644 --- a/LineSDKSample/LineSDKSample/Login/LoginSettingsViewController.swift +++ b/LineSDKSample/LineSDKSample/Login/LoginSettingsViewController.swift @@ -1,13 +1,13 @@ // // LoginSettingsViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Login/LoginViewController+SPM.swift b/LineSDKSample/LineSDKSample/Login/LoginViewController+SPM.swift index c9ab50a7..ddbdf66a 100644 --- a/LineSDKSample/LineSDKSample/Login/LoginViewController+SPM.swift +++ b/LineSDKSample/LineSDKSample/Login/LoginViewController+SPM.swift @@ -1,13 +1,13 @@ // // LoginViewController+SPM.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Login/LoginViewController.swift b/LineSDKSample/LineSDKSample/Login/LoginViewController.swift index 3ed934e5..ea15f198 100644 --- a/LineSDKSample/LineSDKSample/Login/LoginViewController.swift +++ b/LineSDKSample/LineSDKSample/Login/LoginViewController.swift @@ -1,13 +1,13 @@ // // ViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Login/UserDetailViewController.swift b/LineSDKSample/LineSDKSample/Login/UserDetailViewController.swift index 7c745bdc..62612c0d 100644 --- a/LineSDKSample/LineSDKSample/Login/UserDetailViewController.swift +++ b/LineSDKSample/LineSDKSample/Login/UserDetailViewController.swift @@ -1,13 +1,13 @@ // // UserDetailViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Login/UserProfileViewController.swift b/LineSDKSample/LineSDKSample/Login/UserProfileViewController.swift index dfd85e8f..19558a53 100644 --- a/LineSDKSample/LineSDKSample/Login/UserProfileViewController.swift +++ b/LineSDKSample/LineSDKSample/Login/UserProfileViewController.swift @@ -1,13 +1,13 @@ // // UserProfileViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Model/MessageStore.swift b/LineSDKSample/LineSDKSample/Model/MessageStore.swift index afaf7e46..13d0f133 100644 --- a/LineSDKSample/LineSDKSample/Model/MessageStore.swift +++ b/LineSDKSample/LineSDKSample/Model/MessageStore.swift @@ -1,13 +1,13 @@ // // MessageStore.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Model/OpenChatRoom.swift b/LineSDKSample/LineSDKSample/Model/OpenChatRoom.swift index 209ce275..56ff2c48 100644 --- a/LineSDKSample/LineSDKSample/Model/OpenChatRoom.swift +++ b/LineSDKSample/LineSDKSample/Model/OpenChatRoom.swift @@ -1,13 +1,13 @@ // // OpenChatRoom.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/UI/OpenChatRoomTableViewController.swift b/LineSDKSample/LineSDKSample/UI/OpenChatRoomTableViewController.swift index bfd723c1..b483bdd2 100644 --- a/LineSDKSample/LineSDKSample/UI/OpenChatRoomTableViewController.swift +++ b/LineSDKSample/LineSDKSample/UI/OpenChatRoomTableViewController.swift @@ -1,13 +1,13 @@ // // OpenChatRoomTableViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/UI/SampleUIHomeViewController+SPM.swift b/LineSDKSample/LineSDKSample/UI/SampleUIHomeViewController+SPM.swift index 0fa10c7b..7d768afb 100644 --- a/LineSDKSample/LineSDKSample/UI/SampleUIHomeViewController+SPM.swift +++ b/LineSDKSample/LineSDKSample/UI/SampleUIHomeViewController+SPM.swift @@ -1,13 +1,13 @@ // // SampleUIHomeViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/UI/SampleUIHomeViewController.swift b/LineSDKSample/LineSDKSample/UI/SampleUIHomeViewController.swift index 6dcf829f..82c5a68f 100644 --- a/LineSDKSample/LineSDKSample/UI/SampleUIHomeViewController.swift +++ b/LineSDKSample/LineSDKSample/UI/SampleUIHomeViewController.swift @@ -1,13 +1,13 @@ // // SampleUIHomeViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/UI/ShareMessageTemplateAddingViewController.swift b/LineSDKSample/LineSDKSample/UI/ShareMessageTemplateAddingViewController.swift index fa0113bd..0d59088c 100644 --- a/LineSDKSample/LineSDKSample/UI/ShareMessageTemplateAddingViewController.swift +++ b/LineSDKSample/LineSDKSample/UI/ShareMessageTemplateAddingViewController.swift @@ -1,13 +1,13 @@ // // ShareMessageTemplateAddingViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/UI/ShareMessagesTableViewController.swift b/LineSDKSample/LineSDKSample/UI/ShareMessagesTableViewController.swift index 97b5c2e1..74c36a7e 100644 --- a/LineSDKSample/LineSDKSample/UI/ShareMessagesTableViewController.swift +++ b/LineSDKSample/LineSDKSample/UI/ShareMessagesTableViewController.swift @@ -1,13 +1,13 @@ // // ShareMessagesTableViewController.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Utils/IndicatorDisplay.swift b/LineSDKSample/LineSDKSample/Utils/IndicatorDisplay.swift index 19fff4a4..c484c109 100644 --- a/LineSDKSample/LineSDKSample/Utils/IndicatorDisplay.swift +++ b/LineSDKSample/LineSDKSample/Utils/IndicatorDisplay.swift @@ -1,13 +1,13 @@ // // IndicatorDisplay.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Utils/NotificationToken.swift b/LineSDKSample/LineSDKSample/Utils/NotificationToken.swift index fa3ed669..3da50101 100644 --- a/LineSDKSample/LineSDKSample/Utils/NotificationToken.swift +++ b/LineSDKSample/LineSDKSample/Utils/NotificationToken.swift @@ -1,13 +1,13 @@ // // NotificationToken.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Utils/UIAlertControllerHelpers.swift b/LineSDKSample/LineSDKSample/Utils/UIAlertControllerHelpers.swift index 6b296cec..c3e41d35 100644 --- a/LineSDKSample/LineSDKSample/Utils/UIAlertControllerHelpers.swift +++ b/LineSDKSample/LineSDKSample/Utils/UIAlertControllerHelpers.swift @@ -1,13 +1,13 @@ // // UIAlertControllerHelpers.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSample/Utils/UIViewControllerExtensions.swift b/LineSDKSample/LineSDKSample/Utils/UIViewControllerExtensions.swift index 28d06328..2ad198cf 100644 --- a/LineSDKSample/LineSDKSample/Utils/UIViewControllerExtensions.swift +++ b/LineSDKSample/LineSDKSample/Utils/UIViewControllerExtensions.swift @@ -1,13 +1,13 @@ // // UIViewControllerExtensions.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSampleTests/APIResultEntryTests.swift b/LineSDKSample/LineSDKSampleTests/APIResultEntryTests.swift index 7feae792..5a5c6788 100644 --- a/LineSDKSample/LineSDKSampleTests/APIResultEntryTests.swift +++ b/LineSDKSample/LineSDKSampleTests/APIResultEntryTests.swift @@ -1,13 +1,13 @@ // // APIResultEntryTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSampleTests/LineSDKSampleTests.swift b/LineSDKSample/LineSDKSampleTests/LineSDKSampleTests.swift index 73290e1c..3c7d67b1 100644 --- a/LineSDKSample/LineSDKSampleTests/LineSDKSampleTests.swift +++ b/LineSDKSample/LineSDKSampleTests/LineSDKSampleTests.swift @@ -1,13 +1,13 @@ // // LineSDKSampleTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSampleUITests/PageObject/LoginPage.swift b/LineSDKSample/LineSDKSampleUITests/PageObject/LoginPage.swift index 9f607384..9f093906 100644 --- a/LineSDKSample/LineSDKSampleUITests/PageObject/LoginPage.swift +++ b/LineSDKSample/LineSDKSampleUITests/PageObject/LoginPage.swift @@ -1,13 +1,13 @@ // // LoginPage.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSampleUITests/PageObject/Page.swift b/LineSDKSample/LineSDKSampleUITests/PageObject/Page.swift index 05492e95..7bd941e3 100644 --- a/LineSDKSample/LineSDKSampleUITests/PageObject/Page.swift +++ b/LineSDKSample/LineSDKSampleUITests/PageObject/Page.swift @@ -1,13 +1,13 @@ // // Page.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/LineSDKSample/LineSDKSampleUITests/TestSuites/AuthenticationTests.swift b/LineSDKSample/LineSDKSampleUITests/TestSuites/AuthenticationTests.swift index 3ace96c1..eac436e4 100644 --- a/LineSDKSample/LineSDKSampleUITests/TestSuites/AuthenticationTests.swift +++ b/LineSDKSample/LineSDKSampleUITests/TestSuites/AuthenticationTests.swift @@ -1,13 +1,13 @@ // // AuthenticationTests.swift // -// Copyright (c) 2016-present, LINE Corporation. All rights reserved. +// Copyright (c) 2016-present, LY Corporation. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy and distribute this software in source code or binary form for use -// in connection with the web services and APIs provided by LINE Corporation. +// in connection with the web services and APIs provided by LY Corporation. // -// As with any software that integrates with the LINE Corporation platform, your use of this software +// As with any software that integrates with the LY Corporation platform, your use of this software // is subject to the LINE Developers Agreement [http://terms2.line.me/LINE_Developers_Agreement]. // This copyright notice shall be included in all copies or substantial portions of the software. // diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0f7bf7d3..e8cb3cfc 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -111,7 +111,7 @@ platform :ios do desc "Generate documentation" lane :doc do - copyright = "jazzy --copyright '© " + Time.new.year.to_s + " [LINE Corporation.](https://line.me) All rights reserved.'" + copyright = "jazzy --copyright '© " + Time.new.year.to_s + " [LY Corporation.](https://line.me) All rights reserved.'" Actions.sh(copyright) end