From 20274fe0350b5569b68e9843fbacb51d3b652845 Mon Sep 17 00:00:00 2001 From: Seven Du Date: Tue, 29 Jan 2019 07:46:06 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/API2/Controllers/Comment.php | 10 +++++----- app/API2/Controllers/Controller.php | 10 +++++----- app/API2/Controllers/Feed/Topic.php | 10 +++++----- app/API2/Controllers/Feed/TopicFeed.php | 10 +++++----- app/API2/Controllers/Feed/TopicFollow.php | 10 +++++----- app/API2/Controllers/Feed/TopicParticipant.php | 10 +++++----- app/API2/Controllers/Feed/TopicReport.php | 10 +++++----- app/API2/Controllers/User/Message/At.php | 10 +++++----- app/API2/Controllers/UserCountsController.php | 10 +++++----- app/API2/Requests/Feed/CreateTopic.php | 10 +++++----- app/API2/Requests/Feed/EditTopic.php | 10 +++++----- app/API2/Requests/Feed/ListFeedsForATopic.php | 10 +++++----- app/API2/Requests/Feed/ListParticipantsForATopic.php | 10 +++++----- app/API2/Requests/Feed/ReportATopic.php | 10 +++++----- app/API2/Requests/Feed/TopicIndex.php | 10 +++++----- app/API2/Requests/ListAllComments.php | 10 +++++----- app/API2/Requests/Request.php | 10 +++++----- app/API2/Requests/User/Message/ListAtMessageLine.php | 10 +++++----- app/API2/Resources/Comment.php | 10 +++++----- app/API2/Resources/Feed/Topic.php | 10 +++++----- app/API2/Resources/Feed/TopicCollection.php | 10 +++++----- app/API2/Resources/Feed/TopicParticipantCollection.php | 10 +++++----- app/API2/Resources/User/Message/AtMessage.php | 10 +++++----- app/API2/Resources/UserCountsResource.php | 10 +++++----- app/Admin/Controllers/AboutUsController.php | 10 +++++----- app/Admin/Controllers/Controller.php | 10 +++++----- .../Controllers/FileStorage/AliyunOSSFilesystem.php | 10 +++++----- .../Controllers/FileStorage/DefaultFilesystem.php | 10 +++++----- app/Admin/Controllers/FileStorage/FileSize.php | 10 +++++----- app/Admin/Controllers/FileStorage/ImageDimension.php | 10 +++++----- app/Admin/Controllers/FileStorage/LocalFilesystem.php | 10 +++++----- app/Admin/Controllers/FileStorage/MimeType.php | 10 +++++----- app/Admin/Controllers/FileStorage/PublicChannel.php | 10 +++++----- app/Admin/Controllers/ImHelperUserController.php | 10 +++++----- app/Admin/Controllers/Setting/Security.php | 10 +++++----- app/Admin/Controllers/UserTrashedController.php | 10 +++++----- app/Admin/Requests/UpdateImHelperUserRequest.php | 10 +++++----- app/Admin/Resources/TrashedUserResource.php | 10 +++++----- app/AppInterface.php | 10 +++++----- app/Application.php | 10 +++++----- app/AtMessage/AtMessageHelperTrait.php | 10 +++++----- app/AtMessage/Message.php | 10 +++++----- app/AtMessage/MessageInterface.php | 10 +++++----- app/AtMessage/ResourceInterface.php | 10 +++++----- app/AtMessage/ResourceManager.php | 10 +++++----- app/AtMessage/ResourceManagerInterface.php | 10 +++++----- app/AtMessage/Resources/Comment.php | 10 +++++----- app/AtMessage/Resources/Feed.php | 10 +++++----- app/Auth/JWTAuthToken.php | 10 +++++----- app/Bootstrap/LoadConfiguration.php | 10 +++++----- app/Cdn/Adapter/AliOss.php | 10 +++++----- app/Cdn/Adapter/Filesystem.php | 10 +++++----- app/Cdn/Adapter/Qiniu.php | 10 +++++----- app/Cdn/Refresh.php | 10 +++++----- app/Cdn/UrlManager.php | 10 +++++----- app/Concerns/FindMarkdownFileTrait.php | 10 +++++----- app/Console/Commands/AppVersionCommand.php | 10 +++++----- app/Console/Commands/PackageCreateCommand.php | 10 +++++----- app/Console/Commands/PackageHandlerCommand.php | 10 +++++----- app/Console/Kernel.php | 10 +++++----- app/Contracts/Cdn/UrlFactory.php | 10 +++++----- app/Contracts/Cdn/UrlGenerator.php | 10 +++++----- app/Contracts/Model/FetchComment.php | 10 +++++----- app/Contracts/Model/UserAbility.php | 10 +++++----- app/EaseMobIM/Controllers/EaseMobController.php | 10 +++++----- app/EaseMobIM/Controllers/GroupController.php | 10 +++++----- app/EaseMobIM/Requests/CheckGroup.php | 10 +++++----- app/EaseMobIM/Requests/GroupId.php | 10 +++++----- app/EaseMobIM/Requests/GroupMember.php | 10 +++++----- app/EaseMobIM/Requests/UpdateGroup.php | 10 +++++----- app/Exceptions/Handler.php | 10 +++++----- app/Exceptions/ValidationException.php | 10 +++++----- app/FileStorage/ChannelManager.php | 10 +++++----- app/FileStorage/Channels/AbstractChannel.php | 10 +++++----- app/FileStorage/Channels/ChannelInterface.php | 10 +++++----- app/FileStorage/Channels/PublicChannel.php | 10 +++++----- .../Exceptions/NotAllowUploadMimeTypeException.php | 10 +++++----- app/FileStorage/Exceptions/ParseResourceException.php | 10 +++++----- app/FileStorage/FileMetaAbstract.php | 10 +++++----- app/FileStorage/FileMetaInterface.php | 10 +++++----- app/FileStorage/FilesystemManager.php | 10 +++++----- app/FileStorage/Filesystems/AliyunOss/FileMeta.php | 10 +++++----- app/FileStorage/Filesystems/AliyunOssFilesystem.php | 10 +++++----- app/FileStorage/Filesystems/FilesystemInterface.php | 10 +++++----- app/FileStorage/Filesystems/Local/FileMeta.php | 10 +++++----- app/FileStorage/Filesystems/Local/RuleParser.php | 10 +++++----- app/FileStorage/Filesystems/LocalFilesystem.php | 10 +++++----- app/FileStorage/Http/Controllers/Callback.php | 10 +++++----- app/FileStorage/Http/Controllers/CreateTask.php | 10 +++++----- app/FileStorage/Http/Controllers/Local.php | 10 +++++----- app/FileStorage/Http/MakeRoutes.php | 10 +++++----- app/FileStorage/ImageDimension.php | 10 +++++----- app/FileStorage/ImageDimensionInterface.php | 10 +++++----- app/FileStorage/Pay/PayInterface.php | 10 +++++----- app/FileStorage/Providers/AppServiceProvider.php | 10 +++++----- app/FileStorage/Resource.php | 10 +++++----- app/FileStorage/ResourceInterface.php | 10 +++++----- app/FileStorage/Storage.php | 10 +++++----- app/FileStorage/StorageInterface.php | 10 +++++----- app/FileStorage/Task.php | 10 +++++----- app/FileStorage/TaskInterface.php | 10 +++++----- app/FileStorage/Traits/EloquentAttributeTrait.php | 10 +++++----- app/FileStorage/Traits/HasImageTrait.php | 10 +++++----- app/FileStorage/Validators/AbstractValidator.php | 10 +++++----- app/FileStorage/Validators/CreateTaskValidator.php | 10 +++++----- app/FileStorage/Validators/Rulers/FileStorageRuler.php | 10 +++++----- app/FileStorage/Validators/Rulers/RulerInterface.php | 10 +++++----- .../Validators/Rulers/ValidatorRulesRegister.php | 10 +++++----- app/FileStorage/Validators/ValidatorInterface.php | 10 +++++----- app/FileStorage/design-configuration.php | 10 +++++----- app/Http/Controllers/APIs/V2/AdvertisingController.php | 10 +++++----- app/Http/Controllers/APIs/V2/AuthController.php | 10 +++++----- .../Controllers/APIs/V2/BootstrappersController.php | 10 +++++----- app/Http/Controllers/APIs/V2/Controller.php | 10 +++++----- .../Controllers/APIs/V2/CurrencyApplePayController.php | 10 +++++----- .../Controllers/APIs/V2/CurrencyCashController.php | 10 +++++----- .../Controllers/APIs/V2/CurrencyConfigController.php | 10 +++++----- app/Http/Controllers/APIs/V2/CurrencyPayController.php | 10 +++++----- .../Controllers/APIs/V2/CurrencyRechargeController.php | 10 +++++----- app/Http/Controllers/APIs/V2/CurrentUserController.php | 10 +++++----- app/Http/Controllers/APIs/V2/FilesController.php | 10 +++++----- app/Http/Controllers/APIs/V2/FindUserController.php | 10 +++++----- app/Http/Controllers/APIs/V2/LocationController.php | 10 +++++----- .../Controllers/APIs/V2/NewUserRewardController.php | 10 +++++----- .../Controllers/APIs/V2/NewWalletCashController.php | 10 +++++----- .../APIs/V2/NewWalletRechargeController.php | 10 +++++----- app/Http/Controllers/APIs/V2/PayController.php | 10 +++++----- .../Controllers/APIs/V2/PingPlusPlusChargeWebHooks.php | 10 +++++----- app/Http/Controllers/APIs/V2/PurchaseController.php | 10 +++++----- app/Http/Controllers/APIs/V2/RankController.php | 10 +++++----- app/Http/Controllers/APIs/V2/ReportController.php | 10 +++++----- .../Controllers/APIs/V2/ResetPasswordController.php | 10 +++++----- app/Http/Controllers/APIs/V2/SystemController.php | 10 +++++----- app/Http/Controllers/APIs/V2/TagController.php | 10 +++++----- app/Http/Controllers/APIs/V2/TagUserController.php | 10 +++++----- app/Http/Controllers/APIs/V2/TransferController.php | 10 +++++----- .../Controllers/APIs/V2/UserBlacklistController.php | 10 +++++----- .../APIs/V2/UserCertificationController.php | 10 +++++----- app/Http/Controllers/APIs/V2/UserCommentController.php | 10 +++++----- app/Http/Controllers/APIs/V2/UserController.php | 10 +++++----- app/Http/Controllers/APIs/V2/UserEmailController.php | 10 +++++----- app/Http/Controllers/APIs/V2/UserFollowController.php | 10 +++++----- app/Http/Controllers/APIs/V2/UserLikeController.php | 10 +++++----- .../Controllers/APIs/V2/UserNotificationController.php | 10 +++++----- app/Http/Controllers/APIs/V2/UserPhoneController.php | 10 +++++----- app/Http/Controllers/APIs/V2/UserRewardController.php | 10 +++++----- .../Controllers/APIs/V2/UserUnreadCountController.php | 10 +++++----- app/Http/Controllers/APIs/V2/VerifyCodeController.php | 10 +++++----- app/Http/Controllers/APIs/V2/WalletCashController.php | 10 +++++----- .../Controllers/APIs/V2/WalletChargeController.php | 10 +++++----- .../Controllers/APIs/V2/WalletConfigController.php | 10 +++++----- .../APIs/V2/WalletRechargeAlipayController.php | 10 +++++----- .../APIs/V2/WalletRechargeApplePayController.php | 10 +++++----- .../Controllers/APIs/V2/WalletRechargeController.php | 10 +++++----- app/Http/Controllers/Admin/AdvertisingController.php | 10 +++++----- app/Http/Controllers/Admin/AuxiliaryController.php | 10 +++++----- app/Http/Controllers/Admin/CdnController.php | 10 +++++----- .../Admin/CertificationCategoryController.php | 10 +++++----- app/Http/Controllers/Admin/CertificationController.php | 10 +++++----- app/Http/Controllers/Admin/ConversationController.php | 10 +++++----- app/Http/Controllers/Admin/CorsController.php | 10 +++++----- app/Http/Controllers/Admin/CurrencyAppleController.php | 10 +++++----- app/Http/Controllers/Admin/CurrencyCashController.php | 10 +++++----- app/Http/Controllers/Admin/CurrencyController.php | 10 +++++----- app/Http/Controllers/Admin/FileController.php | 10 +++++----- app/Http/Controllers/Admin/GoldRuleController.php | 10 +++++----- app/Http/Controllers/Admin/GoldTypeController.php | 10 +++++----- app/Http/Controllers/Admin/HomeController.php | 10 +++++----- app/Http/Controllers/Admin/NewPaySettingController.php | 10 +++++----- app/Http/Controllers/Admin/NewWalletController.php | 10 +++++----- app/Http/Controllers/Admin/ReportController.php | 10 +++++----- app/Http/Controllers/Admin/RewardController.php | 10 +++++----- app/Http/Controllers/Admin/RoleController.php | 10 +++++----- app/Http/Controllers/Admin/SensitiveController.php | 10 +++++----- app/Http/Controllers/Admin/SiteController.php | 10 +++++----- app/Http/Controllers/Admin/SmsController.php | 10 +++++----- app/Http/Controllers/Admin/SystemController.php | 10 +++++----- app/Http/Controllers/Admin/TagController.php | 10 +++++----- app/Http/Controllers/Admin/UserController.php | 10 +++++----- app/Http/Controllers/Admin/WalletCashController.php | 10 +++++----- .../Controllers/Admin/WalletCashSettingController.php | 10 +++++----- app/Http/Controllers/Admin/WalletChargeController.php | 10 +++++----- app/Http/Controllers/Admin/WalletLabelController.php | 10 +++++----- .../Controllers/Admin/WalletPingPlusPlusController.php | 10 +++++----- app/Http/Controllers/Admin/WalletRatioController.php | 10 +++++----- .../Controllers/Admin/WalletRechargeTypeController.php | 10 +++++----- app/Http/Controllers/Admin/WalletRuleController.php | 10 +++++----- .../Controllers/Admin/WalletStatisticsController.php | 10 +++++----- app/Http/Controllers/Admin/WalletSwitchController.php | 10 +++++----- app/Http/Controllers/Admin/WebClientsController.php | 10 +++++----- app/Http/Controllers/Auth/LoginController.php | 10 +++++----- app/Http/Controllers/Auth/VerificationController.php | 10 +++++----- app/Http/Controllers/Controller.php | 10 +++++----- app/Http/Controllers/DevelopController.php | 10 +++++----- app/Http/Controllers/HomeController.php | 10 +++++----- app/Http/Kernel.php | 10 +++++----- app/Http/Middleware/Authenticate.php | 10 +++++----- app/Http/Middleware/CheckForMaintenanceMode.php | 10 +++++----- app/Http/Middleware/DisposeSensitive.php | 10 +++++----- app/Http/Middleware/EncryptCookies.php | 10 +++++----- app/Http/Middleware/RedirectIfAuthenticated.php | 10 +++++----- app/Http/Middleware/SensitiveOperation.php | 10 +++++----- app/Http/Middleware/TrimStrings.php | 10 +++++----- app/Http/Middleware/TrustProxies.php | 10 +++++----- app/Http/Middleware/UserAbility.php | 10 +++++----- app/Http/Middleware/VerifyCsrfToken.php | 10 +++++----- app/Http/Middleware/VerifyUserPassword.php | 10 +++++----- app/Http/Requests/API2/CheckRegisterParameter.php | 10 +++++----- .../Requests/API2/CreateRegisterVerifyCodeRequest.php | 10 +++++----- app/Http/Requests/API2/NewStoreUserWallerCashPost.php | 10 +++++----- app/Http/Requests/API2/NewStoreWalletRecharge.php | 10 +++++----- .../Requests/API2/StoreCurrencyAppleIAPRecharge.php | 10 +++++----- app/Http/Requests/API2/StoreCurrencyCash.php | 10 +++++----- app/Http/Requests/API2/StoreCurrencyRecharge.php | 10 +++++----- app/Http/Requests/API2/StoreTag.php | 10 +++++----- app/Http/Requests/API2/StoreTransform.php | 10 +++++----- app/Http/Requests/API2/StoreUploadFile.php | 10 +++++----- app/Http/Requests/API2/StoreUserPost.php | 10 +++++----- app/Http/Requests/API2/StoreUserWallerCashPost.php | 10 +++++----- app/Http/Requests/API2/StoreVerifyCode.php | 10 +++++----- app/Http/Requests/API2/StoreWalletRecharge.php | 10 +++++----- app/Http/Requests/API2/Transfer.php | 10 +++++----- app/Http/Requests/API2/UpdateTag.php | 10 +++++----- app/Http/Requests/API2/UserCertification.php | 10 +++++----- app/Http/Requests/Admin/CreateSensitive.php | 10 +++++----- app/Http/Requests/Admin/UpdateCorsRequest.php | 10 +++++----- app/Http/Requests/Admin/UpdateSensitive.php | 10 +++++----- app/Http/Requests/Admin/UpdateWebClientRequest.php | 10 +++++----- app/Jobs/PushMessage.php | 10 +++++----- app/Listeners/VerificationCode.php | 10 +++++----- app/Models/Ability.php | 10 +++++----- app/Models/Advertising.php | 10 +++++----- app/Models/AdvertisingSpace.php | 10 +++++----- app/Models/Area.php | 10 +++++----- app/Models/AtMessage.php | 10 +++++----- app/Models/BlackList.php | 10 +++++----- app/Models/Certification.php | 10 +++++----- app/Models/CertificationCategory.php | 10 +++++----- app/Models/Collection.php | 10 +++++----- app/Models/Comment.php | 10 +++++----- app/Models/CommonConfig.php | 10 +++++----- app/Models/Concerns/HasAvatar.php | 10 +++++----- app/Models/Concerns/Macroable.php | 10 +++++----- app/Models/Concerns/UserHasAbility.php | 10 +++++----- app/Models/Concerns/UserHasNotifiable.php | 10 +++++----- app/Models/Conversation.php | 10 +++++----- app/Models/Currency.php | 10 +++++----- app/Models/CurrencyCommodity.php | 10 +++++----- app/Models/CurrencyOrder.php | 10 +++++----- app/Models/CurrencyType.php | 10 +++++----- app/Models/CurrencyTypeTransform.php | 10 +++++----- app/Models/Famous.php | 10 +++++----- app/Models/FeedTopic.php | 10 +++++----- app/Models/FeedTopicLink.php | 10 +++++----- app/Models/FeedTopicUserLink.php | 10 +++++----- app/Models/File.php | 10 +++++----- app/Models/FileWith.php | 10 +++++----- app/Models/GoldRule.php | 10 +++++----- app/Models/GoldType.php | 10 +++++----- app/Models/ImGroup.php | 10 +++++----- app/Models/Like.php | 10 +++++----- app/Models/NativePayOrder.php | 10 +++++----- app/Models/NewWallet.php | 10 +++++----- app/Models/PaidNode.php | 10 +++++----- app/Models/PaidNodeUser.php | 10 +++++----- app/Models/Relations/PaidNodeHasUser.php | 10 +++++----- app/Models/Relations/UserHasBlackList.php | 10 +++++----- app/Models/Relations/UserHasComment.php | 10 +++++----- app/Models/Relations/UserHasCurrency.php | 10 +++++----- app/Models/Relations/UserHasFilesWith.php | 10 +++++----- app/Models/Relations/UserHasFollow.php | 10 +++++----- app/Models/Relations/UserHasLike.php | 10 +++++----- app/Models/Relations/UserHasNewWallet.php | 10 +++++----- app/Models/Relations/UserHasReward.php | 10 +++++----- app/Models/Relations/UserHasRole.php | 10 +++++----- app/Models/Relations/UserHasWallet.php | 10 +++++----- app/Models/Relations/UserHasWalletCash.php | 10 +++++----- app/Models/Relations/UserHasWalletCharge.php | 10 +++++----- app/Models/Report.php | 10 +++++----- app/Models/Reward.php | 10 +++++----- app/Models/Role.php | 10 +++++----- app/Models/RoleUser.php | 10 +++++----- app/Models/Sensitive.php | 10 +++++----- app/Models/Setting.php | 10 +++++----- app/Models/Tag.php | 10 +++++----- app/Models/TagCategory.php | 10 +++++----- app/Models/Taggable.php | 10 +++++----- app/Models/User.php | 10 +++++----- app/Models/UserCount.php | 10 +++++----- app/Models/UserExtra.php | 10 +++++----- app/Models/UserFollow.php | 10 +++++----- app/Models/UserRecommended.php | 10 +++++----- app/Models/UserUnreadCount.php | 10 +++++----- app/Models/VerificationCode.php | 10 +++++----- app/Models/Wallet.php | 10 +++++----- app/Models/WalletCash.php | 10 +++++----- app/Models/WalletCharge.php | 10 +++++----- app/Models/WalletOrder.php | 10 +++++----- app/Notifications/Channels/JPushChannel.php | 10 +++++----- app/Notifications/Channels/SmsChannel.php | 10 +++++----- app/Notifications/Messages/UserNotificationMessage.php | 10 +++++----- app/Notifications/Messages/VerificationCodeMessage.php | 10 +++++----- app/Notifications/UserNotification.php | 10 +++++----- app/Notifications/VerificationCode.php | 10 +++++----- app/Observers/CommentObserver.php | 10 +++++----- app/Packages/Currency/Order.php | 10 +++++----- app/Packages/Currency/Process.php | 10 +++++----- app/Packages/Currency/Processes/AppStorePay.php | 10 +++++----- app/Packages/Currency/Processes/Cash.php | 10 +++++----- app/Packages/Currency/Processes/Common.php | 10 +++++----- app/Packages/Currency/Processes/Recharge.php | 10 +++++----- app/Packages/Currency/Processes/User.php | 10 +++++----- app/Packages/Wallet/Order.php | 10 +++++----- app/Packages/Wallet/TargetTypeManager.php | 10 +++++----- app/Packages/Wallet/TargetTypes/RechargeTarget.php | 10 +++++----- app/Packages/Wallet/TargetTypes/RewardTarget.php | 10 +++++----- app/Packages/Wallet/TargetTypes/Target.php | 10 +++++----- .../Wallet/TargetTypes/TransformCurrencyTarget.php | 10 +++++----- app/Packages/Wallet/TargetTypes/UserTarget.php | 10 +++++----- app/Packages/Wallet/TargetTypes/WidthdrawTarget.php | 10 +++++----- app/Packages/Wallet/TypeManager.php | 10 +++++----- app/Packages/Wallet/Types/RechargeType.php | 10 +++++----- app/Packages/Wallet/Types/RewardType.php | 10 +++++----- app/Packages/Wallet/Types/TransformCurrencyType.php | 10 +++++----- app/Packages/Wallet/Types/Type.php | 10 +++++----- app/Packages/Wallet/Types/UserType.php | 10 +++++----- app/Packages/Wallet/Types/WidthdrawType.php | 10 +++++----- app/Packages/Wallet/Wallet.php | 10 +++++----- app/Policies/Feed/Topic.php | 10 +++++----- app/Providers/AppServiceProvider.php | 10 +++++----- app/Providers/AuthServiceProvider.php | 10 +++++----- app/Providers/BroadcastServiceProvider.php | 10 +++++----- app/Providers/EloquentServiceProvider.php | 10 +++++----- app/Providers/EventServiceProvider.php | 10 +++++----- app/Providers/NotificationServiceProvider.php | 10 +++++----- app/Providers/RouteServiceProvider.php | 10 +++++----- app/Repository/CurrencyConfig.php | 10 +++++----- app/Repository/UserWalletCashType.php | 10 +++++----- app/Repository/WalletCashMinAmount.php | 10 +++++----- app/Repository/WalletPingPlusPlus.php | 10 +++++----- app/Repository/WalletRatio.php | 10 +++++----- app/Repository/WalletRechargeType.php | 10 +++++----- app/Services/Push.php | 10 +++++----- app/Services/UserAbility.php | 10 +++++----- app/Services/Wallet/Charge.php | 10 +++++----- app/Support/BootstrapAPIsEventer.php | 10 +++++----- app/Support/CdnUrlGenerator.php | 10 +++++----- app/Support/Configuration.php | 10 +++++----- app/Support/ManageRepository.php | 10 +++++----- app/Support/PackageHandler.php | 10 +++++----- app/Support/PinnedsNotificationEventer.php | 10 +++++----- app/Support/Setting.php | 10 +++++----- app/Types/Models.php | 10 +++++----- app/Utils/DateTimeToIso8601ZuluString.php | 10 +++++----- app/Utils/Markdown.php | 10 +++++----- app/Utils/Path.php | 10 +++++----- app/helpers.php | 10 +++++----- bootstrap/app.php | 10 +++++----- config/app.php | 10 +++++----- config/auth.php | 10 +++++----- config/broadcasting.php | 10 +++++----- config/cache.php | 10 +++++----- config/cdn.php | 10 +++++----- config/cors.php | 10 +++++----- config/database.php | 10 +++++----- config/easemob.php | 10 +++++----- config/filesystems.php | 10 +++++----- config/hashing.php | 10 +++++----- config/http.php | 10 +++++----- config/image.php | 10 +++++----- config/jwt.php | 10 +++++----- config/logging.php | 10 +++++----- config/mail.php | 10 +++++----- config/paid.php | 10 +++++----- config/queue.php | 10 +++++----- config/services.php | 10 +++++----- config/session.php | 10 +++++----- config/sms.php | 10 +++++----- config/view.php | 10 +++++----- database/factories/AbilityFactory.php | 10 +++++----- database/factories/AdvertisingFactory.php | 10 +++++----- database/factories/CashFactory.php | 10 +++++----- database/factories/CommentFactory.php | 10 +++++----- database/factories/FileFactory.php | 10 +++++----- database/factories/LikeFactory.php | 10 +++++----- database/factories/ModelUserCountFactory.php | 10 +++++----- database/factories/OrderFactory.php | 10 +++++----- database/factories/RoleFactory.php | 10 +++++----- database/factories/SensitiveFactory.php | 10 +++++----- database/factories/TagCategoryFactory.php | 10 +++++----- database/factories/TagFactory.php | 10 +++++----- database/factories/UserFactory.php | 10 +++++----- database/factories/VerificationCodeFactory.php | 10 +++++----- .../2014_10_12_000000_create_users_table.php | 10 +++++----- .../2014_10_12_100000_create_password_resets_table.php | 10 +++++----- database/migrations/2017_01_16_095535_create_areas.php | 10 +++++----- database/migrations/2017_02_13_031150_roles.php | 10 +++++----- database/migrations/2017_02_13_031309_role_user.php | 10 +++++----- .../migrations/2017_02_28_031017_common_configs.php | 10 +++++----- .../migrations/2017_03_01_030155_conversations.php | 10 +++++----- .../2017_03_22_035404_create_comments_table.php | 10 +++++----- .../migrations/2017_05_11_095446_create_jobs_table.php | 10 +++++----- .../2017_05_11_100317_create_failed_jobs_table.php | 10 +++++----- database/migrations/2017_05_22_043802_wallets.php | 10 +++++----- database/migrations/2017_05_22_082111_user_follow.php | 10 +++++----- .../migrations/2017_06_01_023919_wallet_cashes.php | 10 +++++----- .../migrations/2017_06_06_094947_wallet_charges.php | 10 +++++----- .../2017_06_15_070414_create_files_table.php | 10 +++++----- .../2017_06_15_071246_create_file_withs_table.php | 10 +++++----- .../2017_06_20_094159_create_paid_nodes_table.php | 10 +++++----- .../2017_06_20_094415_create_paid_node_users_table.php | 10 +++++----- .../2017_07_06_060700_create_notifications_table.php | 10 +++++----- ...17_07_06_080046_create_verification_codes_table.php | 10 +++++----- .../2017_07_12_032825_create_likes_table.php | 10 +++++----- .../migrations/2017_07_15_071001_create_tags_table.php | 10 +++++----- .../2017_07_15_071236_create_taggables_table.php | 10 +++++----- .../2017_07_15_093442_create_tag_categories_table.php | 10 +++++----- .../2017_07_15_100116_create_user_extras_table.php | 10 +++++----- .../2017_07_18_020155_create_rewards_table.php | 10 +++++----- .../2017_07_22_020520_create_certifications_table.php | 10 +++++----- ...22_033147_create_certification_categories_table.php | 10 +++++----- .../migrations/2017_07_26_074631_advertising_space.php | 10 +++++----- database/migrations/2017_07_26_090606_advertising.php | 10 +++++----- .../2017_08_04_033748_create_collections_table.php | 10 +++++----- ...017_08_09_095329_create_users_recommended_table.php | 10 +++++----- .../2017_08_24_082211_create_abilities_table.php | 10 +++++----- .../2017_08_24_082439_create_ability_role_table.php | 10 +++++----- .../2017_09_07_090639_create-famous-users-table.php | 10 +++++----- .../2017_09_09_062343_create_gold_types_table.php | 10 +++++----- .../2017_09_09_073205_create_gold_rules_table.php | 10 +++++----- .../2017_10_18_060656_user_unread_counts.php | 10 +++++----- .../2017_11_08_054602_create_sensitives_table.php | 10 +++++----- .../2017_12_06_060001_create_reports_table.php | 10 +++++----- .../2017_12_18_100301_create_im_group_table.php | 10 +++++----- .../2017_12_26_083008_create_wallet_table.php | 10 +++++----- .../2017_12_26_084545_create_wallet_orders_table.php | 10 +++++----- .../2018_01_05_093306_create_currencies_table.php | 10 +++++----- .../2018_01_05_093323_create_currency_types_table.php | 10 +++++----- ...05_095941_create_currency_type_transforms_table.php | 10 +++++----- ..._01_08_021501_create_currency_commodities_table.php | 10 +++++----- .../2018_01_09_070152_create_currency_orders_table.php | 10 +++++----- .../migrations/2018_04_08_021150_create_blacklist.php | 10 +++++----- .../2018_04_13_015340_create_user_counts_table.php | 10 +++++----- ...018_05_14_013451_create_native_pay_orders_table.php | 10 +++++----- .../2018_07_23_024040_create_feed_topics_table.php | 10 +++++----- ...07_23_025349_create_feed_topic_user_links_table.php | 10 +++++----- ...2018_07_23_032150_create_feed_topic_links_table.php | 10 +++++----- .../2018_08_07_080904_create_settings_table.php | 10 +++++----- .../2018_08_13_025044_create_at_messages_table.php | 10 +++++----- database/seeds/AbilitySeeder.php | 10 +++++----- database/seeds/AdvertisingSpaceTableSeeder.php | 10 +++++----- database/seeds/AreasTableSeeder.php | 10 +++++----- database/seeds/CertificationCategoryTableSeeder.php | 10 +++++----- database/seeds/CommonConfigSeeder.php | 10 +++++----- database/seeds/CurrencyTypeSeeder.php | 10 +++++----- database/seeds/DatabaseSeeder.php | 10 +++++----- database/seeds/FilterWordTypeTableSeeder.php | 10 +++++----- database/seeds/GoldTypeSeeder.php | 10 +++++----- database/seeds/PackagesSeeder.php | 10 +++++----- database/seeds/RoleSeeder.php | 10 +++++----- database/seeds/UsersTableSeeder.php | 10 +++++----- .../slimkit-plus-appversion/config/plus-appversion.php | 10 +++++----- .../2017_09_12_025510_create_client_versions_table.php | 10 +++++----- .../database/seeds/DatabaseSeeder.php | 10 +++++----- .../resource/lang/en/message.php | 10 +++++----- .../resource/lang/zh-CN/messages.php | 10 +++++----- packages/slimkit-plus-appversion/router.php | 10 +++++----- packages/slimkit-plus-appversion/routes/admin.php | 10 +++++----- packages/slimkit-plus-appversion/routes/api.php | 10 +++++----- packages/slimkit-plus-appversion/routes/web.php | 10 +++++----- .../src/API/Controllers/ClientVersionController.php | 10 +++++----- .../src/Admin/Controllers/HomeController.php | 10 +++++----- .../src/Admin/Requests/ApkUpload.php | 10 +++++----- .../src/Admin/Requests/StoreClientVersion.php | 10 +++++----- .../src/Handlers/DevPackageHandler.php | 10 +++++----- .../src/Models/ClientVersion.php | 10 +++++----- .../src/Providers/AppServiceProvider.php | 10 +++++----- .../src/Providers/ModelServiceProvider.php | 10 +++++----- .../src/Providers/RouteServiceProvider.php | 10 +++++----- packages/slimkit-plus-appversion/src/Support/Path.php | 10 +++++----- .../src/Web/Controllers/HomeController.php | 10 +++++----- .../2017_08_16_132635_create_around_amap_table.php | 10 +++++----- .../resource/lang/zh-CN/messages.php | 10 +++++----- packages/slimkit-plus-around-amap/router.php | 10 +++++----- packages/slimkit-plus-around-amap/routes/admin.php | 10 +++++----- packages/slimkit-plus-around-amap/routes/api.php | 10 +++++----- packages/slimkit-plus-around-amap/routes/web.php | 10 +++++----- .../src/API/Controllers/HomeController.php | 10 +++++----- .../src/Admin/Controllers/HomeController.php | 10 +++++----- .../src/Admin/Requests/Request.php | 10 +++++----- .../src/Admin/Requests/StoreAmapRequest.php | 10 +++++----- .../slimkit-plus-around-amap/src/Models/AroundAmap.php | 10 +++++----- .../src/Providers/AppServiceProvider.php | 10 +++++----- .../src/Providers/ModelServiceProvider.php | 10 +++++----- .../src/Providers/RouteServiceProvider.php | 10 +++++----- .../src/Web/Controllers/HomeController.php | 10 +++++----- packages/slimkit-plus-checkin/config/checkin.php | 10 +++++----- .../2017_08_10_031646_create_checkin_logs_table.php | 10 +++++----- ..._08_10_034304_append_user_check_in_extras_table.php | 10 +++++----- .../database/seeds/AbilitySeeder.php | 10 +++++----- .../database/seeds/DatabaseSeeder.php | 10 +++++----- .../slimkit-plus-checkin/resource/lang/zh-CN/admin.php | 10 +++++----- .../slimkit-plus-checkin/resource/lang/zh-CN/app.php | 10 +++++----- .../resource/lang/zh-CN/messages.php | 10 +++++----- packages/slimkit-plus-checkin/router.php | 10 +++++----- packages/slimkit-plus-checkin/routes/admin.php | 10 +++++----- packages/slimkit-plus-checkin/routes/api.php | 10 +++++----- packages/slimkit-plus-checkin/routes/web.php | 10 +++++----- .../src/API/Controllers/CheckInController.php | 10 +++++----- .../src/API/Controllers/Controller.php | 10 +++++----- .../src/API/Controllers/RanksController.php | 10 +++++----- .../src/API/Middleware/CheckInSwitch.php | 10 +++++----- .../src/Admin/Controllers/HomeController.php | 10 +++++----- .../src/Admin/Requests/StoreConfig.php | 10 +++++----- .../slimkit-plus-checkin/src/Models/CheckinLog.php | 10 +++++----- .../src/Policies/CheckInPolicy.php | 10 +++++----- .../src/Providers/AppServiceProvider.php | 10 +++++----- .../src/Providers/AuthServiceProvider.php | 10 +++++----- .../src/Providers/ModelServiceProvider.php | 10 +++++----- .../src/Providers/RouteServiceProvider.php | 10 +++++----- .../src/Web/Controllers/HomeController.php | 10 +++++----- .../tests/Feature/API2/CheckinRanksTest.php | 10 +++++----- .../tests/Feature/API2/CheckinTest.php | 10 +++++----- .../tests/Feature/API2/UserCheckinTest.php | 10 +++++----- packages/slimkit-plus-feed/config/feed.php | 10 +++++----- .../database/factories/FeedFactory.php | 10 +++++----- .../database/factories/FeedPinnedFactory.php | 10 +++++----- .../2017_06_26_081109_create_feeds_table.php | 10 +++++----- ...2017_06_26_084846_create_feed_collections_table.php | 10 +++++----- .../2017_06_30_091445_create_feed_pinneds_table.php | 10 +++++----- ..._17_013347_append_feeds_count_user_extras_table.php | 10 +++++----- .../migrations/2018_04_02_112033_create_feed_video.php | 10 +++++----- .../database/seeds/AbilityTableSeeder.php | 10 +++++----- .../database/seeds/AdvertisingSpaceSeeder.php | 10 +++++----- .../database/seeds/DatabaseSeeder.php | 10 +++++----- packages/slimkit-plus-feed/routes/admin.php | 10 +++++----- packages/slimkit-plus-feed/routes/api2.php | 10 +++++----- packages/slimkit-plus-feed/routes/new-admin.php | 10 +++++----- .../slimkit-plus-feed/src/API2/AverageController.php | 10 +++++----- .../src/API2/CommentPinnedController.php | 10 +++++----- .../src/API2/FeedCollectionController.php | 10 +++++----- .../src/API2/FeedCommentController.php | 10 +++++----- packages/slimkit-plus-feed/src/API2/FeedController.php | 10 +++++----- .../slimkit-plus-feed/src/API2/FeedPayController.php | 10 +++++----- packages/slimkit-plus-feed/src/API2/LikeController.php | 10 +++++----- .../src/API2/NewCommentPinnedController.php | 10 +++++----- .../slimkit-plus-feed/src/API2/NewPinnedController.php | 10 +++++----- .../slimkit-plus-feed/src/API2/NewRewardController.php | 10 +++++----- .../slimkit-plus-feed/src/API2/PinnedController.php | 10 +++++----- packages/slimkit-plus-feed/src/API2/RankController.php | 10 +++++----- .../slimkit-plus-feed/src/API2/ReportController.php | 10 +++++----- .../slimkit-plus-feed/src/API2/RewardController.php | 10 +++++----- .../slimkit-plus-feed/src/Admin/Controllers/Topic.php | 10 +++++----- .../src/Admin/Requests/ListAllTopics.php | 10 +++++----- .../src/AdminContaollers/CommentController.php | 10 +++++----- .../src/AdminContaollers/FeedController.php | 10 +++++----- .../src/AdminContaollers/FeedPinnedController.php | 10 +++++----- .../src/AdminContaollers/FileController.php | 10 +++++----- .../src/AdminContaollers/HomeController.php | 10 +++++----- .../src/AdminContaollers/PayControlController.php | 10 +++++----- packages/slimkit-plus-feed/src/FeedServiceProvider.php | 10 +++++----- .../src/FormRequest/API2/StoreFeedComment.php | 10 +++++----- .../src/FormRequest/API2/StoreFeedPost.php | 10 +++++----- .../src/Middleware/CheckFeedByFeedId.php | 10 +++++----- .../src/Middleware/VerifyCommentContent.php | 10 +++++----- .../src/Models/Concerns/HasFeedCollect.php | 10 +++++----- packages/slimkit-plus-feed/src/Models/Feed.php | 10 +++++----- .../slimkit-plus-feed/src/Models/FeedCollection.php | 10 +++++----- packages/slimkit-plus-feed/src/Models/FeedPinned.php | 10 +++++----- packages/slimkit-plus-feed/src/Models/FeedVideo.php | 10 +++++----- .../src/Models/Relations/FeedHasLike.php | 10 +++++----- .../src/Models/Relations/FeedHasReward.php | 10 +++++----- .../src/Models/Relations/FeedHasVideo.php | 10 +++++----- .../slimkit-plus-feed/src/Observers/FeedObserver.php | 10 +++++----- packages/slimkit-plus-feed/src/Repository/Feed.php | 10 +++++----- packages/slimkit-plus-feed/src/RouteRegistrar.php | 10 +++++----- packages/slimkit-plus-feed/src/Services/FeedCount.php | 10 +++++----- .../slimkit-plus-feed/src/Traits/PaginatorPage.php | 10 +++++----- .../Feature/API2/CurrencyPinnedFeedCommentTest.php | 10 +++++----- .../tests/Feature/API2/CurrencyPinnedFeedTest.php | 10 +++++----- .../tests/Feature/API2/NewRewardFeedTest.php | 10 +++++----- packages/slimkit-plus-id/config/plus-id.php | 10 +++++----- .../2017_11_27_015927_create_plus_id_clients_table.php | 10 +++++----- .../2017_11_27_021920_create_plus_id_notices_table.php | 10 +++++----- .../slimkit-plus-id/database/seeds/DatabaseSeeder.php | 10 +++++----- .../slimkit-plus-id/resources/lang/zh-CN/messages.php | 10 +++++----- packages/slimkit-plus-id/router.php | 10 +++++----- packages/slimkit-plus-id/routes/admin.php | 10 +++++----- packages/slimkit-plus-id/routes/web.php | 10 +++++----- packages/slimkit-plus-id/src/Action.php | 10 +++++----- packages/slimkit-plus-id/src/Actions/Action.php | 10 +++++----- packages/slimkit-plus-id/src/Actions/Auth/Login.php | 10 +++++----- packages/slimkit-plus-id/src/Actions/Auth/Resolve.php | 10 +++++----- packages/slimkit-plus-id/src/Actions/User/Check.php | 10 +++++----- packages/slimkit-plus-id/src/Actions/User/Create.php | 10 +++++----- packages/slimkit-plus-id/src/Actions/User/Delete.php | 10 +++++----- packages/slimkit-plus-id/src/Actions/User/Show.php | 10 +++++----- packages/slimkit-plus-id/src/Actions/User/Update.php | 10 +++++----- .../src/Admin/Controllers/ClientsController.php | 10 +++++----- .../src/Admin/Controllers/HomeController.php | 10 +++++----- .../src/Admin/Requests/CreateClientRequest.php | 10 +++++----- .../src/Admin/Requests/UpdateClientRequest.php | 10 +++++----- .../slimkit-plus-id/src/Handlers/DevPackageHandler.php | 10 +++++----- packages/slimkit-plus-id/src/Models/Client.php | 10 +++++----- packages/slimkit-plus-id/src/Models/Notice.php | 10 +++++----- .../src/Providers/AppServiceProvider.php | 10 +++++----- .../src/Providers/ModelServiceProvider.php | 10 +++++----- .../src/Providers/RouteServiceProvider.php | 10 +++++----- packages/slimkit-plus-id/src/Server.php | 10 +++++----- packages/slimkit-plus-id/src/Support/Message.php | 10 +++++----- packages/slimkit-plus-id/src/Support/URL.php | 10 +++++----- .../src/Web/Controllers/HomeController.php | 10 +++++----- .../2017_12_25_063114_create_musics_table.php | 10 +++++----- .../2017_12_25_063117_create_music_specials_table.php | 10 +++++----- ...7_12_25_063118_create_music_special_links_table.php | 10 +++++----- ...017_12_25_063121_create_music_collections_table.php | 10 +++++----- .../2017_12_25_063124_create_music_singers_table.php | 10 +++++----- .../database/seeds/DatabaseSeeder.php | 10 +++++----- packages/slimkit-plus-music/router.php | 10 +++++----- packages/slimkit-plus-music/routes/admin.php | 10 +++++----- packages/slimkit-plus-music/routes/api.php | 10 +++++----- packages/slimkit-plus-music/routes/web.php | 10 +++++----- .../src/API/Controllers/MusicCollectionController.php | 10 +++++----- .../src/API/Controllers/MusicCommentController.php | 10 +++++----- .../src/API/Controllers/MusicController.php | 10 +++++----- .../src/API/Controllers/MusicLikeController.php | 10 +++++----- .../src/API/Controllers/MusicPaidController.php | 10 +++++----- .../src/API/Controllers/MusicSpecialController.php | 10 +++++----- .../slimkit-plus-music/src/Admin/CommentController.php | 10 +++++----- .../slimkit-plus-music/src/Admin/HomeController.php | 10 +++++----- .../src/Admin/MusicStorageController.php | 10 +++++----- .../slimkit-plus-music/src/Admin/SingerController.php | 10 +++++----- packages/slimkit-plus-music/src/Models/Comment.php | 10 +++++----- packages/slimkit-plus-music/src/Models/Music.php | 10 +++++----- .../slimkit-plus-music/src/Models/MusicCollection.php | 10 +++++----- packages/slimkit-plus-music/src/Models/MusicSinger.php | 10 +++++----- .../slimkit-plus-music/src/Models/MusicSpecial.php | 10 +++++----- .../slimkit-plus-music/src/Models/MusicSpecialLink.php | 10 +++++----- .../src/Models/Relations/MusicHasLike.php | 10 +++++----- .../src/Providers/AppServiceProvider.php | 10 +++++----- packages/slimkit-plus-music/src/Requests/MusicAdd.php | 10 +++++----- .../src/Requests/MusicUploadFile.php | 10 +++++----- packages/slimkit-plus-music/src/Requests/SingerAdd.php | 10 +++++----- .../slimkit-plus-music/src/Requests/SingerUpdate.php | 10 +++++----- .../slimkit-plus-music/src/Requests/SpecialAdd.php | 10 +++++----- .../slimkit-plus-music/src/Requests/SpecialUpdate.php | 10 +++++----- .../src/Requests/SpecialUploadFile.php | 10 +++++----- packages/slimkit-plus-music/src/helpers.php | 10 +++++----- packages/slimkit-plus-news/config/news.php | 10 +++++----- .../database/factories/NewsCateFactory.php | 10 +++++----- .../database/factories/NewsFactory.php | 10 +++++----- .../2017_12_15_072758_create_news_pinneds_table.php | 10 +++++----- .../migrations/2017_12_15_072924_create_news_table.php | 10 +++++----- .../2017_12_15_072948_create_news_cates_table.php | 10 +++++----- ...017_12_15_073029_create_news_cates_follow_table.php | 10 +++++----- ...2017_12_15_073100_create_news_cates_links_table.php | 10 +++++----- ...2017_12_15_073119_create_news_collections_table.php | 10 +++++----- .../2017_12_15_073209_create_news_recommend_table.php | 10 +++++----- .../2017_12_15_073309_create_news_apply_logs_table.php | 10 +++++----- .../migrations/2018_07_10_032926_update_news_table.php | 10 +++++----- .../database/seeds/AdvertisingSpaceTableSeeder.php | 10 +++++----- .../database/seeds/DatabaseSeeder.php | 10 +++++----- packages/slimkit-plus-news/router.php | 10 +++++----- packages/slimkit-plus-news/routes/admin.php | 10 +++++----- packages/slimkit-plus-news/routes/api.php | 10 +++++----- packages/slimkit-plus-news/routes/web.php | 10 +++++----- .../src/API2/Controllers/AverageController.php | 10 +++++----- .../src/API2/Controllers/CateController.php | 10 +++++----- .../src/API2/Controllers/CollectionController.php | 10 +++++----- .../src/API2/Controllers/CommentController.php | 10 +++++----- .../src/API2/Controllers/CommentPinnedController.php | 10 +++++----- .../src/API2/Controllers/ContributeController.php | 10 +++++----- .../src/API2/Controllers/Controller.php | 10 +++++----- .../src/API2/Controllers/LikeController.php | 10 +++++----- .../API2/Controllers/NewCommentPinnedController.php | 10 +++++----- .../src/API2/Controllers/NewPinnedController.php | 10 +++++----- .../src/API2/Controllers/NewRewardController.php | 10 +++++----- .../src/API2/Controllers/NewsController.php | 10 +++++----- .../src/API2/Controllers/PinnedController.php | 10 +++++----- .../src/API2/Controllers/RankController.php | 10 +++++----- .../src/API2/Controllers/ReportController.php | 10 +++++----- .../src/API2/Controllers/RewardController.php | 10 +++++----- .../src/API2/Requests/StoreContribute.php | 10 +++++----- .../src/API2/Requests/StoreNewsComment.php | 10 +++++----- .../src/AdminControllers/AuthUserController.php | 10 +++++----- .../src/AdminControllers/HomeController.php | 10 +++++----- .../src/AdminControllers/NewsApplyLogController.php | 10 +++++----- .../src/AdminControllers/NewsCateController.php | 10 +++++----- .../src/AdminControllers/NewsConfigController.php | 10 +++++----- .../src/AdminControllers/NewsController.php | 10 +++++----- .../src/AdminControllers/NewsPinnedController.php | 10 +++++----- .../src/AdminControllers/NewsRecommendController.php | 10 +++++----- .../src/Middleware/VerifyCommentContent.php | 10 +++++----- packages/slimkit-plus-news/src/Models/News.php | 10 +++++----- packages/slimkit-plus-news/src/Models/NewsApplyLog.php | 10 +++++----- packages/slimkit-plus-news/src/Models/NewsCate.php | 10 +++++----- .../slimkit-plus-news/src/Models/NewsCateFollow.php | 10 +++++----- packages/slimkit-plus-news/src/Models/NewsCateLink.php | 10 +++++----- .../slimkit-plus-news/src/Models/NewsCollection.php | 10 +++++----- packages/slimkit-plus-news/src/Models/NewsComment.php | 10 +++++----- packages/slimkit-plus-news/src/Models/NewsDigg.php | 10 +++++----- packages/slimkit-plus-news/src/Models/NewsPinned.php | 10 +++++----- .../slimkit-plus-news/src/Models/NewsRecommend.php | 10 +++++----- .../src/Models/Relations/NewsHasCollection.php | 10 +++++----- .../src/Models/Relations/NewsHasLike.php | 10 +++++----- .../src/Models/Relations/NewsHasReward.php | 10 +++++----- .../src/Providers/NewsServiceProvider.php | 10 +++++----- packages/slimkit-plus-news/src/helpers.php | 10 +++++----- .../tests/Feature/API2/CollectNewsTest.php | 10 +++++----- .../tests/Feature/API2/CommentNewsTest.php | 10 +++++----- .../tests/Feature/API2/CurrencyNewsTest.php | 10 +++++----- .../tests/Feature/API2/DeletePublishNewsTest.php | 10 +++++----- .../tests/Feature/API2/EditPublishNewsTest.php | 10 +++++----- .../tests/Feature/API2/FollowNewsCateTest.php | 10 +++++----- .../tests/Feature/API2/GetNewsCategoriesTest.php | 10 +++++----- .../tests/Feature/API2/GetNewsListTest.php | 10 +++++----- .../tests/Feature/API2/GetNewsRankTest.php | 10 +++++----- .../tests/Feature/API2/GetPublishNewsListTest.php | 10 +++++----- .../tests/Feature/API2/LikeNewsTest.php | 10 +++++----- .../tests/Feature/API2/PinnedNewsTest.php | 10 +++++----- .../tests/Feature/API2/PublishNewsTest.php | 10 +++++----- .../tests/Feature/API2/ReportNewsTest.php | 10 +++++----- .../tests/Feature/API2/RevokedPublishNewsTest.php | 10 +++++----- .../tests/Feature/API2/RewardNewsTest.php | 10 +++++----- packages/slimkit-plus-socialite/config/socialite.php | 10 +++++----- .../2017_08_15_083452_create_user_socialites_table.php | 10 +++++----- .../resource/lang/zh-CN/messages.php | 10 +++++----- packages/slimkit-plus-socialite/router.php | 10 +++++----- packages/slimkit-plus-socialite/routes/admin.php | 10 +++++----- packages/slimkit-plus-socialite/routes/api.php | 10 +++++----- packages/slimkit-plus-socialite/routes/web.php | 10 +++++----- .../src/API/Controllers/Controller.php | 10 +++++----- .../src/API/Controllers/SocialiteController.php | 10 +++++----- .../src/API/Controllers/WechatController.php | 10 +++++----- .../src/API/Requests/AccessTokenRequest.php | 10 +++++----- .../src/API/Requests/CreateUserRequest.php | 10 +++++----- .../src/Admin/Controllers/HomeController.php | 10 +++++----- .../slimkit-plus-socialite/src/Contracts/Sociable.php | 10 +++++----- .../src/Drivers/DriverAbstract.php | 10 +++++----- .../slimkit-plus-socialite/src/Drivers/QQDriver.php | 10 +++++----- .../src/Drivers/WeChatDriver.php | 10 +++++----- .../slimkit-plus-socialite/src/Drivers/WeiboDriver.php | 10 +++++----- .../src/Models/UserSocialite.php | 10 +++++----- .../src/Providers/AppServiceProvider.php | 10 +++++----- .../src/Providers/ModelServiceProvider.php | 10 +++++----- .../src/Providers/RouteServiceProvider.php | 10 +++++----- .../slimkit-plus-socialite/src/SocialiteManager.php | 10 +++++----- .../src/Traits/SocialiteDriverHelper.php | 10 +++++----- .../src/Web/Controllers/HomeController.php | 10 +++++----- public/index.php | 10 +++++----- resources/lang/en/auth.php | 10 +++++----- resources/lang/en/pagination.php | 10 +++++----- resources/lang/en/passwords.php | 10 +++++----- resources/lang/en/validation.php | 10 +++++----- resources/lang/zh-CN/auth.php | 10 +++++----- resources/lang/zh-CN/messages.php | 10 +++++----- resources/lang/zh-CN/tag.php | 10 +++++----- resources/lang/zh-CN/validation.php | 10 +++++----- routes/admin.php | 10 +++++----- routes/api.php | 10 +++++----- routes/channels.php | 10 +++++----- routes/console.php | 10 +++++----- routes/new-admin.php | 10 +++++----- routes/web.php | 10 +++++----- server.php | 10 +++++----- tests/CreatesApplication.php | 10 +++++----- tests/Feature/API2/AdvertisingTest.php | 10 +++++----- tests/Feature/API2/AuthLoginTest.php | 10 +++++----- tests/Feature/API2/AuthLogoutTest.php | 10 +++++----- tests/Feature/API2/AuthRefreshTest.php | 10 +++++----- tests/Feature/API2/BootstrappersTest.php | 10 +++++----- tests/Feature/API2/FileUploadTest.php | 10 +++++----- tests/Feature/API2/FileUploadedTest.php | 10 +++++----- tests/Feature/API2/LocationsTest.php | 10 +++++----- tests/Feature/API2/NotificationsTest.php | 10 +++++----- tests/Feature/API2/OrderTest.php | 10 +++++----- tests/Feature/API2/RegisterVerifyCodeTest.php | 10 +++++----- tests/Feature/API2/ReportTest.php | 10 +++++----- tests/Feature/API2/TagsTest.php | 10 +++++----- tests/Feature/API2/UserCountsTest.php | 10 +++++----- tests/Feature/API2/UserFollowingTest.php | 10 +++++----- tests/Feature/API2/VerifyCodeTest.php | 10 +++++----- tests/Feature/API2/WalletCashTest.php | 10 +++++----- tests/Feature/API2/WalletTransferTest.php | 10 +++++----- tests/Feature/API2/WalletTransformTest.php | 10 +++++----- tests/TestCase.php | 10 +++++----- tests/Unit/Auth/JWTAuthTokenTest.php | 10 +++++----- tests/Unit/ExampleTest.php | 10 +++++----- .../Http/Controllers/APIs/V2/AuthControllerTest.php | 10 +++++----- tests/Unit/Packages/Wallet/OrderTest.php | 10 +++++----- tests/Unit/Packages/Wallet/TargetTypeManagerTest.php | 10 +++++----- tests/Unit/Packages/Wallet/TargetTypes/TargetTest.php | 10 +++++----- tests/Unit/Packages/Wallet/TypeManagerTest.php | 10 +++++----- tests/Unit/Packages/Wallet/Types/UserTypeTest.php | 10 +++++----- tests/Unit/Packages/Wallet/WalletTest.php | 10 +++++----- tests/Unit/Support/ConfigurationTest.php | 10 +++++----- 796 files changed, 3980 insertions(+), 3980 deletions(-) diff --git a/app/API2/Controllers/Comment.php b/app/API2/Controllers/Comment.php index 51b88e92a..d88d8f33c 100644 --- a/app/API2/Controllers/Comment.php +++ b/app/API2/Controllers/Comment.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Controllers/Controller.php b/app/API2/Controllers/Controller.php index b71b8f2cc..9879aa8fd 100644 --- a/app/API2/Controllers/Controller.php +++ b/app/API2/Controllers/Controller.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Controllers/Feed/Topic.php b/app/API2/Controllers/Feed/Topic.php index 788d72ff4..73341e803 100644 --- a/app/API2/Controllers/Feed/Topic.php +++ b/app/API2/Controllers/Feed/Topic.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Controllers/Feed/TopicFeed.php b/app/API2/Controllers/Feed/TopicFeed.php index b68a75a3e..f54cf65f9 100644 --- a/app/API2/Controllers/Feed/TopicFeed.php +++ b/app/API2/Controllers/Feed/TopicFeed.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Controllers/Feed/TopicFollow.php b/app/API2/Controllers/Feed/TopicFollow.php index 0fcec721d..8f360ae3d 100644 --- a/app/API2/Controllers/Feed/TopicFollow.php +++ b/app/API2/Controllers/Feed/TopicFollow.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Controllers/Feed/TopicParticipant.php b/app/API2/Controllers/Feed/TopicParticipant.php index 18bb94e83..1ba19d3e3 100644 --- a/app/API2/Controllers/Feed/TopicParticipant.php +++ b/app/API2/Controllers/Feed/TopicParticipant.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Controllers/Feed/TopicReport.php b/app/API2/Controllers/Feed/TopicReport.php index 253f1697e..57450f90b 100644 --- a/app/API2/Controllers/Feed/TopicReport.php +++ b/app/API2/Controllers/Feed/TopicReport.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Controllers/User/Message/At.php b/app/API2/Controllers/User/Message/At.php index 90d2848c4..62db77c57 100644 --- a/app/API2/Controllers/User/Message/At.php +++ b/app/API2/Controllers/User/Message/At.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Controllers/UserCountsController.php b/app/API2/Controllers/UserCountsController.php index b2ae97805..d5318a66c 100644 --- a/app/API2/Controllers/UserCountsController.php +++ b/app/API2/Controllers/UserCountsController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Requests/Feed/CreateTopic.php b/app/API2/Requests/Feed/CreateTopic.php index f9370a670..67bcfa480 100644 --- a/app/API2/Requests/Feed/CreateTopic.php +++ b/app/API2/Requests/Feed/CreateTopic.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Requests/Feed/EditTopic.php b/app/API2/Requests/Feed/EditTopic.php index e55f73ee8..a7c9fc1e4 100644 --- a/app/API2/Requests/Feed/EditTopic.php +++ b/app/API2/Requests/Feed/EditTopic.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Requests/Feed/ListFeedsForATopic.php b/app/API2/Requests/Feed/ListFeedsForATopic.php index 76de91b9c..777ddddec 100644 --- a/app/API2/Requests/Feed/ListFeedsForATopic.php +++ b/app/API2/Requests/Feed/ListFeedsForATopic.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Requests/Feed/ListParticipantsForATopic.php b/app/API2/Requests/Feed/ListParticipantsForATopic.php index 64f1daebe..cc83a5734 100644 --- a/app/API2/Requests/Feed/ListParticipantsForATopic.php +++ b/app/API2/Requests/Feed/ListParticipantsForATopic.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Requests/Feed/ReportATopic.php b/app/API2/Requests/Feed/ReportATopic.php index 268f8d7f7..e1f41b314 100644 --- a/app/API2/Requests/Feed/ReportATopic.php +++ b/app/API2/Requests/Feed/ReportATopic.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Requests/Feed/TopicIndex.php b/app/API2/Requests/Feed/TopicIndex.php index 1c975a6c1..b5a33e452 100644 --- a/app/API2/Requests/Feed/TopicIndex.php +++ b/app/API2/Requests/Feed/TopicIndex.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Requests/ListAllComments.php b/app/API2/Requests/ListAllComments.php index 8f3021429..17d2295ec 100644 --- a/app/API2/Requests/ListAllComments.php +++ b/app/API2/Requests/ListAllComments.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Requests/Request.php b/app/API2/Requests/Request.php index 0e5e59307..20fe6e249 100644 --- a/app/API2/Requests/Request.php +++ b/app/API2/Requests/Request.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Requests/User/Message/ListAtMessageLine.php b/app/API2/Requests/User/Message/ListAtMessageLine.php index d9dd653fb..9a7cac765 100644 --- a/app/API2/Requests/User/Message/ListAtMessageLine.php +++ b/app/API2/Requests/User/Message/ListAtMessageLine.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Resources/Comment.php b/app/API2/Resources/Comment.php index 723cf1f66..b2967580c 100644 --- a/app/API2/Resources/Comment.php +++ b/app/API2/Resources/Comment.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Resources/Feed/Topic.php b/app/API2/Resources/Feed/Topic.php index 2a4173b84..5aa3ca552 100644 --- a/app/API2/Resources/Feed/Topic.php +++ b/app/API2/Resources/Feed/Topic.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Resources/Feed/TopicCollection.php b/app/API2/Resources/Feed/TopicCollection.php index 6e5c7570d..7c82f4356 100644 --- a/app/API2/Resources/Feed/TopicCollection.php +++ b/app/API2/Resources/Feed/TopicCollection.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Resources/Feed/TopicParticipantCollection.php b/app/API2/Resources/Feed/TopicParticipantCollection.php index fea665de9..aff863491 100644 --- a/app/API2/Resources/Feed/TopicParticipantCollection.php +++ b/app/API2/Resources/Feed/TopicParticipantCollection.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Resources/User/Message/AtMessage.php b/app/API2/Resources/User/Message/AtMessage.php index f0d5e5682..a95890f6c 100644 --- a/app/API2/Resources/User/Message/AtMessage.php +++ b/app/API2/Resources/User/Message/AtMessage.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/API2/Resources/UserCountsResource.php b/app/API2/Resources/UserCountsResource.php index 044898ad2..4de455634 100644 --- a/app/API2/Resources/UserCountsResource.php +++ b/app/API2/Resources/UserCountsResource.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/AboutUsController.php b/app/Admin/Controllers/AboutUsController.php index cbfe59fb9..9e52a348d 100644 --- a/app/Admin/Controllers/AboutUsController.php +++ b/app/Admin/Controllers/AboutUsController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/Controller.php b/app/Admin/Controllers/Controller.php index 17767748f..2f7a47314 100644 --- a/app/Admin/Controllers/Controller.php +++ b/app/Admin/Controllers/Controller.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/FileStorage/AliyunOSSFilesystem.php b/app/Admin/Controllers/FileStorage/AliyunOSSFilesystem.php index 99b609c4a..0434b8019 100644 --- a/app/Admin/Controllers/FileStorage/AliyunOSSFilesystem.php +++ b/app/Admin/Controllers/FileStorage/AliyunOSSFilesystem.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/FileStorage/DefaultFilesystem.php b/app/Admin/Controllers/FileStorage/DefaultFilesystem.php index bf7fa6a11..35bdbb763 100644 --- a/app/Admin/Controllers/FileStorage/DefaultFilesystem.php +++ b/app/Admin/Controllers/FileStorage/DefaultFilesystem.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/FileStorage/FileSize.php b/app/Admin/Controllers/FileStorage/FileSize.php index 5dd11d756..e2f609a59 100644 --- a/app/Admin/Controllers/FileStorage/FileSize.php +++ b/app/Admin/Controllers/FileStorage/FileSize.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/FileStorage/ImageDimension.php b/app/Admin/Controllers/FileStorage/ImageDimension.php index 92745ab59..3af597a4a 100644 --- a/app/Admin/Controllers/FileStorage/ImageDimension.php +++ b/app/Admin/Controllers/FileStorage/ImageDimension.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/FileStorage/LocalFilesystem.php b/app/Admin/Controllers/FileStorage/LocalFilesystem.php index 4b6e94829..990aaf214 100644 --- a/app/Admin/Controllers/FileStorage/LocalFilesystem.php +++ b/app/Admin/Controllers/FileStorage/LocalFilesystem.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/FileStorage/MimeType.php b/app/Admin/Controllers/FileStorage/MimeType.php index 9029d54d8..a061ea9a7 100644 --- a/app/Admin/Controllers/FileStorage/MimeType.php +++ b/app/Admin/Controllers/FileStorage/MimeType.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/FileStorage/PublicChannel.php b/app/Admin/Controllers/FileStorage/PublicChannel.php index bea084cb0..c3194fa69 100644 --- a/app/Admin/Controllers/FileStorage/PublicChannel.php +++ b/app/Admin/Controllers/FileStorage/PublicChannel.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/ImHelperUserController.php b/app/Admin/Controllers/ImHelperUserController.php index 1a0af69ee..9e79be971 100644 --- a/app/Admin/Controllers/ImHelperUserController.php +++ b/app/Admin/Controllers/ImHelperUserController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/Setting/Security.php b/app/Admin/Controllers/Setting/Security.php index f5484e10e..bc8685249 100644 --- a/app/Admin/Controllers/Setting/Security.php +++ b/app/Admin/Controllers/Setting/Security.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Controllers/UserTrashedController.php b/app/Admin/Controllers/UserTrashedController.php index 39450a1b7..dfaa1f2e4 100644 --- a/app/Admin/Controllers/UserTrashedController.php +++ b/app/Admin/Controllers/UserTrashedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Requests/UpdateImHelperUserRequest.php b/app/Admin/Requests/UpdateImHelperUserRequest.php index 7d8153951..b6eec408d 100644 --- a/app/Admin/Requests/UpdateImHelperUserRequest.php +++ b/app/Admin/Requests/UpdateImHelperUserRequest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Admin/Resources/TrashedUserResource.php b/app/Admin/Resources/TrashedUserResource.php index 72ee2012a..9fbb339a6 100644 --- a/app/Admin/Resources/TrashedUserResource.php +++ b/app/Admin/Resources/TrashedUserResource.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/AppInterface.php b/app/AppInterface.php index 0c393f38c..d985e80f7 100644 --- a/app/AppInterface.php +++ b/app/AppInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Application.php b/app/Application.php index ebb3c0100..d88509060 100644 --- a/app/Application.php +++ b/app/Application.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/AtMessage/AtMessageHelperTrait.php b/app/AtMessage/AtMessageHelperTrait.php index 8984ad103..c8522ab83 100644 --- a/app/AtMessage/AtMessageHelperTrait.php +++ b/app/AtMessage/AtMessageHelperTrait.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/AtMessage/Message.php b/app/AtMessage/Message.php index d90a15366..b7a1fdda0 100644 --- a/app/AtMessage/Message.php +++ b/app/AtMessage/Message.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/AtMessage/MessageInterface.php b/app/AtMessage/MessageInterface.php index af0a16dd8..683015b46 100644 --- a/app/AtMessage/MessageInterface.php +++ b/app/AtMessage/MessageInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/AtMessage/ResourceInterface.php b/app/AtMessage/ResourceInterface.php index 42510e570..b6f29c670 100644 --- a/app/AtMessage/ResourceInterface.php +++ b/app/AtMessage/ResourceInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/AtMessage/ResourceManager.php b/app/AtMessage/ResourceManager.php index e63028819..1805f051a 100644 --- a/app/AtMessage/ResourceManager.php +++ b/app/AtMessage/ResourceManager.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/AtMessage/ResourceManagerInterface.php b/app/AtMessage/ResourceManagerInterface.php index 34c8e85d4..5d0c0dce4 100644 --- a/app/AtMessage/ResourceManagerInterface.php +++ b/app/AtMessage/ResourceManagerInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/AtMessage/Resources/Comment.php b/app/AtMessage/Resources/Comment.php index e1ad0435d..1e63f5f9b 100644 --- a/app/AtMessage/Resources/Comment.php +++ b/app/AtMessage/Resources/Comment.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/AtMessage/Resources/Feed.php b/app/AtMessage/Resources/Feed.php index b7eedf699..553f51c68 100644 --- a/app/AtMessage/Resources/Feed.php +++ b/app/AtMessage/Resources/Feed.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Auth/JWTAuthToken.php b/app/Auth/JWTAuthToken.php index cb76df66a..32977a7a3 100644 --- a/app/Auth/JWTAuthToken.php +++ b/app/Auth/JWTAuthToken.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Bootstrap/LoadConfiguration.php b/app/Bootstrap/LoadConfiguration.php index b3fa722bc..08db3fda4 100644 --- a/app/Bootstrap/LoadConfiguration.php +++ b/app/Bootstrap/LoadConfiguration.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Cdn/Adapter/AliOss.php b/app/Cdn/Adapter/AliOss.php index ed0cf0312..cc4011c3f 100644 --- a/app/Cdn/Adapter/AliOss.php +++ b/app/Cdn/Adapter/AliOss.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Cdn/Adapter/Filesystem.php b/app/Cdn/Adapter/Filesystem.php index 7812dbc5e..9cb096a0a 100644 --- a/app/Cdn/Adapter/Filesystem.php +++ b/app/Cdn/Adapter/Filesystem.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Cdn/Adapter/Qiniu.php b/app/Cdn/Adapter/Qiniu.php index 70941d496..c31ecf087 100644 --- a/app/Cdn/Adapter/Qiniu.php +++ b/app/Cdn/Adapter/Qiniu.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Cdn/Refresh.php b/app/Cdn/Refresh.php index 8f37b9ecb..9ee8de4c5 100644 --- a/app/Cdn/Refresh.php +++ b/app/Cdn/Refresh.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Cdn/UrlManager.php b/app/Cdn/UrlManager.php index b2a924a70..f957c0b9c 100644 --- a/app/Cdn/UrlManager.php +++ b/app/Cdn/UrlManager.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Concerns/FindMarkdownFileTrait.php b/app/Concerns/FindMarkdownFileTrait.php index 25cdaf0f3..5bbd67889 100644 --- a/app/Concerns/FindMarkdownFileTrait.php +++ b/app/Concerns/FindMarkdownFileTrait.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Console/Commands/AppVersionCommand.php b/app/Console/Commands/AppVersionCommand.php index 44dc56117..9895237eb 100644 --- a/app/Console/Commands/AppVersionCommand.php +++ b/app/Console/Commands/AppVersionCommand.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Console/Commands/PackageCreateCommand.php b/app/Console/Commands/PackageCreateCommand.php index 65e536571..e70768f12 100644 --- a/app/Console/Commands/PackageCreateCommand.php +++ b/app/Console/Commands/PackageCreateCommand.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Console/Commands/PackageHandlerCommand.php b/app/Console/Commands/PackageHandlerCommand.php index 53732fa96..adbfb611b 100644 --- a/app/Console/Commands/PackageHandlerCommand.php +++ b/app/Console/Commands/PackageHandlerCommand.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index c5e10537a..047e9d3ff 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Contracts/Cdn/UrlFactory.php b/app/Contracts/Cdn/UrlFactory.php index b480101a5..a3299c9d6 100644 --- a/app/Contracts/Cdn/UrlFactory.php +++ b/app/Contracts/Cdn/UrlFactory.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Contracts/Cdn/UrlGenerator.php b/app/Contracts/Cdn/UrlGenerator.php index 67a5bbcf4..f2d2c1ae8 100644 --- a/app/Contracts/Cdn/UrlGenerator.php +++ b/app/Contracts/Cdn/UrlGenerator.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Contracts/Model/FetchComment.php b/app/Contracts/Model/FetchComment.php index df0deecf4..b6f084363 100644 --- a/app/Contracts/Model/FetchComment.php +++ b/app/Contracts/Model/FetchComment.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Contracts/Model/UserAbility.php b/app/Contracts/Model/UserAbility.php index 2afd46377..ffd6125cb 100644 --- a/app/Contracts/Model/UserAbility.php +++ b/app/Contracts/Model/UserAbility.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/EaseMobIM/Controllers/EaseMobController.php b/app/EaseMobIM/Controllers/EaseMobController.php index 182ce948c..809dcf7d4 100644 --- a/app/EaseMobIM/Controllers/EaseMobController.php +++ b/app/EaseMobIM/Controllers/EaseMobController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/EaseMobIM/Controllers/GroupController.php b/app/EaseMobIM/Controllers/GroupController.php index d06eebd9c..1b56b8caa 100644 --- a/app/EaseMobIM/Controllers/GroupController.php +++ b/app/EaseMobIM/Controllers/GroupController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/EaseMobIM/Requests/CheckGroup.php b/app/EaseMobIM/Requests/CheckGroup.php index 5d72db6d3..24007f693 100644 --- a/app/EaseMobIM/Requests/CheckGroup.php +++ b/app/EaseMobIM/Requests/CheckGroup.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/EaseMobIM/Requests/GroupId.php b/app/EaseMobIM/Requests/GroupId.php index cdb453a7a..cba8aa838 100644 --- a/app/EaseMobIM/Requests/GroupId.php +++ b/app/EaseMobIM/Requests/GroupId.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/EaseMobIM/Requests/GroupMember.php b/app/EaseMobIM/Requests/GroupMember.php index 8eac536c6..6d4155d09 100644 --- a/app/EaseMobIM/Requests/GroupMember.php +++ b/app/EaseMobIM/Requests/GroupMember.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/EaseMobIM/Requests/UpdateGroup.php b/app/EaseMobIM/Requests/UpdateGroup.php index 7eb75b01c..9369e7b40 100644 --- a/app/EaseMobIM/Requests/UpdateGroup.php +++ b/app/EaseMobIM/Requests/UpdateGroup.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 0726eb603..53473cb44 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Exceptions/ValidationException.php b/app/Exceptions/ValidationException.php index f7f933ecc..7703d7f8e 100644 --- a/app/Exceptions/ValidationException.php +++ b/app/Exceptions/ValidationException.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/ChannelManager.php b/app/FileStorage/ChannelManager.php index 18fb42f5a..1efc49d81 100644 --- a/app/FileStorage/ChannelManager.php +++ b/app/FileStorage/ChannelManager.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Channels/AbstractChannel.php b/app/FileStorage/Channels/AbstractChannel.php index c3b65add5..21cb065a8 100644 --- a/app/FileStorage/Channels/AbstractChannel.php +++ b/app/FileStorage/Channels/AbstractChannel.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Channels/ChannelInterface.php b/app/FileStorage/Channels/ChannelInterface.php index 270034478..59109ffca 100644 --- a/app/FileStorage/Channels/ChannelInterface.php +++ b/app/FileStorage/Channels/ChannelInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Channels/PublicChannel.php b/app/FileStorage/Channels/PublicChannel.php index fba470f0b..198b1476f 100644 --- a/app/FileStorage/Channels/PublicChannel.php +++ b/app/FileStorage/Channels/PublicChannel.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Exceptions/NotAllowUploadMimeTypeException.php b/app/FileStorage/Exceptions/NotAllowUploadMimeTypeException.php index bce6230ca..c52600f7f 100644 --- a/app/FileStorage/Exceptions/NotAllowUploadMimeTypeException.php +++ b/app/FileStorage/Exceptions/NotAllowUploadMimeTypeException.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Exceptions/ParseResourceException.php b/app/FileStorage/Exceptions/ParseResourceException.php index 11695df6b..b518f9187 100644 --- a/app/FileStorage/Exceptions/ParseResourceException.php +++ b/app/FileStorage/Exceptions/ParseResourceException.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/FileMetaAbstract.php b/app/FileStorage/FileMetaAbstract.php index 144d8b129..240eda53f 100644 --- a/app/FileStorage/FileMetaAbstract.php +++ b/app/FileStorage/FileMetaAbstract.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/FileMetaInterface.php b/app/FileStorage/FileMetaInterface.php index fb9eb3cae..df01f37da 100644 --- a/app/FileStorage/FileMetaInterface.php +++ b/app/FileStorage/FileMetaInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/FilesystemManager.php b/app/FileStorage/FilesystemManager.php index ad69a71f9..62929aab6 100644 --- a/app/FileStorage/FilesystemManager.php +++ b/app/FileStorage/FilesystemManager.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Filesystems/AliyunOss/FileMeta.php b/app/FileStorage/Filesystems/AliyunOss/FileMeta.php index d736c49f0..e5640d46f 100644 --- a/app/FileStorage/Filesystems/AliyunOss/FileMeta.php +++ b/app/FileStorage/Filesystems/AliyunOss/FileMeta.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Filesystems/AliyunOssFilesystem.php b/app/FileStorage/Filesystems/AliyunOssFilesystem.php index f3e48c6a2..3ce37a470 100644 --- a/app/FileStorage/Filesystems/AliyunOssFilesystem.php +++ b/app/FileStorage/Filesystems/AliyunOssFilesystem.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Filesystems/FilesystemInterface.php b/app/FileStorage/Filesystems/FilesystemInterface.php index 8fb1993b1..28c8b1ed3 100644 --- a/app/FileStorage/Filesystems/FilesystemInterface.php +++ b/app/FileStorage/Filesystems/FilesystemInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Filesystems/Local/FileMeta.php b/app/FileStorage/Filesystems/Local/FileMeta.php index 080f020ff..6c75dd198 100644 --- a/app/FileStorage/Filesystems/Local/FileMeta.php +++ b/app/FileStorage/Filesystems/Local/FileMeta.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Filesystems/Local/RuleParser.php b/app/FileStorage/Filesystems/Local/RuleParser.php index 527104314..daa63940c 100644 --- a/app/FileStorage/Filesystems/Local/RuleParser.php +++ b/app/FileStorage/Filesystems/Local/RuleParser.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Filesystems/LocalFilesystem.php b/app/FileStorage/Filesystems/LocalFilesystem.php index f1e727f11..3595d7943 100644 --- a/app/FileStorage/Filesystems/LocalFilesystem.php +++ b/app/FileStorage/Filesystems/LocalFilesystem.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Http/Controllers/Callback.php b/app/FileStorage/Http/Controllers/Callback.php index ece2d7cb2..040ff5043 100644 --- a/app/FileStorage/Http/Controllers/Callback.php +++ b/app/FileStorage/Http/Controllers/Callback.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Http/Controllers/CreateTask.php b/app/FileStorage/Http/Controllers/CreateTask.php index 47f4e67da..398dd9f96 100644 --- a/app/FileStorage/Http/Controllers/CreateTask.php +++ b/app/FileStorage/Http/Controllers/CreateTask.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Http/Controllers/Local.php b/app/FileStorage/Http/Controllers/Local.php index 6954a037f..07d60caee 100644 --- a/app/FileStorage/Http/Controllers/Local.php +++ b/app/FileStorage/Http/Controllers/Local.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Http/MakeRoutes.php b/app/FileStorage/Http/MakeRoutes.php index 58e91aa70..910388d8b 100644 --- a/app/FileStorage/Http/MakeRoutes.php +++ b/app/FileStorage/Http/MakeRoutes.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/ImageDimension.php b/app/FileStorage/ImageDimension.php index 11a8eceba..05dffee40 100644 --- a/app/FileStorage/ImageDimension.php +++ b/app/FileStorage/ImageDimension.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/ImageDimensionInterface.php b/app/FileStorage/ImageDimensionInterface.php index b2452666e..be88e8fd9 100644 --- a/app/FileStorage/ImageDimensionInterface.php +++ b/app/FileStorage/ImageDimensionInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Pay/PayInterface.php b/app/FileStorage/Pay/PayInterface.php index 818b29d1d..d42e8dbaa 100644 --- a/app/FileStorage/Pay/PayInterface.php +++ b/app/FileStorage/Pay/PayInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Providers/AppServiceProvider.php b/app/FileStorage/Providers/AppServiceProvider.php index ed57a92b8..9f4277505 100644 --- a/app/FileStorage/Providers/AppServiceProvider.php +++ b/app/FileStorage/Providers/AppServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Resource.php b/app/FileStorage/Resource.php index cdfdbbfeb..0b6e4f1dc 100644 --- a/app/FileStorage/Resource.php +++ b/app/FileStorage/Resource.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/ResourceInterface.php b/app/FileStorage/ResourceInterface.php index 252bc880c..ec710ca38 100644 --- a/app/FileStorage/ResourceInterface.php +++ b/app/FileStorage/ResourceInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Storage.php b/app/FileStorage/Storage.php index 24dd02af5..01771b6c1 100644 --- a/app/FileStorage/Storage.php +++ b/app/FileStorage/Storage.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/StorageInterface.php b/app/FileStorage/StorageInterface.php index 5b2522e0d..ced5a7773 100644 --- a/app/FileStorage/StorageInterface.php +++ b/app/FileStorage/StorageInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Task.php b/app/FileStorage/Task.php index 24948e67a..90ae1dbdb 100644 --- a/app/FileStorage/Task.php +++ b/app/FileStorage/Task.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/TaskInterface.php b/app/FileStorage/TaskInterface.php index 54d7966b2..bc8c552ba 100644 --- a/app/FileStorage/TaskInterface.php +++ b/app/FileStorage/TaskInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Traits/EloquentAttributeTrait.php b/app/FileStorage/Traits/EloquentAttributeTrait.php index 182539506..56ab3b4d4 100644 --- a/app/FileStorage/Traits/EloquentAttributeTrait.php +++ b/app/FileStorage/Traits/EloquentAttributeTrait.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Traits/HasImageTrait.php b/app/FileStorage/Traits/HasImageTrait.php index 6f17f2fd0..58e817919 100644 --- a/app/FileStorage/Traits/HasImageTrait.php +++ b/app/FileStorage/Traits/HasImageTrait.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Validators/AbstractValidator.php b/app/FileStorage/Validators/AbstractValidator.php index 1c128e319..977209f7e 100644 --- a/app/FileStorage/Validators/AbstractValidator.php +++ b/app/FileStorage/Validators/AbstractValidator.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Validators/CreateTaskValidator.php b/app/FileStorage/Validators/CreateTaskValidator.php index 9dc6f06bd..8f423e64b 100644 --- a/app/FileStorage/Validators/CreateTaskValidator.php +++ b/app/FileStorage/Validators/CreateTaskValidator.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Validators/Rulers/FileStorageRuler.php b/app/FileStorage/Validators/Rulers/FileStorageRuler.php index e1d32b452..492ab14e7 100644 --- a/app/FileStorage/Validators/Rulers/FileStorageRuler.php +++ b/app/FileStorage/Validators/Rulers/FileStorageRuler.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Validators/Rulers/RulerInterface.php b/app/FileStorage/Validators/Rulers/RulerInterface.php index fb22b9e44..21c5d1f6c 100644 --- a/app/FileStorage/Validators/Rulers/RulerInterface.php +++ b/app/FileStorage/Validators/Rulers/RulerInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Validators/Rulers/ValidatorRulesRegister.php b/app/FileStorage/Validators/Rulers/ValidatorRulesRegister.php index 55b9c33c2..977921a70 100644 --- a/app/FileStorage/Validators/Rulers/ValidatorRulesRegister.php +++ b/app/FileStorage/Validators/Rulers/ValidatorRulesRegister.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/Validators/ValidatorInterface.php b/app/FileStorage/Validators/ValidatorInterface.php index 904a8ea71..bfaf949ed 100644 --- a/app/FileStorage/Validators/ValidatorInterface.php +++ b/app/FileStorage/Validators/ValidatorInterface.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/FileStorage/design-configuration.php b/app/FileStorage/design-configuration.php index 9947584b9..bc0152f5e 100644 --- a/app/FileStorage/design-configuration.php +++ b/app/FileStorage/design-configuration.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/AdvertisingController.php b/app/Http/Controllers/APIs/V2/AdvertisingController.php index f6db8cd8e..49e8b5ef2 100644 --- a/app/Http/Controllers/APIs/V2/AdvertisingController.php +++ b/app/Http/Controllers/APIs/V2/AdvertisingController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/AuthController.php b/app/Http/Controllers/APIs/V2/AuthController.php index cc1bb3028..fbb0df4a5 100644 --- a/app/Http/Controllers/APIs/V2/AuthController.php +++ b/app/Http/Controllers/APIs/V2/AuthController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/BootstrappersController.php b/app/Http/Controllers/APIs/V2/BootstrappersController.php index 5ee936640..8b607ed19 100644 --- a/app/Http/Controllers/APIs/V2/BootstrappersController.php +++ b/app/Http/Controllers/APIs/V2/BootstrappersController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/Controller.php b/app/Http/Controllers/APIs/V2/Controller.php index 0af517b01..8f09370b2 100644 --- a/app/Http/Controllers/APIs/V2/Controller.php +++ b/app/Http/Controllers/APIs/V2/Controller.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/CurrencyApplePayController.php b/app/Http/Controllers/APIs/V2/CurrencyApplePayController.php index eb2ec4d2a..d2b1ad64c 100644 --- a/app/Http/Controllers/APIs/V2/CurrencyApplePayController.php +++ b/app/Http/Controllers/APIs/V2/CurrencyApplePayController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/CurrencyCashController.php b/app/Http/Controllers/APIs/V2/CurrencyCashController.php index f6abbf03c..97ff8ac4d 100644 --- a/app/Http/Controllers/APIs/V2/CurrencyCashController.php +++ b/app/Http/Controllers/APIs/V2/CurrencyCashController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/CurrencyConfigController.php b/app/Http/Controllers/APIs/V2/CurrencyConfigController.php index 55d78ab8d..15e676113 100644 --- a/app/Http/Controllers/APIs/V2/CurrencyConfigController.php +++ b/app/Http/Controllers/APIs/V2/CurrencyConfigController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/CurrencyPayController.php b/app/Http/Controllers/APIs/V2/CurrencyPayController.php index 37e01dc11..e06242b96 100644 --- a/app/Http/Controllers/APIs/V2/CurrencyPayController.php +++ b/app/Http/Controllers/APIs/V2/CurrencyPayController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/CurrencyRechargeController.php b/app/Http/Controllers/APIs/V2/CurrencyRechargeController.php index b6fcb8515..2b96eb4b1 100644 --- a/app/Http/Controllers/APIs/V2/CurrencyRechargeController.php +++ b/app/Http/Controllers/APIs/V2/CurrencyRechargeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/CurrentUserController.php b/app/Http/Controllers/APIs/V2/CurrentUserController.php index 0ea6de8b3..31b2b6a70 100644 --- a/app/Http/Controllers/APIs/V2/CurrentUserController.php +++ b/app/Http/Controllers/APIs/V2/CurrentUserController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/FilesController.php b/app/Http/Controllers/APIs/V2/FilesController.php index b1e22f36e..953ff24d0 100644 --- a/app/Http/Controllers/APIs/V2/FilesController.php +++ b/app/Http/Controllers/APIs/V2/FilesController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/FindUserController.php b/app/Http/Controllers/APIs/V2/FindUserController.php index 7ad828a98..7b79e146f 100644 --- a/app/Http/Controllers/APIs/V2/FindUserController.php +++ b/app/Http/Controllers/APIs/V2/FindUserController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/LocationController.php b/app/Http/Controllers/APIs/V2/LocationController.php index afbdf9c9d..ea3e2abd5 100644 --- a/app/Http/Controllers/APIs/V2/LocationController.php +++ b/app/Http/Controllers/APIs/V2/LocationController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/NewUserRewardController.php b/app/Http/Controllers/APIs/V2/NewUserRewardController.php index c80263229..4ca82dda9 100644 --- a/app/Http/Controllers/APIs/V2/NewUserRewardController.php +++ b/app/Http/Controllers/APIs/V2/NewUserRewardController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/NewWalletCashController.php b/app/Http/Controllers/APIs/V2/NewWalletCashController.php index 69ec4511c..b9d44ec9b 100644 --- a/app/Http/Controllers/APIs/V2/NewWalletCashController.php +++ b/app/Http/Controllers/APIs/V2/NewWalletCashController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/NewWalletRechargeController.php b/app/Http/Controllers/APIs/V2/NewWalletRechargeController.php index aad1c5c6a..1639bd841 100644 --- a/app/Http/Controllers/APIs/V2/NewWalletRechargeController.php +++ b/app/Http/Controllers/APIs/V2/NewWalletRechargeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/PayController.php b/app/Http/Controllers/APIs/V2/PayController.php index 6d3b147cf..0a758637b 100644 --- a/app/Http/Controllers/APIs/V2/PayController.php +++ b/app/Http/Controllers/APIs/V2/PayController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/PingPlusPlusChargeWebHooks.php b/app/Http/Controllers/APIs/V2/PingPlusPlusChargeWebHooks.php index 5797bfebb..9017c8ed7 100644 --- a/app/Http/Controllers/APIs/V2/PingPlusPlusChargeWebHooks.php +++ b/app/Http/Controllers/APIs/V2/PingPlusPlusChargeWebHooks.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/PurchaseController.php b/app/Http/Controllers/APIs/V2/PurchaseController.php index 47b7e6dc6..a2c3d389d 100644 --- a/app/Http/Controllers/APIs/V2/PurchaseController.php +++ b/app/Http/Controllers/APIs/V2/PurchaseController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/RankController.php b/app/Http/Controllers/APIs/V2/RankController.php index b2de789c0..f5a5e04f5 100644 --- a/app/Http/Controllers/APIs/V2/RankController.php +++ b/app/Http/Controllers/APIs/V2/RankController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/ReportController.php b/app/Http/Controllers/APIs/V2/ReportController.php index 4fb004142..8f4090361 100644 --- a/app/Http/Controllers/APIs/V2/ReportController.php +++ b/app/Http/Controllers/APIs/V2/ReportController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/ResetPasswordController.php b/app/Http/Controllers/APIs/V2/ResetPasswordController.php index ad8b5292c..5c8c36f68 100644 --- a/app/Http/Controllers/APIs/V2/ResetPasswordController.php +++ b/app/Http/Controllers/APIs/V2/ResetPasswordController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/SystemController.php b/app/Http/Controllers/APIs/V2/SystemController.php index b958bf32e..44b2b7255 100644 --- a/app/Http/Controllers/APIs/V2/SystemController.php +++ b/app/Http/Controllers/APIs/V2/SystemController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/TagController.php b/app/Http/Controllers/APIs/V2/TagController.php index e550f9627..1d2f3a6f6 100644 --- a/app/Http/Controllers/APIs/V2/TagController.php +++ b/app/Http/Controllers/APIs/V2/TagController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/TagUserController.php b/app/Http/Controllers/APIs/V2/TagUserController.php index ca5bb0f03..05161e276 100644 --- a/app/Http/Controllers/APIs/V2/TagUserController.php +++ b/app/Http/Controllers/APIs/V2/TagUserController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/TransferController.php b/app/Http/Controllers/APIs/V2/TransferController.php index dfb4f5afb..6341e155f 100644 --- a/app/Http/Controllers/APIs/V2/TransferController.php +++ b/app/Http/Controllers/APIs/V2/TransferController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserBlacklistController.php b/app/Http/Controllers/APIs/V2/UserBlacklistController.php index cacaf8677..f31081deb 100644 --- a/app/Http/Controllers/APIs/V2/UserBlacklistController.php +++ b/app/Http/Controllers/APIs/V2/UserBlacklistController.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserCertificationController.php b/app/Http/Controllers/APIs/V2/UserCertificationController.php index 8be25b0c7..cecbc724f 100644 --- a/app/Http/Controllers/APIs/V2/UserCertificationController.php +++ b/app/Http/Controllers/APIs/V2/UserCertificationController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserCommentController.php b/app/Http/Controllers/APIs/V2/UserCommentController.php index 0c3fc7883..ba718aa14 100644 --- a/app/Http/Controllers/APIs/V2/UserCommentController.php +++ b/app/Http/Controllers/APIs/V2/UserCommentController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserController.php b/app/Http/Controllers/APIs/V2/UserController.php index a2653743e..5a1f62df5 100644 --- a/app/Http/Controllers/APIs/V2/UserController.php +++ b/app/Http/Controllers/APIs/V2/UserController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserEmailController.php b/app/Http/Controllers/APIs/V2/UserEmailController.php index a9ab5c51a..f5e49bcf9 100644 --- a/app/Http/Controllers/APIs/V2/UserEmailController.php +++ b/app/Http/Controllers/APIs/V2/UserEmailController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserFollowController.php b/app/Http/Controllers/APIs/V2/UserFollowController.php index 4e0ea1a7f..12c3c27ff 100644 --- a/app/Http/Controllers/APIs/V2/UserFollowController.php +++ b/app/Http/Controllers/APIs/V2/UserFollowController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserLikeController.php b/app/Http/Controllers/APIs/V2/UserLikeController.php index 8db721c2a..0d8674621 100644 --- a/app/Http/Controllers/APIs/V2/UserLikeController.php +++ b/app/Http/Controllers/APIs/V2/UserLikeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserNotificationController.php b/app/Http/Controllers/APIs/V2/UserNotificationController.php index 54f0c762c..5f1877a93 100644 --- a/app/Http/Controllers/APIs/V2/UserNotificationController.php +++ b/app/Http/Controllers/APIs/V2/UserNotificationController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserPhoneController.php b/app/Http/Controllers/APIs/V2/UserPhoneController.php index 198fe7e33..e4cc10309 100644 --- a/app/Http/Controllers/APIs/V2/UserPhoneController.php +++ b/app/Http/Controllers/APIs/V2/UserPhoneController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserRewardController.php b/app/Http/Controllers/APIs/V2/UserRewardController.php index cf2726443..c1eea17c3 100644 --- a/app/Http/Controllers/APIs/V2/UserRewardController.php +++ b/app/Http/Controllers/APIs/V2/UserRewardController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/UserUnreadCountController.php b/app/Http/Controllers/APIs/V2/UserUnreadCountController.php index d848da282..905aed0f1 100644 --- a/app/Http/Controllers/APIs/V2/UserUnreadCountController.php +++ b/app/Http/Controllers/APIs/V2/UserUnreadCountController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/VerifyCodeController.php b/app/Http/Controllers/APIs/V2/VerifyCodeController.php index a1c9e02cd..02e3b5ffb 100644 --- a/app/Http/Controllers/APIs/V2/VerifyCodeController.php +++ b/app/Http/Controllers/APIs/V2/VerifyCodeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/WalletCashController.php b/app/Http/Controllers/APIs/V2/WalletCashController.php index 4dcde5963..b8edd9566 100644 --- a/app/Http/Controllers/APIs/V2/WalletCashController.php +++ b/app/Http/Controllers/APIs/V2/WalletCashController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/WalletChargeController.php b/app/Http/Controllers/APIs/V2/WalletChargeController.php index e513d7463..a16eb0a66 100644 --- a/app/Http/Controllers/APIs/V2/WalletChargeController.php +++ b/app/Http/Controllers/APIs/V2/WalletChargeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/WalletConfigController.php b/app/Http/Controllers/APIs/V2/WalletConfigController.php index 29c23937e..f083492f3 100644 --- a/app/Http/Controllers/APIs/V2/WalletConfigController.php +++ b/app/Http/Controllers/APIs/V2/WalletConfigController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/WalletRechargeAlipayController.php b/app/Http/Controllers/APIs/V2/WalletRechargeAlipayController.php index a7f723168..a40329907 100644 --- a/app/Http/Controllers/APIs/V2/WalletRechargeAlipayController.php +++ b/app/Http/Controllers/APIs/V2/WalletRechargeAlipayController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/WalletRechargeApplePayController.php b/app/Http/Controllers/APIs/V2/WalletRechargeApplePayController.php index c03b1d202..c7b6fe888 100644 --- a/app/Http/Controllers/APIs/V2/WalletRechargeApplePayController.php +++ b/app/Http/Controllers/APIs/V2/WalletRechargeApplePayController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/APIs/V2/WalletRechargeController.php b/app/Http/Controllers/APIs/V2/WalletRechargeController.php index 16965f40c..eb1558c62 100644 --- a/app/Http/Controllers/APIs/V2/WalletRechargeController.php +++ b/app/Http/Controllers/APIs/V2/WalletRechargeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/AdvertisingController.php b/app/Http/Controllers/Admin/AdvertisingController.php index b0e881886..4c98eb6f9 100644 --- a/app/Http/Controllers/Admin/AdvertisingController.php +++ b/app/Http/Controllers/Admin/AdvertisingController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/AuxiliaryController.php b/app/Http/Controllers/Admin/AuxiliaryController.php index 8a86c8aa2..9bd6c89b8 100644 --- a/app/Http/Controllers/Admin/AuxiliaryController.php +++ b/app/Http/Controllers/Admin/AuxiliaryController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/CdnController.php b/app/Http/Controllers/Admin/CdnController.php index 43998dac7..e2a849b8f 100644 --- a/app/Http/Controllers/Admin/CdnController.php +++ b/app/Http/Controllers/Admin/CdnController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/CertificationCategoryController.php b/app/Http/Controllers/Admin/CertificationCategoryController.php index cc494a978..04443a29a 100644 --- a/app/Http/Controllers/Admin/CertificationCategoryController.php +++ b/app/Http/Controllers/Admin/CertificationCategoryController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/CertificationController.php b/app/Http/Controllers/Admin/CertificationController.php index 66835a1a5..c968e9ea5 100644 --- a/app/Http/Controllers/Admin/CertificationController.php +++ b/app/Http/Controllers/Admin/CertificationController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/ConversationController.php b/app/Http/Controllers/Admin/ConversationController.php index 18d7dac7d..c006eba44 100644 --- a/app/Http/Controllers/Admin/ConversationController.php +++ b/app/Http/Controllers/Admin/ConversationController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/CorsController.php b/app/Http/Controllers/Admin/CorsController.php index 23d2e6b7f..ad209138d 100644 --- a/app/Http/Controllers/Admin/CorsController.php +++ b/app/Http/Controllers/Admin/CorsController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/CurrencyAppleController.php b/app/Http/Controllers/Admin/CurrencyAppleController.php index 471b85325..f7728282a 100644 --- a/app/Http/Controllers/Admin/CurrencyAppleController.php +++ b/app/Http/Controllers/Admin/CurrencyAppleController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/CurrencyCashController.php b/app/Http/Controllers/Admin/CurrencyCashController.php index fb8186b51..4199cc699 100644 --- a/app/Http/Controllers/Admin/CurrencyCashController.php +++ b/app/Http/Controllers/Admin/CurrencyCashController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/CurrencyController.php b/app/Http/Controllers/Admin/CurrencyController.php index 3bbb036aa..7583792c7 100644 --- a/app/Http/Controllers/Admin/CurrencyController.php +++ b/app/Http/Controllers/Admin/CurrencyController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/FileController.php b/app/Http/Controllers/Admin/FileController.php index dd7356266..216488dff 100644 --- a/app/Http/Controllers/Admin/FileController.php +++ b/app/Http/Controllers/Admin/FileController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/GoldRuleController.php b/app/Http/Controllers/Admin/GoldRuleController.php index c1df89615..4833bdf46 100644 --- a/app/Http/Controllers/Admin/GoldRuleController.php +++ b/app/Http/Controllers/Admin/GoldRuleController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/GoldTypeController.php b/app/Http/Controllers/Admin/GoldTypeController.php index bc7df71a9..ce8a76d87 100644 --- a/app/Http/Controllers/Admin/GoldTypeController.php +++ b/app/Http/Controllers/Admin/GoldTypeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/HomeController.php b/app/Http/Controllers/Admin/HomeController.php index 96dbe90b8..9d6bd6e15 100644 --- a/app/Http/Controllers/Admin/HomeController.php +++ b/app/Http/Controllers/Admin/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/NewPaySettingController.php b/app/Http/Controllers/Admin/NewPaySettingController.php index e7b6b2fd1..b34798a19 100644 --- a/app/Http/Controllers/Admin/NewPaySettingController.php +++ b/app/Http/Controllers/Admin/NewPaySettingController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/NewWalletController.php b/app/Http/Controllers/Admin/NewWalletController.php index ff00c679e..a88896e95 100644 --- a/app/Http/Controllers/Admin/NewWalletController.php +++ b/app/Http/Controllers/Admin/NewWalletController.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/ReportController.php b/app/Http/Controllers/Admin/ReportController.php index 24f7f68ca..4fbfbfaad 100644 --- a/app/Http/Controllers/Admin/ReportController.php +++ b/app/Http/Controllers/Admin/ReportController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/RewardController.php b/app/Http/Controllers/Admin/RewardController.php index 28e4f86bc..c91f54a67 100644 --- a/app/Http/Controllers/Admin/RewardController.php +++ b/app/Http/Controllers/Admin/RewardController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/RoleController.php b/app/Http/Controllers/Admin/RoleController.php index 989905a5d..5c0db740c 100644 --- a/app/Http/Controllers/Admin/RoleController.php +++ b/app/Http/Controllers/Admin/RoleController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/SensitiveController.php b/app/Http/Controllers/Admin/SensitiveController.php index 792bfb102..7803934cb 100644 --- a/app/Http/Controllers/Admin/SensitiveController.php +++ b/app/Http/Controllers/Admin/SensitiveController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/SiteController.php b/app/Http/Controllers/Admin/SiteController.php index 7e5549758..30436d90c 100644 --- a/app/Http/Controllers/Admin/SiteController.php +++ b/app/Http/Controllers/Admin/SiteController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/SmsController.php b/app/Http/Controllers/Admin/SmsController.php index 0eb5952d5..67a47ae8b 100644 --- a/app/Http/Controllers/Admin/SmsController.php +++ b/app/Http/Controllers/Admin/SmsController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/SystemController.php b/app/Http/Controllers/Admin/SystemController.php index 503eec834..aae1300b3 100644 --- a/app/Http/Controllers/Admin/SystemController.php +++ b/app/Http/Controllers/Admin/SystemController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/TagController.php b/app/Http/Controllers/Admin/TagController.php index 060ab93f9..0cd2cb95e 100644 --- a/app/Http/Controllers/Admin/TagController.php +++ b/app/Http/Controllers/Admin/TagController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/UserController.php b/app/Http/Controllers/Admin/UserController.php index 2d5919e40..ecaf5296a 100644 --- a/app/Http/Controllers/Admin/UserController.php +++ b/app/Http/Controllers/Admin/UserController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WalletCashController.php b/app/Http/Controllers/Admin/WalletCashController.php index 0f2fab2be..549241fac 100644 --- a/app/Http/Controllers/Admin/WalletCashController.php +++ b/app/Http/Controllers/Admin/WalletCashController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WalletCashSettingController.php b/app/Http/Controllers/Admin/WalletCashSettingController.php index 8271b1656..4ed238227 100644 --- a/app/Http/Controllers/Admin/WalletCashSettingController.php +++ b/app/Http/Controllers/Admin/WalletCashSettingController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WalletChargeController.php b/app/Http/Controllers/Admin/WalletChargeController.php index 2236fd4c4..9616af129 100644 --- a/app/Http/Controllers/Admin/WalletChargeController.php +++ b/app/Http/Controllers/Admin/WalletChargeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WalletLabelController.php b/app/Http/Controllers/Admin/WalletLabelController.php index f446eb59f..6f24de4cf 100644 --- a/app/Http/Controllers/Admin/WalletLabelController.php +++ b/app/Http/Controllers/Admin/WalletLabelController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WalletPingPlusPlusController.php b/app/Http/Controllers/Admin/WalletPingPlusPlusController.php index 5c4707969..c95438259 100644 --- a/app/Http/Controllers/Admin/WalletPingPlusPlusController.php +++ b/app/Http/Controllers/Admin/WalletPingPlusPlusController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WalletRatioController.php b/app/Http/Controllers/Admin/WalletRatioController.php index 291228905..ccbc9cf82 100644 --- a/app/Http/Controllers/Admin/WalletRatioController.php +++ b/app/Http/Controllers/Admin/WalletRatioController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WalletRechargeTypeController.php b/app/Http/Controllers/Admin/WalletRechargeTypeController.php index d21911b2b..711bacbc4 100644 --- a/app/Http/Controllers/Admin/WalletRechargeTypeController.php +++ b/app/Http/Controllers/Admin/WalletRechargeTypeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WalletRuleController.php b/app/Http/Controllers/Admin/WalletRuleController.php index 6ebfb6efc..69d52d76f 100644 --- a/app/Http/Controllers/Admin/WalletRuleController.php +++ b/app/Http/Controllers/Admin/WalletRuleController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WalletStatisticsController.php b/app/Http/Controllers/Admin/WalletStatisticsController.php index 08a06fb40..9d97ceb5b 100644 --- a/app/Http/Controllers/Admin/WalletStatisticsController.php +++ b/app/Http/Controllers/Admin/WalletStatisticsController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WalletSwitchController.php b/app/Http/Controllers/Admin/WalletSwitchController.php index 8853ed592..c8ee4ea26 100644 --- a/app/Http/Controllers/Admin/WalletSwitchController.php +++ b/app/Http/Controllers/Admin/WalletSwitchController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Admin/WebClientsController.php b/app/Http/Controllers/Admin/WebClientsController.php index e89d4e9b5..fc99c026a 100644 --- a/app/Http/Controllers/Admin/WebClientsController.php +++ b/app/Http/Controllers/Admin/WebClientsController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Auth/LoginController.php b/app/Http/Controllers/Auth/LoginController.php index c56418227..01f382641 100644 --- a/app/Http/Controllers/Auth/LoginController.php +++ b/app/Http/Controllers/Auth/LoginController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Auth/VerificationController.php b/app/Http/Controllers/Auth/VerificationController.php index f3ecd73c2..053e1a94c 100644 --- a/app/Http/Controllers/Auth/VerificationController.php +++ b/app/Http/Controllers/Auth/VerificationController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php index f26ad85fc..3628bb1f6 100644 --- a/app/Http/Controllers/Controller.php +++ b/app/Http/Controllers/Controller.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/DevelopController.php b/app/Http/Controllers/DevelopController.php index 124381d67..1e26898cd 100644 --- a/app/Http/Controllers/DevelopController.php +++ b/app/Http/Controllers/DevelopController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 6049a563b..ebcc75999 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 943370a18..fd616a01d 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index 29ac2c314..b0dbed6c9 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/CheckForMaintenanceMode.php b/app/Http/Middleware/CheckForMaintenanceMode.php index 4009853cf..63045f300 100644 --- a/app/Http/Middleware/CheckForMaintenanceMode.php +++ b/app/Http/Middleware/CheckForMaintenanceMode.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/DisposeSensitive.php b/app/Http/Middleware/DisposeSensitive.php index d4e342d74..e0062f12a 100644 --- a/app/Http/Middleware/DisposeSensitive.php +++ b/app/Http/Middleware/DisposeSensitive.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php index 70d040dc1..52a551207 100644 --- a/app/Http/Middleware/EncryptCookies.php +++ b/app/Http/Middleware/EncryptCookies.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index 4f9259540..dfea43071 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/SensitiveOperation.php b/app/Http/Middleware/SensitiveOperation.php index 0348676c4..ccf709353 100644 --- a/app/Http/Middleware/SensitiveOperation.php +++ b/app/Http/Middleware/SensitiveOperation.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/TrimStrings.php b/app/Http/Middleware/TrimStrings.php index 69687754d..dce529992 100644 --- a/app/Http/Middleware/TrimStrings.php +++ b/app/Http/Middleware/TrimStrings.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 724777175..ff38fedf5 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/UserAbility.php b/app/Http/Middleware/UserAbility.php index 2e2bd7ab0..0cd0744de 100644 --- a/app/Http/Middleware/UserAbility.php +++ b/app/Http/Middleware/UserAbility.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index 252ad0f00..c052df489 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Middleware/VerifyUserPassword.php b/app/Http/Middleware/VerifyUserPassword.php index 6b98c672c..ef76e4bcc 100644 --- a/app/Http/Middleware/VerifyUserPassword.php +++ b/app/Http/Middleware/VerifyUserPassword.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/CheckRegisterParameter.php b/app/Http/Requests/API2/CheckRegisterParameter.php index f9049a970..25ed498c1 100644 --- a/app/Http/Requests/API2/CheckRegisterParameter.php +++ b/app/Http/Requests/API2/CheckRegisterParameter.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/CreateRegisterVerifyCodeRequest.php b/app/Http/Requests/API2/CreateRegisterVerifyCodeRequest.php index e883c99d7..e5599e838 100644 --- a/app/Http/Requests/API2/CreateRegisterVerifyCodeRequest.php +++ b/app/Http/Requests/API2/CreateRegisterVerifyCodeRequest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/NewStoreUserWallerCashPost.php b/app/Http/Requests/API2/NewStoreUserWallerCashPost.php index 4122ff17b..67e644218 100644 --- a/app/Http/Requests/API2/NewStoreUserWallerCashPost.php +++ b/app/Http/Requests/API2/NewStoreUserWallerCashPost.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/NewStoreWalletRecharge.php b/app/Http/Requests/API2/NewStoreWalletRecharge.php index aaf5e20f2..d7a78a1cc 100644 --- a/app/Http/Requests/API2/NewStoreWalletRecharge.php +++ b/app/Http/Requests/API2/NewStoreWalletRecharge.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/StoreCurrencyAppleIAPRecharge.php b/app/Http/Requests/API2/StoreCurrencyAppleIAPRecharge.php index 934369d4b..f091e911c 100644 --- a/app/Http/Requests/API2/StoreCurrencyAppleIAPRecharge.php +++ b/app/Http/Requests/API2/StoreCurrencyAppleIAPRecharge.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/StoreCurrencyCash.php b/app/Http/Requests/API2/StoreCurrencyCash.php index 805984b62..262ca203b 100644 --- a/app/Http/Requests/API2/StoreCurrencyCash.php +++ b/app/Http/Requests/API2/StoreCurrencyCash.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/StoreCurrencyRecharge.php b/app/Http/Requests/API2/StoreCurrencyRecharge.php index 03bf36630..f1456ceb8 100644 --- a/app/Http/Requests/API2/StoreCurrencyRecharge.php +++ b/app/Http/Requests/API2/StoreCurrencyRecharge.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/StoreTag.php b/app/Http/Requests/API2/StoreTag.php index 490e5a225..df746dc8e 100644 --- a/app/Http/Requests/API2/StoreTag.php +++ b/app/Http/Requests/API2/StoreTag.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/StoreTransform.php b/app/Http/Requests/API2/StoreTransform.php index 3e78c0ea0..2f30b716b 100644 --- a/app/Http/Requests/API2/StoreTransform.php +++ b/app/Http/Requests/API2/StoreTransform.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/StoreUploadFile.php b/app/Http/Requests/API2/StoreUploadFile.php index 2f3e2a211..9380768c6 100644 --- a/app/Http/Requests/API2/StoreUploadFile.php +++ b/app/Http/Requests/API2/StoreUploadFile.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/StoreUserPost.php b/app/Http/Requests/API2/StoreUserPost.php index 5c8b76e13..5c1f73bbf 100644 --- a/app/Http/Requests/API2/StoreUserPost.php +++ b/app/Http/Requests/API2/StoreUserPost.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/StoreUserWallerCashPost.php b/app/Http/Requests/API2/StoreUserWallerCashPost.php index ae1b8b797..bb3e5928f 100644 --- a/app/Http/Requests/API2/StoreUserWallerCashPost.php +++ b/app/Http/Requests/API2/StoreUserWallerCashPost.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/StoreVerifyCode.php b/app/Http/Requests/API2/StoreVerifyCode.php index 2946985dc..1bcf827d3 100644 --- a/app/Http/Requests/API2/StoreVerifyCode.php +++ b/app/Http/Requests/API2/StoreVerifyCode.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/StoreWalletRecharge.php b/app/Http/Requests/API2/StoreWalletRecharge.php index 75958fb20..316994a56 100644 --- a/app/Http/Requests/API2/StoreWalletRecharge.php +++ b/app/Http/Requests/API2/StoreWalletRecharge.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/Transfer.php b/app/Http/Requests/API2/Transfer.php index 445d350f1..d2ba63e94 100644 --- a/app/Http/Requests/API2/Transfer.php +++ b/app/Http/Requests/API2/Transfer.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/UpdateTag.php b/app/Http/Requests/API2/UpdateTag.php index 6e39ecd01..c2fcf3662 100644 --- a/app/Http/Requests/API2/UpdateTag.php +++ b/app/Http/Requests/API2/UpdateTag.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/API2/UserCertification.php b/app/Http/Requests/API2/UserCertification.php index 7fd24cf76..a28c0cc1e 100644 --- a/app/Http/Requests/API2/UserCertification.php +++ b/app/Http/Requests/API2/UserCertification.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/Admin/CreateSensitive.php b/app/Http/Requests/Admin/CreateSensitive.php index 184a80582..a022abdc3 100644 --- a/app/Http/Requests/Admin/CreateSensitive.php +++ b/app/Http/Requests/Admin/CreateSensitive.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/Admin/UpdateCorsRequest.php b/app/Http/Requests/Admin/UpdateCorsRequest.php index 4b6f214d7..aa34d16d0 100644 --- a/app/Http/Requests/Admin/UpdateCorsRequest.php +++ b/app/Http/Requests/Admin/UpdateCorsRequest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/Admin/UpdateSensitive.php b/app/Http/Requests/Admin/UpdateSensitive.php index 898be9d60..f7324a1c5 100644 --- a/app/Http/Requests/Admin/UpdateSensitive.php +++ b/app/Http/Requests/Admin/UpdateSensitive.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Http/Requests/Admin/UpdateWebClientRequest.php b/app/Http/Requests/Admin/UpdateWebClientRequest.php index fc0b6dfdf..cecee0883 100644 --- a/app/Http/Requests/Admin/UpdateWebClientRequest.php +++ b/app/Http/Requests/Admin/UpdateWebClientRequest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Jobs/PushMessage.php b/app/Jobs/PushMessage.php index 255d63402..9d3dcb9a4 100644 --- a/app/Jobs/PushMessage.php +++ b/app/Jobs/PushMessage.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Listeners/VerificationCode.php b/app/Listeners/VerificationCode.php index edd1df49a..bad2c145d 100644 --- a/app/Listeners/VerificationCode.php +++ b/app/Listeners/VerificationCode.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Ability.php b/app/Models/Ability.php index cf1e46fff..9822b25af 100644 --- a/app/Models/Ability.php +++ b/app/Models/Ability.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Advertising.php b/app/Models/Advertising.php index 74d3318fc..554a30cb3 100644 --- a/app/Models/Advertising.php +++ b/app/Models/Advertising.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/AdvertisingSpace.php b/app/Models/AdvertisingSpace.php index 1181746d7..bac24c9c2 100644 --- a/app/Models/AdvertisingSpace.php +++ b/app/Models/AdvertisingSpace.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Area.php b/app/Models/Area.php index 1458eb801..ce207b39c 100644 --- a/app/Models/Area.php +++ b/app/Models/Area.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/AtMessage.php b/app/Models/AtMessage.php index 2f8c8bf51..266174fff 100644 --- a/app/Models/AtMessage.php +++ b/app/Models/AtMessage.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/BlackList.php b/app/Models/BlackList.php index fd56595a6..c20f3efe1 100644 --- a/app/Models/BlackList.php +++ b/app/Models/BlackList.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Certification.php b/app/Models/Certification.php index 99f047665..143942d7b 100644 --- a/app/Models/Certification.php +++ b/app/Models/Certification.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/CertificationCategory.php b/app/Models/CertificationCategory.php index e98546759..ed740df4f 100644 --- a/app/Models/CertificationCategory.php +++ b/app/Models/CertificationCategory.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Collection.php b/app/Models/Collection.php index 35989577c..f81cb3d2a 100644 --- a/app/Models/Collection.php +++ b/app/Models/Collection.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Comment.php b/app/Models/Comment.php index 5958ffb44..156149971 100644 --- a/app/Models/Comment.php +++ b/app/Models/Comment.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/CommonConfig.php b/app/Models/CommonConfig.php index e16557f7d..e7df65c97 100644 --- a/app/Models/CommonConfig.php +++ b/app/Models/CommonConfig.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Concerns/HasAvatar.php b/app/Models/Concerns/HasAvatar.php index 180a7b17d..b5d4c4a25 100644 --- a/app/Models/Concerns/HasAvatar.php +++ b/app/Models/Concerns/HasAvatar.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Concerns/Macroable.php b/app/Models/Concerns/Macroable.php index aa44be19b..bd1682589 100644 --- a/app/Models/Concerns/Macroable.php +++ b/app/Models/Concerns/Macroable.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Concerns/UserHasAbility.php b/app/Models/Concerns/UserHasAbility.php index 2d7d01e90..a32bf6d7a 100644 --- a/app/Models/Concerns/UserHasAbility.php +++ b/app/Models/Concerns/UserHasAbility.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Concerns/UserHasNotifiable.php b/app/Models/Concerns/UserHasNotifiable.php index bd4a60bd4..d0f8377b2 100644 --- a/app/Models/Concerns/UserHasNotifiable.php +++ b/app/Models/Concerns/UserHasNotifiable.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Conversation.php b/app/Models/Conversation.php index 73ebcec96..65344766d 100644 --- a/app/Models/Conversation.php +++ b/app/Models/Conversation.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Currency.php b/app/Models/Currency.php index 5db423be1..498f1c0c0 100644 --- a/app/Models/Currency.php +++ b/app/Models/Currency.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/CurrencyCommodity.php b/app/Models/CurrencyCommodity.php index 2b6128801..3759f7f80 100644 --- a/app/Models/CurrencyCommodity.php +++ b/app/Models/CurrencyCommodity.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/CurrencyOrder.php b/app/Models/CurrencyOrder.php index 8ff0456e8..3f9fbc19c 100644 --- a/app/Models/CurrencyOrder.php +++ b/app/Models/CurrencyOrder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/CurrencyType.php b/app/Models/CurrencyType.php index 9ad31c000..d897fa654 100644 --- a/app/Models/CurrencyType.php +++ b/app/Models/CurrencyType.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/CurrencyTypeTransform.php b/app/Models/CurrencyTypeTransform.php index 24e468b23..67395de6c 100644 --- a/app/Models/CurrencyTypeTransform.php +++ b/app/Models/CurrencyTypeTransform.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Famous.php b/app/Models/Famous.php index f78cc8e22..4866224b9 100644 --- a/app/Models/Famous.php +++ b/app/Models/Famous.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/FeedTopic.php b/app/Models/FeedTopic.php index 747062b4d..495dc67f1 100644 --- a/app/Models/FeedTopic.php +++ b/app/Models/FeedTopic.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/FeedTopicLink.php b/app/Models/FeedTopicLink.php index 2d1240666..2239c2064 100644 --- a/app/Models/FeedTopicLink.php +++ b/app/Models/FeedTopicLink.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/FeedTopicUserLink.php b/app/Models/FeedTopicUserLink.php index db4c96812..ea2353b5b 100644 --- a/app/Models/FeedTopicUserLink.php +++ b/app/Models/FeedTopicUserLink.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/File.php b/app/Models/File.php index c83eed4ee..1f6a676ee 100644 --- a/app/Models/File.php +++ b/app/Models/File.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/FileWith.php b/app/Models/FileWith.php index a617d8787..8eec1ade5 100644 --- a/app/Models/FileWith.php +++ b/app/Models/FileWith.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/GoldRule.php b/app/Models/GoldRule.php index 1abadaf95..497001721 100644 --- a/app/Models/GoldRule.php +++ b/app/Models/GoldRule.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/GoldType.php b/app/Models/GoldType.php index 1b6a21973..f1062f02a 100644 --- a/app/Models/GoldType.php +++ b/app/Models/GoldType.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/ImGroup.php b/app/Models/ImGroup.php index 7c62acbac..b8def4439 100644 --- a/app/Models/ImGroup.php +++ b/app/Models/ImGroup.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Like.php b/app/Models/Like.php index b390e33b9..f883e0247 100644 --- a/app/Models/Like.php +++ b/app/Models/Like.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/NativePayOrder.php b/app/Models/NativePayOrder.php index b6995bbe3..27d0422eb 100644 --- a/app/Models/NativePayOrder.php +++ b/app/Models/NativePayOrder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/NewWallet.php b/app/Models/NewWallet.php index 4ff68e7a4..2f2dca5ea 100644 --- a/app/Models/NewWallet.php +++ b/app/Models/NewWallet.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/PaidNode.php b/app/Models/PaidNode.php index f8e4c5383..4adf95a86 100644 --- a/app/Models/PaidNode.php +++ b/app/Models/PaidNode.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/PaidNodeUser.php b/app/Models/PaidNodeUser.php index bf90e3709..56067dfe3 100644 --- a/app/Models/PaidNodeUser.php +++ b/app/Models/PaidNodeUser.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/PaidNodeHasUser.php b/app/Models/Relations/PaidNodeHasUser.php index 1b071fb30..0ec628345 100644 --- a/app/Models/Relations/PaidNodeHasUser.php +++ b/app/Models/Relations/PaidNodeHasUser.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasBlackList.php b/app/Models/Relations/UserHasBlackList.php index c2c515292..51f5f20d7 100644 --- a/app/Models/Relations/UserHasBlackList.php +++ b/app/Models/Relations/UserHasBlackList.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasComment.php b/app/Models/Relations/UserHasComment.php index 54b4163e2..76aa4ce30 100644 --- a/app/Models/Relations/UserHasComment.php +++ b/app/Models/Relations/UserHasComment.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasCurrency.php b/app/Models/Relations/UserHasCurrency.php index ed1f4d700..276eae6e1 100644 --- a/app/Models/Relations/UserHasCurrency.php +++ b/app/Models/Relations/UserHasCurrency.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasFilesWith.php b/app/Models/Relations/UserHasFilesWith.php index 118de4957..f7baba2d3 100644 --- a/app/Models/Relations/UserHasFilesWith.php +++ b/app/Models/Relations/UserHasFilesWith.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasFollow.php b/app/Models/Relations/UserHasFollow.php index 87ca52306..6ca2a001d 100644 --- a/app/Models/Relations/UserHasFollow.php +++ b/app/Models/Relations/UserHasFollow.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasLike.php b/app/Models/Relations/UserHasLike.php index 2129699db..a4419ce5c 100644 --- a/app/Models/Relations/UserHasLike.php +++ b/app/Models/Relations/UserHasLike.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasNewWallet.php b/app/Models/Relations/UserHasNewWallet.php index f831c9694..a5d86ab86 100644 --- a/app/Models/Relations/UserHasNewWallet.php +++ b/app/Models/Relations/UserHasNewWallet.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasReward.php b/app/Models/Relations/UserHasReward.php index 0ffdc43e0..41214f74b 100644 --- a/app/Models/Relations/UserHasReward.php +++ b/app/Models/Relations/UserHasReward.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasRole.php b/app/Models/Relations/UserHasRole.php index 8a68f47b7..f96c42e06 100644 --- a/app/Models/Relations/UserHasRole.php +++ b/app/Models/Relations/UserHasRole.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasWallet.php b/app/Models/Relations/UserHasWallet.php index 88eff1dc4..720d3b2c9 100644 --- a/app/Models/Relations/UserHasWallet.php +++ b/app/Models/Relations/UserHasWallet.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasWalletCash.php b/app/Models/Relations/UserHasWalletCash.php index 463c89a22..3ed2eedbd 100644 --- a/app/Models/Relations/UserHasWalletCash.php +++ b/app/Models/Relations/UserHasWalletCash.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Relations/UserHasWalletCharge.php b/app/Models/Relations/UserHasWalletCharge.php index 0a5786962..ea985d8a7 100644 --- a/app/Models/Relations/UserHasWalletCharge.php +++ b/app/Models/Relations/UserHasWalletCharge.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Report.php b/app/Models/Report.php index 7d9a3220f..3b006cda9 100644 --- a/app/Models/Report.php +++ b/app/Models/Report.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Reward.php b/app/Models/Reward.php index a724b408e..439e98922 100644 --- a/app/Models/Reward.php +++ b/app/Models/Reward.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Role.php b/app/Models/Role.php index 1a78792e8..9774b4e8c 100644 --- a/app/Models/Role.php +++ b/app/Models/Role.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/RoleUser.php b/app/Models/RoleUser.php index 07e3cee08..cb747f41b 100644 --- a/app/Models/RoleUser.php +++ b/app/Models/RoleUser.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Sensitive.php b/app/Models/Sensitive.php index 53bd10f95..21091fe5d 100644 --- a/app/Models/Sensitive.php +++ b/app/Models/Sensitive.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Setting.php b/app/Models/Setting.php index d3f63cc37..a002b178a 100644 --- a/app/Models/Setting.php +++ b/app/Models/Setting.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Tag.php b/app/Models/Tag.php index 492409121..68772d2ab 100644 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/TagCategory.php b/app/Models/TagCategory.php index 5917ec4d5..8cabbbcaf 100644 --- a/app/Models/TagCategory.php +++ b/app/Models/TagCategory.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Taggable.php b/app/Models/Taggable.php index 81f20beaf..45a8acb3c 100644 --- a/app/Models/Taggable.php +++ b/app/Models/Taggable.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/User.php b/app/Models/User.php index 77535065c..bc5f1e2c7 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/UserCount.php b/app/Models/UserCount.php index 53283786a..e5fb49c4c 100644 --- a/app/Models/UserCount.php +++ b/app/Models/UserCount.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/UserExtra.php b/app/Models/UserExtra.php index a03de4c41..42228f251 100644 --- a/app/Models/UserExtra.php +++ b/app/Models/UserExtra.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/UserFollow.php b/app/Models/UserFollow.php index fc798c42b..ad6244398 100644 --- a/app/Models/UserFollow.php +++ b/app/Models/UserFollow.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/UserRecommended.php b/app/Models/UserRecommended.php index 415ad71d2..cec4bec20 100644 --- a/app/Models/UserRecommended.php +++ b/app/Models/UserRecommended.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/UserUnreadCount.php b/app/Models/UserUnreadCount.php index 967f555fa..d8a9428c4 100644 --- a/app/Models/UserUnreadCount.php +++ b/app/Models/UserUnreadCount.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/VerificationCode.php b/app/Models/VerificationCode.php index d4a657665..8c2bea700 100644 --- a/app/Models/VerificationCode.php +++ b/app/Models/VerificationCode.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/Wallet.php b/app/Models/Wallet.php index 4fa24faa7..a49b6c577 100644 --- a/app/Models/Wallet.php +++ b/app/Models/Wallet.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/WalletCash.php b/app/Models/WalletCash.php index 9066e1468..ae6335854 100644 --- a/app/Models/WalletCash.php +++ b/app/Models/WalletCash.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/WalletCharge.php b/app/Models/WalletCharge.php index 14a9e9cc5..a26f36bad 100644 --- a/app/Models/WalletCharge.php +++ b/app/Models/WalletCharge.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Models/WalletOrder.php b/app/Models/WalletOrder.php index d9891e33d..37b49c7e1 100644 --- a/app/Models/WalletOrder.php +++ b/app/Models/WalletOrder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Notifications/Channels/JPushChannel.php b/app/Notifications/Channels/JPushChannel.php index abac067e9..c371d4bf5 100644 --- a/app/Notifications/Channels/JPushChannel.php +++ b/app/Notifications/Channels/JPushChannel.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Notifications/Channels/SmsChannel.php b/app/Notifications/Channels/SmsChannel.php index 597529fae..29dd4c7a2 100644 --- a/app/Notifications/Channels/SmsChannel.php +++ b/app/Notifications/Channels/SmsChannel.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Notifications/Messages/UserNotificationMessage.php b/app/Notifications/Messages/UserNotificationMessage.php index 87e288c57..42cfa0314 100644 --- a/app/Notifications/Messages/UserNotificationMessage.php +++ b/app/Notifications/Messages/UserNotificationMessage.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Notifications/Messages/VerificationCodeMessage.php b/app/Notifications/Messages/VerificationCodeMessage.php index cb0332d03..a13ce0d65 100644 --- a/app/Notifications/Messages/VerificationCodeMessage.php +++ b/app/Notifications/Messages/VerificationCodeMessage.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Notifications/UserNotification.php b/app/Notifications/UserNotification.php index 3bd041d71..1917e472b 100644 --- a/app/Notifications/UserNotification.php +++ b/app/Notifications/UserNotification.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Notifications/VerificationCode.php b/app/Notifications/VerificationCode.php index 70e79c837..6131046ab 100644 --- a/app/Notifications/VerificationCode.php +++ b/app/Notifications/VerificationCode.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Observers/CommentObserver.php b/app/Observers/CommentObserver.php index 0bd155fad..bae08a474 100644 --- a/app/Observers/CommentObserver.php +++ b/app/Observers/CommentObserver.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Currency/Order.php b/app/Packages/Currency/Order.php index d65d657e9..fb9948465 100644 --- a/app/Packages/Currency/Order.php +++ b/app/Packages/Currency/Order.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Currency/Process.php b/app/Packages/Currency/Process.php index baedfe3c0..124729dd3 100644 --- a/app/Packages/Currency/Process.php +++ b/app/Packages/Currency/Process.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Currency/Processes/AppStorePay.php b/app/Packages/Currency/Processes/AppStorePay.php index ba64d5cb4..e1fff5663 100644 --- a/app/Packages/Currency/Processes/AppStorePay.php +++ b/app/Packages/Currency/Processes/AppStorePay.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Currency/Processes/Cash.php b/app/Packages/Currency/Processes/Cash.php index 0a6775906..73eeee3b9 100644 --- a/app/Packages/Currency/Processes/Cash.php +++ b/app/Packages/Currency/Processes/Cash.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Currency/Processes/Common.php b/app/Packages/Currency/Processes/Common.php index 30fcaab74..440589b30 100644 --- a/app/Packages/Currency/Processes/Common.php +++ b/app/Packages/Currency/Processes/Common.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Currency/Processes/Recharge.php b/app/Packages/Currency/Processes/Recharge.php index e033c97d4..601f251ae 100644 --- a/app/Packages/Currency/Processes/Recharge.php +++ b/app/Packages/Currency/Processes/Recharge.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Currency/Processes/User.php b/app/Packages/Currency/Processes/User.php index 741eafaf3..2151b9a9b 100644 --- a/app/Packages/Currency/Processes/User.php +++ b/app/Packages/Currency/Processes/User.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/Order.php b/app/Packages/Wallet/Order.php index 129442d6f..96a6e5a3c 100644 --- a/app/Packages/Wallet/Order.php +++ b/app/Packages/Wallet/Order.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/TargetTypeManager.php b/app/Packages/Wallet/TargetTypeManager.php index d8c02597f..379df710d 100644 --- a/app/Packages/Wallet/TargetTypeManager.php +++ b/app/Packages/Wallet/TargetTypeManager.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/TargetTypes/RechargeTarget.php b/app/Packages/Wallet/TargetTypes/RechargeTarget.php index e13b7d9a8..5b8ab3bc3 100644 --- a/app/Packages/Wallet/TargetTypes/RechargeTarget.php +++ b/app/Packages/Wallet/TargetTypes/RechargeTarget.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/TargetTypes/RewardTarget.php b/app/Packages/Wallet/TargetTypes/RewardTarget.php index f6fcfd294..6120c6012 100644 --- a/app/Packages/Wallet/TargetTypes/RewardTarget.php +++ b/app/Packages/Wallet/TargetTypes/RewardTarget.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/TargetTypes/Target.php b/app/Packages/Wallet/TargetTypes/Target.php index 7c1137604..2ad91b1ee 100644 --- a/app/Packages/Wallet/TargetTypes/Target.php +++ b/app/Packages/Wallet/TargetTypes/Target.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/TargetTypes/TransformCurrencyTarget.php b/app/Packages/Wallet/TargetTypes/TransformCurrencyTarget.php index 4e57877c4..f0c6bdf27 100644 --- a/app/Packages/Wallet/TargetTypes/TransformCurrencyTarget.php +++ b/app/Packages/Wallet/TargetTypes/TransformCurrencyTarget.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/TargetTypes/UserTarget.php b/app/Packages/Wallet/TargetTypes/UserTarget.php index 050bf580d..efdffd877 100644 --- a/app/Packages/Wallet/TargetTypes/UserTarget.php +++ b/app/Packages/Wallet/TargetTypes/UserTarget.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/TargetTypes/WidthdrawTarget.php b/app/Packages/Wallet/TargetTypes/WidthdrawTarget.php index e9b1caa20..5b3465184 100644 --- a/app/Packages/Wallet/TargetTypes/WidthdrawTarget.php +++ b/app/Packages/Wallet/TargetTypes/WidthdrawTarget.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/TypeManager.php b/app/Packages/Wallet/TypeManager.php index 688e86073..f11e3a31a 100644 --- a/app/Packages/Wallet/TypeManager.php +++ b/app/Packages/Wallet/TypeManager.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/Types/RechargeType.php b/app/Packages/Wallet/Types/RechargeType.php index 34608c6e0..62cc4ace9 100644 --- a/app/Packages/Wallet/Types/RechargeType.php +++ b/app/Packages/Wallet/Types/RechargeType.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/Types/RewardType.php b/app/Packages/Wallet/Types/RewardType.php index 63ff4961f..52f406269 100644 --- a/app/Packages/Wallet/Types/RewardType.php +++ b/app/Packages/Wallet/Types/RewardType.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/Types/TransformCurrencyType.php b/app/Packages/Wallet/Types/TransformCurrencyType.php index 4ef5f9e31..65a8d61e4 100644 --- a/app/Packages/Wallet/Types/TransformCurrencyType.php +++ b/app/Packages/Wallet/Types/TransformCurrencyType.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/Types/Type.php b/app/Packages/Wallet/Types/Type.php index b0c5ba28a..e7c13b95a 100644 --- a/app/Packages/Wallet/Types/Type.php +++ b/app/Packages/Wallet/Types/Type.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/Types/UserType.php b/app/Packages/Wallet/Types/UserType.php index 8de46de58..30133c0f9 100644 --- a/app/Packages/Wallet/Types/UserType.php +++ b/app/Packages/Wallet/Types/UserType.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/Types/WidthdrawType.php b/app/Packages/Wallet/Types/WidthdrawType.php index 1b86ed713..66aa72c64 100644 --- a/app/Packages/Wallet/Types/WidthdrawType.php +++ b/app/Packages/Wallet/Types/WidthdrawType.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Packages/Wallet/Wallet.php b/app/Packages/Wallet/Wallet.php index c97a5191d..f28a7f5cb 100644 --- a/app/Packages/Wallet/Wallet.php +++ b/app/Packages/Wallet/Wallet.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Policies/Feed/Topic.php b/app/Policies/Feed/Topic.php index 7259fa732..d72467a7d 100644 --- a/app/Policies/Feed/Topic.php +++ b/app/Policies/Feed/Topic.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 00d332f6a..4a9b63bb4 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php index d606ebb89..779cb9c53 100644 --- a/app/Providers/AuthServiceProvider.php +++ b/app/Providers/AuthServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Providers/BroadcastServiceProvider.php b/app/Providers/BroadcastServiceProvider.php index 2e8330f30..d746551a6 100644 --- a/app/Providers/BroadcastServiceProvider.php +++ b/app/Providers/BroadcastServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Providers/EloquentServiceProvider.php b/app/Providers/EloquentServiceProvider.php index c9a134842..b38b48642 100644 --- a/app/Providers/EloquentServiceProvider.php +++ b/app/Providers/EloquentServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index 5e47550c9..e1bf4bd9a 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Providers/NotificationServiceProvider.php b/app/Providers/NotificationServiceProvider.php index 69451f5ad..671af5956 100644 --- a/app/Providers/NotificationServiceProvider.php +++ b/app/Providers/NotificationServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index 03c8b9ef7..28c8fa3b7 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Repository/CurrencyConfig.php b/app/Repository/CurrencyConfig.php index 606d23983..e175c0861 100644 --- a/app/Repository/CurrencyConfig.php +++ b/app/Repository/CurrencyConfig.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Repository/UserWalletCashType.php b/app/Repository/UserWalletCashType.php index e9fc90a08..65f28ad31 100644 --- a/app/Repository/UserWalletCashType.php +++ b/app/Repository/UserWalletCashType.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Repository/WalletCashMinAmount.php b/app/Repository/WalletCashMinAmount.php index 86167d672..3a89ca2b2 100644 --- a/app/Repository/WalletCashMinAmount.php +++ b/app/Repository/WalletCashMinAmount.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Repository/WalletPingPlusPlus.php b/app/Repository/WalletPingPlusPlus.php index b1ecdda3a..87f03806d 100644 --- a/app/Repository/WalletPingPlusPlus.php +++ b/app/Repository/WalletPingPlusPlus.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Repository/WalletRatio.php b/app/Repository/WalletRatio.php index 995d47b90..ab192d59a 100644 --- a/app/Repository/WalletRatio.php +++ b/app/Repository/WalletRatio.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Repository/WalletRechargeType.php b/app/Repository/WalletRechargeType.php index 737cb9d90..d9b7ba528 100644 --- a/app/Repository/WalletRechargeType.php +++ b/app/Repository/WalletRechargeType.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Services/Push.php b/app/Services/Push.php index 9dd350fa3..ff603dfe8 100644 --- a/app/Services/Push.php +++ b/app/Services/Push.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Services/UserAbility.php b/app/Services/UserAbility.php index 754f31507..43e4939f8 100644 --- a/app/Services/UserAbility.php +++ b/app/Services/UserAbility.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Services/Wallet/Charge.php b/app/Services/Wallet/Charge.php index 284f1d4ac..504344701 100644 --- a/app/Services/Wallet/Charge.php +++ b/app/Services/Wallet/Charge.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Support/BootstrapAPIsEventer.php b/app/Support/BootstrapAPIsEventer.php index ad4f25dc0..4b2e824ff 100644 --- a/app/Support/BootstrapAPIsEventer.php +++ b/app/Support/BootstrapAPIsEventer.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Support/CdnUrlGenerator.php b/app/Support/CdnUrlGenerator.php index 52eb179b1..906b5ed7f 100644 --- a/app/Support/CdnUrlGenerator.php +++ b/app/Support/CdnUrlGenerator.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Support/Configuration.php b/app/Support/Configuration.php index 7c0db5e4a..125c32c0f 100644 --- a/app/Support/Configuration.php +++ b/app/Support/Configuration.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Support/ManageRepository.php b/app/Support/ManageRepository.php index c557b912c..8e7e79256 100644 --- a/app/Support/ManageRepository.php +++ b/app/Support/ManageRepository.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Support/PackageHandler.php b/app/Support/PackageHandler.php index f0fda8cf3..30ad022a1 100644 --- a/app/Support/PackageHandler.php +++ b/app/Support/PackageHandler.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Support/PinnedsNotificationEventer.php b/app/Support/PinnedsNotificationEventer.php index 28aa8a9f9..8922940dc 100644 --- a/app/Support/PinnedsNotificationEventer.php +++ b/app/Support/PinnedsNotificationEventer.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Support/Setting.php b/app/Support/Setting.php index 55f58452a..3305b430a 100644 --- a/app/Support/Setting.php +++ b/app/Support/Setting.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Types/Models.php b/app/Types/Models.php index bbaeff6ed..b52c9f0f6 100644 --- a/app/Types/Models.php +++ b/app/Types/Models.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Utils/DateTimeToIso8601ZuluString.php b/app/Utils/DateTimeToIso8601ZuluString.php index 8044bfa81..488d98007 100644 --- a/app/Utils/DateTimeToIso8601ZuluString.php +++ b/app/Utils/DateTimeToIso8601ZuluString.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Utils/Markdown.php b/app/Utils/Markdown.php index 2896a358d..0a07e5d73 100644 --- a/app/Utils/Markdown.php +++ b/app/Utils/Markdown.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/Utils/Path.php b/app/Utils/Path.php index d8024361f..8069b8e60 100644 --- a/app/Utils/Path.php +++ b/app/Utils/Path.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/app/helpers.php b/app/helpers.php index 548462ecb..792d106fd 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/bootstrap/app.php b/bootstrap/app.php index 78effdf52..2eb0b2ece 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -15,12 +15,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/app.php b/config/app.php index a678594c5..97754a193 100644 --- a/config/app.php +++ b/config/app.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/auth.php b/config/auth.php index ef821bba0..994b588b1 100644 --- a/config/auth.php +++ b/config/auth.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/broadcasting.php b/config/broadcasting.php index 5ab521212..e6172a11b 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/cache.php b/config/cache.php index 9b1279902..f3053b1b7 100644 --- a/config/cache.php +++ b/config/cache.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/cdn.php b/config/cdn.php index 68d2b6e5e..b5f9c89e8 100644 --- a/config/cdn.php +++ b/config/cdn.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/cors.php b/config/cors.php index 3026cef35..155f80c8d 100644 --- a/config/cors.php +++ b/config/cors.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/database.php b/config/database.php index 09d476a4b..7b2264db9 100644 --- a/config/database.php +++ b/config/database.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/easemob.php b/config/easemob.php index aecc570d0..158642cb0 100644 --- a/config/easemob.php +++ b/config/easemob.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/filesystems.php b/config/filesystems.php index c2dfff4ac..35d9c7e59 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/hashing.php b/config/hashing.php index 41a1fa0c1..e0b498412 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/http.php b/config/http.php index 37b3aa856..0b3f253ee 100644 --- a/config/http.php +++ b/config/http.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/image.php b/config/image.php index 5d9071d4f..c3390e47e 100644 --- a/config/image.php +++ b/config/image.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/jwt.php b/config/jwt.php index 1bfc422b6..669bd9d65 100644 --- a/config/jwt.php +++ b/config/jwt.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/logging.php b/config/logging.php index 49a740923..384409f80 100644 --- a/config/logging.php +++ b/config/logging.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/mail.php b/config/mail.php index fd501ae4b..296e3b5ab 100644 --- a/config/mail.php +++ b/config/mail.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/paid.php b/config/paid.php index 6ea3205c2..a90089227 100644 --- a/config/paid.php +++ b/config/paid.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/queue.php b/config/queue.php index b3f909046..04498c090 100644 --- a/config/queue.php +++ b/config/queue.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/services.php b/config/services.php index f73289230..6f1a38559 100644 --- a/config/services.php +++ b/config/services.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/session.php b/config/session.php index 9741e3356..8d53d6d84 100644 --- a/config/session.php +++ b/config/session.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/sms.php b/config/sms.php index f99d23215..4b2185d84 100644 --- a/config/sms.php +++ b/config/sms.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/config/view.php b/config/view.php index 5a8639ff7..469d050af 100644 --- a/config/view.php +++ b/config/view.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/AbilityFactory.php b/database/factories/AbilityFactory.php index a404297ee..55702824e 100644 --- a/database/factories/AbilityFactory.php +++ b/database/factories/AbilityFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/AdvertisingFactory.php b/database/factories/AdvertisingFactory.php index aba5ec3cf..14cf095d5 100644 --- a/database/factories/AdvertisingFactory.php +++ b/database/factories/AdvertisingFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/CashFactory.php b/database/factories/CashFactory.php index 3cd5dadfd..9b95bad97 100644 --- a/database/factories/CashFactory.php +++ b/database/factories/CashFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/CommentFactory.php b/database/factories/CommentFactory.php index c2e46cd8e..8b63dcbd7 100644 --- a/database/factories/CommentFactory.php +++ b/database/factories/CommentFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/FileFactory.php b/database/factories/FileFactory.php index 5cafeafe5..cc61cdb1f 100644 --- a/database/factories/FileFactory.php +++ b/database/factories/FileFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/LikeFactory.php b/database/factories/LikeFactory.php index a31e41c07..68105d5e9 100644 --- a/database/factories/LikeFactory.php +++ b/database/factories/LikeFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/ModelUserCountFactory.php b/database/factories/ModelUserCountFactory.php index 03bcdcf34..13e01ff40 100644 --- a/database/factories/ModelUserCountFactory.php +++ b/database/factories/ModelUserCountFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/OrderFactory.php b/database/factories/OrderFactory.php index dae0796e6..ea8bd89da 100644 --- a/database/factories/OrderFactory.php +++ b/database/factories/OrderFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/RoleFactory.php b/database/factories/RoleFactory.php index 1d5b6b36b..1db1e9b5a 100644 --- a/database/factories/RoleFactory.php +++ b/database/factories/RoleFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/SensitiveFactory.php b/database/factories/SensitiveFactory.php index be868e675..87cf0e9e8 100644 --- a/database/factories/SensitiveFactory.php +++ b/database/factories/SensitiveFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/TagCategoryFactory.php b/database/factories/TagCategoryFactory.php index 7b153b96d..a706ffc4a 100644 --- a/database/factories/TagCategoryFactory.php +++ b/database/factories/TagCategoryFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/TagFactory.php b/database/factories/TagFactory.php index e38699801..f3b2aa451 100644 --- a/database/factories/TagFactory.php +++ b/database/factories/TagFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php index e3be2fc3c..09e792ad4 100644 --- a/database/factories/UserFactory.php +++ b/database/factories/UserFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/factories/VerificationCodeFactory.php b/database/factories/VerificationCodeFactory.php index 1e4112abe..c8ce61462 100644 --- a/database/factories/VerificationCodeFactory.php +++ b/database/factories/VerificationCodeFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2014_10_12_000000_create_users_table.php b/database/migrations/2014_10_12_000000_create_users_table.php index 6cdfeb331..2d583b3f2 100644 --- a/database/migrations/2014_10_12_000000_create_users_table.php +++ b/database/migrations/2014_10_12_000000_create_users_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2014_10_12_100000_create_password_resets_table.php b/database/migrations/2014_10_12_100000_create_password_resets_table.php index 906dc3a06..bd5ab63be 100644 --- a/database/migrations/2014_10_12_100000_create_password_resets_table.php +++ b/database/migrations/2014_10_12_100000_create_password_resets_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_01_16_095535_create_areas.php b/database/migrations/2017_01_16_095535_create_areas.php index 089563b54..40a3865ce 100644 --- a/database/migrations/2017_01_16_095535_create_areas.php +++ b/database/migrations/2017_01_16_095535_create_areas.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_02_13_031150_roles.php b/database/migrations/2017_02_13_031150_roles.php index f6e4329e4..2c4d10b97 100644 --- a/database/migrations/2017_02_13_031150_roles.php +++ b/database/migrations/2017_02_13_031150_roles.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_02_13_031309_role_user.php b/database/migrations/2017_02_13_031309_role_user.php index 816f2e0d4..6f260f840 100644 --- a/database/migrations/2017_02_13_031309_role_user.php +++ b/database/migrations/2017_02_13_031309_role_user.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_02_28_031017_common_configs.php b/database/migrations/2017_02_28_031017_common_configs.php index 3b206336d..9f1a3e281 100644 --- a/database/migrations/2017_02_28_031017_common_configs.php +++ b/database/migrations/2017_02_28_031017_common_configs.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_03_01_030155_conversations.php b/database/migrations/2017_03_01_030155_conversations.php index fb071dd24..4aedf374d 100644 --- a/database/migrations/2017_03_01_030155_conversations.php +++ b/database/migrations/2017_03_01_030155_conversations.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_03_22_035404_create_comments_table.php b/database/migrations/2017_03_22_035404_create_comments_table.php index 4e7415cab..ee323c218 100644 --- a/database/migrations/2017_03_22_035404_create_comments_table.php +++ b/database/migrations/2017_03_22_035404_create_comments_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_05_11_095446_create_jobs_table.php b/database/migrations/2017_05_11_095446_create_jobs_table.php index 8289b7956..6cf704645 100644 --- a/database/migrations/2017_05_11_095446_create_jobs_table.php +++ b/database/migrations/2017_05_11_095446_create_jobs_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_05_11_100317_create_failed_jobs_table.php b/database/migrations/2017_05_11_100317_create_failed_jobs_table.php index 41a8ba243..c24c37a96 100644 --- a/database/migrations/2017_05_11_100317_create_failed_jobs_table.php +++ b/database/migrations/2017_05_11_100317_create_failed_jobs_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_05_22_043802_wallets.php b/database/migrations/2017_05_22_043802_wallets.php index f1e75d73c..65517d9a7 100644 --- a/database/migrations/2017_05_22_043802_wallets.php +++ b/database/migrations/2017_05_22_043802_wallets.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_05_22_082111_user_follow.php b/database/migrations/2017_05_22_082111_user_follow.php index b4657fa30..bd35ccd38 100644 --- a/database/migrations/2017_05_22_082111_user_follow.php +++ b/database/migrations/2017_05_22_082111_user_follow.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_06_01_023919_wallet_cashes.php b/database/migrations/2017_06_01_023919_wallet_cashes.php index a876516e2..d6016863d 100644 --- a/database/migrations/2017_06_01_023919_wallet_cashes.php +++ b/database/migrations/2017_06_01_023919_wallet_cashes.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_06_06_094947_wallet_charges.php b/database/migrations/2017_06_06_094947_wallet_charges.php index 6391a2f39..f4e894188 100644 --- a/database/migrations/2017_06_06_094947_wallet_charges.php +++ b/database/migrations/2017_06_06_094947_wallet_charges.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_06_15_070414_create_files_table.php b/database/migrations/2017_06_15_070414_create_files_table.php index 68ff62476..5c71aa149 100644 --- a/database/migrations/2017_06_15_070414_create_files_table.php +++ b/database/migrations/2017_06_15_070414_create_files_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_06_15_071246_create_file_withs_table.php b/database/migrations/2017_06_15_071246_create_file_withs_table.php index 1b69b32d2..f5c9d4722 100644 --- a/database/migrations/2017_06_15_071246_create_file_withs_table.php +++ b/database/migrations/2017_06_15_071246_create_file_withs_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_06_20_094159_create_paid_nodes_table.php b/database/migrations/2017_06_20_094159_create_paid_nodes_table.php index 4dce9c033..29a50d40f 100644 --- a/database/migrations/2017_06_20_094159_create_paid_nodes_table.php +++ b/database/migrations/2017_06_20_094159_create_paid_nodes_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_06_20_094415_create_paid_node_users_table.php b/database/migrations/2017_06_20_094415_create_paid_node_users_table.php index aac718666..342939d70 100644 --- a/database/migrations/2017_06_20_094415_create_paid_node_users_table.php +++ b/database/migrations/2017_06_20_094415_create_paid_node_users_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_06_060700_create_notifications_table.php b/database/migrations/2017_07_06_060700_create_notifications_table.php index 1b834da3d..7acc344df 100644 --- a/database/migrations/2017_07_06_060700_create_notifications_table.php +++ b/database/migrations/2017_07_06_060700_create_notifications_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_06_080046_create_verification_codes_table.php b/database/migrations/2017_07_06_080046_create_verification_codes_table.php index 436ca89bd..86f4de84c 100644 --- a/database/migrations/2017_07_06_080046_create_verification_codes_table.php +++ b/database/migrations/2017_07_06_080046_create_verification_codes_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_12_032825_create_likes_table.php b/database/migrations/2017_07_12_032825_create_likes_table.php index 21adadcbe..48f9008a4 100644 --- a/database/migrations/2017_07_12_032825_create_likes_table.php +++ b/database/migrations/2017_07_12_032825_create_likes_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_15_071001_create_tags_table.php b/database/migrations/2017_07_15_071001_create_tags_table.php index 86fb81983..da0d0372b 100644 --- a/database/migrations/2017_07_15_071001_create_tags_table.php +++ b/database/migrations/2017_07_15_071001_create_tags_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_15_071236_create_taggables_table.php b/database/migrations/2017_07_15_071236_create_taggables_table.php index ea2e978fe..6bf1f2ff3 100644 --- a/database/migrations/2017_07_15_071236_create_taggables_table.php +++ b/database/migrations/2017_07_15_071236_create_taggables_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_15_093442_create_tag_categories_table.php b/database/migrations/2017_07_15_093442_create_tag_categories_table.php index 8fb3a9447..8a9bd0ce2 100644 --- a/database/migrations/2017_07_15_093442_create_tag_categories_table.php +++ b/database/migrations/2017_07_15_093442_create_tag_categories_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_15_100116_create_user_extras_table.php b/database/migrations/2017_07_15_100116_create_user_extras_table.php index 3933f516a..9ca7ad08e 100644 --- a/database/migrations/2017_07_15_100116_create_user_extras_table.php +++ b/database/migrations/2017_07_15_100116_create_user_extras_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_18_020155_create_rewards_table.php b/database/migrations/2017_07_18_020155_create_rewards_table.php index ee01070a8..e4bc57493 100644 --- a/database/migrations/2017_07_18_020155_create_rewards_table.php +++ b/database/migrations/2017_07_18_020155_create_rewards_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_22_020520_create_certifications_table.php b/database/migrations/2017_07_22_020520_create_certifications_table.php index 7942aaf72..f4fa4c80a 100644 --- a/database/migrations/2017_07_22_020520_create_certifications_table.php +++ b/database/migrations/2017_07_22_020520_create_certifications_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_22_033147_create_certification_categories_table.php b/database/migrations/2017_07_22_033147_create_certification_categories_table.php index 1a065c73b..3bdb3d4f6 100644 --- a/database/migrations/2017_07_22_033147_create_certification_categories_table.php +++ b/database/migrations/2017_07_22_033147_create_certification_categories_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_26_074631_advertising_space.php b/database/migrations/2017_07_26_074631_advertising_space.php index b384864ea..2d0edddd0 100644 --- a/database/migrations/2017_07_26_074631_advertising_space.php +++ b/database/migrations/2017_07_26_074631_advertising_space.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_07_26_090606_advertising.php b/database/migrations/2017_07_26_090606_advertising.php index 510850c10..cc85fdae8 100644 --- a/database/migrations/2017_07_26_090606_advertising.php +++ b/database/migrations/2017_07_26_090606_advertising.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_08_04_033748_create_collections_table.php b/database/migrations/2017_08_04_033748_create_collections_table.php index 54a594d97..bcf173de0 100644 --- a/database/migrations/2017_08_04_033748_create_collections_table.php +++ b/database/migrations/2017_08_04_033748_create_collections_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_08_09_095329_create_users_recommended_table.php b/database/migrations/2017_08_09_095329_create_users_recommended_table.php index 351a0038e..4692f0fdd 100644 --- a/database/migrations/2017_08_09_095329_create_users_recommended_table.php +++ b/database/migrations/2017_08_09_095329_create_users_recommended_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_08_24_082211_create_abilities_table.php b/database/migrations/2017_08_24_082211_create_abilities_table.php index 3b220f612..498a2cbe6 100644 --- a/database/migrations/2017_08_24_082211_create_abilities_table.php +++ b/database/migrations/2017_08_24_082211_create_abilities_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_08_24_082439_create_ability_role_table.php b/database/migrations/2017_08_24_082439_create_ability_role_table.php index b40811cd8..33739b8a7 100644 --- a/database/migrations/2017_08_24_082439_create_ability_role_table.php +++ b/database/migrations/2017_08_24_082439_create_ability_role_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_09_07_090639_create-famous-users-table.php b/database/migrations/2017_09_07_090639_create-famous-users-table.php index 7113c2e7e..8837ea28a 100644 --- a/database/migrations/2017_09_07_090639_create-famous-users-table.php +++ b/database/migrations/2017_09_07_090639_create-famous-users-table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_09_09_062343_create_gold_types_table.php b/database/migrations/2017_09_09_062343_create_gold_types_table.php index 439fdbd4d..2e5c1e6e6 100644 --- a/database/migrations/2017_09_09_062343_create_gold_types_table.php +++ b/database/migrations/2017_09_09_062343_create_gold_types_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_09_09_073205_create_gold_rules_table.php b/database/migrations/2017_09_09_073205_create_gold_rules_table.php index 425a26571..6fe4c58f7 100644 --- a/database/migrations/2017_09_09_073205_create_gold_rules_table.php +++ b/database/migrations/2017_09_09_073205_create_gold_rules_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_10_18_060656_user_unread_counts.php b/database/migrations/2017_10_18_060656_user_unread_counts.php index 8761bb02b..92bc5d81c 100644 --- a/database/migrations/2017_10_18_060656_user_unread_counts.php +++ b/database/migrations/2017_10_18_060656_user_unread_counts.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_11_08_054602_create_sensitives_table.php b/database/migrations/2017_11_08_054602_create_sensitives_table.php index 5e797fb89..d8a22914c 100644 --- a/database/migrations/2017_11_08_054602_create_sensitives_table.php +++ b/database/migrations/2017_11_08_054602_create_sensitives_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_12_06_060001_create_reports_table.php b/database/migrations/2017_12_06_060001_create_reports_table.php index 3666590ae..0fbc3b22c 100644 --- a/database/migrations/2017_12_06_060001_create_reports_table.php +++ b/database/migrations/2017_12_06_060001_create_reports_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_12_18_100301_create_im_group_table.php b/database/migrations/2017_12_18_100301_create_im_group_table.php index 5d42aab80..7f71da2bc 100644 --- a/database/migrations/2017_12_18_100301_create_im_group_table.php +++ b/database/migrations/2017_12_18_100301_create_im_group_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_12_26_083008_create_wallet_table.php b/database/migrations/2017_12_26_083008_create_wallet_table.php index 1a38abc28..b58b8fd92 100644 --- a/database/migrations/2017_12_26_083008_create_wallet_table.php +++ b/database/migrations/2017_12_26_083008_create_wallet_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2017_12_26_084545_create_wallet_orders_table.php b/database/migrations/2017_12_26_084545_create_wallet_orders_table.php index 4cdccca60..f204a591e 100644 --- a/database/migrations/2017_12_26_084545_create_wallet_orders_table.php +++ b/database/migrations/2017_12_26_084545_create_wallet_orders_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_01_05_093306_create_currencies_table.php b/database/migrations/2018_01_05_093306_create_currencies_table.php index 52ba6d729..e7c16e1ce 100644 --- a/database/migrations/2018_01_05_093306_create_currencies_table.php +++ b/database/migrations/2018_01_05_093306_create_currencies_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_01_05_093323_create_currency_types_table.php b/database/migrations/2018_01_05_093323_create_currency_types_table.php index 98fef3e19..5c7039628 100644 --- a/database/migrations/2018_01_05_093323_create_currency_types_table.php +++ b/database/migrations/2018_01_05_093323_create_currency_types_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_01_05_095941_create_currency_type_transforms_table.php b/database/migrations/2018_01_05_095941_create_currency_type_transforms_table.php index eb8109a5d..4dadabdf2 100644 --- a/database/migrations/2018_01_05_095941_create_currency_type_transforms_table.php +++ b/database/migrations/2018_01_05_095941_create_currency_type_transforms_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_01_08_021501_create_currency_commodities_table.php b/database/migrations/2018_01_08_021501_create_currency_commodities_table.php index 28a808170..9df1bf479 100644 --- a/database/migrations/2018_01_08_021501_create_currency_commodities_table.php +++ b/database/migrations/2018_01_08_021501_create_currency_commodities_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_01_09_070152_create_currency_orders_table.php b/database/migrations/2018_01_09_070152_create_currency_orders_table.php index 143960cae..3b49734b1 100644 --- a/database/migrations/2018_01_09_070152_create_currency_orders_table.php +++ b/database/migrations/2018_01_09_070152_create_currency_orders_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_04_08_021150_create_blacklist.php b/database/migrations/2018_04_08_021150_create_blacklist.php index 1c67f2f08..030b41a45 100644 --- a/database/migrations/2018_04_08_021150_create_blacklist.php +++ b/database/migrations/2018_04_08_021150_create_blacklist.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_04_13_015340_create_user_counts_table.php b/database/migrations/2018_04_13_015340_create_user_counts_table.php index 3f47d8b10..92625f659 100644 --- a/database/migrations/2018_04_13_015340_create_user_counts_table.php +++ b/database/migrations/2018_04_13_015340_create_user_counts_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_05_14_013451_create_native_pay_orders_table.php b/database/migrations/2018_05_14_013451_create_native_pay_orders_table.php index 563f8ae4e..ac263ddc5 100644 --- a/database/migrations/2018_05_14_013451_create_native_pay_orders_table.php +++ b/database/migrations/2018_05_14_013451_create_native_pay_orders_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_07_23_024040_create_feed_topics_table.php b/database/migrations/2018_07_23_024040_create_feed_topics_table.php index a9040bf94..0006b58dc 100644 --- a/database/migrations/2018_07_23_024040_create_feed_topics_table.php +++ b/database/migrations/2018_07_23_024040_create_feed_topics_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_07_23_025349_create_feed_topic_user_links_table.php b/database/migrations/2018_07_23_025349_create_feed_topic_user_links_table.php index 29a1002c1..86c673ab8 100644 --- a/database/migrations/2018_07_23_025349_create_feed_topic_user_links_table.php +++ b/database/migrations/2018_07_23_025349_create_feed_topic_user_links_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_07_23_032150_create_feed_topic_links_table.php b/database/migrations/2018_07_23_032150_create_feed_topic_links_table.php index 6410faa18..8a1fa1a6a 100644 --- a/database/migrations/2018_07_23_032150_create_feed_topic_links_table.php +++ b/database/migrations/2018_07_23_032150_create_feed_topic_links_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_08_07_080904_create_settings_table.php b/database/migrations/2018_08_07_080904_create_settings_table.php index 79afb72ae..8ce1ba434 100644 --- a/database/migrations/2018_08_07_080904_create_settings_table.php +++ b/database/migrations/2018_08_07_080904_create_settings_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/migrations/2018_08_13_025044_create_at_messages_table.php b/database/migrations/2018_08_13_025044_create_at_messages_table.php index 02974f0b6..c1988a354 100644 --- a/database/migrations/2018_08_13_025044_create_at_messages_table.php +++ b/database/migrations/2018_08_13_025044_create_at_messages_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/AbilitySeeder.php b/database/seeds/AbilitySeeder.php index 1dc1f8a70..ed36e39d9 100644 --- a/database/seeds/AbilitySeeder.php +++ b/database/seeds/AbilitySeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/AdvertisingSpaceTableSeeder.php b/database/seeds/AdvertisingSpaceTableSeeder.php index 66dea171f..32bf678bc 100644 --- a/database/seeds/AdvertisingSpaceTableSeeder.php +++ b/database/seeds/AdvertisingSpaceTableSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/AreasTableSeeder.php b/database/seeds/AreasTableSeeder.php index 6217cd84a..7323144e9 100644 --- a/database/seeds/AreasTableSeeder.php +++ b/database/seeds/AreasTableSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/CertificationCategoryTableSeeder.php b/database/seeds/CertificationCategoryTableSeeder.php index 97d2abbb2..32ef2b641 100644 --- a/database/seeds/CertificationCategoryTableSeeder.php +++ b/database/seeds/CertificationCategoryTableSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/CommonConfigSeeder.php b/database/seeds/CommonConfigSeeder.php index 5c0e7ffd7..a492a208f 100644 --- a/database/seeds/CommonConfigSeeder.php +++ b/database/seeds/CommonConfigSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/CurrencyTypeSeeder.php b/database/seeds/CurrencyTypeSeeder.php index 577144174..1a2b4d9ae 100644 --- a/database/seeds/CurrencyTypeSeeder.php +++ b/database/seeds/CurrencyTypeSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index b87fda887..61f52ccfa 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/FilterWordTypeTableSeeder.php b/database/seeds/FilterWordTypeTableSeeder.php index d5a05ee18..9a90bbd86 100644 --- a/database/seeds/FilterWordTypeTableSeeder.php +++ b/database/seeds/FilterWordTypeTableSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/GoldTypeSeeder.php b/database/seeds/GoldTypeSeeder.php index 949800cc1..b074bd927 100644 --- a/database/seeds/GoldTypeSeeder.php +++ b/database/seeds/GoldTypeSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/PackagesSeeder.php b/database/seeds/PackagesSeeder.php index 2f013e820..46aa9ba7e 100644 --- a/database/seeds/PackagesSeeder.php +++ b/database/seeds/PackagesSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/RoleSeeder.php b/database/seeds/RoleSeeder.php index 8789b9129..bcc452e14 100644 --- a/database/seeds/RoleSeeder.php +++ b/database/seeds/RoleSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/database/seeds/UsersTableSeeder.php b/database/seeds/UsersTableSeeder.php index 352fe9431..dab7faf5c 100644 --- a/database/seeds/UsersTableSeeder.php +++ b/database/seeds/UsersTableSeeder.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/config/plus-appversion.php b/packages/slimkit-plus-appversion/config/plus-appversion.php index d2b51702b..72455f1c3 100644 --- a/packages/slimkit-plus-appversion/config/plus-appversion.php +++ b/packages/slimkit-plus-appversion/config/plus-appversion.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/database/migrations/2017_09_12_025510_create_client_versions_table.php b/packages/slimkit-plus-appversion/database/migrations/2017_09_12_025510_create_client_versions_table.php index eb074173c..626b27aab 100644 --- a/packages/slimkit-plus-appversion/database/migrations/2017_09_12_025510_create_client_versions_table.php +++ b/packages/slimkit-plus-appversion/database/migrations/2017_09_12_025510_create_client_versions_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/database/seeds/DatabaseSeeder.php b/packages/slimkit-plus-appversion/database/seeds/DatabaseSeeder.php index 1a202248b..c5eb50095 100644 --- a/packages/slimkit-plus-appversion/database/seeds/DatabaseSeeder.php +++ b/packages/slimkit-plus-appversion/database/seeds/DatabaseSeeder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/resource/lang/en/message.php b/packages/slimkit-plus-appversion/resource/lang/en/message.php index 80373520e..ecfdb36fd 100644 --- a/packages/slimkit-plus-appversion/resource/lang/en/message.php +++ b/packages/slimkit-plus-appversion/resource/lang/en/message.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/resource/lang/zh-CN/messages.php b/packages/slimkit-plus-appversion/resource/lang/zh-CN/messages.php index 191a68f3a..60d0ce6ad 100644 --- a/packages/slimkit-plus-appversion/resource/lang/zh-CN/messages.php +++ b/packages/slimkit-plus-appversion/resource/lang/zh-CN/messages.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/router.php b/packages/slimkit-plus-appversion/router.php index 674defa2c..d74f2c9e6 100644 --- a/packages/slimkit-plus-appversion/router.php +++ b/packages/slimkit-plus-appversion/router.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/routes/admin.php b/packages/slimkit-plus-appversion/routes/admin.php index 56acbbd0f..e10a7ef8f 100644 --- a/packages/slimkit-plus-appversion/routes/admin.php +++ b/packages/slimkit-plus-appversion/routes/admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/routes/api.php b/packages/slimkit-plus-appversion/routes/api.php index 2afd96bc2..8c0f5132f 100644 --- a/packages/slimkit-plus-appversion/routes/api.php +++ b/packages/slimkit-plus-appversion/routes/api.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/routes/web.php b/packages/slimkit-plus-appversion/routes/web.php index 1c97a866d..26469c147 100644 --- a/packages/slimkit-plus-appversion/routes/web.php +++ b/packages/slimkit-plus-appversion/routes/web.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/API/Controllers/ClientVersionController.php b/packages/slimkit-plus-appversion/src/API/Controllers/ClientVersionController.php index a39c77e14..960efab90 100644 --- a/packages/slimkit-plus-appversion/src/API/Controllers/ClientVersionController.php +++ b/packages/slimkit-plus-appversion/src/API/Controllers/ClientVersionController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/Admin/Controllers/HomeController.php b/packages/slimkit-plus-appversion/src/Admin/Controllers/HomeController.php index c1d40efaf..07995b70f 100644 --- a/packages/slimkit-plus-appversion/src/Admin/Controllers/HomeController.php +++ b/packages/slimkit-plus-appversion/src/Admin/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/Admin/Requests/ApkUpload.php b/packages/slimkit-plus-appversion/src/Admin/Requests/ApkUpload.php index 25f127765..481e6629c 100644 --- a/packages/slimkit-plus-appversion/src/Admin/Requests/ApkUpload.php +++ b/packages/slimkit-plus-appversion/src/Admin/Requests/ApkUpload.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/Admin/Requests/StoreClientVersion.php b/packages/slimkit-plus-appversion/src/Admin/Requests/StoreClientVersion.php index 8333785ca..6b2587010 100644 --- a/packages/slimkit-plus-appversion/src/Admin/Requests/StoreClientVersion.php +++ b/packages/slimkit-plus-appversion/src/Admin/Requests/StoreClientVersion.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/Handlers/DevPackageHandler.php b/packages/slimkit-plus-appversion/src/Handlers/DevPackageHandler.php index 53e2a5dc7..949f1e5aa 100644 --- a/packages/slimkit-plus-appversion/src/Handlers/DevPackageHandler.php +++ b/packages/slimkit-plus-appversion/src/Handlers/DevPackageHandler.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/Models/ClientVersion.php b/packages/slimkit-plus-appversion/src/Models/ClientVersion.php index d292fc166..28c4f7ec7 100644 --- a/packages/slimkit-plus-appversion/src/Models/ClientVersion.php +++ b/packages/slimkit-plus-appversion/src/Models/ClientVersion.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/Providers/AppServiceProvider.php b/packages/slimkit-plus-appversion/src/Providers/AppServiceProvider.php index 17467f077..0917a1789 100644 --- a/packages/slimkit-plus-appversion/src/Providers/AppServiceProvider.php +++ b/packages/slimkit-plus-appversion/src/Providers/AppServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/Providers/ModelServiceProvider.php b/packages/slimkit-plus-appversion/src/Providers/ModelServiceProvider.php index 08d5d148f..9c6ee2fa2 100644 --- a/packages/slimkit-plus-appversion/src/Providers/ModelServiceProvider.php +++ b/packages/slimkit-plus-appversion/src/Providers/ModelServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/Providers/RouteServiceProvider.php b/packages/slimkit-plus-appversion/src/Providers/RouteServiceProvider.php index fdc34e450..9e3012c7e 100644 --- a/packages/slimkit-plus-appversion/src/Providers/RouteServiceProvider.php +++ b/packages/slimkit-plus-appversion/src/Providers/RouteServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/Support/Path.php b/packages/slimkit-plus-appversion/src/Support/Path.php index 7ab5d0ed4..20b79bf77 100644 --- a/packages/slimkit-plus-appversion/src/Support/Path.php +++ b/packages/slimkit-plus-appversion/src/Support/Path.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-appversion/src/Web/Controllers/HomeController.php b/packages/slimkit-plus-appversion/src/Web/Controllers/HomeController.php index 03f334536..40d8f8669 100644 --- a/packages/slimkit-plus-appversion/src/Web/Controllers/HomeController.php +++ b/packages/slimkit-plus-appversion/src/Web/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/database/migrations/2017_08_16_132635_create_around_amap_table.php b/packages/slimkit-plus-around-amap/database/migrations/2017_08_16_132635_create_around_amap_table.php index b4d38e7c2..d4d9291d9 100644 --- a/packages/slimkit-plus-around-amap/database/migrations/2017_08_16_132635_create_around_amap_table.php +++ b/packages/slimkit-plus-around-amap/database/migrations/2017_08_16_132635_create_around_amap_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/resource/lang/zh-CN/messages.php b/packages/slimkit-plus-around-amap/resource/lang/zh-CN/messages.php index 53203ac20..210b1a424 100755 --- a/packages/slimkit-plus-around-amap/resource/lang/zh-CN/messages.php +++ b/packages/slimkit-plus-around-amap/resource/lang/zh-CN/messages.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/router.php b/packages/slimkit-plus-around-amap/router.php index 674defa2c..d74f2c9e6 100755 --- a/packages/slimkit-plus-around-amap/router.php +++ b/packages/slimkit-plus-around-amap/router.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/routes/admin.php b/packages/slimkit-plus-around-amap/routes/admin.php index 0afbed5e5..08ab1bad2 100755 --- a/packages/slimkit-plus-around-amap/routes/admin.php +++ b/packages/slimkit-plus-around-amap/routes/admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/routes/api.php b/packages/slimkit-plus-around-amap/routes/api.php index 4555e8db3..4bf9e85bc 100755 --- a/packages/slimkit-plus-around-amap/routes/api.php +++ b/packages/slimkit-plus-around-amap/routes/api.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/routes/web.php b/packages/slimkit-plus-around-amap/routes/web.php index 9fc91a0ea..2ef6e5646 100755 --- a/packages/slimkit-plus-around-amap/routes/web.php +++ b/packages/slimkit-plus-around-amap/routes/web.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/src/API/Controllers/HomeController.php b/packages/slimkit-plus-around-amap/src/API/Controllers/HomeController.php index 57f0e5f93..f193afaa7 100755 --- a/packages/slimkit-plus-around-amap/src/API/Controllers/HomeController.php +++ b/packages/slimkit-plus-around-amap/src/API/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/src/Admin/Controllers/HomeController.php b/packages/slimkit-plus-around-amap/src/Admin/Controllers/HomeController.php index 4f43a35ba..12b294f20 100755 --- a/packages/slimkit-plus-around-amap/src/Admin/Controllers/HomeController.php +++ b/packages/slimkit-plus-around-amap/src/Admin/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/src/Admin/Requests/Request.php b/packages/slimkit-plus-around-amap/src/Admin/Requests/Request.php index 0c8a16365..7192bdec6 100644 --- a/packages/slimkit-plus-around-amap/src/Admin/Requests/Request.php +++ b/packages/slimkit-plus-around-amap/src/Admin/Requests/Request.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/src/Admin/Requests/StoreAmapRequest.php b/packages/slimkit-plus-around-amap/src/Admin/Requests/StoreAmapRequest.php index 5561ea289..517692b38 100644 --- a/packages/slimkit-plus-around-amap/src/Admin/Requests/StoreAmapRequest.php +++ b/packages/slimkit-plus-around-amap/src/Admin/Requests/StoreAmapRequest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/src/Models/AroundAmap.php b/packages/slimkit-plus-around-amap/src/Models/AroundAmap.php index eb07e9704..d27ec5588 100644 --- a/packages/slimkit-plus-around-amap/src/Models/AroundAmap.php +++ b/packages/slimkit-plus-around-amap/src/Models/AroundAmap.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/src/Providers/AppServiceProvider.php b/packages/slimkit-plus-around-amap/src/Providers/AppServiceProvider.php index a7ad2e699..a7abf9c1e 100755 --- a/packages/slimkit-plus-around-amap/src/Providers/AppServiceProvider.php +++ b/packages/slimkit-plus-around-amap/src/Providers/AppServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/src/Providers/ModelServiceProvider.php b/packages/slimkit-plus-around-amap/src/Providers/ModelServiceProvider.php index b4c4e54b3..88649cdf7 100755 --- a/packages/slimkit-plus-around-amap/src/Providers/ModelServiceProvider.php +++ b/packages/slimkit-plus-around-amap/src/Providers/ModelServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/src/Providers/RouteServiceProvider.php b/packages/slimkit-plus-around-amap/src/Providers/RouteServiceProvider.php index f76679c38..e316ba6ae 100755 --- a/packages/slimkit-plus-around-amap/src/Providers/RouteServiceProvider.php +++ b/packages/slimkit-plus-around-amap/src/Providers/RouteServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-around-amap/src/Web/Controllers/HomeController.php b/packages/slimkit-plus-around-amap/src/Web/Controllers/HomeController.php index 7376d6ec6..c29336e76 100755 --- a/packages/slimkit-plus-around-amap/src/Web/Controllers/HomeController.php +++ b/packages/slimkit-plus-around-amap/src/Web/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/config/checkin.php b/packages/slimkit-plus-checkin/config/checkin.php index 3a96bd39b..015561337 100644 --- a/packages/slimkit-plus-checkin/config/checkin.php +++ b/packages/slimkit-plus-checkin/config/checkin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/database/migrations/2017_08_10_031646_create_checkin_logs_table.php b/packages/slimkit-plus-checkin/database/migrations/2017_08_10_031646_create_checkin_logs_table.php index d909b6b16..5d070244f 100644 --- a/packages/slimkit-plus-checkin/database/migrations/2017_08_10_031646_create_checkin_logs_table.php +++ b/packages/slimkit-plus-checkin/database/migrations/2017_08_10_031646_create_checkin_logs_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/database/migrations/2017_08_10_034304_append_user_check_in_extras_table.php b/packages/slimkit-plus-checkin/database/migrations/2017_08_10_034304_append_user_check_in_extras_table.php index 2e4e80d16..97a1587b1 100644 --- a/packages/slimkit-plus-checkin/database/migrations/2017_08_10_034304_append_user_check_in_extras_table.php +++ b/packages/slimkit-plus-checkin/database/migrations/2017_08_10_034304_append_user_check_in_extras_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/database/seeds/AbilitySeeder.php b/packages/slimkit-plus-checkin/database/seeds/AbilitySeeder.php index d672fbcb0..b594a0f40 100644 --- a/packages/slimkit-plus-checkin/database/seeds/AbilitySeeder.php +++ b/packages/slimkit-plus-checkin/database/seeds/AbilitySeeder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/database/seeds/DatabaseSeeder.php b/packages/slimkit-plus-checkin/database/seeds/DatabaseSeeder.php index 1151b8890..ccc7c1dda 100644 --- a/packages/slimkit-plus-checkin/database/seeds/DatabaseSeeder.php +++ b/packages/slimkit-plus-checkin/database/seeds/DatabaseSeeder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/resource/lang/zh-CN/admin.php b/packages/slimkit-plus-checkin/resource/lang/zh-CN/admin.php index 94402efdf..9fdea9d0a 100644 --- a/packages/slimkit-plus-checkin/resource/lang/zh-CN/admin.php +++ b/packages/slimkit-plus-checkin/resource/lang/zh-CN/admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/resource/lang/zh-CN/app.php b/packages/slimkit-plus-checkin/resource/lang/zh-CN/app.php index 734674ba1..9cee69296 100644 --- a/packages/slimkit-plus-checkin/resource/lang/zh-CN/app.php +++ b/packages/slimkit-plus-checkin/resource/lang/zh-CN/app.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/resource/lang/zh-CN/messages.php b/packages/slimkit-plus-checkin/resource/lang/zh-CN/messages.php index 3206a6683..9ee0c4ff2 100644 --- a/packages/slimkit-plus-checkin/resource/lang/zh-CN/messages.php +++ b/packages/slimkit-plus-checkin/resource/lang/zh-CN/messages.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/router.php b/packages/slimkit-plus-checkin/router.php index 57db33390..bf9231b1c 100644 --- a/packages/slimkit-plus-checkin/router.php +++ b/packages/slimkit-plus-checkin/router.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/routes/admin.php b/packages/slimkit-plus-checkin/routes/admin.php index be3118f59..82670ab28 100644 --- a/packages/slimkit-plus-checkin/routes/admin.php +++ b/packages/slimkit-plus-checkin/routes/admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/routes/api.php b/packages/slimkit-plus-checkin/routes/api.php index 32211f4cd..bf6b35f2e 100644 --- a/packages/slimkit-plus-checkin/routes/api.php +++ b/packages/slimkit-plus-checkin/routes/api.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/routes/web.php b/packages/slimkit-plus-checkin/routes/web.php index 542f9ee82..7a7ea46f5 100644 --- a/packages/slimkit-plus-checkin/routes/web.php +++ b/packages/slimkit-plus-checkin/routes/web.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/API/Controllers/CheckInController.php b/packages/slimkit-plus-checkin/src/API/Controllers/CheckInController.php index 46cbd3892..1a1b3a18e 100644 --- a/packages/slimkit-plus-checkin/src/API/Controllers/CheckInController.php +++ b/packages/slimkit-plus-checkin/src/API/Controllers/CheckInController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/API/Controllers/Controller.php b/packages/slimkit-plus-checkin/src/API/Controllers/Controller.php index 6810a592f..5cba1cf52 100644 --- a/packages/slimkit-plus-checkin/src/API/Controllers/Controller.php +++ b/packages/slimkit-plus-checkin/src/API/Controllers/Controller.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/API/Controllers/RanksController.php b/packages/slimkit-plus-checkin/src/API/Controllers/RanksController.php index e190f0e70..5b45e4acd 100644 --- a/packages/slimkit-plus-checkin/src/API/Controllers/RanksController.php +++ b/packages/slimkit-plus-checkin/src/API/Controllers/RanksController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/API/Middleware/CheckInSwitch.php b/packages/slimkit-plus-checkin/src/API/Middleware/CheckInSwitch.php index 69d4c821c..af9b151b9 100644 --- a/packages/slimkit-plus-checkin/src/API/Middleware/CheckInSwitch.php +++ b/packages/slimkit-plus-checkin/src/API/Middleware/CheckInSwitch.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/Admin/Controllers/HomeController.php b/packages/slimkit-plus-checkin/src/Admin/Controllers/HomeController.php index a7c9a30cd..7c354128f 100644 --- a/packages/slimkit-plus-checkin/src/Admin/Controllers/HomeController.php +++ b/packages/slimkit-plus-checkin/src/Admin/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/Admin/Requests/StoreConfig.php b/packages/slimkit-plus-checkin/src/Admin/Requests/StoreConfig.php index 0879b3000..61689b9a6 100644 --- a/packages/slimkit-plus-checkin/src/Admin/Requests/StoreConfig.php +++ b/packages/slimkit-plus-checkin/src/Admin/Requests/StoreConfig.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/Models/CheckinLog.php b/packages/slimkit-plus-checkin/src/Models/CheckinLog.php index 13485f0b6..421e6c657 100644 --- a/packages/slimkit-plus-checkin/src/Models/CheckinLog.php +++ b/packages/slimkit-plus-checkin/src/Models/CheckinLog.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/Policies/CheckInPolicy.php b/packages/slimkit-plus-checkin/src/Policies/CheckInPolicy.php index 00ed63be0..d7ca5e2e8 100644 --- a/packages/slimkit-plus-checkin/src/Policies/CheckInPolicy.php +++ b/packages/slimkit-plus-checkin/src/Policies/CheckInPolicy.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/Providers/AppServiceProvider.php b/packages/slimkit-plus-checkin/src/Providers/AppServiceProvider.php index 65bac1104..4fb6017e7 100644 --- a/packages/slimkit-plus-checkin/src/Providers/AppServiceProvider.php +++ b/packages/slimkit-plus-checkin/src/Providers/AppServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/Providers/AuthServiceProvider.php b/packages/slimkit-plus-checkin/src/Providers/AuthServiceProvider.php index 537dfa37e..ff2cf8a9b 100644 --- a/packages/slimkit-plus-checkin/src/Providers/AuthServiceProvider.php +++ b/packages/slimkit-plus-checkin/src/Providers/AuthServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/Providers/ModelServiceProvider.php b/packages/slimkit-plus-checkin/src/Providers/ModelServiceProvider.php index 4bb5f512b..75ce5d4c0 100644 --- a/packages/slimkit-plus-checkin/src/Providers/ModelServiceProvider.php +++ b/packages/slimkit-plus-checkin/src/Providers/ModelServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/Providers/RouteServiceProvider.php b/packages/slimkit-plus-checkin/src/Providers/RouteServiceProvider.php index 0f91c2a63..c90fde854 100644 --- a/packages/slimkit-plus-checkin/src/Providers/RouteServiceProvider.php +++ b/packages/slimkit-plus-checkin/src/Providers/RouteServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/src/Web/Controllers/HomeController.php b/packages/slimkit-plus-checkin/src/Web/Controllers/HomeController.php index a2ca5b1cd..ce35a0ba8 100644 --- a/packages/slimkit-plus-checkin/src/Web/Controllers/HomeController.php +++ b/packages/slimkit-plus-checkin/src/Web/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/tests/Feature/API2/CheckinRanksTest.php b/packages/slimkit-plus-checkin/tests/Feature/API2/CheckinRanksTest.php index 6d7790897..556d16cdc 100644 --- a/packages/slimkit-plus-checkin/tests/Feature/API2/CheckinRanksTest.php +++ b/packages/slimkit-plus-checkin/tests/Feature/API2/CheckinRanksTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/tests/Feature/API2/CheckinTest.php b/packages/slimkit-plus-checkin/tests/Feature/API2/CheckinTest.php index 32880b7be..66ebea5bd 100644 --- a/packages/slimkit-plus-checkin/tests/Feature/API2/CheckinTest.php +++ b/packages/slimkit-plus-checkin/tests/Feature/API2/CheckinTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-checkin/tests/Feature/API2/UserCheckinTest.php b/packages/slimkit-plus-checkin/tests/Feature/API2/UserCheckinTest.php index 7573d9ed8..bbd7a322d 100644 --- a/packages/slimkit-plus-checkin/tests/Feature/API2/UserCheckinTest.php +++ b/packages/slimkit-plus-checkin/tests/Feature/API2/UserCheckinTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/config/feed.php b/packages/slimkit-plus-feed/config/feed.php index 8661941a5..a5c322bd1 100755 --- a/packages/slimkit-plus-feed/config/feed.php +++ b/packages/slimkit-plus-feed/config/feed.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/database/factories/FeedFactory.php b/packages/slimkit-plus-feed/database/factories/FeedFactory.php index 9fe310f10..3a9b564d8 100644 --- a/packages/slimkit-plus-feed/database/factories/FeedFactory.php +++ b/packages/slimkit-plus-feed/database/factories/FeedFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/database/factories/FeedPinnedFactory.php b/packages/slimkit-plus-feed/database/factories/FeedPinnedFactory.php index 4a223ef8e..1d0022762 100644 --- a/packages/slimkit-plus-feed/database/factories/FeedPinnedFactory.php +++ b/packages/slimkit-plus-feed/database/factories/FeedPinnedFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/database/migrations/2017_06_26_081109_create_feeds_table.php b/packages/slimkit-plus-feed/database/migrations/2017_06_26_081109_create_feeds_table.php index b3e4d096d..1797e1318 100755 --- a/packages/slimkit-plus-feed/database/migrations/2017_06_26_081109_create_feeds_table.php +++ b/packages/slimkit-plus-feed/database/migrations/2017_06_26_081109_create_feeds_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/database/migrations/2017_06_26_084846_create_feed_collections_table.php b/packages/slimkit-plus-feed/database/migrations/2017_06_26_084846_create_feed_collections_table.php index e38265f1f..adb363031 100755 --- a/packages/slimkit-plus-feed/database/migrations/2017_06_26_084846_create_feed_collections_table.php +++ b/packages/slimkit-plus-feed/database/migrations/2017_06_26_084846_create_feed_collections_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/database/migrations/2017_06_30_091445_create_feed_pinneds_table.php b/packages/slimkit-plus-feed/database/migrations/2017_06_30_091445_create_feed_pinneds_table.php index bdff56b20..1e44a5672 100755 --- a/packages/slimkit-plus-feed/database/migrations/2017_06_30_091445_create_feed_pinneds_table.php +++ b/packages/slimkit-plus-feed/database/migrations/2017_06_30_091445_create_feed_pinneds_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/database/migrations/2017_07_17_013347_append_feeds_count_user_extras_table.php b/packages/slimkit-plus-feed/database/migrations/2017_07_17_013347_append_feeds_count_user_extras_table.php index 362159d02..105302e61 100755 --- a/packages/slimkit-plus-feed/database/migrations/2017_07_17_013347_append_feeds_count_user_extras_table.php +++ b/packages/slimkit-plus-feed/database/migrations/2017_07_17_013347_append_feeds_count_user_extras_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/database/migrations/2018_04_02_112033_create_feed_video.php b/packages/slimkit-plus-feed/database/migrations/2018_04_02_112033_create_feed_video.php index 0e38d15b0..9f3b5418d 100644 --- a/packages/slimkit-plus-feed/database/migrations/2018_04_02_112033_create_feed_video.php +++ b/packages/slimkit-plus-feed/database/migrations/2018_04_02_112033_create_feed_video.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/database/seeds/AbilityTableSeeder.php b/packages/slimkit-plus-feed/database/seeds/AbilityTableSeeder.php index 86db2f637..7d0c34358 100755 --- a/packages/slimkit-plus-feed/database/seeds/AbilityTableSeeder.php +++ b/packages/slimkit-plus-feed/database/seeds/AbilityTableSeeder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/database/seeds/AdvertisingSpaceSeeder.php b/packages/slimkit-plus-feed/database/seeds/AdvertisingSpaceSeeder.php index aafc69392..7f3121e11 100755 --- a/packages/slimkit-plus-feed/database/seeds/AdvertisingSpaceSeeder.php +++ b/packages/slimkit-plus-feed/database/seeds/AdvertisingSpaceSeeder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/database/seeds/DatabaseSeeder.php b/packages/slimkit-plus-feed/database/seeds/DatabaseSeeder.php index 08fda30b3..efb0b2b51 100644 --- a/packages/slimkit-plus-feed/database/seeds/DatabaseSeeder.php +++ b/packages/slimkit-plus-feed/database/seeds/DatabaseSeeder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/routes/admin.php b/packages/slimkit-plus-feed/routes/admin.php index 53ecaf164..80e5e30ec 100755 --- a/packages/slimkit-plus-feed/routes/admin.php +++ b/packages/slimkit-plus-feed/routes/admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/routes/api2.php b/packages/slimkit-plus-feed/routes/api2.php index d98b02649..19a789f46 100755 --- a/packages/slimkit-plus-feed/routes/api2.php +++ b/packages/slimkit-plus-feed/routes/api2.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/routes/new-admin.php b/packages/slimkit-plus-feed/routes/new-admin.php index 25763d262..5de391aff 100644 --- a/packages/slimkit-plus-feed/routes/new-admin.php +++ b/packages/slimkit-plus-feed/routes/new-admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/AverageController.php b/packages/slimkit-plus-feed/src/API2/AverageController.php index bf10aa096..432853bd1 100644 --- a/packages/slimkit-plus-feed/src/API2/AverageController.php +++ b/packages/slimkit-plus-feed/src/API2/AverageController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/CommentPinnedController.php b/packages/slimkit-plus-feed/src/API2/CommentPinnedController.php index 6f506b29f..0b7b13647 100755 --- a/packages/slimkit-plus-feed/src/API2/CommentPinnedController.php +++ b/packages/slimkit-plus-feed/src/API2/CommentPinnedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/FeedCollectionController.php b/packages/slimkit-plus-feed/src/API2/FeedCollectionController.php index c85d32070..edd76ad63 100755 --- a/packages/slimkit-plus-feed/src/API2/FeedCollectionController.php +++ b/packages/slimkit-plus-feed/src/API2/FeedCollectionController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/FeedCommentController.php b/packages/slimkit-plus-feed/src/API2/FeedCommentController.php index 93f60155f..444db8c0b 100755 --- a/packages/slimkit-plus-feed/src/API2/FeedCommentController.php +++ b/packages/slimkit-plus-feed/src/API2/FeedCommentController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/FeedController.php b/packages/slimkit-plus-feed/src/API2/FeedController.php index 998bd39db..ea13ff802 100755 --- a/packages/slimkit-plus-feed/src/API2/FeedController.php +++ b/packages/slimkit-plus-feed/src/API2/FeedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/FeedPayController.php b/packages/slimkit-plus-feed/src/API2/FeedPayController.php index 9d2209bf3..f47f2f6a2 100755 --- a/packages/slimkit-plus-feed/src/API2/FeedPayController.php +++ b/packages/slimkit-plus-feed/src/API2/FeedPayController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/LikeController.php b/packages/slimkit-plus-feed/src/API2/LikeController.php index f9652d9f5..e379b4972 100755 --- a/packages/slimkit-plus-feed/src/API2/LikeController.php +++ b/packages/slimkit-plus-feed/src/API2/LikeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/NewCommentPinnedController.php b/packages/slimkit-plus-feed/src/API2/NewCommentPinnedController.php index e2c220761..436ff7af6 100644 --- a/packages/slimkit-plus-feed/src/API2/NewCommentPinnedController.php +++ b/packages/slimkit-plus-feed/src/API2/NewCommentPinnedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/NewPinnedController.php b/packages/slimkit-plus-feed/src/API2/NewPinnedController.php index 4d3e2351e..17a9ecd01 100644 --- a/packages/slimkit-plus-feed/src/API2/NewPinnedController.php +++ b/packages/slimkit-plus-feed/src/API2/NewPinnedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/NewRewardController.php b/packages/slimkit-plus-feed/src/API2/NewRewardController.php index 5b248e51d..223cd167d 100755 --- a/packages/slimkit-plus-feed/src/API2/NewRewardController.php +++ b/packages/slimkit-plus-feed/src/API2/NewRewardController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/PinnedController.php b/packages/slimkit-plus-feed/src/API2/PinnedController.php index f5cd50dfe..953aed588 100755 --- a/packages/slimkit-plus-feed/src/API2/PinnedController.php +++ b/packages/slimkit-plus-feed/src/API2/PinnedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/RankController.php b/packages/slimkit-plus-feed/src/API2/RankController.php index 396d82ef1..695a6b70d 100755 --- a/packages/slimkit-plus-feed/src/API2/RankController.php +++ b/packages/slimkit-plus-feed/src/API2/RankController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/ReportController.php b/packages/slimkit-plus-feed/src/API2/ReportController.php index d71a360ca..c851a74ff 100755 --- a/packages/slimkit-plus-feed/src/API2/ReportController.php +++ b/packages/slimkit-plus-feed/src/API2/ReportController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/API2/RewardController.php b/packages/slimkit-plus-feed/src/API2/RewardController.php index 6f0354a42..da6fc37fd 100644 --- a/packages/slimkit-plus-feed/src/API2/RewardController.php +++ b/packages/slimkit-plus-feed/src/API2/RewardController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Admin/Controllers/Topic.php b/packages/slimkit-plus-feed/src/Admin/Controllers/Topic.php index e447028f3..a54caa856 100644 --- a/packages/slimkit-plus-feed/src/Admin/Controllers/Topic.php +++ b/packages/slimkit-plus-feed/src/Admin/Controllers/Topic.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Admin/Requests/ListAllTopics.php b/packages/slimkit-plus-feed/src/Admin/Requests/ListAllTopics.php index 397999d31..1a027b575 100644 --- a/packages/slimkit-plus-feed/src/Admin/Requests/ListAllTopics.php +++ b/packages/slimkit-plus-feed/src/Admin/Requests/ListAllTopics.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/AdminContaollers/CommentController.php b/packages/slimkit-plus-feed/src/AdminContaollers/CommentController.php index 33f40bce0..41798fd16 100755 --- a/packages/slimkit-plus-feed/src/AdminContaollers/CommentController.php +++ b/packages/slimkit-plus-feed/src/AdminContaollers/CommentController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/AdminContaollers/FeedController.php b/packages/slimkit-plus-feed/src/AdminContaollers/FeedController.php index cd9c57af6..9c4adffd3 100755 --- a/packages/slimkit-plus-feed/src/AdminContaollers/FeedController.php +++ b/packages/slimkit-plus-feed/src/AdminContaollers/FeedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/AdminContaollers/FeedPinnedController.php b/packages/slimkit-plus-feed/src/AdminContaollers/FeedPinnedController.php index 276e6b2d6..862e3d9d0 100755 --- a/packages/slimkit-plus-feed/src/AdminContaollers/FeedPinnedController.php +++ b/packages/slimkit-plus-feed/src/AdminContaollers/FeedPinnedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/AdminContaollers/FileController.php b/packages/slimkit-plus-feed/src/AdminContaollers/FileController.php index eb470dce9..938605ee6 100755 --- a/packages/slimkit-plus-feed/src/AdminContaollers/FileController.php +++ b/packages/slimkit-plus-feed/src/AdminContaollers/FileController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/AdminContaollers/HomeController.php b/packages/slimkit-plus-feed/src/AdminContaollers/HomeController.php index 1f935ac98..c52334b3f 100755 --- a/packages/slimkit-plus-feed/src/AdminContaollers/HomeController.php +++ b/packages/slimkit-plus-feed/src/AdminContaollers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/AdminContaollers/PayControlController.php b/packages/slimkit-plus-feed/src/AdminContaollers/PayControlController.php index e268faad6..6961f9b72 100755 --- a/packages/slimkit-plus-feed/src/AdminContaollers/PayControlController.php +++ b/packages/slimkit-plus-feed/src/AdminContaollers/PayControlController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/FeedServiceProvider.php b/packages/slimkit-plus-feed/src/FeedServiceProvider.php index a4e5bf811..54d4eb57d 100755 --- a/packages/slimkit-plus-feed/src/FeedServiceProvider.php +++ b/packages/slimkit-plus-feed/src/FeedServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/FormRequest/API2/StoreFeedComment.php b/packages/slimkit-plus-feed/src/FormRequest/API2/StoreFeedComment.php index 1120599a6..107897d51 100755 --- a/packages/slimkit-plus-feed/src/FormRequest/API2/StoreFeedComment.php +++ b/packages/slimkit-plus-feed/src/FormRequest/API2/StoreFeedComment.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/FormRequest/API2/StoreFeedPost.php b/packages/slimkit-plus-feed/src/FormRequest/API2/StoreFeedPost.php index b6ddfa956..4bf35613d 100755 --- a/packages/slimkit-plus-feed/src/FormRequest/API2/StoreFeedPost.php +++ b/packages/slimkit-plus-feed/src/FormRequest/API2/StoreFeedPost.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Middleware/CheckFeedByFeedId.php b/packages/slimkit-plus-feed/src/Middleware/CheckFeedByFeedId.php index 07b82198a..70c243c6e 100755 --- a/packages/slimkit-plus-feed/src/Middleware/CheckFeedByFeedId.php +++ b/packages/slimkit-plus-feed/src/Middleware/CheckFeedByFeedId.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Middleware/VerifyCommentContent.php b/packages/slimkit-plus-feed/src/Middleware/VerifyCommentContent.php index aac3d6275..fec531af8 100755 --- a/packages/slimkit-plus-feed/src/Middleware/VerifyCommentContent.php +++ b/packages/slimkit-plus-feed/src/Middleware/VerifyCommentContent.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Models/Concerns/HasFeedCollect.php b/packages/slimkit-plus-feed/src/Models/Concerns/HasFeedCollect.php index 3eba1b469..789d622aa 100755 --- a/packages/slimkit-plus-feed/src/Models/Concerns/HasFeedCollect.php +++ b/packages/slimkit-plus-feed/src/Models/Concerns/HasFeedCollect.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Models/Feed.php b/packages/slimkit-plus-feed/src/Models/Feed.php index 09123113e..82bc80e8f 100755 --- a/packages/slimkit-plus-feed/src/Models/Feed.php +++ b/packages/slimkit-plus-feed/src/Models/Feed.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Models/FeedCollection.php b/packages/slimkit-plus-feed/src/Models/FeedCollection.php index 62b121d0b..c6b11a1d2 100755 --- a/packages/slimkit-plus-feed/src/Models/FeedCollection.php +++ b/packages/slimkit-plus-feed/src/Models/FeedCollection.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Models/FeedPinned.php b/packages/slimkit-plus-feed/src/Models/FeedPinned.php index 956a7fa32..a4f3f7b92 100755 --- a/packages/slimkit-plus-feed/src/Models/FeedPinned.php +++ b/packages/slimkit-plus-feed/src/Models/FeedPinned.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Models/FeedVideo.php b/packages/slimkit-plus-feed/src/Models/FeedVideo.php index 7ba0dc404..e213b32fe 100644 --- a/packages/slimkit-plus-feed/src/Models/FeedVideo.php +++ b/packages/slimkit-plus-feed/src/Models/FeedVideo.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Models/Relations/FeedHasLike.php b/packages/slimkit-plus-feed/src/Models/Relations/FeedHasLike.php index 75e5c736d..e1b173c0c 100755 --- a/packages/slimkit-plus-feed/src/Models/Relations/FeedHasLike.php +++ b/packages/slimkit-plus-feed/src/Models/Relations/FeedHasLike.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Models/Relations/FeedHasReward.php b/packages/slimkit-plus-feed/src/Models/Relations/FeedHasReward.php index 30bde24ed..51be7b350 100755 --- a/packages/slimkit-plus-feed/src/Models/Relations/FeedHasReward.php +++ b/packages/slimkit-plus-feed/src/Models/Relations/FeedHasReward.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Models/Relations/FeedHasVideo.php b/packages/slimkit-plus-feed/src/Models/Relations/FeedHasVideo.php index cd6af730a..651f67d9c 100644 --- a/packages/slimkit-plus-feed/src/Models/Relations/FeedHasVideo.php +++ b/packages/slimkit-plus-feed/src/Models/Relations/FeedHasVideo.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Observers/FeedObserver.php b/packages/slimkit-plus-feed/src/Observers/FeedObserver.php index a1372b06c..7205c89cd 100755 --- a/packages/slimkit-plus-feed/src/Observers/FeedObserver.php +++ b/packages/slimkit-plus-feed/src/Observers/FeedObserver.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Repository/Feed.php b/packages/slimkit-plus-feed/src/Repository/Feed.php index bcf949ee3..d5e2dc3ab 100755 --- a/packages/slimkit-plus-feed/src/Repository/Feed.php +++ b/packages/slimkit-plus-feed/src/Repository/Feed.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/RouteRegistrar.php b/packages/slimkit-plus-feed/src/RouteRegistrar.php index 867a536aa..fa6b5779d 100755 --- a/packages/slimkit-plus-feed/src/RouteRegistrar.php +++ b/packages/slimkit-plus-feed/src/RouteRegistrar.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Services/FeedCount.php b/packages/slimkit-plus-feed/src/Services/FeedCount.php index 6385330c5..662702931 100755 --- a/packages/slimkit-plus-feed/src/Services/FeedCount.php +++ b/packages/slimkit-plus-feed/src/Services/FeedCount.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/src/Traits/PaginatorPage.php b/packages/slimkit-plus-feed/src/Traits/PaginatorPage.php index f3e83594c..4addd612d 100755 --- a/packages/slimkit-plus-feed/src/Traits/PaginatorPage.php +++ b/packages/slimkit-plus-feed/src/Traits/PaginatorPage.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/tests/Feature/API2/CurrencyPinnedFeedCommentTest.php b/packages/slimkit-plus-feed/tests/Feature/API2/CurrencyPinnedFeedCommentTest.php index 81e9906c4..a7c0c13c5 100644 --- a/packages/slimkit-plus-feed/tests/Feature/API2/CurrencyPinnedFeedCommentTest.php +++ b/packages/slimkit-plus-feed/tests/Feature/API2/CurrencyPinnedFeedCommentTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/tests/Feature/API2/CurrencyPinnedFeedTest.php b/packages/slimkit-plus-feed/tests/Feature/API2/CurrencyPinnedFeedTest.php index 1abf2eb8e..e357258c1 100644 --- a/packages/slimkit-plus-feed/tests/Feature/API2/CurrencyPinnedFeedTest.php +++ b/packages/slimkit-plus-feed/tests/Feature/API2/CurrencyPinnedFeedTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-feed/tests/Feature/API2/NewRewardFeedTest.php b/packages/slimkit-plus-feed/tests/Feature/API2/NewRewardFeedTest.php index fbb95d33b..21bbd65a0 100644 --- a/packages/slimkit-plus-feed/tests/Feature/API2/NewRewardFeedTest.php +++ b/packages/slimkit-plus-feed/tests/Feature/API2/NewRewardFeedTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/config/plus-id.php b/packages/slimkit-plus-id/config/plus-id.php index c25d5ea82..6b57ef492 100644 --- a/packages/slimkit-plus-id/config/plus-id.php +++ b/packages/slimkit-plus-id/config/plus-id.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/database/migrations/2017_11_27_015927_create_plus_id_clients_table.php b/packages/slimkit-plus-id/database/migrations/2017_11_27_015927_create_plus_id_clients_table.php index eeb2424e7..06711e7da 100644 --- a/packages/slimkit-plus-id/database/migrations/2017_11_27_015927_create_plus_id_clients_table.php +++ b/packages/slimkit-plus-id/database/migrations/2017_11_27_015927_create_plus_id_clients_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/database/migrations/2017_11_27_021920_create_plus_id_notices_table.php b/packages/slimkit-plus-id/database/migrations/2017_11_27_021920_create_plus_id_notices_table.php index a653b6662..bd24a4789 100644 --- a/packages/slimkit-plus-id/database/migrations/2017_11_27_021920_create_plus_id_notices_table.php +++ b/packages/slimkit-plus-id/database/migrations/2017_11_27_021920_create_plus_id_notices_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/database/seeds/DatabaseSeeder.php b/packages/slimkit-plus-id/database/seeds/DatabaseSeeder.php index 9d82b7c5d..8a5092d1e 100644 --- a/packages/slimkit-plus-id/database/seeds/DatabaseSeeder.php +++ b/packages/slimkit-plus-id/database/seeds/DatabaseSeeder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/resources/lang/zh-CN/messages.php b/packages/slimkit-plus-id/resources/lang/zh-CN/messages.php index 53203ac20..210b1a424 100644 --- a/packages/slimkit-plus-id/resources/lang/zh-CN/messages.php +++ b/packages/slimkit-plus-id/resources/lang/zh-CN/messages.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/router.php b/packages/slimkit-plus-id/router.php index bad30e415..437c00426 100644 --- a/packages/slimkit-plus-id/router.php +++ b/packages/slimkit-plus-id/router.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/routes/admin.php b/packages/slimkit-plus-id/routes/admin.php index 29edc6bc7..da4382886 100644 --- a/packages/slimkit-plus-id/routes/admin.php +++ b/packages/slimkit-plus-id/routes/admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/routes/web.php b/packages/slimkit-plus-id/routes/web.php index f61f12179..70835dbb4 100644 --- a/packages/slimkit-plus-id/routes/web.php +++ b/packages/slimkit-plus-id/routes/web.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Action.php b/packages/slimkit-plus-id/src/Action.php index 7d8dbf909..b2f5b403f 100644 --- a/packages/slimkit-plus-id/src/Action.php +++ b/packages/slimkit-plus-id/src/Action.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Actions/Action.php b/packages/slimkit-plus-id/src/Actions/Action.php index e89eed581..8165f12aa 100644 --- a/packages/slimkit-plus-id/src/Actions/Action.php +++ b/packages/slimkit-plus-id/src/Actions/Action.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Actions/Auth/Login.php b/packages/slimkit-plus-id/src/Actions/Auth/Login.php index f38f7aa37..468a653d6 100644 --- a/packages/slimkit-plus-id/src/Actions/Auth/Login.php +++ b/packages/slimkit-plus-id/src/Actions/Auth/Login.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Actions/Auth/Resolve.php b/packages/slimkit-plus-id/src/Actions/Auth/Resolve.php index f29d10b67..1b01281ea 100644 --- a/packages/slimkit-plus-id/src/Actions/Auth/Resolve.php +++ b/packages/slimkit-plus-id/src/Actions/Auth/Resolve.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Actions/User/Check.php b/packages/slimkit-plus-id/src/Actions/User/Check.php index f9c8b4d06..30e8e66e7 100644 --- a/packages/slimkit-plus-id/src/Actions/User/Check.php +++ b/packages/slimkit-plus-id/src/Actions/User/Check.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Actions/User/Create.php b/packages/slimkit-plus-id/src/Actions/User/Create.php index 3cd8a20bf..de6e3d09a 100644 --- a/packages/slimkit-plus-id/src/Actions/User/Create.php +++ b/packages/slimkit-plus-id/src/Actions/User/Create.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Actions/User/Delete.php b/packages/slimkit-plus-id/src/Actions/User/Delete.php index d4cf0c35e..c56e5a687 100644 --- a/packages/slimkit-plus-id/src/Actions/User/Delete.php +++ b/packages/slimkit-plus-id/src/Actions/User/Delete.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Actions/User/Show.php b/packages/slimkit-plus-id/src/Actions/User/Show.php index 1d462f609..afb0f6007 100644 --- a/packages/slimkit-plus-id/src/Actions/User/Show.php +++ b/packages/slimkit-plus-id/src/Actions/User/Show.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Actions/User/Update.php b/packages/slimkit-plus-id/src/Actions/User/Update.php index e84d96fd3..4a8befe8e 100644 --- a/packages/slimkit-plus-id/src/Actions/User/Update.php +++ b/packages/slimkit-plus-id/src/Actions/User/Update.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Admin/Controllers/ClientsController.php b/packages/slimkit-plus-id/src/Admin/Controllers/ClientsController.php index 4a158ebf0..680b15723 100644 --- a/packages/slimkit-plus-id/src/Admin/Controllers/ClientsController.php +++ b/packages/slimkit-plus-id/src/Admin/Controllers/ClientsController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Admin/Controllers/HomeController.php b/packages/slimkit-plus-id/src/Admin/Controllers/HomeController.php index ebe4cc35c..5e1952c8c 100644 --- a/packages/slimkit-plus-id/src/Admin/Controllers/HomeController.php +++ b/packages/slimkit-plus-id/src/Admin/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Admin/Requests/CreateClientRequest.php b/packages/slimkit-plus-id/src/Admin/Requests/CreateClientRequest.php index 37b3df233..e5af5fe1e 100644 --- a/packages/slimkit-plus-id/src/Admin/Requests/CreateClientRequest.php +++ b/packages/slimkit-plus-id/src/Admin/Requests/CreateClientRequest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Admin/Requests/UpdateClientRequest.php b/packages/slimkit-plus-id/src/Admin/Requests/UpdateClientRequest.php index e2a06e525..b5445db88 100644 --- a/packages/slimkit-plus-id/src/Admin/Requests/UpdateClientRequest.php +++ b/packages/slimkit-plus-id/src/Admin/Requests/UpdateClientRequest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Handlers/DevPackageHandler.php b/packages/slimkit-plus-id/src/Handlers/DevPackageHandler.php index a343c0839..7fd05f0a1 100644 --- a/packages/slimkit-plus-id/src/Handlers/DevPackageHandler.php +++ b/packages/slimkit-plus-id/src/Handlers/DevPackageHandler.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Models/Client.php b/packages/slimkit-plus-id/src/Models/Client.php index 73209d8c3..0c5bd7e51 100644 --- a/packages/slimkit-plus-id/src/Models/Client.php +++ b/packages/slimkit-plus-id/src/Models/Client.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Models/Notice.php b/packages/slimkit-plus-id/src/Models/Notice.php index 00950f920..39dce089c 100644 --- a/packages/slimkit-plus-id/src/Models/Notice.php +++ b/packages/slimkit-plus-id/src/Models/Notice.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Providers/AppServiceProvider.php b/packages/slimkit-plus-id/src/Providers/AppServiceProvider.php index 2cb112b0b..9e15811e8 100644 --- a/packages/slimkit-plus-id/src/Providers/AppServiceProvider.php +++ b/packages/slimkit-plus-id/src/Providers/AppServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Providers/ModelServiceProvider.php b/packages/slimkit-plus-id/src/Providers/ModelServiceProvider.php index e09019bdb..4d9b65ce6 100644 --- a/packages/slimkit-plus-id/src/Providers/ModelServiceProvider.php +++ b/packages/slimkit-plus-id/src/Providers/ModelServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Providers/RouteServiceProvider.php b/packages/slimkit-plus-id/src/Providers/RouteServiceProvider.php index 9ad80199d..e2895a0b2 100644 --- a/packages/slimkit-plus-id/src/Providers/RouteServiceProvider.php +++ b/packages/slimkit-plus-id/src/Providers/RouteServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Server.php b/packages/slimkit-plus-id/src/Server.php index 5cac07daf..05dbbb47a 100644 --- a/packages/slimkit-plus-id/src/Server.php +++ b/packages/slimkit-plus-id/src/Server.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Support/Message.php b/packages/slimkit-plus-id/src/Support/Message.php index 2c028f3aa..052fb8309 100644 --- a/packages/slimkit-plus-id/src/Support/Message.php +++ b/packages/slimkit-plus-id/src/Support/Message.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Support/URL.php b/packages/slimkit-plus-id/src/Support/URL.php index 81ec5df19..3f5906a81 100644 --- a/packages/slimkit-plus-id/src/Support/URL.php +++ b/packages/slimkit-plus-id/src/Support/URL.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-id/src/Web/Controllers/HomeController.php b/packages/slimkit-plus-id/src/Web/Controllers/HomeController.php index 7fad4242e..e97007e2b 100644 --- a/packages/slimkit-plus-id/src/Web/Controllers/HomeController.php +++ b/packages/slimkit-plus-id/src/Web/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/database/migrations/2017_12_25_063114_create_musics_table.php b/packages/slimkit-plus-music/database/migrations/2017_12_25_063114_create_musics_table.php index 3efdb9360..6ce52a4b6 100644 --- a/packages/slimkit-plus-music/database/migrations/2017_12_25_063114_create_musics_table.php +++ b/packages/slimkit-plus-music/database/migrations/2017_12_25_063114_create_musics_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/database/migrations/2017_12_25_063117_create_music_specials_table.php b/packages/slimkit-plus-music/database/migrations/2017_12_25_063117_create_music_specials_table.php index 8bcf18b8b..cc9f27874 100644 --- a/packages/slimkit-plus-music/database/migrations/2017_12_25_063117_create_music_specials_table.php +++ b/packages/slimkit-plus-music/database/migrations/2017_12_25_063117_create_music_specials_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/database/migrations/2017_12_25_063118_create_music_special_links_table.php b/packages/slimkit-plus-music/database/migrations/2017_12_25_063118_create_music_special_links_table.php index ae8aeab15..b02d6d75f 100644 --- a/packages/slimkit-plus-music/database/migrations/2017_12_25_063118_create_music_special_links_table.php +++ b/packages/slimkit-plus-music/database/migrations/2017_12_25_063118_create_music_special_links_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/database/migrations/2017_12_25_063121_create_music_collections_table.php b/packages/slimkit-plus-music/database/migrations/2017_12_25_063121_create_music_collections_table.php index e39e29ddf..5e7a3b0ce 100644 --- a/packages/slimkit-plus-music/database/migrations/2017_12_25_063121_create_music_collections_table.php +++ b/packages/slimkit-plus-music/database/migrations/2017_12_25_063121_create_music_collections_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/database/migrations/2017_12_25_063124_create_music_singers_table.php b/packages/slimkit-plus-music/database/migrations/2017_12_25_063124_create_music_singers_table.php index cced4a24a..0e21c7cbd 100644 --- a/packages/slimkit-plus-music/database/migrations/2017_12_25_063124_create_music_singers_table.php +++ b/packages/slimkit-plus-music/database/migrations/2017_12_25_063124_create_music_singers_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/database/seeds/DatabaseSeeder.php b/packages/slimkit-plus-music/database/seeds/DatabaseSeeder.php index e36d94664..ace8b68b0 100644 --- a/packages/slimkit-plus-music/database/seeds/DatabaseSeeder.php +++ b/packages/slimkit-plus-music/database/seeds/DatabaseSeeder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/router.php b/packages/slimkit-plus-music/router.php index aceebffdd..692395cae 100644 --- a/packages/slimkit-plus-music/router.php +++ b/packages/slimkit-plus-music/router.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/routes/admin.php b/packages/slimkit-plus-music/routes/admin.php index 4c9bebdfd..e18172c62 100644 --- a/packages/slimkit-plus-music/routes/admin.php +++ b/packages/slimkit-plus-music/routes/admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/routes/api.php b/packages/slimkit-plus-music/routes/api.php index c207b0a71..55d334785 100644 --- a/packages/slimkit-plus-music/routes/api.php +++ b/packages/slimkit-plus-music/routes/api.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/routes/web.php b/packages/slimkit-plus-music/routes/web.php index cfa31665e..395917005 100644 --- a/packages/slimkit-plus-music/routes/web.php +++ b/packages/slimkit-plus-music/routes/web.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/API/Controllers/MusicCollectionController.php b/packages/slimkit-plus-music/src/API/Controllers/MusicCollectionController.php index 2ead1e664..5057c103c 100644 --- a/packages/slimkit-plus-music/src/API/Controllers/MusicCollectionController.php +++ b/packages/slimkit-plus-music/src/API/Controllers/MusicCollectionController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/API/Controllers/MusicCommentController.php b/packages/slimkit-plus-music/src/API/Controllers/MusicCommentController.php index 02721d8b0..bf93ecfa8 100644 --- a/packages/slimkit-plus-music/src/API/Controllers/MusicCommentController.php +++ b/packages/slimkit-plus-music/src/API/Controllers/MusicCommentController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/API/Controllers/MusicController.php b/packages/slimkit-plus-music/src/API/Controllers/MusicController.php index db37dde53..123a370e9 100644 --- a/packages/slimkit-plus-music/src/API/Controllers/MusicController.php +++ b/packages/slimkit-plus-music/src/API/Controllers/MusicController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/API/Controllers/MusicLikeController.php b/packages/slimkit-plus-music/src/API/Controllers/MusicLikeController.php index 83f3e0b3f..b6e2a64e7 100644 --- a/packages/slimkit-plus-music/src/API/Controllers/MusicLikeController.php +++ b/packages/slimkit-plus-music/src/API/Controllers/MusicLikeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/API/Controllers/MusicPaidController.php b/packages/slimkit-plus-music/src/API/Controllers/MusicPaidController.php index 55402a23b..6d547b786 100644 --- a/packages/slimkit-plus-music/src/API/Controllers/MusicPaidController.php +++ b/packages/slimkit-plus-music/src/API/Controllers/MusicPaidController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/API/Controllers/MusicSpecialController.php b/packages/slimkit-plus-music/src/API/Controllers/MusicSpecialController.php index d2a27d5d7..b631717f4 100644 --- a/packages/slimkit-plus-music/src/API/Controllers/MusicSpecialController.php +++ b/packages/slimkit-plus-music/src/API/Controllers/MusicSpecialController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Admin/CommentController.php b/packages/slimkit-plus-music/src/Admin/CommentController.php index a112b4876..704e5f93d 100644 --- a/packages/slimkit-plus-music/src/Admin/CommentController.php +++ b/packages/slimkit-plus-music/src/Admin/CommentController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Admin/HomeController.php b/packages/slimkit-plus-music/src/Admin/HomeController.php index 4ebdecaf5..37cd7c405 100644 --- a/packages/slimkit-plus-music/src/Admin/HomeController.php +++ b/packages/slimkit-plus-music/src/Admin/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Admin/MusicStorageController.php b/packages/slimkit-plus-music/src/Admin/MusicStorageController.php index a7c9971db..ab40792ca 100644 --- a/packages/slimkit-plus-music/src/Admin/MusicStorageController.php +++ b/packages/slimkit-plus-music/src/Admin/MusicStorageController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Admin/SingerController.php b/packages/slimkit-plus-music/src/Admin/SingerController.php index f465e00ad..87b760aed 100644 --- a/packages/slimkit-plus-music/src/Admin/SingerController.php +++ b/packages/slimkit-plus-music/src/Admin/SingerController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Models/Comment.php b/packages/slimkit-plus-music/src/Models/Comment.php index d6259afce..9f241bb96 100644 --- a/packages/slimkit-plus-music/src/Models/Comment.php +++ b/packages/slimkit-plus-music/src/Models/Comment.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Models/Music.php b/packages/slimkit-plus-music/src/Models/Music.php index 1db9e22a5..7c4d1a007 100644 --- a/packages/slimkit-plus-music/src/Models/Music.php +++ b/packages/slimkit-plus-music/src/Models/Music.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Models/MusicCollection.php b/packages/slimkit-plus-music/src/Models/MusicCollection.php index 8d6f79c5d..9285e1508 100644 --- a/packages/slimkit-plus-music/src/Models/MusicCollection.php +++ b/packages/slimkit-plus-music/src/Models/MusicCollection.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Models/MusicSinger.php b/packages/slimkit-plus-music/src/Models/MusicSinger.php index b15415a94..06c18894b 100644 --- a/packages/slimkit-plus-music/src/Models/MusicSinger.php +++ b/packages/slimkit-plus-music/src/Models/MusicSinger.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Models/MusicSpecial.php b/packages/slimkit-plus-music/src/Models/MusicSpecial.php index 06f309aff..da2ae1418 100644 --- a/packages/slimkit-plus-music/src/Models/MusicSpecial.php +++ b/packages/slimkit-plus-music/src/Models/MusicSpecial.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Models/MusicSpecialLink.php b/packages/slimkit-plus-music/src/Models/MusicSpecialLink.php index 0d1d3d916..3b9b41623 100644 --- a/packages/slimkit-plus-music/src/Models/MusicSpecialLink.php +++ b/packages/slimkit-plus-music/src/Models/MusicSpecialLink.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Models/Relations/MusicHasLike.php b/packages/slimkit-plus-music/src/Models/Relations/MusicHasLike.php index 4716b1faf..b45a066b8 100644 --- a/packages/slimkit-plus-music/src/Models/Relations/MusicHasLike.php +++ b/packages/slimkit-plus-music/src/Models/Relations/MusicHasLike.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Providers/AppServiceProvider.php b/packages/slimkit-plus-music/src/Providers/AppServiceProvider.php index 09a34b510..375122e0e 100644 --- a/packages/slimkit-plus-music/src/Providers/AppServiceProvider.php +++ b/packages/slimkit-plus-music/src/Providers/AppServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Requests/MusicAdd.php b/packages/slimkit-plus-music/src/Requests/MusicAdd.php index a4fa37934..865291449 100644 --- a/packages/slimkit-plus-music/src/Requests/MusicAdd.php +++ b/packages/slimkit-plus-music/src/Requests/MusicAdd.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Requests/MusicUploadFile.php b/packages/slimkit-plus-music/src/Requests/MusicUploadFile.php index 343e97240..26fb56950 100644 --- a/packages/slimkit-plus-music/src/Requests/MusicUploadFile.php +++ b/packages/slimkit-plus-music/src/Requests/MusicUploadFile.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Requests/SingerAdd.php b/packages/slimkit-plus-music/src/Requests/SingerAdd.php index d8fa88703..78b4609a5 100644 --- a/packages/slimkit-plus-music/src/Requests/SingerAdd.php +++ b/packages/slimkit-plus-music/src/Requests/SingerAdd.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Requests/SingerUpdate.php b/packages/slimkit-plus-music/src/Requests/SingerUpdate.php index c6e761f5c..5b2c2078f 100644 --- a/packages/slimkit-plus-music/src/Requests/SingerUpdate.php +++ b/packages/slimkit-plus-music/src/Requests/SingerUpdate.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Requests/SpecialAdd.php b/packages/slimkit-plus-music/src/Requests/SpecialAdd.php index a24ddeadb..f2fcdd5d1 100644 --- a/packages/slimkit-plus-music/src/Requests/SpecialAdd.php +++ b/packages/slimkit-plus-music/src/Requests/SpecialAdd.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Requests/SpecialUpdate.php b/packages/slimkit-plus-music/src/Requests/SpecialUpdate.php index 8bb151c76..c1a7818a2 100644 --- a/packages/slimkit-plus-music/src/Requests/SpecialUpdate.php +++ b/packages/slimkit-plus-music/src/Requests/SpecialUpdate.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/Requests/SpecialUploadFile.php b/packages/slimkit-plus-music/src/Requests/SpecialUploadFile.php index 82facf494..20305ad6b 100644 --- a/packages/slimkit-plus-music/src/Requests/SpecialUploadFile.php +++ b/packages/slimkit-plus-music/src/Requests/SpecialUploadFile.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-music/src/helpers.php b/packages/slimkit-plus-music/src/helpers.php index 5d019bcb8..3c027f0ba 100644 --- a/packages/slimkit-plus-music/src/helpers.php +++ b/packages/slimkit-plus-music/src/helpers.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/config/news.php b/packages/slimkit-plus-news/config/news.php index 192728ec2..115c3b744 100644 --- a/packages/slimkit-plus-news/config/news.php +++ b/packages/slimkit-plus-news/config/news.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/factories/NewsCateFactory.php b/packages/slimkit-plus-news/database/factories/NewsCateFactory.php index 13c0eafe8..7895ea886 100644 --- a/packages/slimkit-plus-news/database/factories/NewsCateFactory.php +++ b/packages/slimkit-plus-news/database/factories/NewsCateFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/factories/NewsFactory.php b/packages/slimkit-plus-news/database/factories/NewsFactory.php index 586ad3fff..3bce8fda9 100644 --- a/packages/slimkit-plus-news/database/factories/NewsFactory.php +++ b/packages/slimkit-plus-news/database/factories/NewsFactory.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/migrations/2017_12_15_072758_create_news_pinneds_table.php b/packages/slimkit-plus-news/database/migrations/2017_12_15_072758_create_news_pinneds_table.php index f125fb9e3..840d752f1 100644 --- a/packages/slimkit-plus-news/database/migrations/2017_12_15_072758_create_news_pinneds_table.php +++ b/packages/slimkit-plus-news/database/migrations/2017_12_15_072758_create_news_pinneds_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/migrations/2017_12_15_072924_create_news_table.php b/packages/slimkit-plus-news/database/migrations/2017_12_15_072924_create_news_table.php index 4bd43ab2e..03792bb48 100644 --- a/packages/slimkit-plus-news/database/migrations/2017_12_15_072924_create_news_table.php +++ b/packages/slimkit-plus-news/database/migrations/2017_12_15_072924_create_news_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/migrations/2017_12_15_072948_create_news_cates_table.php b/packages/slimkit-plus-news/database/migrations/2017_12_15_072948_create_news_cates_table.php index 098a90292..e7e88ead9 100644 --- a/packages/slimkit-plus-news/database/migrations/2017_12_15_072948_create_news_cates_table.php +++ b/packages/slimkit-plus-news/database/migrations/2017_12_15_072948_create_news_cates_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/migrations/2017_12_15_073029_create_news_cates_follow_table.php b/packages/slimkit-plus-news/database/migrations/2017_12_15_073029_create_news_cates_follow_table.php index db0a5324b..8cfb2596b 100644 --- a/packages/slimkit-plus-news/database/migrations/2017_12_15_073029_create_news_cates_follow_table.php +++ b/packages/slimkit-plus-news/database/migrations/2017_12_15_073029_create_news_cates_follow_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/migrations/2017_12_15_073100_create_news_cates_links_table.php b/packages/slimkit-plus-news/database/migrations/2017_12_15_073100_create_news_cates_links_table.php index d151b37a3..1607fd96b 100644 --- a/packages/slimkit-plus-news/database/migrations/2017_12_15_073100_create_news_cates_links_table.php +++ b/packages/slimkit-plus-news/database/migrations/2017_12_15_073100_create_news_cates_links_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/migrations/2017_12_15_073119_create_news_collections_table.php b/packages/slimkit-plus-news/database/migrations/2017_12_15_073119_create_news_collections_table.php index c4c7394fa..4b8aed9ed 100644 --- a/packages/slimkit-plus-news/database/migrations/2017_12_15_073119_create_news_collections_table.php +++ b/packages/slimkit-plus-news/database/migrations/2017_12_15_073119_create_news_collections_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/migrations/2017_12_15_073209_create_news_recommend_table.php b/packages/slimkit-plus-news/database/migrations/2017_12_15_073209_create_news_recommend_table.php index bebed7ada..1585e8d0a 100644 --- a/packages/slimkit-plus-news/database/migrations/2017_12_15_073209_create_news_recommend_table.php +++ b/packages/slimkit-plus-news/database/migrations/2017_12_15_073209_create_news_recommend_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/migrations/2017_12_15_073309_create_news_apply_logs_table.php b/packages/slimkit-plus-news/database/migrations/2017_12_15_073309_create_news_apply_logs_table.php index b4237e59b..51ad5c614 100644 --- a/packages/slimkit-plus-news/database/migrations/2017_12_15_073309_create_news_apply_logs_table.php +++ b/packages/slimkit-plus-news/database/migrations/2017_12_15_073309_create_news_apply_logs_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/migrations/2018_07_10_032926_update_news_table.php b/packages/slimkit-plus-news/database/migrations/2018_07_10_032926_update_news_table.php index 2d82251ee..2d77bdb43 100644 --- a/packages/slimkit-plus-news/database/migrations/2018_07_10_032926_update_news_table.php +++ b/packages/slimkit-plus-news/database/migrations/2018_07_10_032926_update_news_table.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/seeds/AdvertisingSpaceTableSeeder.php b/packages/slimkit-plus-news/database/seeds/AdvertisingSpaceTableSeeder.php index 1d4dbcbd4..31eec0cb3 100644 --- a/packages/slimkit-plus-news/database/seeds/AdvertisingSpaceTableSeeder.php +++ b/packages/slimkit-plus-news/database/seeds/AdvertisingSpaceTableSeeder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/database/seeds/DatabaseSeeder.php b/packages/slimkit-plus-news/database/seeds/DatabaseSeeder.php index 504f8146b..598ac3911 100644 --- a/packages/slimkit-plus-news/database/seeds/DatabaseSeeder.php +++ b/packages/slimkit-plus-news/database/seeds/DatabaseSeeder.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/router.php b/packages/slimkit-plus-news/router.php index 73b291646..d4726fe1a 100644 --- a/packages/slimkit-plus-news/router.php +++ b/packages/slimkit-plus-news/router.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/routes/admin.php b/packages/slimkit-plus-news/routes/admin.php index 43b295b2c..5412ab02f 100644 --- a/packages/slimkit-plus-news/routes/admin.php +++ b/packages/slimkit-plus-news/routes/admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/routes/api.php b/packages/slimkit-plus-news/routes/api.php index 3259a7b21..9fbc4a344 100644 --- a/packages/slimkit-plus-news/routes/api.php +++ b/packages/slimkit-plus-news/routes/api.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/routes/web.php b/packages/slimkit-plus-news/routes/web.php index 2b2dbbc28..902acaa8a 100644 --- a/packages/slimkit-plus-news/routes/web.php +++ b/packages/slimkit-plus-news/routes/web.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/AverageController.php b/packages/slimkit-plus-news/src/API2/Controllers/AverageController.php index 031fc00bd..7dbd50510 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/AverageController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/AverageController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/CateController.php b/packages/slimkit-plus-news/src/API2/Controllers/CateController.php index a9bd9aa85..c0b219650 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/CateController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/CateController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/CollectionController.php b/packages/slimkit-plus-news/src/API2/Controllers/CollectionController.php index b44a59aaf..d19dc7956 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/CollectionController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/CollectionController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/CommentController.php b/packages/slimkit-plus-news/src/API2/Controllers/CommentController.php index 5a9d1b43e..e93c71b9e 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/CommentController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/CommentController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/CommentPinnedController.php b/packages/slimkit-plus-news/src/API2/Controllers/CommentPinnedController.php index d5aeabcef..1dca955a8 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/CommentPinnedController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/CommentPinnedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/ContributeController.php b/packages/slimkit-plus-news/src/API2/Controllers/ContributeController.php index aceb9c664..3089d1c5a 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/ContributeController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/ContributeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/Controller.php b/packages/slimkit-plus-news/src/API2/Controllers/Controller.php index 004bdd400..1e58f16c1 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/Controller.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/Controller.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/LikeController.php b/packages/slimkit-plus-news/src/API2/Controllers/LikeController.php index 3262d12c9..2f9874d7e 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/LikeController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/LikeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/NewCommentPinnedController.php b/packages/slimkit-plus-news/src/API2/Controllers/NewCommentPinnedController.php index cb331bf44..a206fc05e 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/NewCommentPinnedController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/NewCommentPinnedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/NewPinnedController.php b/packages/slimkit-plus-news/src/API2/Controllers/NewPinnedController.php index dfb3c4667..7053a14dd 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/NewPinnedController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/NewPinnedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/NewRewardController.php b/packages/slimkit-plus-news/src/API2/Controllers/NewRewardController.php index 1969537eb..fe295ccaa 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/NewRewardController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/NewRewardController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/NewsController.php b/packages/slimkit-plus-news/src/API2/Controllers/NewsController.php index 12c259e3e..d77aad9d5 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/NewsController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/NewsController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/PinnedController.php b/packages/slimkit-plus-news/src/API2/Controllers/PinnedController.php index 957668cff..8fcefaf10 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/PinnedController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/PinnedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/RankController.php b/packages/slimkit-plus-news/src/API2/Controllers/RankController.php index 450e8c737..6e12934cb 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/RankController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/RankController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/ReportController.php b/packages/slimkit-plus-news/src/API2/Controllers/ReportController.php index 840c52e7f..5ab3564aa 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/ReportController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/ReportController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Controllers/RewardController.php b/packages/slimkit-plus-news/src/API2/Controllers/RewardController.php index 2c38118fe..a77daf270 100644 --- a/packages/slimkit-plus-news/src/API2/Controllers/RewardController.php +++ b/packages/slimkit-plus-news/src/API2/Controllers/RewardController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Requests/StoreContribute.php b/packages/slimkit-plus-news/src/API2/Requests/StoreContribute.php index d1f91cc0c..dbf29a784 100644 --- a/packages/slimkit-plus-news/src/API2/Requests/StoreContribute.php +++ b/packages/slimkit-plus-news/src/API2/Requests/StoreContribute.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/API2/Requests/StoreNewsComment.php b/packages/slimkit-plus-news/src/API2/Requests/StoreNewsComment.php index 6f559c41d..6a92fb4e4 100644 --- a/packages/slimkit-plus-news/src/API2/Requests/StoreNewsComment.php +++ b/packages/slimkit-plus-news/src/API2/Requests/StoreNewsComment.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/AdminControllers/AuthUserController.php b/packages/slimkit-plus-news/src/AdminControllers/AuthUserController.php index 9fa8d6f41..5dd0fd08c 100644 --- a/packages/slimkit-plus-news/src/AdminControllers/AuthUserController.php +++ b/packages/slimkit-plus-news/src/AdminControllers/AuthUserController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/AdminControllers/HomeController.php b/packages/slimkit-plus-news/src/AdminControllers/HomeController.php index 79f9c21e1..0d571067d 100644 --- a/packages/slimkit-plus-news/src/AdminControllers/HomeController.php +++ b/packages/slimkit-plus-news/src/AdminControllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/AdminControllers/NewsApplyLogController.php b/packages/slimkit-plus-news/src/AdminControllers/NewsApplyLogController.php index 4aeb74ec9..7d49daeba 100644 --- a/packages/slimkit-plus-news/src/AdminControllers/NewsApplyLogController.php +++ b/packages/slimkit-plus-news/src/AdminControllers/NewsApplyLogController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/AdminControllers/NewsCateController.php b/packages/slimkit-plus-news/src/AdminControllers/NewsCateController.php index 6e8a0b427..66942f743 100644 --- a/packages/slimkit-plus-news/src/AdminControllers/NewsCateController.php +++ b/packages/slimkit-plus-news/src/AdminControllers/NewsCateController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/AdminControllers/NewsConfigController.php b/packages/slimkit-plus-news/src/AdminControllers/NewsConfigController.php index 97408cfe4..df1bc9678 100644 --- a/packages/slimkit-plus-news/src/AdminControllers/NewsConfigController.php +++ b/packages/slimkit-plus-news/src/AdminControllers/NewsConfigController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/AdminControllers/NewsController.php b/packages/slimkit-plus-news/src/AdminControllers/NewsController.php index f127100bd..89af13977 100644 --- a/packages/slimkit-plus-news/src/AdminControllers/NewsController.php +++ b/packages/slimkit-plus-news/src/AdminControllers/NewsController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/AdminControllers/NewsPinnedController.php b/packages/slimkit-plus-news/src/AdminControllers/NewsPinnedController.php index 13d56a483..7c7bf6741 100644 --- a/packages/slimkit-plus-news/src/AdminControllers/NewsPinnedController.php +++ b/packages/slimkit-plus-news/src/AdminControllers/NewsPinnedController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/AdminControllers/NewsRecommendController.php b/packages/slimkit-plus-news/src/AdminControllers/NewsRecommendController.php index 4537bc688..66d6a2976 100644 --- a/packages/slimkit-plus-news/src/AdminControllers/NewsRecommendController.php +++ b/packages/slimkit-plus-news/src/AdminControllers/NewsRecommendController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Middleware/VerifyCommentContent.php b/packages/slimkit-plus-news/src/Middleware/VerifyCommentContent.php index 29f2007a9..2ec85576d 100644 --- a/packages/slimkit-plus-news/src/Middleware/VerifyCommentContent.php +++ b/packages/slimkit-plus-news/src/Middleware/VerifyCommentContent.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/News.php b/packages/slimkit-plus-news/src/Models/News.php index f44a3c443..4777e2e84 100644 --- a/packages/slimkit-plus-news/src/Models/News.php +++ b/packages/slimkit-plus-news/src/Models/News.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/NewsApplyLog.php b/packages/slimkit-plus-news/src/Models/NewsApplyLog.php index f75311871..f7a96baf8 100644 --- a/packages/slimkit-plus-news/src/Models/NewsApplyLog.php +++ b/packages/slimkit-plus-news/src/Models/NewsApplyLog.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/NewsCate.php b/packages/slimkit-plus-news/src/Models/NewsCate.php index b9ba3a001..0578d4055 100644 --- a/packages/slimkit-plus-news/src/Models/NewsCate.php +++ b/packages/slimkit-plus-news/src/Models/NewsCate.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/NewsCateFollow.php b/packages/slimkit-plus-news/src/Models/NewsCateFollow.php index f34d63287..87e95144b 100644 --- a/packages/slimkit-plus-news/src/Models/NewsCateFollow.php +++ b/packages/slimkit-plus-news/src/Models/NewsCateFollow.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/NewsCateLink.php b/packages/slimkit-plus-news/src/Models/NewsCateLink.php index d309ffd09..9e6825c31 100644 --- a/packages/slimkit-plus-news/src/Models/NewsCateLink.php +++ b/packages/slimkit-plus-news/src/Models/NewsCateLink.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/NewsCollection.php b/packages/slimkit-plus-news/src/Models/NewsCollection.php index 6ce2cbaf8..520d767e7 100644 --- a/packages/slimkit-plus-news/src/Models/NewsCollection.php +++ b/packages/slimkit-plus-news/src/Models/NewsCollection.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/NewsComment.php b/packages/slimkit-plus-news/src/Models/NewsComment.php index 4f2c93d4e..1cf9e64c7 100644 --- a/packages/slimkit-plus-news/src/Models/NewsComment.php +++ b/packages/slimkit-plus-news/src/Models/NewsComment.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/NewsDigg.php b/packages/slimkit-plus-news/src/Models/NewsDigg.php index 7f3e8a3d2..a5baacb5d 100644 --- a/packages/slimkit-plus-news/src/Models/NewsDigg.php +++ b/packages/slimkit-plus-news/src/Models/NewsDigg.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/NewsPinned.php b/packages/slimkit-plus-news/src/Models/NewsPinned.php index 51e02f17d..6d2198910 100644 --- a/packages/slimkit-plus-news/src/Models/NewsPinned.php +++ b/packages/slimkit-plus-news/src/Models/NewsPinned.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/NewsRecommend.php b/packages/slimkit-plus-news/src/Models/NewsRecommend.php index 4cfe8d414..e25c360b9 100644 --- a/packages/slimkit-plus-news/src/Models/NewsRecommend.php +++ b/packages/slimkit-plus-news/src/Models/NewsRecommend.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/Relations/NewsHasCollection.php b/packages/slimkit-plus-news/src/Models/Relations/NewsHasCollection.php index e4e04c111..79123815d 100644 --- a/packages/slimkit-plus-news/src/Models/Relations/NewsHasCollection.php +++ b/packages/slimkit-plus-news/src/Models/Relations/NewsHasCollection.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/Relations/NewsHasLike.php b/packages/slimkit-plus-news/src/Models/Relations/NewsHasLike.php index fefd9333b..95827ac68 100644 --- a/packages/slimkit-plus-news/src/Models/Relations/NewsHasLike.php +++ b/packages/slimkit-plus-news/src/Models/Relations/NewsHasLike.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Models/Relations/NewsHasReward.php b/packages/slimkit-plus-news/src/Models/Relations/NewsHasReward.php index 123a2ca09..b45916cbe 100644 --- a/packages/slimkit-plus-news/src/Models/Relations/NewsHasReward.php +++ b/packages/slimkit-plus-news/src/Models/Relations/NewsHasReward.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/Providers/NewsServiceProvider.php b/packages/slimkit-plus-news/src/Providers/NewsServiceProvider.php index 7e218f437..5bfda94ad 100644 --- a/packages/slimkit-plus-news/src/Providers/NewsServiceProvider.php +++ b/packages/slimkit-plus-news/src/Providers/NewsServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/src/helpers.php b/packages/slimkit-plus-news/src/helpers.php index 911cc233e..7577a4337 100644 --- a/packages/slimkit-plus-news/src/helpers.php +++ b/packages/slimkit-plus-news/src/helpers.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/CollectNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/CollectNewsTest.php index 0920962da..4221e94d7 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/CollectNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/CollectNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/CommentNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/CommentNewsTest.php index 6b3ff6b17..78497c554 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/CommentNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/CommentNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/CurrencyNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/CurrencyNewsTest.php index 6ba5ae847..269152e3d 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/CurrencyNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/CurrencyNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/DeletePublishNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/DeletePublishNewsTest.php index 45889a9af..f1aa74faa 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/DeletePublishNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/DeletePublishNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/EditPublishNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/EditPublishNewsTest.php index 6e54377d2..3b0bc1cba 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/EditPublishNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/EditPublishNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/FollowNewsCateTest.php b/packages/slimkit-plus-news/tests/Feature/API2/FollowNewsCateTest.php index bef61005a..8269d835d 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/FollowNewsCateTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/FollowNewsCateTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/GetNewsCategoriesTest.php b/packages/slimkit-plus-news/tests/Feature/API2/GetNewsCategoriesTest.php index 9b81a8177..15fd0075d 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/GetNewsCategoriesTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/GetNewsCategoriesTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/GetNewsListTest.php b/packages/slimkit-plus-news/tests/Feature/API2/GetNewsListTest.php index 61b1c6db9..2b865e189 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/GetNewsListTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/GetNewsListTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/GetNewsRankTest.php b/packages/slimkit-plus-news/tests/Feature/API2/GetNewsRankTest.php index bd0dd7667..375d37b81 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/GetNewsRankTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/GetNewsRankTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/GetPublishNewsListTest.php b/packages/slimkit-plus-news/tests/Feature/API2/GetPublishNewsListTest.php index 86e4b3eb6..b2c4a934d 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/GetPublishNewsListTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/GetPublishNewsListTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/LikeNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/LikeNewsTest.php index 8accd6f05..10bdc228a 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/LikeNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/LikeNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/PinnedNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/PinnedNewsTest.php index 17f800a6b..4d74e67f5 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/PinnedNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/PinnedNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/PublishNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/PublishNewsTest.php index d2fed87de..6063b3d52 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/PublishNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/PublishNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/ReportNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/ReportNewsTest.php index 5436d31b4..82123e132 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/ReportNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/ReportNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/RevokedPublishNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/RevokedPublishNewsTest.php index dca66d297..f529c9bb1 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/RevokedPublishNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/RevokedPublishNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-news/tests/Feature/API2/RewardNewsTest.php b/packages/slimkit-plus-news/tests/Feature/API2/RewardNewsTest.php index 6eaee8db5..94b5693a0 100644 --- a/packages/slimkit-plus-news/tests/Feature/API2/RewardNewsTest.php +++ b/packages/slimkit-plus-news/tests/Feature/API2/RewardNewsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/config/socialite.php b/packages/slimkit-plus-socialite/config/socialite.php index 592ef8648..1561e75f0 100644 --- a/packages/slimkit-plus-socialite/config/socialite.php +++ b/packages/slimkit-plus-socialite/config/socialite.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/database/migrations/2017_08_15_083452_create_user_socialites_table.php b/packages/slimkit-plus-socialite/database/migrations/2017_08_15_083452_create_user_socialites_table.php index 2a2ea92ac..a133fddad 100644 --- a/packages/slimkit-plus-socialite/database/migrations/2017_08_15_083452_create_user_socialites_table.php +++ b/packages/slimkit-plus-socialite/database/migrations/2017_08_15_083452_create_user_socialites_table.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/resource/lang/zh-CN/messages.php b/packages/slimkit-plus-socialite/resource/lang/zh-CN/messages.php index 53203ac20..210b1a424 100644 --- a/packages/slimkit-plus-socialite/resource/lang/zh-CN/messages.php +++ b/packages/slimkit-plus-socialite/resource/lang/zh-CN/messages.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/router.php b/packages/slimkit-plus-socialite/router.php index 57db33390..bf9231b1c 100644 --- a/packages/slimkit-plus-socialite/router.php +++ b/packages/slimkit-plus-socialite/router.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/routes/admin.php b/packages/slimkit-plus-socialite/routes/admin.php index 3dc6387cf..4d80fae26 100644 --- a/packages/slimkit-plus-socialite/routes/admin.php +++ b/packages/slimkit-plus-socialite/routes/admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/routes/api.php b/packages/slimkit-plus-socialite/routes/api.php index d3ab62b50..28777cf4d 100644 --- a/packages/slimkit-plus-socialite/routes/api.php +++ b/packages/slimkit-plus-socialite/routes/api.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/routes/web.php b/packages/slimkit-plus-socialite/routes/web.php index 4519d94a2..14410de19 100644 --- a/packages/slimkit-plus-socialite/routes/web.php +++ b/packages/slimkit-plus-socialite/routes/web.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/API/Controllers/Controller.php b/packages/slimkit-plus-socialite/src/API/Controllers/Controller.php index e2c5477c4..00bd1703e 100644 --- a/packages/slimkit-plus-socialite/src/API/Controllers/Controller.php +++ b/packages/slimkit-plus-socialite/src/API/Controllers/Controller.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/API/Controllers/SocialiteController.php b/packages/slimkit-plus-socialite/src/API/Controllers/SocialiteController.php index 86b3e1689..daa90bf9f 100644 --- a/packages/slimkit-plus-socialite/src/API/Controllers/SocialiteController.php +++ b/packages/slimkit-plus-socialite/src/API/Controllers/SocialiteController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/API/Controllers/WechatController.php b/packages/slimkit-plus-socialite/src/API/Controllers/WechatController.php index 9f08a2ebe..b166e5dbb 100644 --- a/packages/slimkit-plus-socialite/src/API/Controllers/WechatController.php +++ b/packages/slimkit-plus-socialite/src/API/Controllers/WechatController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/API/Requests/AccessTokenRequest.php b/packages/slimkit-plus-socialite/src/API/Requests/AccessTokenRequest.php index 38bbbd38a..161cc5a04 100644 --- a/packages/slimkit-plus-socialite/src/API/Requests/AccessTokenRequest.php +++ b/packages/slimkit-plus-socialite/src/API/Requests/AccessTokenRequest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/API/Requests/CreateUserRequest.php b/packages/slimkit-plus-socialite/src/API/Requests/CreateUserRequest.php index f25b74b5d..96af5f318 100644 --- a/packages/slimkit-plus-socialite/src/API/Requests/CreateUserRequest.php +++ b/packages/slimkit-plus-socialite/src/API/Requests/CreateUserRequest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Admin/Controllers/HomeController.php b/packages/slimkit-plus-socialite/src/Admin/Controllers/HomeController.php index c3e317aa6..8c8f1fe81 100644 --- a/packages/slimkit-plus-socialite/src/Admin/Controllers/HomeController.php +++ b/packages/slimkit-plus-socialite/src/Admin/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Contracts/Sociable.php b/packages/slimkit-plus-socialite/src/Contracts/Sociable.php index 4b852ac3c..c92402c99 100644 --- a/packages/slimkit-plus-socialite/src/Contracts/Sociable.php +++ b/packages/slimkit-plus-socialite/src/Contracts/Sociable.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Drivers/DriverAbstract.php b/packages/slimkit-plus-socialite/src/Drivers/DriverAbstract.php index 5b3aec8b6..079dd5428 100644 --- a/packages/slimkit-plus-socialite/src/Drivers/DriverAbstract.php +++ b/packages/slimkit-plus-socialite/src/Drivers/DriverAbstract.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Drivers/QQDriver.php b/packages/slimkit-plus-socialite/src/Drivers/QQDriver.php index efcd83df8..a54be9ec0 100644 --- a/packages/slimkit-plus-socialite/src/Drivers/QQDriver.php +++ b/packages/slimkit-plus-socialite/src/Drivers/QQDriver.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Drivers/WeChatDriver.php b/packages/slimkit-plus-socialite/src/Drivers/WeChatDriver.php index 5fedf078a..041215e55 100644 --- a/packages/slimkit-plus-socialite/src/Drivers/WeChatDriver.php +++ b/packages/slimkit-plus-socialite/src/Drivers/WeChatDriver.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Drivers/WeiboDriver.php b/packages/slimkit-plus-socialite/src/Drivers/WeiboDriver.php index c4c01868a..db3b3ac36 100644 --- a/packages/slimkit-plus-socialite/src/Drivers/WeiboDriver.php +++ b/packages/slimkit-plus-socialite/src/Drivers/WeiboDriver.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Models/UserSocialite.php b/packages/slimkit-plus-socialite/src/Models/UserSocialite.php index 23562e1b9..0f52f3149 100644 --- a/packages/slimkit-plus-socialite/src/Models/UserSocialite.php +++ b/packages/slimkit-plus-socialite/src/Models/UserSocialite.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Providers/AppServiceProvider.php b/packages/slimkit-plus-socialite/src/Providers/AppServiceProvider.php index b433496c1..1c08e6895 100644 --- a/packages/slimkit-plus-socialite/src/Providers/AppServiceProvider.php +++ b/packages/slimkit-plus-socialite/src/Providers/AppServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Providers/ModelServiceProvider.php b/packages/slimkit-plus-socialite/src/Providers/ModelServiceProvider.php index c7afbc2af..d2f5582f4 100644 --- a/packages/slimkit-plus-socialite/src/Providers/ModelServiceProvider.php +++ b/packages/slimkit-plus-socialite/src/Providers/ModelServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Providers/RouteServiceProvider.php b/packages/slimkit-plus-socialite/src/Providers/RouteServiceProvider.php index cdf5e2d58..837490b89 100644 --- a/packages/slimkit-plus-socialite/src/Providers/RouteServiceProvider.php +++ b/packages/slimkit-plus-socialite/src/Providers/RouteServiceProvider.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/SocialiteManager.php b/packages/slimkit-plus-socialite/src/SocialiteManager.php index 8430342fe..839790a55 100644 --- a/packages/slimkit-plus-socialite/src/SocialiteManager.php +++ b/packages/slimkit-plus-socialite/src/SocialiteManager.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Traits/SocialiteDriverHelper.php b/packages/slimkit-plus-socialite/src/Traits/SocialiteDriverHelper.php index 376014f2b..697966665 100644 --- a/packages/slimkit-plus-socialite/src/Traits/SocialiteDriverHelper.php +++ b/packages/slimkit-plus-socialite/src/Traits/SocialiteDriverHelper.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/packages/slimkit-plus-socialite/src/Web/Controllers/HomeController.php b/packages/slimkit-plus-socialite/src/Web/Controllers/HomeController.php index 16097692e..b47dc3a75 100644 --- a/packages/slimkit-plus-socialite/src/Web/Controllers/HomeController.php +++ b/packages/slimkit-plus-socialite/src/Web/Controllers/HomeController.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/public/index.php b/public/index.php index 77ed09e11..c84972709 100644 --- a/public/index.php +++ b/public/index.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php index 97b644e28..5c37878c1 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/resources/lang/en/pagination.php b/resources/lang/en/pagination.php index 85577bd54..131b7191c 100644 --- a/resources/lang/en/pagination.php +++ b/resources/lang/en/pagination.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index 0ef7e29fe..a20d6017e 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index e58d1c7d8..80ef6d997 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/resources/lang/zh-CN/auth.php b/resources/lang/zh-CN/auth.php index 585bb6255..8d5a4a27c 100644 --- a/resources/lang/zh-CN/auth.php +++ b/resources/lang/zh-CN/auth.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/resources/lang/zh-CN/messages.php b/resources/lang/zh-CN/messages.php index 2695e7c01..557ebb1f1 100644 --- a/resources/lang/zh-CN/messages.php +++ b/resources/lang/zh-CN/messages.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/resources/lang/zh-CN/tag.php b/resources/lang/zh-CN/tag.php index 761a9243a..949971a64 100644 --- a/resources/lang/zh-CN/tag.php +++ b/resources/lang/zh-CN/tag.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php index 240812dde..f1d5a17dd 100644 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/routes/admin.php b/routes/admin.php index 29bac8fb0..0ba2368e8 100644 --- a/routes/admin.php +++ b/routes/admin.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/routes/api.php b/routes/api.php index 21895d7ed..56fabca8e 100644 --- a/routes/api.php +++ b/routes/api.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/routes/channels.php b/routes/channels.php index e593cd199..010dae9dd 100644 --- a/routes/channels.php +++ b/routes/channels.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/routes/console.php b/routes/console.php index f709d87a7..e9bd4c93f 100644 --- a/routes/console.php +++ b/routes/console.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/routes/new-admin.php b/routes/new-admin.php index cf284a17d..f57317815 100644 --- a/routes/new-admin.php +++ b/routes/new-admin.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/routes/web.php b/routes/web.php index a98347653..7934f5a4e 100644 --- a/routes/web.php +++ b/routes/web.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/server.php b/server.php index 9a65a6d85..dc7327d36 100644 --- a/server.php +++ b/server.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php index 3a21eb241..5956d87cf 100644 --- a/tests/CreatesApplication.php +++ b/tests/CreatesApplication.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/AdvertisingTest.php b/tests/Feature/API2/AdvertisingTest.php index a2a9d98ac..546147ede 100644 --- a/tests/Feature/API2/AdvertisingTest.php +++ b/tests/Feature/API2/AdvertisingTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/AuthLoginTest.php b/tests/Feature/API2/AuthLoginTest.php index cc1f4090f..f8044c24b 100644 --- a/tests/Feature/API2/AuthLoginTest.php +++ b/tests/Feature/API2/AuthLoginTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/AuthLogoutTest.php b/tests/Feature/API2/AuthLogoutTest.php index 8f20fbd2f..3afd65392 100644 --- a/tests/Feature/API2/AuthLogoutTest.php +++ b/tests/Feature/API2/AuthLogoutTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/AuthRefreshTest.php b/tests/Feature/API2/AuthRefreshTest.php index 8d6f7d0ca..d47e733ee 100644 --- a/tests/Feature/API2/AuthRefreshTest.php +++ b/tests/Feature/API2/AuthRefreshTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/BootstrappersTest.php b/tests/Feature/API2/BootstrappersTest.php index e1527cf4f..1ee103b28 100644 --- a/tests/Feature/API2/BootstrappersTest.php +++ b/tests/Feature/API2/BootstrappersTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/FileUploadTest.php b/tests/Feature/API2/FileUploadTest.php index cb1ad3f69..8a0e3f576 100644 --- a/tests/Feature/API2/FileUploadTest.php +++ b/tests/Feature/API2/FileUploadTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/FileUploadedTest.php b/tests/Feature/API2/FileUploadedTest.php index 0e3ebc44e..2db8424ec 100644 --- a/tests/Feature/API2/FileUploadedTest.php +++ b/tests/Feature/API2/FileUploadedTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/LocationsTest.php b/tests/Feature/API2/LocationsTest.php index 61ad8322a..93b3d4a16 100644 --- a/tests/Feature/API2/LocationsTest.php +++ b/tests/Feature/API2/LocationsTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/NotificationsTest.php b/tests/Feature/API2/NotificationsTest.php index 018093c4b..31d2b0680 100644 --- a/tests/Feature/API2/NotificationsTest.php +++ b/tests/Feature/API2/NotificationsTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/OrderTest.php b/tests/Feature/API2/OrderTest.php index 467077397..6c961e073 100644 --- a/tests/Feature/API2/OrderTest.php +++ b/tests/Feature/API2/OrderTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/RegisterVerifyCodeTest.php b/tests/Feature/API2/RegisterVerifyCodeTest.php index 9e9f47675..a61765a07 100644 --- a/tests/Feature/API2/RegisterVerifyCodeTest.php +++ b/tests/Feature/API2/RegisterVerifyCodeTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/ReportTest.php b/tests/Feature/API2/ReportTest.php index 615c81e48..8edc17535 100644 --- a/tests/Feature/API2/ReportTest.php +++ b/tests/Feature/API2/ReportTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/TagsTest.php b/tests/Feature/API2/TagsTest.php index 6c54fe43c..d65a84ee2 100644 --- a/tests/Feature/API2/TagsTest.php +++ b/tests/Feature/API2/TagsTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/UserCountsTest.php b/tests/Feature/API2/UserCountsTest.php index 9678239c9..c2b944589 100644 --- a/tests/Feature/API2/UserCountsTest.php +++ b/tests/Feature/API2/UserCountsTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/UserFollowingTest.php b/tests/Feature/API2/UserFollowingTest.php index 9dd68da30..cdf332213 100644 --- a/tests/Feature/API2/UserFollowingTest.php +++ b/tests/Feature/API2/UserFollowingTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/VerifyCodeTest.php b/tests/Feature/API2/VerifyCodeTest.php index 3db1bf06f..89c8da5e5 100644 --- a/tests/Feature/API2/VerifyCodeTest.php +++ b/tests/Feature/API2/VerifyCodeTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/WalletCashTest.php b/tests/Feature/API2/WalletCashTest.php index d637ae49a..571159969 100644 --- a/tests/Feature/API2/WalletCashTest.php +++ b/tests/Feature/API2/WalletCashTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/WalletTransferTest.php b/tests/Feature/API2/WalletTransferTest.php index 6a024fff1..8fde2c92d 100644 --- a/tests/Feature/API2/WalletTransferTest.php +++ b/tests/Feature/API2/WalletTransferTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Feature/API2/WalletTransformTest.php b/tests/Feature/API2/WalletTransformTest.php index 20bacde9d..7b88fd375 100644 --- a/tests/Feature/API2/WalletTransformTest.php +++ b/tests/Feature/API2/WalletTransformTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/TestCase.php b/tests/TestCase.php index 9a93b2f9e..4727ebdb0 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Unit/Auth/JWTAuthTokenTest.php b/tests/Unit/Auth/JWTAuthTokenTest.php index 859215f89..beaeaa075 100644 --- a/tests/Unit/Auth/JWTAuthTokenTest.php +++ b/tests/Unit/Auth/JWTAuthTokenTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index fd5c4ec26..18d47ba0c 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Unit/Http/Controllers/APIs/V2/AuthControllerTest.php b/tests/Unit/Http/Controllers/APIs/V2/AuthControllerTest.php index b122e3461..855e6d667 100644 --- a/tests/Unit/Http/Controllers/APIs/V2/AuthControllerTest.php +++ b/tests/Unit/Http/Controllers/APIs/V2/AuthControllerTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Unit/Packages/Wallet/OrderTest.php b/tests/Unit/Packages/Wallet/OrderTest.php index c8a55346f..a4c636a55 100644 --- a/tests/Unit/Packages/Wallet/OrderTest.php +++ b/tests/Unit/Packages/Wallet/OrderTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Unit/Packages/Wallet/TargetTypeManagerTest.php b/tests/Unit/Packages/Wallet/TargetTypeManagerTest.php index df9038a97..e7f688d31 100644 --- a/tests/Unit/Packages/Wallet/TargetTypeManagerTest.php +++ b/tests/Unit/Packages/Wallet/TargetTypeManagerTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Unit/Packages/Wallet/TargetTypes/TargetTest.php b/tests/Unit/Packages/Wallet/TargetTypes/TargetTest.php index 9b1259161..0f37cd0d1 100644 --- a/tests/Unit/Packages/Wallet/TargetTypes/TargetTest.php +++ b/tests/Unit/Packages/Wallet/TargetTypes/TargetTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Unit/Packages/Wallet/TypeManagerTest.php b/tests/Unit/Packages/Wallet/TypeManagerTest.php index 416a11546..fb005c09f 100644 --- a/tests/Unit/Packages/Wallet/TypeManagerTest.php +++ b/tests/Unit/Packages/Wallet/TypeManagerTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Unit/Packages/Wallet/Types/UserTypeTest.php b/tests/Unit/Packages/Wallet/Types/UserTypeTest.php index 682ca06b9..96a97ae7a 100644 --- a/tests/Unit/Packages/Wallet/Types/UserTypeTest.php +++ b/tests/Unit/Packages/Wallet/Types/UserTypeTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Unit/Packages/Wallet/WalletTest.php b/tests/Unit/Packages/Wallet/WalletTest.php index ebd08a2b9..cab450977 100644 --- a/tests/Unit/Packages/Wallet/WalletTest.php +++ b/tests/Unit/Packages/Wallet/WalletTest.php @@ -4,12 +4,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com | diff --git a/tests/Unit/Support/ConfigurationTest.php b/tests/Unit/Support/ConfigurationTest.php index e6b517f94..30ac8f890 100644 --- a/tests/Unit/Support/ConfigurationTest.php +++ b/tests/Unit/Support/ConfigurationTest.php @@ -6,12 +6,12 @@ * +----------------------------------------------------------------------+ * | ThinkSNS Plus | * +----------------------------------------------------------------------+ - * | Copyright (c) 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. | + * | Copyright (c) 2016-Present ZhiYiChuangXiang Technology Co., Ltd. | * +----------------------------------------------------------------------+ - * | This source file is subject to version 2.0 of the Apache license, | - * | that is bundled with this package in the file LICENSE, and is | - * | available through the world-wide-web at the following url: | - * | http://www.apache.org/licenses/LICENSE-2.0.html | + * | This source file is subject to enterprise private license, that is | + * | bundled with this package in the file LICENSE, and is available | + * | through the world-wide-web at the following url: | + * | https://github.com/slimkit/plus/blob/master/LICENSE | * +----------------------------------------------------------------------+ * | Author: Slim Kit Group | * | Homepage: www.thinksns.com |