From 40a7a16766e751f92c0a9e013254d53f47c6c2a3 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 27 Feb 2020 22:47:10 -0500 Subject: [PATCH] update license link --- bin/bactivate | 2 +- bin/bconst | 2 +- bin/bdecrypt | 2 +- bin/bdelete | 2 +- bin/bencrypt | 2 +- bin/bget | 2 +- bin/bgeti | 2 +- bin/bgeti1 | 2 +- bin/bgetn | 2 +- bin/bgetn1 | 2 +- bin/bmodel | 2 +- bin/bpatch | 2 +- bin/bpatchfull | 2 +- bin/bpost | 2 +- bin/bposte | 2 +- bin/bput | 2 +- bin/bpute | 2 +- bin/bscript | 2 +- bin/bubble | 2 +- bin/bubble_common | 2 +- bin/build_dist | 2 +- bin/bunlock | 2 +- bin/cleanup_bubble_databases | 2 +- bin/create_user_and_network | 2 +- bin/first_time_setup.sh | 2 +- bin/first_time_ubuntu.sh | 2 +- bin/git_update_bubble.sh | 2 +- bin/jq-all-vals | 2 +- bin/list_bubble_databases | 2 +- bin/new_bubble.sh | 2 +- bin/prep_bubble_jar | 2 +- bin/proxy | 2 +- bin/reset_bubble_db | 2 +- bin/run.sh | 2 +- bin/update_role | 2 +- bubble-server/pom.xml | 2 +- bubble-server/src/main/java/bubble/ApiConstants.java | 2 +- bubble-server/src/main/java/bubble/BubbleHandlebars.java | 2 +- .../bubble/app/analytics/TrafficAnalyticsAppDataDriver.java | 2 +- .../main/java/bubble/app/analytics/TrafficAnalyticsData.java | 2 +- .../src/main/java/bubble/app/bblock/BlockListEntry.java | 2 +- .../src/main/java/bubble/app/bblock/BlockListEntryType.java | 2 +- .../java/bubble/app/bblock/BubbleBlockAppConfigDriver.java | 2 +- .../java/bubble/app/bblock/BubbleBlockAppDataDriver.java | 2 +- .../bubble/app/social/block/UserBlockerAppDataDriver.java | 2 +- .../src/main/java/bubble/auth/BubbleAuthFilter.java | 2 +- .../src/main/java/bubble/auth/BubbleAuthProvider.java | 2 +- bubble-server/src/main/java/bubble/auth/PromoCodePolicy.java | 2 +- .../src/main/java/bubble/client/BubbleApiClient.java | 2 +- .../src/main/java/bubble/client/BubbleNodeClient.java | 2 +- .../main/java/bubble/client/BubbleNodeDownloadClient.java | 2 +- .../src/main/java/bubble/client/BubbleNodeQuickClient.java | 2 +- bubble-server/src/main/java/bubble/cloud/CloudAndRegion.java | 2 +- bubble-server/src/main/java/bubble/cloud/CloudRegion.java | 2 +- .../src/main/java/bubble/cloud/CloudRegionRelative.java | 2 +- .../src/main/java/bubble/cloud/CloudServiceDriver.java | 2 +- .../src/main/java/bubble/cloud/CloudServiceDriverBase.java | 2 +- .../src/main/java/bubble/cloud/CloudServiceType.java | 2 +- .../java/bubble/cloud/DelegatedCloudServiceDriverBase.java | 2 +- .../main/java/bubble/cloud/DelegatedStorageDriverBase.java | 2 +- bubble-server/src/main/java/bubble/cloud/NoopCloud.java | 2 +- bubble-server/src/main/java/bubble/cloud/RegionalConfig.java | 2 +- .../src/main/java/bubble/cloud/auth/AuthFieldHandler.java | 2 +- .../main/java/bubble/cloud/auth/AuthenticationDriver.java | 2 +- .../bubble/cloud/auth/AuthenticatorAuthFieldHandler.java | 2 +- .../main/java/bubble/cloud/auth/DelegatedAuthDriverBase.java | 2 +- .../main/java/bubble/cloud/auth/EmailAuthFieldHandler.java | 2 +- .../src/main/java/bubble/cloud/auth/RenderedMessage.java | 2 +- .../src/main/java/bubble/cloud/auth/SmsAuthFieldHandler.java | 2 +- .../cloud/authenticator/AuthenticatorServiceDriver.java | 2 +- .../bubble/cloud/authenticator/TOTPAuthenticatorDriver.java | 2 +- .../authenticator/delegate/DelegatedAuthenticatorDriver.java | 2 +- .../src/main/java/bubble/cloud/compute/ComputeConfig.java | 2 +- .../src/main/java/bubble/cloud/compute/ComputeNodeSize.java | 2 +- .../main/java/bubble/cloud/compute/ComputeNodeSizeType.java | 2 +- .../main/java/bubble/cloud/compute/ComputeServiceDriver.java | 2 +- .../java/bubble/cloud/compute/ComputeServiceDriverBase.java | 2 +- .../src/main/java/bubble/cloud/compute/NodeReaper.java | 2 +- .../cloud/compute/delegate/DelegatedComputeDriver.java | 2 +- .../cloud/compute/digitalocean/CreateDropletRequest.java | 2 +- .../cloud/compute/digitalocean/CreateDropletResponse.java | 2 +- .../cloud/compute/digitalocean/DigitalOceanDriver.java | 2 +- .../main/java/bubble/cloud/compute/digitalocean/Droplet.java | 2 +- .../java/bubble/cloud/compute/digitalocean/DropletIp.java | 2 +- .../bubble/cloud/compute/digitalocean/DropletNetInfo.java | 2 +- .../cloud/compute/digitalocean/ListDropletsResponse.java | 2 +- .../java/bubble/cloud/compute/local/LocalComputeDriver.java | 2 +- .../java/bubble/cloud/compute/mock/MockComputeDriver.java | 2 +- .../main/java/bubble/cloud/compute/vultr/VultrDriver.java | 2 +- .../src/main/java/bubble/cloud/config/CloudApiConfig.java | 2 +- .../src/main/java/bubble/cloud/config/CloudApiUrlConfig.java | 2 +- bubble-server/src/main/java/bubble/cloud/dns/DnsConfig.java | 2 +- .../src/main/java/bubble/cloud/dns/DnsDriverBase.java | 2 +- .../src/main/java/bubble/cloud/dns/DnsServiceDriver.java | 2 +- .../java/bubble/cloud/dns/delegate/DelegatedDnsDriver.java | 2 +- .../main/java/bubble/cloud/dns/godaddy/GoDaddyDnsConfig.java | 2 +- .../main/java/bubble/cloud/dns/godaddy/GoDaddyDnsDriver.java | 2 +- .../main/java/bubble/cloud/dns/godaddy/GoDaddyDnsRecord.java | 2 +- .../main/java/bubble/cloud/dns/godaddy/GoDaddyDomain.java | 2 +- .../src/main/java/bubble/cloud/dns/mock/MockDnsDriver.java | 2 +- .../main/java/bubble/cloud/dns/route53/Route53DnsConfig.java | 2 +- .../main/java/bubble/cloud/dns/route53/Route53DnsDriver.java | 2 +- .../src/main/java/bubble/cloud/email/EmailDriverConfig.java | 2 +- .../src/main/java/bubble/cloud/email/EmailServiceDriver.java | 2 +- .../src/main/java/bubble/cloud/email/RenderedEmail.java | 2 +- .../src/main/java/bubble/cloud/email/SmtpEmailDriver.java | 2 +- .../bubble/cloud/email/delegate/DelegatedEmailDriver.java | 2 +- .../main/java/bubble/cloud/email/mock/MockEmailDriver.java | 2 +- .../main/java/bubble/cloud/email/mock/MockMailSender.java | 2 +- .../main/java/bubble/cloud/geoCode/GeoCodeDriverBase.java | 2 +- .../src/main/java/bubble/cloud/geoCode/GeoCodeResult.java | 2 +- .../main/java/bubble/cloud/geoCode/GeoCodeServiceDriver.java | 2 +- .../cloud/geoCode/delegate/DelegatedGeoCodeDriver.java | 2 +- .../bubble/cloud/geoCode/google/GoogleGeoCodeDriver.java | 2 +- .../bubble/cloud/geoLocation/GeoLocateServiceDriver.java | 2 +- .../bubble/cloud/geoLocation/GeoLocateServiceDriverBase.java | 2 +- .../src/main/java/bubble/cloud/geoLocation/GeoLocation.java | 2 +- .../geoLocation/delegate/DelegatedGeoLocationDriver.java | 2 +- .../java/bubble/cloud/geoLocation/maxmind/MaxMindDriver.java | 2 +- .../bubble/cloud/geoLocation/mock/MockGeoLocationDriver.java | 2 +- .../main/java/bubble/cloud/geoTime/GeoTimeServiceDriver.java | 2 +- .../java/bubble/cloud/geoTime/GeoTimeServiceDriverBase.java | 2 +- .../src/main/java/bubble/cloud/geoTime/GeoTimeZone.java | 2 +- .../bubble/cloud/geoTime/askgeo/AskGeoTimeServiceDriver.java | 2 +- .../cloud/geoTime/delegate/DelegatedGeoTimeDriver.java | 2 +- .../bubble/cloud/geoTime/google/GoogleGeoTimeDriver.java | 2 +- .../src/main/java/bubble/cloud/payment/ChargeResult.java | 2 +- .../bubble/cloud/payment/DefaultPaymentDriverConfig.java | 2 +- .../main/java/bubble/cloud/payment/PaymentDriverBase.java | 2 +- .../main/java/bubble/cloud/payment/PaymentServiceDriver.java | 2 +- .../java/bubble/cloud/payment/code/CodePaymentDriver.java | 2 +- .../java/bubble/cloud/payment/code/CodePaymentToken.java | 2 +- .../cloud/payment/delegate/DelegatedPaymentDriver.java | 2 +- .../java/bubble/cloud/payment/free/FreePaymentDriver.java | 2 +- .../bubble/cloud/payment/promo/PromotionPaymentConfig.java | 2 +- .../cloud/payment/promo/PromotionalPaymentDriverBase.java | 2 +- .../cloud/payment/promo/PromotionalPaymentServiceDriver.java | 2 +- .../promo/accountCredit/AccountCreditPaymentConfig.java | 2 +- .../promo/accountCredit/AccountCreditPaymentDriver.java | 2 +- .../promo/firstMonthFree/FirstMonthFreePaymentDriver.java | 2 +- .../referralMonthFree/ReferralMonthFreePaymentDriver.java | 2 +- .../bubble/cloud/payment/stripe/StripePaymentDriver.java | 2 +- .../cloud/payment/stripe/StripePaymentDriverConfig.java | 2 +- .../cloud/payment/stripe/mock/MockStripePaymentDriver.java | 2 +- .../cloud/shared/aws/BubbleAwsCredentialsProvider.java | 2 +- .../src/main/java/bubble/cloud/sms/RenderedSms.java | 2 +- bubble-server/src/main/java/bubble/cloud/sms/SmsConfig.java | 2 +- .../src/main/java/bubble/cloud/sms/SmsServiceDriver.java | 2 +- .../src/main/java/bubble/cloud/sms/SmsServiceDriverBase.java | 2 +- .../java/bubble/cloud/sms/delegate/DelegatedSmsDriver.java | 2 +- .../src/main/java/bubble/cloud/sms/mock/MockSmsDriver.java | 2 +- .../main/java/bubble/cloud/sms/twilio/TwilioSmsConfig.java | 2 +- .../main/java/bubble/cloud/sms/twilio/TwilioSmsDriver.java | 2 +- .../main/java/bubble/cloud/storage/StorageCryptStream.java | 2 +- .../main/java/bubble/cloud/storage/StorageServiceDriver.java | 2 +- .../java/bubble/cloud/storage/StorageServiceDriverBase.java | 2 +- .../src/main/java/bubble/cloud/storage/WriteRequest.java | 2 +- .../main/java/bubble/cloud/storage/WriteRequestCleaner.java | 2 +- .../cloud/storage/delegate/DelegatedStorageDriver.java | 2 +- .../java/bubble/cloud/storage/local/LocalStorageConfig.java | 2 +- .../java/bubble/cloud/storage/local/LocalStorageDriver.java | 2 +- .../main/java/bubble/cloud/storage/s3/S3StorageConfig.java | 2 +- .../main/java/bubble/cloud/storage/s3/S3StorageDriver.java | 2 +- bubble-server/src/main/java/bubble/dao/SessionDAO.java | 2 +- .../src/main/java/bubble/dao/account/AccountDAO.java | 2 +- .../src/main/java/bubble/dao/account/AccountInitializer.java | 2 +- .../main/java/bubble/dao/account/AccountOwnedEntityDAO.java | 2 +- .../java/bubble/dao/account/AccountOwnedTemplateDAO.java | 2 +- .../src/main/java/bubble/dao/account/AccountPolicyDAO.java | 2 +- .../src/main/java/bubble/dao/account/AccountSshKeyDAO.java | 2 +- .../src/main/java/bubble/dao/account/ReferralCodeDAO.java | 2 +- .../java/bubble/dao/account/message/AccountMessageDAO.java | 2 +- bubble-server/src/main/java/bubble/dao/app/AppDataDAO.java | 2 +- .../src/main/java/bubble/dao/app/AppMatcherDAO.java | 2 +- .../src/main/java/bubble/dao/app/AppMessageDAO.java | 2 +- bubble-server/src/main/java/bubble/dao/app/AppRuleDAO.java | 2 +- bubble-server/src/main/java/bubble/dao/app/AppSiteDAO.java | 2 +- .../src/main/java/bubble/dao/app/AppTemplateEntityDAO.java | 2 +- bubble-server/src/main/java/bubble/dao/app/BubbleAppDAO.java | 2 +- .../src/main/java/bubble/dao/app/RuleDriverDAO.java | 2 +- .../src/main/java/bubble/dao/bill/AccountPaymentDAO.java | 2 +- .../main/java/bubble/dao/bill/AccountPaymentMethodDAO.java | 2 +- .../src/main/java/bubble/dao/bill/AccountPlanDAO.java | 2 +- bubble-server/src/main/java/bubble/dao/bill/BillDAO.java | 2 +- .../src/main/java/bubble/dao/bill/BubblePlanAppDAO.java | 2 +- .../src/main/java/bubble/dao/bill/BubblePlanDAO.java | 2 +- .../src/main/java/bubble/dao/bill/PromotionDAO.java | 2 +- .../src/main/java/bubble/dao/cloud/AnsibleRoleDAO.java | 2 +- .../src/main/java/bubble/dao/cloud/BubbleBackupDAO.java | 2 +- .../src/main/java/bubble/dao/cloud/BubbleDomainDAO.java | 2 +- .../src/main/java/bubble/dao/cloud/BubbleFootprintDAO.java | 2 +- .../src/main/java/bubble/dao/cloud/BubbleNetworkDAO.java | 2 +- .../src/main/java/bubble/dao/cloud/BubbleNodeDAO.java | 2 +- .../src/main/java/bubble/dao/cloud/BubbleNodeKeyDAO.java | 2 +- .../src/main/java/bubble/dao/cloud/CloudServiceDAO.java | 2 +- .../src/main/java/bubble/dao/cloud/CloudServiceDataDAO.java | 2 +- .../java/bubble/dao/cloud/notify/NotificationBaseDAO.java | 2 +- .../bubble/dao/cloud/notify/ReceivedNotificationDAO.java | 2 +- .../java/bubble/dao/cloud/notify/SentNotificationDAO.java | 2 +- bubble-server/src/main/java/bubble/dao/device/DeviceDAO.java | 2 +- .../src/main/java/bubble/filters/BubbleRateLimitFilter.java | 2 +- bubble-server/src/main/java/bubble/main/BubbleApiMain.java | 2 +- .../src/main/java/bubble/main/BubbleApiOptionsBase.java | 2 +- .../src/main/java/bubble/main/BubbleDnsServerMain.java | 2 +- .../src/main/java/bubble/main/BubbleHandlebarsMain.java | 2 +- .../src/main/java/bubble/main/BubbleHandlebarsOptions.java | 2 +- bubble-server/src/main/java/bubble/main/BubbleMain.java | 2 +- bubble-server/src/main/java/bubble/main/BubbleModelMain.java | 2 +- .../src/main/java/bubble/main/BubbleModelMainBase.java | 2 +- .../src/main/java/bubble/main/BubbleModelMainListener.java | 2 +- .../src/main/java/bubble/main/BubbleModelOptions.java | 2 +- .../src/main/java/bubble/main/BubbleScriptMain.java | 2 +- .../src/main/java/bubble/main/BubbleScriptMainBase.java | 2 +- .../src/main/java/bubble/main/BubbleScriptOptions.java | 2 +- bubble-server/src/main/java/bubble/main/CryptMain.java | 2 +- bubble-server/src/main/java/bubble/main/CryptOptions.java | 2 +- .../src/main/java/bubble/main/GenerateAlgoConfMain.java | 2 +- .../src/main/java/bubble/main/GenerateAlgoConfOptions.java | 2 +- .../src/main/java/bubble/main/RekeyDatabaseMain.java | 2 +- .../src/main/java/bubble/main/RekeyDatabaseOptions.java | 2 +- .../src/main/java/bubble/main/http/BubbleHttpDeleteMain.java | 2 +- .../main/java/bubble/main/http/BubbleHttpEntityOptions.java | 2 +- .../src/main/java/bubble/main/http/BubbleHttpGetMain.java | 2 +- .../src/main/java/bubble/main/http/BubbleHttpMain.java | 2 +- .../src/main/java/bubble/main/http/BubbleHttpOptions.java | 2 +- .../src/main/java/bubble/main/http/BubbleHttpPostMain.java | 2 +- .../src/main/java/bubble/main/http/BubbleHttpPutMain.java | 2 +- .../src/main/java/bubble/main/rekey/RekeyOptions.java | 2 +- .../src/main/java/bubble/main/rekey/RekeyReaderMain.java | 2 +- .../src/main/java/bubble/main/rekey/RekeyWriterMain.java | 2 +- bubble-server/src/main/java/bubble/model/BubblePeers.java | 2 +- bubble-server/src/main/java/bubble/model/BubbleTags.java | 2 +- bubble-server/src/main/java/bubble/model/CertType.java | 2 +- bubble-server/src/main/java/bubble/model/HasBubbleTags.java | 2 +- .../src/main/java/bubble/model/account/Account.java | 2 +- .../src/main/java/bubble/model/account/AccountContact.java | 2 +- .../java/bubble/model/account/AccountDeletionPolicy.java | 2 +- .../bubble/model/account/AccountMessageApprovalStatus.java | 2 +- .../src/main/java/bubble/model/account/AccountPolicy.java | 2 +- .../main/java/bubble/model/account/AccountRegistration.java | 2 +- .../src/main/java/bubble/model/account/AccountSshKey.java | 2 +- .../src/main/java/bubble/model/account/AccountTemplate.java | 2 +- .../src/main/java/bubble/model/account/AuthFactorType.java | 2 +- .../main/java/bubble/model/account/AuthenticatorRequest.java | 2 +- .../src/main/java/bubble/model/account/AutoUpdatePolicy.java | 2 +- .../src/main/java/bubble/model/account/HasAccount.java | 2 +- .../src/main/java/bubble/model/account/HasAccountNoName.java | 2 +- .../src/main/java/bubble/model/account/HasNetwork.java | 2 +- .../src/main/java/bubble/model/account/ReferralCode.java | 2 +- .../src/main/java/bubble/model/account/TotpBean.java | 2 +- .../java/bubble/model/account/message/AccountAction.java | 2 +- .../java/bubble/model/account/message/AccountMessage.java | 2 +- .../account/message/AccountMessageCompletionHandler.java | 2 +- .../bubble/model/account/message/AccountMessageContact.java | 2 +- .../model/account/message/AccountMessageDirection.java | 2 +- .../bubble/model/account/message/AccountMessageType.java | 2 +- .../main/java/bubble/model/account/message/ActionTarget.java | 2 +- .../account/message/handlers/AccountDeletionHandler.java | 2 +- .../account/message/handlers/AccountDownloadHandler.java | 2 +- .../model/account/message/handlers/AccountLoginHandler.java | 2 +- .../account/message/handlers/AccountPasswordHandler.java | 2 +- .../model/account/message/handlers/AccountVerifyHandler.java | 2 +- .../account/message/handlers/NetworkPasswordHandler.java | 2 +- .../model/account/message/handlers/NetworkStartHandler.java | 2 +- .../model/account/message/handlers/NetworkStopHandler.java | 2 +- .../model/account/message/handlers/NodeStartHandler.java | 2 +- .../model/account/message/handlers/NodeStopHandler.java | 2 +- bubble-server/src/main/java/bubble/model/app/AppData.java | 2 +- .../src/main/java/bubble/model/app/AppDataFormat.java | 2 +- bubble-server/src/main/java/bubble/model/app/AppMatcher.java | 2 +- bubble-server/src/main/java/bubble/model/app/AppMessage.java | 2 +- bubble-server/src/main/java/bubble/model/app/AppRule.java | 2 +- bubble-server/src/main/java/bubble/model/app/AppSite.java | 2 +- .../src/main/java/bubble/model/app/AppTemplateEntity.java | 2 +- bubble-server/src/main/java/bubble/model/app/BubbleApp.java | 2 +- bubble-server/src/main/java/bubble/model/app/RuleDriver.java | 2 +- .../main/java/bubble/model/app/config/AppConfigAction.java | 2 +- .../main/java/bubble/model/app/config/AppConfigDriver.java | 2 +- .../main/java/bubble/model/app/config/AppConfigScope.java | 2 +- .../src/main/java/bubble/model/app/config/AppConfigView.java | 2 +- .../src/main/java/bubble/model/app/config/AppDataAction.java | 2 +- .../src/main/java/bubble/model/app/config/AppDataConfig.java | 2 +- .../src/main/java/bubble/model/app/config/AppDataDriver.java | 2 +- .../main/java/bubble/model/app/config/AppDataDriverBase.java | 2 +- .../src/main/java/bubble/model/app/config/AppDataField.java | 2 +- .../src/main/java/bubble/model/app/config/AppDataParam.java | 2 +- .../java/bubble/model/app/config/AppDataPresentation.java | 2 +- .../src/main/java/bubble/model/app/config/AppDataView.java | 2 +- .../main/java/bubble/model/app/config/AppDataViewLayout.java | 2 +- .../src/main/java/bubble/model/bill/AccountPayment.java | 2 +- .../main/java/bubble/model/bill/AccountPaymentMethod.java | 2 +- .../main/java/bubble/model/bill/AccountPaymentStatus.java | 2 +- .../src/main/java/bubble/model/bill/AccountPaymentType.java | 2 +- .../src/main/java/bubble/model/bill/AccountPlan.java | 2 +- bubble-server/src/main/java/bubble/model/bill/Bill.java | 2 +- .../src/main/java/bubble/model/bill/BillItemType.java | 2 +- .../src/main/java/bubble/model/bill/BillPeriod.java | 2 +- .../src/main/java/bubble/model/bill/BillStatus.java | 2 +- .../src/main/java/bubble/model/bill/BubblePlan.java | 2 +- .../src/main/java/bubble/model/bill/BubblePlanApp.java | 2 +- .../src/main/java/bubble/model/bill/PaymentMethodType.java | 2 +- bubble-server/src/main/java/bubble/model/bill/Promotion.java | 2 +- .../main/java/bubble/model/bill/period/BillPeriodDriver.java | 2 +- .../bubble/model/bill/period/BillPeriodDriver_monthly.java | 2 +- .../src/main/java/bubble/model/boot/ActivationRequest.java | 2 +- .../src/main/java/bubble/model/boot/CloudServiceConfig.java | 2 +- .../src/main/java/bubble/model/cloud/AnsibleInstallType.java | 2 +- .../src/main/java/bubble/model/cloud/AnsibleRole.java | 5 +++-- .../src/main/java/bubble/model/cloud/BackupStatus.java | 2 +- .../src/main/java/bubble/model/cloud/BubbleBackup.java | 2 +- .../src/main/java/bubble/model/cloud/BubbleDnsName.java | 2 +- .../src/main/java/bubble/model/cloud/BubbleDomain.java | 2 +- .../main/java/bubble/model/cloud/BubbleDomainNameServer.java | 2 +- .../src/main/java/bubble/model/cloud/BubbleFootprint.java | 2 +- .../src/main/java/bubble/model/cloud/BubbleNetwork.java | 2 +- .../src/main/java/bubble/model/cloud/BubbleNetworkState.java | 2 +- .../src/main/java/bubble/model/cloud/BubbleNode.java | 2 +- .../src/main/java/bubble/model/cloud/BubbleNodeKey.java | 2 +- .../src/main/java/bubble/model/cloud/BubbleNodeState.java | 2 +- .../src/main/java/bubble/model/cloud/CloudCredentials.java | 2 +- .../src/main/java/bubble/model/cloud/CloudService.java | 2 +- .../src/main/java/bubble/model/cloud/CloudServiceData.java | 2 +- .../src/main/java/bubble/model/cloud/NetLocation.java | 2 +- .../src/main/java/bubble/model/cloud/NetworkKeys.java | 2 +- .../src/main/java/bubble/model/cloud/PaymentService.java | 2 +- .../main/java/bubble/model/cloud/RegionalServiceDriver.java | 2 +- .../src/main/java/bubble/model/cloud/RekeyRequest.java | 2 +- .../src/main/java/bubble/model/cloud/StorageMetadata.java | 2 +- .../java/bubble/model/cloud/notify/NotificationBase.java | 2 +- .../model/cloud/notify/NotificationProcessingStatus.java | 2 +- .../java/bubble/model/cloud/notify/NotificationReceipt.java | 2 +- .../bubble/model/cloud/notify/NotificationSendStatus.java | 2 +- .../java/bubble/model/cloud/notify/NotificationType.java | 2 +- .../java/bubble/model/cloud/notify/ReceivedNotification.java | 2 +- .../java/bubble/model/cloud/notify/SentNotification.java | 2 +- bubble-server/src/main/java/bubble/model/device/Device.java | 2 +- .../java/bubble/notify/DelegatedNotificationHandlerBase.java | 2 +- .../src/main/java/bubble/notify/NewNodeNotification.java | 2 +- .../bubble/notify/NotificationHandler_backup_response.java | 2 +- .../main/java/bubble/notify/NotificationHandler_fork.java | 2 +- .../java/bubble/notify/NotificationHandler_health_check.java | 2 +- .../bubble/notify/NotificationHandler_hello_from_sage.java | 2 +- .../bubble/notify/NotificationHandler_hello_to_sage.java | 2 +- .../java/bubble/notify/NotificationHandler_peer_hello.java | 2 +- .../bubble/notify/NotificationHandler_register_backup.java | 2 +- .../bubble/notify/NotificationHandler_restore_complete.java | 2 +- .../bubble/notify/NotificationHandler_retrieve_backup.java | 2 +- .../main/java/bubble/notify/ReceivedNotificationHandler.java | 2 +- .../java/bubble/notify/ReceivedNotificationHandlerBase.java | 2 +- .../src/main/java/bubble/notify/SynchronousNotification.java | 2 +- .../java/bubble/notify/SynchronousNotificationReply.java | 2 +- .../main/java/bubble/notify/auth/AuthDriverNotification.java | 2 +- .../notify/auth/DelegatedAuthNotificationHandlerBase.java | 2 +- .../authenticator/AuthenticatorDriverNotification.java | 2 +- .../NotificationHandler_authenticator_driver_response.java | 2 +- .../NotificationHandler_authenticator_driver_send.java | 2 +- .../bubble/notify/compute/ComputeDriverNotification.java | 2 +- .../notify/compute/NotificationHandler_compute_driver.java | 2 +- .../NotificationHandler_compute_driver_cleanup_start.java | 2 +- .../NotificationHandler_compute_driver_get_regions.java | 2 +- .../NotificationHandler_compute_driver_get_sizes.java | 2 +- .../compute/NotificationHandler_compute_driver_response.java | 2 +- .../compute/NotificationHandler_compute_driver_start.java | 2 +- .../compute/NotificationHandler_compute_driver_status.java | 2 +- .../compute/NotificationHandler_compute_driver_stop.java | 2 +- .../main/java/bubble/notify/dns/DnsDriverNotification.java | 2 +- .../bubble/notify/dns/NotificationHandler_dns_driver.java | 2 +- .../notify/dns/NotificationHandler_dns_driver_create.java | 2 +- .../dns/NotificationHandler_dns_driver_delete_node.java | 2 +- .../notify/dns/NotificationHandler_dns_driver_list.java | 2 +- .../notify/dns/NotificationHandler_dns_driver_remove.java | 2 +- .../notify/dns/NotificationHandler_dns_driver_response.java | 2 +- .../dns/NotificationHandler_dns_driver_set_network.java | 2 +- .../notify/dns/NotificationHandler_dns_driver_set_node.java | 2 +- .../notify/dns/NotificationHandler_dns_driver_update.java | 2 +- .../java/bubble/notify/email/EmailDriverNotification.java | 2 +- .../email/NotificationHandler_email_driver_response.java | 2 +- .../notify/email/NotificationHandler_email_driver_send.java | 2 +- .../main/java/bubble/notify/geoCode/GeoCodeNotification.java | 2 +- .../geoCode/NotificationHandler_geoCode_driver_geocode.java | 2 +- .../geoCode/NotificationHandler_geoCode_driver_response.java | 2 +- .../bubble/notify/geoLocation/GeoLocationNotification.java | 2 +- .../NotificationHandler_geoLocation_driver_geolocate.java | 2 +- .../NotificationHandler_geoLocation_driver_response.java | 2 +- .../main/java/bubble/notify/geoTime/GeoTimeNotification.java | 2 +- .../geoTime/NotificationHandler_geoTime_driver_geotime.java | 2 +- .../geoTime/NotificationHandler_geoTime_driver_response.java | 2 +- .../notify/payment/NotificationHandler_payment_driver.java | 2 +- .../NotificationHandler_payment_driver_authorize.java | 2 +- ...ificationHandler_payment_driver_cancel_authorization.java | 2 +- .../payment/NotificationHandler_payment_driver_claim.java | 2 +- .../payment/NotificationHandler_payment_driver_purchase.java | 2 +- .../payment/NotificationHandler_payment_driver_refund.java | 2 +- .../payment/NotificationHandler_payment_driver_response.java | 2 +- .../payment/NotificationHandler_payment_driver_validate.java | 2 +- .../notify/payment/PaymentMethodClaimNotification.java | 2 +- .../notify/payment/PaymentMethodValidationNotification.java | 2 +- .../main/java/bubble/notify/payment/PaymentNotification.java | 2 +- .../src/main/java/bubble/notify/payment/PaymentResult.java | 2 +- .../java/bubble/notify/payment/PaymentValidationResult.java | 2 +- .../notify/sms/NotificationHandler_sms_driver_response.java | 2 +- .../notify/sms/NotificationHandler_sms_driver_send.java | 2 +- .../main/java/bubble/notify/sms/SmsDriverNotification.java | 2 +- .../notify/storage/NotificationHandler_storage_driver.java | 2 +- .../storage/NotificationHandler_storage_driver_delete.java | 2 +- .../NotificationHandler_storage_driver_delete_network.java | 2 +- .../storage/NotificationHandler_storage_driver_exists.java | 2 +- .../storage/NotificationHandler_storage_driver_list.java | 2 +- .../NotificationHandler_storage_driver_list_next.java | 2 +- .../storage/NotificationHandler_storage_driver_read.java | 2 +- .../NotificationHandler_storage_driver_read_metadata.java | 2 +- .../storage/NotificationHandler_storage_driver_response.java | 2 +- .../storage/NotificationHandler_storage_driver_result.java | 2 +- .../storage/NotificationHandler_storage_driver_write.java | 2 +- .../bubble/notify/storage/StorageDriverNotification.java | 2 +- .../src/main/java/bubble/notify/storage/StorageListing.java | 2 +- .../src/main/java/bubble/notify/storage/StorageResult.java | 2 +- .../java/bubble/notify/storage/StorageStreamRequest.java | 2 +- .../src/main/java/bubble/resources/BubbleMagicResource.java | 2 +- .../src/main/java/bubble/resources/DebugResource.java | 2 +- .../src/main/java/bubble/resources/DetectResource.java | 2 +- .../main/java/bubble/resources/EntityConfigsResource.java | 2 +- .../src/main/java/bubble/resources/IdentityResource.java | 2 +- .../src/main/java/bubble/resources/SearchResource.java | 2 +- .../src/main/java/bubble/resources/TagsResource.java | 2 +- .../src/main/java/bubble/resources/TimezonesResource.java | 2 +- .../java/bubble/resources/account/AccountOwnedResource.java | 2 +- .../resources/account/AccountOwnedTemplateResource.java | 2 +- .../bubble/resources/account/AccountPromotionsResource.java | 2 +- .../bubble/resources/account/AccountSshKeysResource.java | 2 +- .../main/java/bubble/resources/account/AccountsResource.java | 2 +- .../src/main/java/bubble/resources/account/AuthResource.java | 2 +- .../main/java/bubble/resources/account/DevicesResource.java | 2 +- .../src/main/java/bubble/resources/account/MeResource.java | 2 +- .../resources/account/ReadOnlyAccountOwnedResource.java | 2 +- .../java/bubble/resources/account/ReferralCodesResource.java | 2 +- .../java/bubble/resources/account/VpnConfigResource.java | 2 +- .../main/java/bubble/resources/app/AppConfigResource.java | 2 +- .../src/main/java/bubble/resources/app/AppDataResource.java | 2 +- .../main/java/bubble/resources/app/AppDriversResource.java | 2 +- .../main/java/bubble/resources/app/AppMatchersResource.java | 2 +- .../main/java/bubble/resources/app/AppMessagesResource.java | 2 +- .../src/main/java/bubble/resources/app/AppRulesResource.java | 2 +- .../main/java/bubble/resources/app/AppSiteDataResource.java | 2 +- .../src/main/java/bubble/resources/app/AppSitesResource.java | 2 +- .../src/main/java/bubble/resources/app/AppsResource.java | 2 +- .../src/main/java/bubble/resources/app/AppsResourceBase.java | 2 +- .../src/main/java/bubble/resources/app/DataResourceBase.java | 2 +- .../main/java/bubble/resources/app/PublicAppsResource.java | 2 +- .../bubble/resources/bill/AccountPaymentMethodsResource.java | 2 +- .../java/bubble/resources/bill/AccountPaymentsResource.java | 2 +- .../java/bubble/resources/bill/AccountPlansResource.java | 2 +- .../bubble/resources/bill/AllPaymentMethodsResource.java | 2 +- .../src/main/java/bubble/resources/bill/BillsResource.java | 2 +- .../java/bubble/resources/bill/BubblePlanAppsResource.java | 2 +- .../main/java/bubble/resources/bill/BubblePlansResource.java | 2 +- .../main/java/bubble/resources/bill/PromotionsResource.java | 2 +- .../java/bubble/resources/cloud/AnsibleRolesResource.java | 2 +- .../bubble/resources/cloud/AnsibleRolesResourceBase.java | 2 +- .../main/java/bubble/resources/cloud/BackupsResource.java | 2 +- .../bubble/resources/cloud/CloudServiceDataResource.java | 2 +- .../bubble/resources/cloud/CloudServiceRegionsResource.java | 2 +- .../java/bubble/resources/cloud/CloudServicesResource.java | 2 +- .../java/bubble/resources/cloud/DomainRolesResource.java | 2 +- .../main/java/bubble/resources/cloud/DomainsResource.java | 2 +- .../java/bubble/resources/cloud/DomainsResourceBase.java | 2 +- .../main/java/bubble/resources/cloud/FootprintsResource.java | 2 +- .../java/bubble/resources/cloud/FootprintsResourceBase.java | 2 +- .../java/bubble/resources/cloud/NetworkActionsResource.java | 2 +- .../main/java/bubble/resources/cloud/NetworkDnsResource.java | 2 +- .../main/java/bubble/resources/cloud/NetworksResource.java | 2 +- .../src/main/java/bubble/resources/cloud/NodesResource.java | 2 +- .../bubble/resources/cloud/PublicAnsibleRolesResource.java | 2 +- .../bubble/resources/cloud/PublicCloudServicesResource.java | 2 +- .../java/bubble/resources/cloud/PublicDomainsResource.java | 2 +- .../bubble/resources/cloud/PublicFootprintsResource.java | 2 +- .../main/java/bubble/resources/cloud/StorageResource.java | 2 +- .../main/java/bubble/resources/driver/DriversResource.java | 2 +- .../java/bubble/resources/driver/DriversResourceBase.java | 2 +- .../java/bubble/resources/driver/PublicDriversResource.java | 2 +- .../java/bubble/resources/message/MessageResourceFormat.java | 2 +- .../main/java/bubble/resources/message/MessagesResource.java | 2 +- .../java/bubble/resources/notify/InboundNotifyResource.java | 2 +- .../bubble/resources/notify/NotificationsResourceBase.java | 2 +- .../resources/notify/ReceivedNotificationsResource.java | 2 +- .../bubble/resources/notify/SentNotificationsResource.java | 2 +- .../main/java/bubble/resources/stream/AppAssetsResource.java | 2 +- .../java/bubble/resources/stream/FilterDataResource.java | 2 +- .../main/java/bubble/resources/stream/FilterHttpRequest.java | 2 +- .../java/bubble/resources/stream/FilterHttpResource.java | 2 +- .../java/bubble/resources/stream/FilterMatchersRequest.java | 2 +- .../java/bubble/resources/stream/FilterMatchersResponse.java | 2 +- .../java/bubble/resources/stream/ReverseProxyResource.java | 2 +- .../src/main/java/bubble/rule/AbstractAppRuleDriver.java | 2 +- bubble-server/src/main/java/bubble/rule/AppRuleDriver.java | 2 +- .../src/main/java/bubble/rule/DriverUserConfig.java | 2 +- .../src/main/java/bubble/rule/FilterMatchDecision.java | 2 +- bubble-server/src/main/java/bubble/rule/FilterResponse.java | 2 +- .../src/main/java/bubble/rule/RequestDecorator.java | 2 +- bubble-server/src/main/java/bubble/rule/RuleConfig.java | 2 +- bubble-server/src/main/java/bubble/rule/RuleConfigBase.java | 2 +- bubble-server/src/main/java/bubble/rule/UserConfigField.java | 2 +- .../bubble/rule/analytics/TrafficAnalyticsRuleDriver.java | 2 +- .../src/main/java/bubble/rule/analytics/TrafficRecord.java | 2 +- .../src/main/java/bubble/rule/bblock/BubbleBlockConfig.java | 2 +- .../src/main/java/bubble/rule/bblock/BubbleBlockList.java | 2 +- .../main/java/bubble/rule/bblock/BubbleBlockRuleDriver.java | 2 +- .../main/java/bubble/rule/bblock/BubbleUserAgentBlock.java | 2 +- .../java/bubble/rule/social/block/JsUserBlockerConfig.java | 2 +- .../bubble/rule/social/block/JsUserBlockerRuleDriver.java | 2 +- .../java/bubble/rule/social/block/UserBlockerConfig.java | 2 +- .../java/bubble/rule/social/block/UserBlockerRuleDriver.java | 2 +- .../bubble/rule/social/block/UserBlockerStreamFilter.java | 2 +- .../java/bubble/rule/social/block/UserBlockerUserConfig.java | 2 +- .../src/main/java/bubble/server/BubbleConfiguration.java | 2 +- .../src/main/java/bubble/server/BubbleDbFilterServer.java | 2 +- bubble-server/src/main/java/bubble/server/BubbleServer.java | 2 +- .../java/bubble/server/listener/BubbleFirstTimeListener.java | 2 +- .../bubble/server/listener/DeviceInitializerListener.java | 2 +- .../src/main/java/bubble/server/listener/FirstTimeType.java | 2 +- .../java/bubble/server/listener/NodeInitializerListener.java | 2 +- .../src/main/java/bubble/service/BubbleJsService.java | 2 +- .../src/main/java/bubble/service/SearchService.java | 2 +- .../src/main/java/bubble/service/StandardSearchService.java | 2 +- .../java/bubble/service/account/AccountMessageService.java | 2 +- .../java/bubble/service/account/AuthenticatorService.java | 2 +- .../main/java/bubble/service/account/MitmControlService.java | 2 +- .../service/account/StandardAccountMessageService.java | 2 +- .../service/account/download/AccountDownloadCollector.java | 2 +- .../service/account/download/AccountDownloadMonitor.java | 2 +- .../service/account/download/AccountDownloadService.java | 2 +- .../java/bubble/service/backup/BackupCleanerService.java | 2 +- .../src/main/java/bubble/service/backup/BackupDecision.java | 2 +- .../src/main/java/bubble/service/backup/BackupService.java | 2 +- .../main/java/bubble/service/backup/NetworkKeysService.java | 2 +- .../src/main/java/bubble/service/backup/RestoreService.java | 2 +- .../src/main/java/bubble/service/bill/BillingService.java | 2 +- .../src/main/java/bubble/service/bill/PromotionService.java | 2 +- .../src/main/java/bubble/service/bill/RefundService.java | 2 +- .../main/java/bubble/service/bill/StandardRefundService.java | 2 +- .../src/main/java/bubble/service/boot/ActivationService.java | 2 +- .../java/bubble/service/boot/BubbleModelSetupService.java | 2 +- .../src/main/java/bubble/service/boot/SageHelloService.java | 2 +- .../src/main/java/bubble/service/boot/SelfNodeService.java | 2 +- .../java/bubble/service/boot/StandardSelfNodeService.java | 2 +- .../main/java/bubble/service/cloud/AnsiblePrepService.java | 2 +- .../src/main/java/bubble/service/cloud/DeviceIdService.java | 2 +- .../src/main/java/bubble/service/cloud/GeoService.java | 2 +- .../java/bubble/service/cloud/NetworkMonitorService.java | 2 +- .../src/main/java/bubble/service/cloud/NetworkService.java | 2 +- .../src/main/java/bubble/service/cloud/NodeLauncher.java | 2 +- .../main/java/bubble/service/cloud/NodeProgressMeter.java | 2 +- .../bubble/service/cloud/NodeProgressMeterConstants.java | 2 +- .../java/bubble/service/cloud/NodeProgressMeterTick.java | 2 +- .../src/main/java/bubble/service/cloud/NodeService.java | 2 +- .../bubble/service/cloud/RequestCoordinationService.java | 2 +- .../java/bubble/service/cloud/StandardNetworkService.java | 2 +- .../java/bubble/service/cloud/StandardStorageService.java | 2 +- .../src/main/java/bubble/service/cloud/StorageService.java | 2 +- .../main/java/bubble/service/cloud/StorageStreamService.java | 2 +- .../java/bubble/service/dbfilter/DatabaseFilterService.java | 2 +- .../main/java/bubble/service/dbfilter/EndOfEntityStream.java | 2 +- .../main/java/bubble/service/dbfilter/EntityIterator.java | 2 +- .../java/bubble/service/dbfilter/FilteredEntityIterator.java | 2 +- .../java/bubble/service/dbfilter/FullEntityIterator.java | 2 +- .../main/java/bubble/service/message/AppMessageService.java | 2 +- .../main/java/bubble/service/notify/InboundNotification.java | 2 +- .../bubble/service/notify/LocalNotificationStrategy.java | 2 +- .../bubble/service/notify/NotificationInboxProcessor.java | 2 +- .../bubble/service/notify/NotificationReceiverService.java | 2 +- .../main/java/bubble/service/notify/NotificationService.java | 2 +- .../main/java/bubble/service/stream/ActiveStreamState.java | 2 +- .../src/main/java/bubble/service/stream/AppRuleHarness.java | 2 +- .../main/java/bubble/service/stream/RuleEngineService.java | 2 +- .../bubble/service/stream/StandardRuleEngineService.java | 2 +- .../service_dbfilter/DbFilterAccountMessageService.java | 2 +- .../java/bubble/service_dbfilter/DbFilterNetworkService.java | 2 +- .../java/bubble/service_dbfilter/DbFilterRefundService.java | 2 +- .../bubble/service_dbfilter/DbFilterRuleEngineService.java | 2 +- .../java/bubble/service_dbfilter/DbFilterSearchService.java | 2 +- .../bubble/service_dbfilter/DbFilterSelfNodeService.java | 2 +- .../java/bubble/service_dbfilter/DbFilterStorageService.java | 2 +- bubble-server/src/main/java/db/BubbleMigration.java | 2 +- bubble-server/src/main/resources/bubble-config.yml | 2 +- bubble-server/src/main/resources/logback-client.xml | 2 +- bubble-server/src/main/resources/logback.xml | 2 +- .../en_US/server/countries/ResourceMessages.properties | 2 +- .../en_US/server/post_auth/ResourceMessages.properties | 2 +- .../en_US/server/pre_auth/ResourceMessages.properties | 2 +- .../en_US/server/timezones/ResourceMessages.properties | 2 +- bubble-server/src/main/resources/spring-db-filter.xml | 2 +- bubble-server/src/main/resources/spring.xml | 2 +- .../src/test/java/bubble/mock/MockNetworkService.java | 2 +- .../test/java/bubble/test/ActivatedBubbleModelTestBase.java | 2 +- .../src/test/java/bubble/test/BubbleApiRunnerListener.java | 2 +- .../src/test/java/bubble/test/BubbleModelSetupListener.java | 2 +- .../src/test/java/bubble/test/BubbleModelTestBase.java | 2 +- bubble-server/src/test/java/bubble/test/BubbleTestBase.java | 2 +- bubble-server/src/test/java/bubble/test/DbInit.java | 2 +- .../src/test/java/bubble/test/HandlebarsTestHelpers.java | 2 +- .../src/test/java/bubble/test/TestBubbleApiClient.java | 2 +- .../src/test/java/bubble/test/dev/BlankDevServerTest.java | 2 +- .../src/test/java/bubble/test/dev/DevServerTest.java | 2 +- .../src/test/java/bubble/test/dev/NewBlankDevServerTest.java | 2 +- .../src/test/java/bubble/test/filter/ProxyTest.java | 2 +- .../test/java/bubble/test/filter/TrafficAnalyticsTest.java | 2 +- .../src/test/java/bubble/test/live/BackupRestoreTest.java | 2 +- .../src/test/java/bubble/test/live/GoDaddyDnsTest.java | 2 +- .../src/test/java/bubble/test/live/LaunchAndStopSage.java | 2 +- .../src/test/java/bubble/test/live/LaunchSageTest.java | 2 +- .../src/test/java/bubble/test/live/LiveTestBase.java | 2 +- .../src/test/java/bubble/test/live/Route53DnsTest.java | 2 +- .../src/test/java/bubble/test/live/S3StorageTest.java | 2 +- .../src/test/java/bubble/test/payment/PaymentTest.java | 2 +- .../src/test/java/bubble/test/payment/PaymentTestBase.java | 2 +- .../test/java/bubble/test/payment/RecurringBillingTest.java | 2 +- .../src/test/java/bubble/test/promo/AccountCreditTest.java | 2 +- .../java/bubble/test/promo/FirstMonthFreePromotionTest.java | 2 +- .../test/java/bubble/test/promo/MultiplePromotionsTest.java | 2 +- .../bubble/test/promo/ReferralMonthFreePromotionTest.java | 2 +- bubble-server/src/test/java/bubble/test/system/AuthTest.java | 2 +- .../src/test/java/bubble/test/system/BackupTest.java | 2 +- .../src/test/java/bubble/test/system/DriverTest.java | 2 +- .../src/test/java/bubble/test/system/LiveNetworkTest.java | 2 +- .../src/test/java/bubble/test/system/NetworkTest.java | 2 +- .../src/test/java/bubble/test/system/NetworkTestBase.java | 2 +- bubble-server/src/test/resources/site/stripe/index.html | 2 +- bubble-server/src/test/resources/spring-mock-network.xml | 2 +- bubble-server/src/test/resources/test-bubble-config.yml | 2 +- bubble-web | 2 +- pom.xml | 2 +- 631 files changed, 633 insertions(+), 632 deletions(-) diff --git a/bin/bactivate b/bin/bactivate index a1da87f6..88721852 100755 --- a/bin/bactivate +++ b/bin/bactivate @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Initial activation of a bubble server diff --git a/bin/bconst b/bin/bconst index e13d9b33..e1b4ec10 100755 --- a/bin/bconst +++ b/bin/bconst @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Write a constant value to stdout. diff --git a/bin/bdecrypt b/bin/bdecrypt index e551ad45..6f072eed 100755 --- a/bin/bdecrypt +++ b/bin/bdecrypt @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # SCRIPT="${0}" SCRIPT_DIR=$(cd $(dirname ${SCRIPT}) && pwd) diff --git a/bin/bdelete b/bin/bdelete index 697d6f25..86364d81 100755 --- a/bin/bdelete +++ b/bin/bdelete @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run an HTTP DELETE against the API diff --git a/bin/bencrypt b/bin/bencrypt index 0edd160f..3323988c 100755 --- a/bin/bencrypt +++ b/bin/bencrypt @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # SCRIPT="${0}" SCRIPT_DIR=$(cd $(dirname ${SCRIPT}) && pwd) diff --git a/bin/bget b/bin/bget index 1c136318..f2a7aae5 100755 --- a/bin/bget +++ b/bin/bget @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run an HTTP GET against the API diff --git a/bin/bgeti b/bin/bgeti index a1fc0fe3..7a2151a0 100755 --- a/bin/bgeti +++ b/bin/bgeti @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run an HTTP GET against the API, then print out the "uuid" attribute only diff --git a/bin/bgeti1 b/bin/bgeti1 index b910b55b..55bbe0a4 100755 --- a/bin/bgeti1 +++ b/bin/bgeti1 @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run an HTTP GET against the API, then print out the "uuid" attribute only, and only the first one diff --git a/bin/bgetn b/bin/bgetn index cdd41f37..890fee2b 100755 --- a/bin/bgetn +++ b/bin/bgetn @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run an HTTP GET against the API, then print out the "name" attribute only diff --git a/bin/bgetn1 b/bin/bgetn1 index dd3db881..f9872538 100755 --- a/bin/bgetn1 +++ b/bin/bgetn1 @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run an HTTP GET against the API, then print out the "name" attribute only, and only the first one diff --git a/bin/bmodel b/bin/bmodel index 0ac68fd9..676a7b78 100755 --- a/bin/bmodel +++ b/bin/bmodel @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Write a model to a bubble server diff --git a/bin/bpatch b/bin/bpatch index 0cd99276..fcd02cc0 100755 --- a/bin/bpatch +++ b/bin/bpatch @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Usage: diff --git a/bin/bpatchfull b/bin/bpatchfull index fbe32c09..dd107236 100755 --- a/bin/bpatchfull +++ b/bin/bpatchfull @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Usage: diff --git a/bin/bpost b/bin/bpost index b5447dea..7e0b8022 100755 --- a/bin/bpost +++ b/bin/bpost @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run an HTTP POST against the API diff --git a/bin/bposte b/bin/bposte index d3462895..02aa8e40 100755 --- a/bin/bposte +++ b/bin/bposte @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run an HTTP POST against the API with an empty request entity diff --git a/bin/bput b/bin/bput index ac2e5040..0b049497 100755 --- a/bin/bput +++ b/bin/bput @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run an HTTP PUT against the API diff --git a/bin/bpute b/bin/bpute index 7a6e6c18..2a074ebf 100755 --- a/bin/bpute +++ b/bin/bpute @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run an HTTP PUT against the API with an empty request entity diff --git a/bin/bscript b/bin/bscript index 5926fd37..65adb3b9 100755 --- a/bin/bscript +++ b/bin/bscript @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run a local JSON API script against a remote API server diff --git a/bin/bubble b/bin/bubble index c3b6dddd..5ed75418 100755 --- a/bin/bubble +++ b/bin/bubble @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Bubble client script. Wraps the run.sh script. diff --git a/bin/bubble_common b/bin/bubble_common index b1171bf6..5a99e30b 100755 --- a/bin/bubble_common +++ b/bin/bubble_common @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # function die { if [[ -z "${SCRIPT}" ]] ; then diff --git a/bin/build_dist b/bin/build_dist index 99416590..381f1d0b 100755 --- a/bin/build_dist +++ b/bin/build_dist @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Build Bubble distribution ZIP file diff --git a/bin/bunlock b/bin/bunlock index bbce8a8b..262dee53 100755 --- a/bin/bunlock +++ b/bin/bunlock @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Unlock a new bubble diff --git a/bin/cleanup_bubble_databases b/bin/cleanup_bubble_databases index 175ed961..37a629b0 100755 --- a/bin/cleanup_bubble_databases +++ b/bin/cleanup_bubble_databases @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Drop the various temporary databases that sometimes get left around by the tests diff --git a/bin/create_user_and_network b/bin/create_user_and_network index b3d415ec..0ad49557 100755 --- a/bin/create_user_and_network +++ b/bin/create_user_and_network @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Create a new user and start a network for that user diff --git a/bin/first_time_setup.sh b/bin/first_time_setup.sh index 7edf6488..6d0b9978 100755 --- a/bin/first_time_setup.sh +++ b/bin/first_time_setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Performs first-time setup after a fresh git clone. diff --git a/bin/first_time_ubuntu.sh b/bin/first_time_ubuntu.sh index ddf97b25..50284073 100755 --- a/bin/first_time_ubuntu.sh +++ b/bin/first_time_ubuntu.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # function die { echo 1>&2 "${1}" diff --git a/bin/git_update_bubble.sh b/bin/git_update_bubble.sh index 70a5d9d2..6e2c3a01 100755 --- a/bin/git_update_bubble.sh +++ b/bin/git_update_bubble.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Update repository from master, including submodules, and rebuild bubble jar file diff --git a/bin/jq-all-vals b/bin/jq-all-vals index 342718f5..c2e83afb 100755 --- a/bin/jq-all-vals +++ b/bin/jq-all-vals @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Print all values for a JSON property name, among any given JSON via stdin. diff --git a/bin/list_bubble_databases b/bin/list_bubble_databases index f7d86079..a4a301c1 100755 --- a/bin/list_bubble_databases +++ b/bin/list_bubble_databases @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # List bubble databases diff --git a/bin/new_bubble.sh b/bin/new_bubble.sh index fb53ecec..729af00e 100755 --- a/bin/new_bubble.sh +++ b/bin/new_bubble.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Launch a new bubble from a sage node diff --git a/bin/prep_bubble_jar b/bin/prep_bubble_jar index a28b59f4..1a8e102f 100755 --- a/bin/prep_bubble_jar +++ b/bin/prep_bubble_jar @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Prepares the bubble.jar file for active usage. diff --git a/bin/proxy b/bin/proxy index 8aaee16f..86110f78 100755 --- a/bin/proxy +++ b/bin/proxy @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Request a URL via the reverse proxy diff --git a/bin/reset_bubble_db b/bin/reset_bubble_db index ead30acc..20f6c53a 100755 --- a/bin/reset_bubble_db +++ b/bin/reset_bubble_db @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Reset the local "bubble" database diff --git a/bin/run.sh b/bin/run.sh index 42f044f8..8032ce2b 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Run Bubble server or CLI commands. A wrapper for starting a JVM to run Bubble programs. diff --git a/bin/update_role b/bin/update_role index 593b0baf..1054b0f4 100755 --- a/bin/update_role +++ b/bin/update_role @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # # Update a role on a remote node diff --git a/bubble-server/pom.xml b/bubble-server/pom.xml index d8b967a8..f8551248 100644 --- a/bubble-server/pom.xml +++ b/bubble-server/pom.xml @@ -1,6 +1,6 @@ - + diff --git a/bubble-server/src/main/java/bubble/ApiConstants.java b/bubble-server/src/main/java/bubble/ApiConstants.java index b1569291..7130d04b 100644 --- a/bubble-server/src/main/java/bubble/ApiConstants.java +++ b/bubble-server/src/main/java/bubble/ApiConstants.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble; diff --git a/bubble-server/src/main/java/bubble/BubbleHandlebars.java b/bubble-server/src/main/java/bubble/BubbleHandlebars.java index 4a6eeb91..5c0aa194 100644 --- a/bubble-server/src/main/java/bubble/BubbleHandlebars.java +++ b/bubble-server/src/main/java/bubble/BubbleHandlebars.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble; diff --git a/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppDataDriver.java b/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppDataDriver.java index 517867f9..9b585b71 100644 --- a/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppDataDriver.java +++ b/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppDataDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.app.analytics; diff --git a/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsData.java b/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsData.java index 12008d31..c8217b36 100644 --- a/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsData.java +++ b/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsData.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.app.analytics; diff --git a/bubble-server/src/main/java/bubble/app/bblock/BlockListEntry.java b/bubble-server/src/main/java/bubble/app/bblock/BlockListEntry.java index 45442c28..63d67035 100644 --- a/bubble-server/src/main/java/bubble/app/bblock/BlockListEntry.java +++ b/bubble-server/src/main/java/bubble/app/bblock/BlockListEntry.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.app.bblock; diff --git a/bubble-server/src/main/java/bubble/app/bblock/BlockListEntryType.java b/bubble-server/src/main/java/bubble/app/bblock/BlockListEntryType.java index 480593fe..5a099f65 100644 --- a/bubble-server/src/main/java/bubble/app/bblock/BlockListEntryType.java +++ b/bubble-server/src/main/java/bubble/app/bblock/BlockListEntryType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.app.bblock; diff --git a/bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppConfigDriver.java b/bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppConfigDriver.java index 43045bb4..e7085b42 100644 --- a/bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppConfigDriver.java +++ b/bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppConfigDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.app.bblock; diff --git a/bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppDataDriver.java b/bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppDataDriver.java index 193ba94c..281346ad 100644 --- a/bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppDataDriver.java +++ b/bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppDataDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.app.bblock; diff --git a/bubble-server/src/main/java/bubble/app/social/block/UserBlockerAppDataDriver.java b/bubble-server/src/main/java/bubble/app/social/block/UserBlockerAppDataDriver.java index 580131a9..d89e147a 100644 --- a/bubble-server/src/main/java/bubble/app/social/block/UserBlockerAppDataDriver.java +++ b/bubble-server/src/main/java/bubble/app/social/block/UserBlockerAppDataDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.app.social.block; diff --git a/bubble-server/src/main/java/bubble/auth/BubbleAuthFilter.java b/bubble-server/src/main/java/bubble/auth/BubbleAuthFilter.java index 6a015101..2871495f 100644 --- a/bubble-server/src/main/java/bubble/auth/BubbleAuthFilter.java +++ b/bubble-server/src/main/java/bubble/auth/BubbleAuthFilter.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.auth; diff --git a/bubble-server/src/main/java/bubble/auth/BubbleAuthProvider.java b/bubble-server/src/main/java/bubble/auth/BubbleAuthProvider.java index ee2b246d..ff463554 100644 --- a/bubble-server/src/main/java/bubble/auth/BubbleAuthProvider.java +++ b/bubble-server/src/main/java/bubble/auth/BubbleAuthProvider.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.auth; diff --git a/bubble-server/src/main/java/bubble/auth/PromoCodePolicy.java b/bubble-server/src/main/java/bubble/auth/PromoCodePolicy.java index 9e7dab98..59874cd1 100644 --- a/bubble-server/src/main/java/bubble/auth/PromoCodePolicy.java +++ b/bubble-server/src/main/java/bubble/auth/PromoCodePolicy.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.auth; diff --git a/bubble-server/src/main/java/bubble/client/BubbleApiClient.java b/bubble-server/src/main/java/bubble/client/BubbleApiClient.java index 4cbd4f3c..be99cd98 100644 --- a/bubble-server/src/main/java/bubble/client/BubbleApiClient.java +++ b/bubble-server/src/main/java/bubble/client/BubbleApiClient.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.client; diff --git a/bubble-server/src/main/java/bubble/client/BubbleNodeClient.java b/bubble-server/src/main/java/bubble/client/BubbleNodeClient.java index 98578c81..9b692929 100644 --- a/bubble-server/src/main/java/bubble/client/BubbleNodeClient.java +++ b/bubble-server/src/main/java/bubble/client/BubbleNodeClient.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.client; diff --git a/bubble-server/src/main/java/bubble/client/BubbleNodeDownloadClient.java b/bubble-server/src/main/java/bubble/client/BubbleNodeDownloadClient.java index 6d6ba231..92bfd6c5 100644 --- a/bubble-server/src/main/java/bubble/client/BubbleNodeDownloadClient.java +++ b/bubble-server/src/main/java/bubble/client/BubbleNodeDownloadClient.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.client; diff --git a/bubble-server/src/main/java/bubble/client/BubbleNodeQuickClient.java b/bubble-server/src/main/java/bubble/client/BubbleNodeQuickClient.java index 713855dd..ea8bcb50 100644 --- a/bubble-server/src/main/java/bubble/client/BubbleNodeQuickClient.java +++ b/bubble-server/src/main/java/bubble/client/BubbleNodeQuickClient.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.client; diff --git a/bubble-server/src/main/java/bubble/cloud/CloudAndRegion.java b/bubble-server/src/main/java/bubble/cloud/CloudAndRegion.java index 73e4fa02..20b2ed72 100644 --- a/bubble-server/src/main/java/bubble/cloud/CloudAndRegion.java +++ b/bubble-server/src/main/java/bubble/cloud/CloudAndRegion.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud; diff --git a/bubble-server/src/main/java/bubble/cloud/CloudRegion.java b/bubble-server/src/main/java/bubble/cloud/CloudRegion.java index fb650609..0eb05e85 100644 --- a/bubble-server/src/main/java/bubble/cloud/CloudRegion.java +++ b/bubble-server/src/main/java/bubble/cloud/CloudRegion.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud; diff --git a/bubble-server/src/main/java/bubble/cloud/CloudRegionRelative.java b/bubble-server/src/main/java/bubble/cloud/CloudRegionRelative.java index d8c6a293..5b6135ea 100644 --- a/bubble-server/src/main/java/bubble/cloud/CloudRegionRelative.java +++ b/bubble-server/src/main/java/bubble/cloud/CloudRegionRelative.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud; diff --git a/bubble-server/src/main/java/bubble/cloud/CloudServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/CloudServiceDriver.java index 760cc5c7..6a0a7c46 100644 --- a/bubble-server/src/main/java/bubble/cloud/CloudServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/CloudServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud; diff --git a/bubble-server/src/main/java/bubble/cloud/CloudServiceDriverBase.java b/bubble-server/src/main/java/bubble/cloud/CloudServiceDriverBase.java index cc6f65e6..5a7aaa4b 100644 --- a/bubble-server/src/main/java/bubble/cloud/CloudServiceDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/CloudServiceDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud; diff --git a/bubble-server/src/main/java/bubble/cloud/CloudServiceType.java b/bubble-server/src/main/java/bubble/cloud/CloudServiceType.java index 88818d12..810b3ee0 100644 --- a/bubble-server/src/main/java/bubble/cloud/CloudServiceType.java +++ b/bubble-server/src/main/java/bubble/cloud/CloudServiceType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud; diff --git a/bubble-server/src/main/java/bubble/cloud/DelegatedCloudServiceDriverBase.java b/bubble-server/src/main/java/bubble/cloud/DelegatedCloudServiceDriverBase.java index 6186a63b..4f66d70d 100644 --- a/bubble-server/src/main/java/bubble/cloud/DelegatedCloudServiceDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/DelegatedCloudServiceDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud; diff --git a/bubble-server/src/main/java/bubble/cloud/DelegatedStorageDriverBase.java b/bubble-server/src/main/java/bubble/cloud/DelegatedStorageDriverBase.java index a43165b3..964d4469 100644 --- a/bubble-server/src/main/java/bubble/cloud/DelegatedStorageDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/DelegatedStorageDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud; diff --git a/bubble-server/src/main/java/bubble/cloud/NoopCloud.java b/bubble-server/src/main/java/bubble/cloud/NoopCloud.java index d862ef44..6d82d715 100644 --- a/bubble-server/src/main/java/bubble/cloud/NoopCloud.java +++ b/bubble-server/src/main/java/bubble/cloud/NoopCloud.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud; diff --git a/bubble-server/src/main/java/bubble/cloud/RegionalConfig.java b/bubble-server/src/main/java/bubble/cloud/RegionalConfig.java index bc767340..9482650f 100644 --- a/bubble-server/src/main/java/bubble/cloud/RegionalConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/RegionalConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud; diff --git a/bubble-server/src/main/java/bubble/cloud/auth/AuthFieldHandler.java b/bubble-server/src/main/java/bubble/cloud/auth/AuthFieldHandler.java index 9ade25c6..ea31ce29 100644 --- a/bubble-server/src/main/java/bubble/cloud/auth/AuthFieldHandler.java +++ b/bubble-server/src/main/java/bubble/cloud/auth/AuthFieldHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.auth; diff --git a/bubble-server/src/main/java/bubble/cloud/auth/AuthenticationDriver.java b/bubble-server/src/main/java/bubble/cloud/auth/AuthenticationDriver.java index 4fd6b037..200af692 100644 --- a/bubble-server/src/main/java/bubble/cloud/auth/AuthenticationDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/auth/AuthenticationDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.auth; diff --git a/bubble-server/src/main/java/bubble/cloud/auth/AuthenticatorAuthFieldHandler.java b/bubble-server/src/main/java/bubble/cloud/auth/AuthenticatorAuthFieldHandler.java index 675953aa..2835bd82 100644 --- a/bubble-server/src/main/java/bubble/cloud/auth/AuthenticatorAuthFieldHandler.java +++ b/bubble-server/src/main/java/bubble/cloud/auth/AuthenticatorAuthFieldHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.auth; diff --git a/bubble-server/src/main/java/bubble/cloud/auth/DelegatedAuthDriverBase.java b/bubble-server/src/main/java/bubble/cloud/auth/DelegatedAuthDriverBase.java index 06794c00..f03ee603 100644 --- a/bubble-server/src/main/java/bubble/cloud/auth/DelegatedAuthDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/auth/DelegatedAuthDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.auth; diff --git a/bubble-server/src/main/java/bubble/cloud/auth/EmailAuthFieldHandler.java b/bubble-server/src/main/java/bubble/cloud/auth/EmailAuthFieldHandler.java index fdad7bb7..8a07488b 100644 --- a/bubble-server/src/main/java/bubble/cloud/auth/EmailAuthFieldHandler.java +++ b/bubble-server/src/main/java/bubble/cloud/auth/EmailAuthFieldHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.auth; diff --git a/bubble-server/src/main/java/bubble/cloud/auth/RenderedMessage.java b/bubble-server/src/main/java/bubble/cloud/auth/RenderedMessage.java index 3b24eb3b..32f6c923 100644 --- a/bubble-server/src/main/java/bubble/cloud/auth/RenderedMessage.java +++ b/bubble-server/src/main/java/bubble/cloud/auth/RenderedMessage.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.auth; diff --git a/bubble-server/src/main/java/bubble/cloud/auth/SmsAuthFieldHandler.java b/bubble-server/src/main/java/bubble/cloud/auth/SmsAuthFieldHandler.java index 774c3a6a..7e91f7c3 100644 --- a/bubble-server/src/main/java/bubble/cloud/auth/SmsAuthFieldHandler.java +++ b/bubble-server/src/main/java/bubble/cloud/auth/SmsAuthFieldHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.auth; diff --git a/bubble-server/src/main/java/bubble/cloud/authenticator/AuthenticatorServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/authenticator/AuthenticatorServiceDriver.java index 4f88f545..3aa8e909 100644 --- a/bubble-server/src/main/java/bubble/cloud/authenticator/AuthenticatorServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/authenticator/AuthenticatorServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.authenticator; diff --git a/bubble-server/src/main/java/bubble/cloud/authenticator/TOTPAuthenticatorDriver.java b/bubble-server/src/main/java/bubble/cloud/authenticator/TOTPAuthenticatorDriver.java index 2b81f5e2..57e94a02 100644 --- a/bubble-server/src/main/java/bubble/cloud/authenticator/TOTPAuthenticatorDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/authenticator/TOTPAuthenticatorDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.authenticator; diff --git a/bubble-server/src/main/java/bubble/cloud/authenticator/delegate/DelegatedAuthenticatorDriver.java b/bubble-server/src/main/java/bubble/cloud/authenticator/delegate/DelegatedAuthenticatorDriver.java index 4249120d..859ca463 100644 --- a/bubble-server/src/main/java/bubble/cloud/authenticator/delegate/DelegatedAuthenticatorDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/authenticator/delegate/DelegatedAuthenticatorDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.authenticator.delegate; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/ComputeConfig.java b/bubble-server/src/main/java/bubble/cloud/compute/ComputeConfig.java index ff09de6c..fed1d908 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/ComputeConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/ComputeConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSize.java b/bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSize.java index cd67c4fc..ba0f5c94 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSize.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSize.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSizeType.java b/bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSizeType.java index cd70af99..4ee9527d 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSizeType.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSizeType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriver.java index 29e3621d..ff2055a2 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriverBase.java b/bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriverBase.java index 2b8692b9..bd2accd8 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/NodeReaper.java b/bubble-server/src/main/java/bubble/cloud/compute/NodeReaper.java index fd9a5445..5088d8ea 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/NodeReaper.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/NodeReaper.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/delegate/DelegatedComputeDriver.java b/bubble-server/src/main/java/bubble/cloud/compute/delegate/DelegatedComputeDriver.java index d8f1f66d..3fd5f78f 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/delegate/DelegatedComputeDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/delegate/DelegatedComputeDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.delegate; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletRequest.java b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletRequest.java index 1c53b61b..396620f4 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletRequest.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletRequest.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.digitalocean; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletResponse.java b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletResponse.java index 8fa1112f..4e39668a 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletResponse.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletResponse.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.digitalocean; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DigitalOceanDriver.java b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DigitalOceanDriver.java index 668c57d2..b507ef28 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DigitalOceanDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DigitalOceanDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.digitalocean; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/Droplet.java b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/Droplet.java index 6c342ce6..28f4e15b 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/Droplet.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/Droplet.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.digitalocean; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletIp.java b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletIp.java index 8cde93e4..bae6ee70 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletIp.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletIp.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.digitalocean; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletNetInfo.java b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletNetInfo.java index fe999e6a..f30e618b 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletNetInfo.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletNetInfo.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.digitalocean; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/ListDropletsResponse.java b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/ListDropletsResponse.java index 2e696808..be4c8a6b 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/ListDropletsResponse.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/digitalocean/ListDropletsResponse.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.digitalocean; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/local/LocalComputeDriver.java b/bubble-server/src/main/java/bubble/cloud/compute/local/LocalComputeDriver.java index 65884c0f..b66ab66d 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/local/LocalComputeDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/local/LocalComputeDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.local; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/mock/MockComputeDriver.java b/bubble-server/src/main/java/bubble/cloud/compute/mock/MockComputeDriver.java index a379c7d2..21631203 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/mock/MockComputeDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/mock/MockComputeDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.mock; diff --git a/bubble-server/src/main/java/bubble/cloud/compute/vultr/VultrDriver.java b/bubble-server/src/main/java/bubble/cloud/compute/vultr/VultrDriver.java index 86b455cc..f90c9429 100644 --- a/bubble-server/src/main/java/bubble/cloud/compute/vultr/VultrDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/compute/vultr/VultrDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.compute.vultr; diff --git a/bubble-server/src/main/java/bubble/cloud/config/CloudApiConfig.java b/bubble-server/src/main/java/bubble/cloud/config/CloudApiConfig.java index c5d43fc3..bccb8b46 100644 --- a/bubble-server/src/main/java/bubble/cloud/config/CloudApiConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/config/CloudApiConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.config; diff --git a/bubble-server/src/main/java/bubble/cloud/config/CloudApiUrlConfig.java b/bubble-server/src/main/java/bubble/cloud/config/CloudApiUrlConfig.java index b896140a..005bcdfd 100644 --- a/bubble-server/src/main/java/bubble/cloud/config/CloudApiUrlConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/config/CloudApiUrlConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.config; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/DnsConfig.java b/bubble-server/src/main/java/bubble/cloud/dns/DnsConfig.java index 2be871b1..41f53636 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/DnsConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/DnsConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/DnsDriverBase.java b/bubble-server/src/main/java/bubble/cloud/dns/DnsDriverBase.java index b25d64ba..9f4c191f 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/DnsDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/DnsDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/DnsServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/dns/DnsServiceDriver.java index 87145a46..e5a553ee 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/DnsServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/DnsServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/delegate/DelegatedDnsDriver.java b/bubble-server/src/main/java/bubble/cloud/dns/delegate/DelegatedDnsDriver.java index c1db6923..03e6ad33 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/delegate/DelegatedDnsDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/delegate/DelegatedDnsDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns.delegate; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsConfig.java b/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsConfig.java index ebade60c..7499a2fd 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns.godaddy; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsDriver.java b/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsDriver.java index 92906995..88d492b4 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns.godaddy; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsRecord.java b/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsRecord.java index 05d533fb..7bf9b18b 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsRecord.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsRecord.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns.godaddy; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDomain.java b/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDomain.java index e0750b6a..33840750 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDomain.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDomain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns.godaddy; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/mock/MockDnsDriver.java b/bubble-server/src/main/java/bubble/cloud/dns/mock/MockDnsDriver.java index 91fa12ee..c306915d 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/mock/MockDnsDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/mock/MockDnsDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns.mock; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/route53/Route53DnsConfig.java b/bubble-server/src/main/java/bubble/cloud/dns/route53/Route53DnsConfig.java index ac74399b..68fa2760 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/route53/Route53DnsConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/route53/Route53DnsConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns.route53; diff --git a/bubble-server/src/main/java/bubble/cloud/dns/route53/Route53DnsDriver.java b/bubble-server/src/main/java/bubble/cloud/dns/route53/Route53DnsDriver.java index 83ab7abe..7f963a89 100644 --- a/bubble-server/src/main/java/bubble/cloud/dns/route53/Route53DnsDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/dns/route53/Route53DnsDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.dns.route53; diff --git a/bubble-server/src/main/java/bubble/cloud/email/EmailDriverConfig.java b/bubble-server/src/main/java/bubble/cloud/email/EmailDriverConfig.java index 2e7112d1..79d979f8 100644 --- a/bubble-server/src/main/java/bubble/cloud/email/EmailDriverConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/email/EmailDriverConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.email; diff --git a/bubble-server/src/main/java/bubble/cloud/email/EmailServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/email/EmailServiceDriver.java index b1570260..5bf3a37d 100644 --- a/bubble-server/src/main/java/bubble/cloud/email/EmailServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/email/EmailServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.email; diff --git a/bubble-server/src/main/java/bubble/cloud/email/RenderedEmail.java b/bubble-server/src/main/java/bubble/cloud/email/RenderedEmail.java index eede17f1..0fdcd680 100644 --- a/bubble-server/src/main/java/bubble/cloud/email/RenderedEmail.java +++ b/bubble-server/src/main/java/bubble/cloud/email/RenderedEmail.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.email; diff --git a/bubble-server/src/main/java/bubble/cloud/email/SmtpEmailDriver.java b/bubble-server/src/main/java/bubble/cloud/email/SmtpEmailDriver.java index 0bb89e60..9dab9ef2 100644 --- a/bubble-server/src/main/java/bubble/cloud/email/SmtpEmailDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/email/SmtpEmailDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.email; diff --git a/bubble-server/src/main/java/bubble/cloud/email/delegate/DelegatedEmailDriver.java b/bubble-server/src/main/java/bubble/cloud/email/delegate/DelegatedEmailDriver.java index f8913429..dc882bd6 100644 --- a/bubble-server/src/main/java/bubble/cloud/email/delegate/DelegatedEmailDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/email/delegate/DelegatedEmailDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.email.delegate; diff --git a/bubble-server/src/main/java/bubble/cloud/email/mock/MockEmailDriver.java b/bubble-server/src/main/java/bubble/cloud/email/mock/MockEmailDriver.java index 1382e910..de592f8d 100644 --- a/bubble-server/src/main/java/bubble/cloud/email/mock/MockEmailDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/email/mock/MockEmailDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.email.mock; diff --git a/bubble-server/src/main/java/bubble/cloud/email/mock/MockMailSender.java b/bubble-server/src/main/java/bubble/cloud/email/mock/MockMailSender.java index b7d52afc..7bb9cb0a 100644 --- a/bubble-server/src/main/java/bubble/cloud/email/mock/MockMailSender.java +++ b/bubble-server/src/main/java/bubble/cloud/email/mock/MockMailSender.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.email.mock; diff --git a/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeDriverBase.java b/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeDriverBase.java index 57954356..c4726925 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoCode; diff --git a/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeResult.java b/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeResult.java index d8305332..7c956243 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeResult.java +++ b/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeResult.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoCode; diff --git a/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeServiceDriver.java index b8523a27..fd23ef19 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoCode/GeoCodeServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoCode; diff --git a/bubble-server/src/main/java/bubble/cloud/geoCode/delegate/DelegatedGeoCodeDriver.java b/bubble-server/src/main/java/bubble/cloud/geoCode/delegate/DelegatedGeoCodeDriver.java index ba526d8f..9739ed94 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoCode/delegate/DelegatedGeoCodeDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoCode/delegate/DelegatedGeoCodeDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoCode.delegate; diff --git a/bubble-server/src/main/java/bubble/cloud/geoCode/google/GoogleGeoCodeDriver.java b/bubble-server/src/main/java/bubble/cloud/geoCode/google/GoogleGeoCodeDriver.java index 174ee4be..5dc04d51 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoCode/google/GoogleGeoCodeDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoCode/google/GoogleGeoCodeDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoCode.google; diff --git a/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocateServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocateServiceDriver.java index d52e508c..a2b07a13 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocateServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocateServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoLocation; diff --git a/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocateServiceDriverBase.java b/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocateServiceDriverBase.java index cdfb01b7..6dd8ba5f 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocateServiceDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocateServiceDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoLocation; diff --git a/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocation.java b/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocation.java index c9ab7c3e..2d85c125 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocation.java +++ b/bubble-server/src/main/java/bubble/cloud/geoLocation/GeoLocation.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoLocation; diff --git a/bubble-server/src/main/java/bubble/cloud/geoLocation/delegate/DelegatedGeoLocationDriver.java b/bubble-server/src/main/java/bubble/cloud/geoLocation/delegate/DelegatedGeoLocationDriver.java index 089d5db2..5b599b07 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoLocation/delegate/DelegatedGeoLocationDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoLocation/delegate/DelegatedGeoLocationDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoLocation.delegate; diff --git a/bubble-server/src/main/java/bubble/cloud/geoLocation/maxmind/MaxMindDriver.java b/bubble-server/src/main/java/bubble/cloud/geoLocation/maxmind/MaxMindDriver.java index 209fc860..5f8c6bae 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoLocation/maxmind/MaxMindDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoLocation/maxmind/MaxMindDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoLocation.maxmind; diff --git a/bubble-server/src/main/java/bubble/cloud/geoLocation/mock/MockGeoLocationDriver.java b/bubble-server/src/main/java/bubble/cloud/geoLocation/mock/MockGeoLocationDriver.java index 3bc69eba..006d00b9 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoLocation/mock/MockGeoLocationDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoLocation/mock/MockGeoLocationDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoLocation.mock; diff --git a/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeServiceDriver.java index 6f602b00..6c5d0eb8 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoTime; diff --git a/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeServiceDriverBase.java b/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeServiceDriverBase.java index 5bb52197..9363d882 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeServiceDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeServiceDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoTime; diff --git a/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeZone.java b/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeZone.java index 5b7c2824..eaa4e2e2 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeZone.java +++ b/bubble-server/src/main/java/bubble/cloud/geoTime/GeoTimeZone.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoTime; diff --git a/bubble-server/src/main/java/bubble/cloud/geoTime/askgeo/AskGeoTimeServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/geoTime/askgeo/AskGeoTimeServiceDriver.java index 3b8ed082..83247736 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoTime/askgeo/AskGeoTimeServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoTime/askgeo/AskGeoTimeServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoTime.askgeo; diff --git a/bubble-server/src/main/java/bubble/cloud/geoTime/delegate/DelegatedGeoTimeDriver.java b/bubble-server/src/main/java/bubble/cloud/geoTime/delegate/DelegatedGeoTimeDriver.java index df018ec5..5fc38225 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoTime/delegate/DelegatedGeoTimeDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoTime/delegate/DelegatedGeoTimeDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoTime.delegate; diff --git a/bubble-server/src/main/java/bubble/cloud/geoTime/google/GoogleGeoTimeDriver.java b/bubble-server/src/main/java/bubble/cloud/geoTime/google/GoogleGeoTimeDriver.java index 6702a95f..bfa26c37 100644 --- a/bubble-server/src/main/java/bubble/cloud/geoTime/google/GoogleGeoTimeDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/geoTime/google/GoogleGeoTimeDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.geoTime.google; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/ChargeResult.java b/bubble-server/src/main/java/bubble/cloud/payment/ChargeResult.java index a2357435..20904c99 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/ChargeResult.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/ChargeResult.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/DefaultPaymentDriverConfig.java b/bubble-server/src/main/java/bubble/cloud/payment/DefaultPaymentDriverConfig.java index c81f1771..11c1c219 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/DefaultPaymentDriverConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/DefaultPaymentDriverConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/PaymentDriverBase.java b/bubble-server/src/main/java/bubble/cloud/payment/PaymentDriverBase.java index 28a1e3ce..0046db62 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/PaymentDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/PaymentDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/PaymentServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/payment/PaymentServiceDriver.java index ca66720f..862e3d9e 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/PaymentServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/PaymentServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/code/CodePaymentDriver.java b/bubble-server/src/main/java/bubble/cloud/payment/code/CodePaymentDriver.java index 0dd6abd0..82a793bb 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/code/CodePaymentDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/code/CodePaymentDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.code; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/code/CodePaymentToken.java b/bubble-server/src/main/java/bubble/cloud/payment/code/CodePaymentToken.java index 2ed84221..4152461c 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/code/CodePaymentToken.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/code/CodePaymentToken.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.code; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/delegate/DelegatedPaymentDriver.java b/bubble-server/src/main/java/bubble/cloud/payment/delegate/DelegatedPaymentDriver.java index 8ede1d8e..083f288a 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/delegate/DelegatedPaymentDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/delegate/DelegatedPaymentDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.delegate; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/free/FreePaymentDriver.java b/bubble-server/src/main/java/bubble/cloud/payment/free/FreePaymentDriver.java index 9c2f6553..d54fe443 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/free/FreePaymentDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/free/FreePaymentDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.free; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionPaymentConfig.java b/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionPaymentConfig.java index 1ff8747d..4f4974bb 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionPaymentConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionPaymentConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.promo; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionalPaymentDriverBase.java b/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionalPaymentDriverBase.java index 3ac1bc6a..59db32ca 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionalPaymentDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionalPaymentDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.promo; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionalPaymentServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionalPaymentServiceDriver.java index 49dd19d1..e5f63de4 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionalPaymentServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/promo/PromotionalPaymentServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.promo; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/promo/accountCredit/AccountCreditPaymentConfig.java b/bubble-server/src/main/java/bubble/cloud/payment/promo/accountCredit/AccountCreditPaymentConfig.java index edcddc64..5a70d33b 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/promo/accountCredit/AccountCreditPaymentConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/promo/accountCredit/AccountCreditPaymentConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.promo.accountCredit; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/promo/accountCredit/AccountCreditPaymentDriver.java b/bubble-server/src/main/java/bubble/cloud/payment/promo/accountCredit/AccountCreditPaymentDriver.java index c3ab9fd8..78c0a2c6 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/promo/accountCredit/AccountCreditPaymentDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/promo/accountCredit/AccountCreditPaymentDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.promo.accountCredit; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/promo/firstMonthFree/FirstMonthFreePaymentDriver.java b/bubble-server/src/main/java/bubble/cloud/payment/promo/firstMonthFree/FirstMonthFreePaymentDriver.java index a2ada239..bce0e8b7 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/promo/firstMonthFree/FirstMonthFreePaymentDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/promo/firstMonthFree/FirstMonthFreePaymentDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.promo.firstMonthFree; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/promo/referralMonthFree/ReferralMonthFreePaymentDriver.java b/bubble-server/src/main/java/bubble/cloud/payment/promo/referralMonthFree/ReferralMonthFreePaymentDriver.java index a3374b46..fb971d02 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/promo/referralMonthFree/ReferralMonthFreePaymentDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/promo/referralMonthFree/ReferralMonthFreePaymentDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.promo.referralMonthFree; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/stripe/StripePaymentDriver.java b/bubble-server/src/main/java/bubble/cloud/payment/stripe/StripePaymentDriver.java index 09aba7cf..015ec122 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/stripe/StripePaymentDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/stripe/StripePaymentDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.stripe; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/stripe/StripePaymentDriverConfig.java b/bubble-server/src/main/java/bubble/cloud/payment/stripe/StripePaymentDriverConfig.java index c2ae7209..4b43a5ec 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/stripe/StripePaymentDriverConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/stripe/StripePaymentDriverConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.stripe; diff --git a/bubble-server/src/main/java/bubble/cloud/payment/stripe/mock/MockStripePaymentDriver.java b/bubble-server/src/main/java/bubble/cloud/payment/stripe/mock/MockStripePaymentDriver.java index 12a807f5..fde080fe 100644 --- a/bubble-server/src/main/java/bubble/cloud/payment/stripe/mock/MockStripePaymentDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/payment/stripe/mock/MockStripePaymentDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.payment.stripe.mock; diff --git a/bubble-server/src/main/java/bubble/cloud/shared/aws/BubbleAwsCredentialsProvider.java b/bubble-server/src/main/java/bubble/cloud/shared/aws/BubbleAwsCredentialsProvider.java index e3b35c9e..76eb3716 100644 --- a/bubble-server/src/main/java/bubble/cloud/shared/aws/BubbleAwsCredentialsProvider.java +++ b/bubble-server/src/main/java/bubble/cloud/shared/aws/BubbleAwsCredentialsProvider.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.shared.aws; diff --git a/bubble-server/src/main/java/bubble/cloud/sms/RenderedSms.java b/bubble-server/src/main/java/bubble/cloud/sms/RenderedSms.java index 041d38ed..bf5494f2 100644 --- a/bubble-server/src/main/java/bubble/cloud/sms/RenderedSms.java +++ b/bubble-server/src/main/java/bubble/cloud/sms/RenderedSms.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.sms; diff --git a/bubble-server/src/main/java/bubble/cloud/sms/SmsConfig.java b/bubble-server/src/main/java/bubble/cloud/sms/SmsConfig.java index aed74b2a..fc5a1439 100644 --- a/bubble-server/src/main/java/bubble/cloud/sms/SmsConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/sms/SmsConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.sms; diff --git a/bubble-server/src/main/java/bubble/cloud/sms/SmsServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/sms/SmsServiceDriver.java index d545dd02..ad42591f 100644 --- a/bubble-server/src/main/java/bubble/cloud/sms/SmsServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/sms/SmsServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.sms; diff --git a/bubble-server/src/main/java/bubble/cloud/sms/SmsServiceDriverBase.java b/bubble-server/src/main/java/bubble/cloud/sms/SmsServiceDriverBase.java index 1280d5b0..7fda04ba 100644 --- a/bubble-server/src/main/java/bubble/cloud/sms/SmsServiceDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/sms/SmsServiceDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.sms; diff --git a/bubble-server/src/main/java/bubble/cloud/sms/delegate/DelegatedSmsDriver.java b/bubble-server/src/main/java/bubble/cloud/sms/delegate/DelegatedSmsDriver.java index 60d00837..528d79bc 100644 --- a/bubble-server/src/main/java/bubble/cloud/sms/delegate/DelegatedSmsDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/sms/delegate/DelegatedSmsDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.sms.delegate; diff --git a/bubble-server/src/main/java/bubble/cloud/sms/mock/MockSmsDriver.java b/bubble-server/src/main/java/bubble/cloud/sms/mock/MockSmsDriver.java index 67c5f4ba..83106815 100644 --- a/bubble-server/src/main/java/bubble/cloud/sms/mock/MockSmsDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/sms/mock/MockSmsDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.sms.mock; diff --git a/bubble-server/src/main/java/bubble/cloud/sms/twilio/TwilioSmsConfig.java b/bubble-server/src/main/java/bubble/cloud/sms/twilio/TwilioSmsConfig.java index 2de0f728..cc10466b 100644 --- a/bubble-server/src/main/java/bubble/cloud/sms/twilio/TwilioSmsConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/sms/twilio/TwilioSmsConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.sms.twilio; diff --git a/bubble-server/src/main/java/bubble/cloud/sms/twilio/TwilioSmsDriver.java b/bubble-server/src/main/java/bubble/cloud/sms/twilio/TwilioSmsDriver.java index 3d2a8e9a..17a626e9 100644 --- a/bubble-server/src/main/java/bubble/cloud/sms/twilio/TwilioSmsDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/sms/twilio/TwilioSmsDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.sms.twilio; diff --git a/bubble-server/src/main/java/bubble/cloud/storage/StorageCryptStream.java b/bubble-server/src/main/java/bubble/cloud/storage/StorageCryptStream.java index 9eae4382..4334fe34 100644 --- a/bubble-server/src/main/java/bubble/cloud/storage/StorageCryptStream.java +++ b/bubble-server/src/main/java/bubble/cloud/storage/StorageCryptStream.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.storage; diff --git a/bubble-server/src/main/java/bubble/cloud/storage/StorageServiceDriver.java b/bubble-server/src/main/java/bubble/cloud/storage/StorageServiceDriver.java index 63b66b43..91a55728 100644 --- a/bubble-server/src/main/java/bubble/cloud/storage/StorageServiceDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/storage/StorageServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.storage; diff --git a/bubble-server/src/main/java/bubble/cloud/storage/StorageServiceDriverBase.java b/bubble-server/src/main/java/bubble/cloud/storage/StorageServiceDriverBase.java index 6687ad72..0df23bc3 100644 --- a/bubble-server/src/main/java/bubble/cloud/storage/StorageServiceDriverBase.java +++ b/bubble-server/src/main/java/bubble/cloud/storage/StorageServiceDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.storage; diff --git a/bubble-server/src/main/java/bubble/cloud/storage/WriteRequest.java b/bubble-server/src/main/java/bubble/cloud/storage/WriteRequest.java index ae73476e..ab03f406 100644 --- a/bubble-server/src/main/java/bubble/cloud/storage/WriteRequest.java +++ b/bubble-server/src/main/java/bubble/cloud/storage/WriteRequest.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.storage; diff --git a/bubble-server/src/main/java/bubble/cloud/storage/WriteRequestCleaner.java b/bubble-server/src/main/java/bubble/cloud/storage/WriteRequestCleaner.java index c05bacd0..74555cec 100644 --- a/bubble-server/src/main/java/bubble/cloud/storage/WriteRequestCleaner.java +++ b/bubble-server/src/main/java/bubble/cloud/storage/WriteRequestCleaner.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.storage; diff --git a/bubble-server/src/main/java/bubble/cloud/storage/delegate/DelegatedStorageDriver.java b/bubble-server/src/main/java/bubble/cloud/storage/delegate/DelegatedStorageDriver.java index 24c05bf1..729b923b 100644 --- a/bubble-server/src/main/java/bubble/cloud/storage/delegate/DelegatedStorageDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/storage/delegate/DelegatedStorageDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.storage.delegate; diff --git a/bubble-server/src/main/java/bubble/cloud/storage/local/LocalStorageConfig.java b/bubble-server/src/main/java/bubble/cloud/storage/local/LocalStorageConfig.java index cf6017f3..018d1742 100644 --- a/bubble-server/src/main/java/bubble/cloud/storage/local/LocalStorageConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/storage/local/LocalStorageConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.storage.local; diff --git a/bubble-server/src/main/java/bubble/cloud/storage/local/LocalStorageDriver.java b/bubble-server/src/main/java/bubble/cloud/storage/local/LocalStorageDriver.java index 86fb9eaf..64ead2a1 100644 --- a/bubble-server/src/main/java/bubble/cloud/storage/local/LocalStorageDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/storage/local/LocalStorageDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.storage.local; diff --git a/bubble-server/src/main/java/bubble/cloud/storage/s3/S3StorageConfig.java b/bubble-server/src/main/java/bubble/cloud/storage/s3/S3StorageConfig.java index 6eb58d04..efcfb095 100644 --- a/bubble-server/src/main/java/bubble/cloud/storage/s3/S3StorageConfig.java +++ b/bubble-server/src/main/java/bubble/cloud/storage/s3/S3StorageConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.storage.s3; diff --git a/bubble-server/src/main/java/bubble/cloud/storage/s3/S3StorageDriver.java b/bubble-server/src/main/java/bubble/cloud/storage/s3/S3StorageDriver.java index 2b46a2f3..7adafda6 100644 --- a/bubble-server/src/main/java/bubble/cloud/storage/s3/S3StorageDriver.java +++ b/bubble-server/src/main/java/bubble/cloud/storage/s3/S3StorageDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.cloud.storage.s3; diff --git a/bubble-server/src/main/java/bubble/dao/SessionDAO.java b/bubble-server/src/main/java/bubble/dao/SessionDAO.java index fa9f56c7..c5eddcdc 100644 --- a/bubble-server/src/main/java/bubble/dao/SessionDAO.java +++ b/bubble-server/src/main/java/bubble/dao/SessionDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao; diff --git a/bubble-server/src/main/java/bubble/dao/account/AccountDAO.java b/bubble-server/src/main/java/bubble/dao/account/AccountDAO.java index 3d9ac7b1..f9a9de6e 100644 --- a/bubble-server/src/main/java/bubble/dao/account/AccountDAO.java +++ b/bubble-server/src/main/java/bubble/dao/account/AccountDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.account; diff --git a/bubble-server/src/main/java/bubble/dao/account/AccountInitializer.java b/bubble-server/src/main/java/bubble/dao/account/AccountInitializer.java index 182dfc26..30c4429f 100644 --- a/bubble-server/src/main/java/bubble/dao/account/AccountInitializer.java +++ b/bubble-server/src/main/java/bubble/dao/account/AccountInitializer.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.account; diff --git a/bubble-server/src/main/java/bubble/dao/account/AccountOwnedEntityDAO.java b/bubble-server/src/main/java/bubble/dao/account/AccountOwnedEntityDAO.java index 9b4b73e2..90b3d735 100644 --- a/bubble-server/src/main/java/bubble/dao/account/AccountOwnedEntityDAO.java +++ b/bubble-server/src/main/java/bubble/dao/account/AccountOwnedEntityDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.account; diff --git a/bubble-server/src/main/java/bubble/dao/account/AccountOwnedTemplateDAO.java b/bubble-server/src/main/java/bubble/dao/account/AccountOwnedTemplateDAO.java index d8f94ca8..7410fe3a 100644 --- a/bubble-server/src/main/java/bubble/dao/account/AccountOwnedTemplateDAO.java +++ b/bubble-server/src/main/java/bubble/dao/account/AccountOwnedTemplateDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.account; diff --git a/bubble-server/src/main/java/bubble/dao/account/AccountPolicyDAO.java b/bubble-server/src/main/java/bubble/dao/account/AccountPolicyDAO.java index 92c84839..80527bdd 100644 --- a/bubble-server/src/main/java/bubble/dao/account/AccountPolicyDAO.java +++ b/bubble-server/src/main/java/bubble/dao/account/AccountPolicyDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.account; diff --git a/bubble-server/src/main/java/bubble/dao/account/AccountSshKeyDAO.java b/bubble-server/src/main/java/bubble/dao/account/AccountSshKeyDAO.java index 1cbb189f..cf709c2e 100644 --- a/bubble-server/src/main/java/bubble/dao/account/AccountSshKeyDAO.java +++ b/bubble-server/src/main/java/bubble/dao/account/AccountSshKeyDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.account; diff --git a/bubble-server/src/main/java/bubble/dao/account/ReferralCodeDAO.java b/bubble-server/src/main/java/bubble/dao/account/ReferralCodeDAO.java index 3d7cacb4..50784a8f 100644 --- a/bubble-server/src/main/java/bubble/dao/account/ReferralCodeDAO.java +++ b/bubble-server/src/main/java/bubble/dao/account/ReferralCodeDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.account; diff --git a/bubble-server/src/main/java/bubble/dao/account/message/AccountMessageDAO.java b/bubble-server/src/main/java/bubble/dao/account/message/AccountMessageDAO.java index dad15338..04bfc3a2 100644 --- a/bubble-server/src/main/java/bubble/dao/account/message/AccountMessageDAO.java +++ b/bubble-server/src/main/java/bubble/dao/account/message/AccountMessageDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.account.message; diff --git a/bubble-server/src/main/java/bubble/dao/app/AppDataDAO.java b/bubble-server/src/main/java/bubble/dao/app/AppDataDAO.java index ae79575d..aac1889f 100644 --- a/bubble-server/src/main/java/bubble/dao/app/AppDataDAO.java +++ b/bubble-server/src/main/java/bubble/dao/app/AppDataDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.app; diff --git a/bubble-server/src/main/java/bubble/dao/app/AppMatcherDAO.java b/bubble-server/src/main/java/bubble/dao/app/AppMatcherDAO.java index 9482fd19..3c706d3d 100644 --- a/bubble-server/src/main/java/bubble/dao/app/AppMatcherDAO.java +++ b/bubble-server/src/main/java/bubble/dao/app/AppMatcherDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.app; diff --git a/bubble-server/src/main/java/bubble/dao/app/AppMessageDAO.java b/bubble-server/src/main/java/bubble/dao/app/AppMessageDAO.java index 1642835e..a0a637c4 100644 --- a/bubble-server/src/main/java/bubble/dao/app/AppMessageDAO.java +++ b/bubble-server/src/main/java/bubble/dao/app/AppMessageDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.app; diff --git a/bubble-server/src/main/java/bubble/dao/app/AppRuleDAO.java b/bubble-server/src/main/java/bubble/dao/app/AppRuleDAO.java index 6f172004..0c2d9d60 100644 --- a/bubble-server/src/main/java/bubble/dao/app/AppRuleDAO.java +++ b/bubble-server/src/main/java/bubble/dao/app/AppRuleDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.app; diff --git a/bubble-server/src/main/java/bubble/dao/app/AppSiteDAO.java b/bubble-server/src/main/java/bubble/dao/app/AppSiteDAO.java index 81c71922..ae3f5e1f 100644 --- a/bubble-server/src/main/java/bubble/dao/app/AppSiteDAO.java +++ b/bubble-server/src/main/java/bubble/dao/app/AppSiteDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.app; diff --git a/bubble-server/src/main/java/bubble/dao/app/AppTemplateEntityDAO.java b/bubble-server/src/main/java/bubble/dao/app/AppTemplateEntityDAO.java index 47eba7e2..5f04820b 100644 --- a/bubble-server/src/main/java/bubble/dao/app/AppTemplateEntityDAO.java +++ b/bubble-server/src/main/java/bubble/dao/app/AppTemplateEntityDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.app; diff --git a/bubble-server/src/main/java/bubble/dao/app/BubbleAppDAO.java b/bubble-server/src/main/java/bubble/dao/app/BubbleAppDAO.java index 46b83fd7..f15c6e9b 100644 --- a/bubble-server/src/main/java/bubble/dao/app/BubbleAppDAO.java +++ b/bubble-server/src/main/java/bubble/dao/app/BubbleAppDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.app; diff --git a/bubble-server/src/main/java/bubble/dao/app/RuleDriverDAO.java b/bubble-server/src/main/java/bubble/dao/app/RuleDriverDAO.java index 6fe48e93..371db06e 100644 --- a/bubble-server/src/main/java/bubble/dao/app/RuleDriverDAO.java +++ b/bubble-server/src/main/java/bubble/dao/app/RuleDriverDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.app; diff --git a/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentDAO.java b/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentDAO.java index b6cce765..5b0c18f9 100644 --- a/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentDAO.java +++ b/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.bill; diff --git a/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentMethodDAO.java b/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentMethodDAO.java index 9552504e..943ea4a9 100644 --- a/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentMethodDAO.java +++ b/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentMethodDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.bill; diff --git a/bubble-server/src/main/java/bubble/dao/bill/AccountPlanDAO.java b/bubble-server/src/main/java/bubble/dao/bill/AccountPlanDAO.java index a5a83141..ac45cf9f 100644 --- a/bubble-server/src/main/java/bubble/dao/bill/AccountPlanDAO.java +++ b/bubble-server/src/main/java/bubble/dao/bill/AccountPlanDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.bill; diff --git a/bubble-server/src/main/java/bubble/dao/bill/BillDAO.java b/bubble-server/src/main/java/bubble/dao/bill/BillDAO.java index 6b1d65fc..b5fdcda3 100644 --- a/bubble-server/src/main/java/bubble/dao/bill/BillDAO.java +++ b/bubble-server/src/main/java/bubble/dao/bill/BillDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.bill; diff --git a/bubble-server/src/main/java/bubble/dao/bill/BubblePlanAppDAO.java b/bubble-server/src/main/java/bubble/dao/bill/BubblePlanAppDAO.java index 2610e7db..3bf8ea93 100644 --- a/bubble-server/src/main/java/bubble/dao/bill/BubblePlanAppDAO.java +++ b/bubble-server/src/main/java/bubble/dao/bill/BubblePlanAppDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.bill; diff --git a/bubble-server/src/main/java/bubble/dao/bill/BubblePlanDAO.java b/bubble-server/src/main/java/bubble/dao/bill/BubblePlanDAO.java index 9be680cf..c03f9b12 100644 --- a/bubble-server/src/main/java/bubble/dao/bill/BubblePlanDAO.java +++ b/bubble-server/src/main/java/bubble/dao/bill/BubblePlanDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.bill; diff --git a/bubble-server/src/main/java/bubble/dao/bill/PromotionDAO.java b/bubble-server/src/main/java/bubble/dao/bill/PromotionDAO.java index dad727a9..a44201b8 100644 --- a/bubble-server/src/main/java/bubble/dao/bill/PromotionDAO.java +++ b/bubble-server/src/main/java/bubble/dao/bill/PromotionDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.bill; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/AnsibleRoleDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/AnsibleRoleDAO.java index dfcf69a6..27d2c1ab 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/AnsibleRoleDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/AnsibleRoleDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/BubbleBackupDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/BubbleBackupDAO.java index e0cd9863..fa39ffe9 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/BubbleBackupDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/BubbleBackupDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/BubbleDomainDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/BubbleDomainDAO.java index 37bfc84e..00eb1bcb 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/BubbleDomainDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/BubbleDomainDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/BubbleFootprintDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/BubbleFootprintDAO.java index 56f4d42b..0e2d2ef4 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/BubbleFootprintDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/BubbleFootprintDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/BubbleNetworkDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/BubbleNetworkDAO.java index b790e90e..0b6c4761 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/BubbleNetworkDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/BubbleNetworkDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/BubbleNodeDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/BubbleNodeDAO.java index fb183e73..91614460 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/BubbleNodeDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/BubbleNodeDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/BubbleNodeKeyDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/BubbleNodeKeyDAO.java index 10a3c296..0dadba8a 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/BubbleNodeKeyDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/BubbleNodeKeyDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDAO.java index 25274cbf..0df8005a 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDataDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDataDAO.java index aa09165d..a3a76b46 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDataDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDataDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/notify/NotificationBaseDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/notify/NotificationBaseDAO.java index a7f0e12a..ca287b00 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/notify/NotificationBaseDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/notify/NotificationBaseDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/notify/ReceivedNotificationDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/notify/ReceivedNotificationDAO.java index e9c845fa..496d3093 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/notify/ReceivedNotificationDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/notify/ReceivedNotificationDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/dao/cloud/notify/SentNotificationDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/notify/SentNotificationDAO.java index e132c0af..71747203 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/notify/SentNotificationDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/notify/SentNotificationDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/dao/device/DeviceDAO.java b/bubble-server/src/main/java/bubble/dao/device/DeviceDAO.java index 2cdb7bcb..2a20c6c9 100644 --- a/bubble-server/src/main/java/bubble/dao/device/DeviceDAO.java +++ b/bubble-server/src/main/java/bubble/dao/device/DeviceDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.dao.device; diff --git a/bubble-server/src/main/java/bubble/filters/BubbleRateLimitFilter.java b/bubble-server/src/main/java/bubble/filters/BubbleRateLimitFilter.java index 569bf483..d3e3dd9c 100644 --- a/bubble-server/src/main/java/bubble/filters/BubbleRateLimitFilter.java +++ b/bubble-server/src/main/java/bubble/filters/BubbleRateLimitFilter.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.filters; diff --git a/bubble-server/src/main/java/bubble/main/BubbleApiMain.java b/bubble-server/src/main/java/bubble/main/BubbleApiMain.java index 6dc6c1a6..4c2b70b6 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleApiMain.java +++ b/bubble-server/src/main/java/bubble/main/BubbleApiMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleApiOptionsBase.java b/bubble-server/src/main/java/bubble/main/BubbleApiOptionsBase.java index 329d68aa..5f9c7b31 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleApiOptionsBase.java +++ b/bubble-server/src/main/java/bubble/main/BubbleApiOptionsBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleDnsServerMain.java b/bubble-server/src/main/java/bubble/main/BubbleDnsServerMain.java index d06cba4f..246ac3c9 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleDnsServerMain.java +++ b/bubble-server/src/main/java/bubble/main/BubbleDnsServerMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleHandlebarsMain.java b/bubble-server/src/main/java/bubble/main/BubbleHandlebarsMain.java index 870d6b54..e0509d3a 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleHandlebarsMain.java +++ b/bubble-server/src/main/java/bubble/main/BubbleHandlebarsMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleHandlebarsOptions.java b/bubble-server/src/main/java/bubble/main/BubbleHandlebarsOptions.java index 5c037f58..4482e8a7 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleHandlebarsOptions.java +++ b/bubble-server/src/main/java/bubble/main/BubbleHandlebarsOptions.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleMain.java b/bubble-server/src/main/java/bubble/main/BubbleMain.java index 09388cc4..c4152f30 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleMain.java +++ b/bubble-server/src/main/java/bubble/main/BubbleMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleModelMain.java b/bubble-server/src/main/java/bubble/main/BubbleModelMain.java index 9c492ea6..6503cbbc 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleModelMain.java +++ b/bubble-server/src/main/java/bubble/main/BubbleModelMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleModelMainBase.java b/bubble-server/src/main/java/bubble/main/BubbleModelMainBase.java index 1a13a05e..0b055c16 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleModelMainBase.java +++ b/bubble-server/src/main/java/bubble/main/BubbleModelMainBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleModelMainListener.java b/bubble-server/src/main/java/bubble/main/BubbleModelMainListener.java index a07ab5e3..913b0696 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleModelMainListener.java +++ b/bubble-server/src/main/java/bubble/main/BubbleModelMainListener.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleModelOptions.java b/bubble-server/src/main/java/bubble/main/BubbleModelOptions.java index 1a7e50d4..5ad5fe10 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleModelOptions.java +++ b/bubble-server/src/main/java/bubble/main/BubbleModelOptions.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleScriptMain.java b/bubble-server/src/main/java/bubble/main/BubbleScriptMain.java index 86727cf3..160e81d0 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleScriptMain.java +++ b/bubble-server/src/main/java/bubble/main/BubbleScriptMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleScriptMainBase.java b/bubble-server/src/main/java/bubble/main/BubbleScriptMainBase.java index 2f73a017..9b825a19 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleScriptMainBase.java +++ b/bubble-server/src/main/java/bubble/main/BubbleScriptMainBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/BubbleScriptOptions.java b/bubble-server/src/main/java/bubble/main/BubbleScriptOptions.java index bf3c23de..1c320789 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleScriptOptions.java +++ b/bubble-server/src/main/java/bubble/main/BubbleScriptOptions.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/CryptMain.java b/bubble-server/src/main/java/bubble/main/CryptMain.java index e81a63e6..d68aba9d 100644 --- a/bubble-server/src/main/java/bubble/main/CryptMain.java +++ b/bubble-server/src/main/java/bubble/main/CryptMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/CryptOptions.java b/bubble-server/src/main/java/bubble/main/CryptOptions.java index 34b8012a..b1a4bbd7 100644 --- a/bubble-server/src/main/java/bubble/main/CryptOptions.java +++ b/bubble-server/src/main/java/bubble/main/CryptOptions.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/GenerateAlgoConfMain.java b/bubble-server/src/main/java/bubble/main/GenerateAlgoConfMain.java index 035672c0..299c10d1 100644 --- a/bubble-server/src/main/java/bubble/main/GenerateAlgoConfMain.java +++ b/bubble-server/src/main/java/bubble/main/GenerateAlgoConfMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/GenerateAlgoConfOptions.java b/bubble-server/src/main/java/bubble/main/GenerateAlgoConfOptions.java index bf87c952..5a69916c 100644 --- a/bubble-server/src/main/java/bubble/main/GenerateAlgoConfOptions.java +++ b/bubble-server/src/main/java/bubble/main/GenerateAlgoConfOptions.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/RekeyDatabaseMain.java b/bubble-server/src/main/java/bubble/main/RekeyDatabaseMain.java index 00845429..763ad616 100644 --- a/bubble-server/src/main/java/bubble/main/RekeyDatabaseMain.java +++ b/bubble-server/src/main/java/bubble/main/RekeyDatabaseMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/RekeyDatabaseOptions.java b/bubble-server/src/main/java/bubble/main/RekeyDatabaseOptions.java index 6f96fccf..2a6a57cf 100644 --- a/bubble-server/src/main/java/bubble/main/RekeyDatabaseOptions.java +++ b/bubble-server/src/main/java/bubble/main/RekeyDatabaseOptions.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main; diff --git a/bubble-server/src/main/java/bubble/main/http/BubbleHttpDeleteMain.java b/bubble-server/src/main/java/bubble/main/http/BubbleHttpDeleteMain.java index c94169b9..5dffc033 100644 --- a/bubble-server/src/main/java/bubble/main/http/BubbleHttpDeleteMain.java +++ b/bubble-server/src/main/java/bubble/main/http/BubbleHttpDeleteMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main.http; diff --git a/bubble-server/src/main/java/bubble/main/http/BubbleHttpEntityOptions.java b/bubble-server/src/main/java/bubble/main/http/BubbleHttpEntityOptions.java index 3c7400aa..aae8cc04 100644 --- a/bubble-server/src/main/java/bubble/main/http/BubbleHttpEntityOptions.java +++ b/bubble-server/src/main/java/bubble/main/http/BubbleHttpEntityOptions.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main.http; diff --git a/bubble-server/src/main/java/bubble/main/http/BubbleHttpGetMain.java b/bubble-server/src/main/java/bubble/main/http/BubbleHttpGetMain.java index a529fead..3c76970a 100644 --- a/bubble-server/src/main/java/bubble/main/http/BubbleHttpGetMain.java +++ b/bubble-server/src/main/java/bubble/main/http/BubbleHttpGetMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main.http; diff --git a/bubble-server/src/main/java/bubble/main/http/BubbleHttpMain.java b/bubble-server/src/main/java/bubble/main/http/BubbleHttpMain.java index e1d58e59..ef299499 100644 --- a/bubble-server/src/main/java/bubble/main/http/BubbleHttpMain.java +++ b/bubble-server/src/main/java/bubble/main/http/BubbleHttpMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main.http; diff --git a/bubble-server/src/main/java/bubble/main/http/BubbleHttpOptions.java b/bubble-server/src/main/java/bubble/main/http/BubbleHttpOptions.java index 60352707..a8d8b57f 100644 --- a/bubble-server/src/main/java/bubble/main/http/BubbleHttpOptions.java +++ b/bubble-server/src/main/java/bubble/main/http/BubbleHttpOptions.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main.http; diff --git a/bubble-server/src/main/java/bubble/main/http/BubbleHttpPostMain.java b/bubble-server/src/main/java/bubble/main/http/BubbleHttpPostMain.java index 4b0ede7c..89399ff0 100644 --- a/bubble-server/src/main/java/bubble/main/http/BubbleHttpPostMain.java +++ b/bubble-server/src/main/java/bubble/main/http/BubbleHttpPostMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main.http; diff --git a/bubble-server/src/main/java/bubble/main/http/BubbleHttpPutMain.java b/bubble-server/src/main/java/bubble/main/http/BubbleHttpPutMain.java index 2b99a7ff..2d5d70a4 100644 --- a/bubble-server/src/main/java/bubble/main/http/BubbleHttpPutMain.java +++ b/bubble-server/src/main/java/bubble/main/http/BubbleHttpPutMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main.http; diff --git a/bubble-server/src/main/java/bubble/main/rekey/RekeyOptions.java b/bubble-server/src/main/java/bubble/main/rekey/RekeyOptions.java index daf78bd4..7453cf5f 100644 --- a/bubble-server/src/main/java/bubble/main/rekey/RekeyOptions.java +++ b/bubble-server/src/main/java/bubble/main/rekey/RekeyOptions.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main.rekey; diff --git a/bubble-server/src/main/java/bubble/main/rekey/RekeyReaderMain.java b/bubble-server/src/main/java/bubble/main/rekey/RekeyReaderMain.java index a9c777f7..30240456 100644 --- a/bubble-server/src/main/java/bubble/main/rekey/RekeyReaderMain.java +++ b/bubble-server/src/main/java/bubble/main/rekey/RekeyReaderMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main.rekey; diff --git a/bubble-server/src/main/java/bubble/main/rekey/RekeyWriterMain.java b/bubble-server/src/main/java/bubble/main/rekey/RekeyWriterMain.java index eda61b74..b170eca1 100644 --- a/bubble-server/src/main/java/bubble/main/rekey/RekeyWriterMain.java +++ b/bubble-server/src/main/java/bubble/main/rekey/RekeyWriterMain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.main.rekey; diff --git a/bubble-server/src/main/java/bubble/model/BubblePeers.java b/bubble-server/src/main/java/bubble/model/BubblePeers.java index 0417ff5b..fe5ad822 100644 --- a/bubble-server/src/main/java/bubble/model/BubblePeers.java +++ b/bubble-server/src/main/java/bubble/model/BubblePeers.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model; diff --git a/bubble-server/src/main/java/bubble/model/BubbleTags.java b/bubble-server/src/main/java/bubble/model/BubbleTags.java index 9984bf14..0a3023ac 100644 --- a/bubble-server/src/main/java/bubble/model/BubbleTags.java +++ b/bubble-server/src/main/java/bubble/model/BubbleTags.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model; diff --git a/bubble-server/src/main/java/bubble/model/CertType.java b/bubble-server/src/main/java/bubble/model/CertType.java index 932051b6..9230b18d 100644 --- a/bubble-server/src/main/java/bubble/model/CertType.java +++ b/bubble-server/src/main/java/bubble/model/CertType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model; diff --git a/bubble-server/src/main/java/bubble/model/HasBubbleTags.java b/bubble-server/src/main/java/bubble/model/HasBubbleTags.java index f0dc5e2b..4fbe9d6e 100644 --- a/bubble-server/src/main/java/bubble/model/HasBubbleTags.java +++ b/bubble-server/src/main/java/bubble/model/HasBubbleTags.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model; diff --git a/bubble-server/src/main/java/bubble/model/account/Account.java b/bubble-server/src/main/java/bubble/model/account/Account.java index 9126aee8..adb9d018 100644 --- a/bubble-server/src/main/java/bubble/model/account/Account.java +++ b/bubble-server/src/main/java/bubble/model/account/Account.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/AccountContact.java b/bubble-server/src/main/java/bubble/model/account/AccountContact.java index 3b7e0fb7..42ffb272 100644 --- a/bubble-server/src/main/java/bubble/model/account/AccountContact.java +++ b/bubble-server/src/main/java/bubble/model/account/AccountContact.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/AccountDeletionPolicy.java b/bubble-server/src/main/java/bubble/model/account/AccountDeletionPolicy.java index 2461e0be..3440e1be 100644 --- a/bubble-server/src/main/java/bubble/model/account/AccountDeletionPolicy.java +++ b/bubble-server/src/main/java/bubble/model/account/AccountDeletionPolicy.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/AccountMessageApprovalStatus.java b/bubble-server/src/main/java/bubble/model/account/AccountMessageApprovalStatus.java index e67bcdb9..fa0bdaf7 100644 --- a/bubble-server/src/main/java/bubble/model/account/AccountMessageApprovalStatus.java +++ b/bubble-server/src/main/java/bubble/model/account/AccountMessageApprovalStatus.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/AccountPolicy.java b/bubble-server/src/main/java/bubble/model/account/AccountPolicy.java index 65c92e50..1bd4b7c5 100644 --- a/bubble-server/src/main/java/bubble/model/account/AccountPolicy.java +++ b/bubble-server/src/main/java/bubble/model/account/AccountPolicy.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/AccountRegistration.java b/bubble-server/src/main/java/bubble/model/account/AccountRegistration.java index 24afe706..bd389103 100644 --- a/bubble-server/src/main/java/bubble/model/account/AccountRegistration.java +++ b/bubble-server/src/main/java/bubble/model/account/AccountRegistration.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/AccountSshKey.java b/bubble-server/src/main/java/bubble/model/account/AccountSshKey.java index 69e8c502..10205350 100644 --- a/bubble-server/src/main/java/bubble/model/account/AccountSshKey.java +++ b/bubble-server/src/main/java/bubble/model/account/AccountSshKey.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/AccountTemplate.java b/bubble-server/src/main/java/bubble/model/account/AccountTemplate.java index 1a31dd3f..cc0ef53d 100644 --- a/bubble-server/src/main/java/bubble/model/account/AccountTemplate.java +++ b/bubble-server/src/main/java/bubble/model/account/AccountTemplate.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/AuthFactorType.java b/bubble-server/src/main/java/bubble/model/account/AuthFactorType.java index 7c08ccc8..07820f8d 100644 --- a/bubble-server/src/main/java/bubble/model/account/AuthFactorType.java +++ b/bubble-server/src/main/java/bubble/model/account/AuthFactorType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/AuthenticatorRequest.java b/bubble-server/src/main/java/bubble/model/account/AuthenticatorRequest.java index 8542bd50..0bc076d9 100644 --- a/bubble-server/src/main/java/bubble/model/account/AuthenticatorRequest.java +++ b/bubble-server/src/main/java/bubble/model/account/AuthenticatorRequest.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/AutoUpdatePolicy.java b/bubble-server/src/main/java/bubble/model/account/AutoUpdatePolicy.java index 933bdf89..8ee1d3f7 100644 --- a/bubble-server/src/main/java/bubble/model/account/AutoUpdatePolicy.java +++ b/bubble-server/src/main/java/bubble/model/account/AutoUpdatePolicy.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/HasAccount.java b/bubble-server/src/main/java/bubble/model/account/HasAccount.java index 54f8daf5..c88bd5d7 100644 --- a/bubble-server/src/main/java/bubble/model/account/HasAccount.java +++ b/bubble-server/src/main/java/bubble/model/account/HasAccount.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/HasAccountNoName.java b/bubble-server/src/main/java/bubble/model/account/HasAccountNoName.java index 57030994..bd63e7ee 100644 --- a/bubble-server/src/main/java/bubble/model/account/HasAccountNoName.java +++ b/bubble-server/src/main/java/bubble/model/account/HasAccountNoName.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/HasNetwork.java b/bubble-server/src/main/java/bubble/model/account/HasNetwork.java index 8ffa9ca1..6315194e 100644 --- a/bubble-server/src/main/java/bubble/model/account/HasNetwork.java +++ b/bubble-server/src/main/java/bubble/model/account/HasNetwork.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/ReferralCode.java b/bubble-server/src/main/java/bubble/model/account/ReferralCode.java index 6369f51f..04f84e69 100644 --- a/bubble-server/src/main/java/bubble/model/account/ReferralCode.java +++ b/bubble-server/src/main/java/bubble/model/account/ReferralCode.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/TotpBean.java b/bubble-server/src/main/java/bubble/model/account/TotpBean.java index ac1c6dcd..240146a1 100644 --- a/bubble-server/src/main/java/bubble/model/account/TotpBean.java +++ b/bubble-server/src/main/java/bubble/model/account/TotpBean.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account; diff --git a/bubble-server/src/main/java/bubble/model/account/message/AccountAction.java b/bubble-server/src/main/java/bubble/model/account/message/AccountAction.java index a57a5439..bcf565fd 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/AccountAction.java +++ b/bubble-server/src/main/java/bubble/model/account/message/AccountAction.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message; diff --git a/bubble-server/src/main/java/bubble/model/account/message/AccountMessage.java b/bubble-server/src/main/java/bubble/model/account/message/AccountMessage.java index d0b60bdf..3bc0e3d9 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/AccountMessage.java +++ b/bubble-server/src/main/java/bubble/model/account/message/AccountMessage.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message; diff --git a/bubble-server/src/main/java/bubble/model/account/message/AccountMessageCompletionHandler.java b/bubble-server/src/main/java/bubble/model/account/message/AccountMessageCompletionHandler.java index 1bf2c85e..edabe006 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/AccountMessageCompletionHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/AccountMessageCompletionHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message; diff --git a/bubble-server/src/main/java/bubble/model/account/message/AccountMessageContact.java b/bubble-server/src/main/java/bubble/model/account/message/AccountMessageContact.java index e6440837..a7b40f4c 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/AccountMessageContact.java +++ b/bubble-server/src/main/java/bubble/model/account/message/AccountMessageContact.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message; diff --git a/bubble-server/src/main/java/bubble/model/account/message/AccountMessageDirection.java b/bubble-server/src/main/java/bubble/model/account/message/AccountMessageDirection.java index cec4875c..c331fafe 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/AccountMessageDirection.java +++ b/bubble-server/src/main/java/bubble/model/account/message/AccountMessageDirection.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message; diff --git a/bubble-server/src/main/java/bubble/model/account/message/AccountMessageType.java b/bubble-server/src/main/java/bubble/model/account/message/AccountMessageType.java index d9a118db..0310060b 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/AccountMessageType.java +++ b/bubble-server/src/main/java/bubble/model/account/message/AccountMessageType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message; diff --git a/bubble-server/src/main/java/bubble/model/account/message/ActionTarget.java b/bubble-server/src/main/java/bubble/model/account/message/ActionTarget.java index 375a82c1..d9184c75 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/ActionTarget.java +++ b/bubble-server/src/main/java/bubble/model/account/message/ActionTarget.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message; diff --git a/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountDeletionHandler.java b/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountDeletionHandler.java index ea95705a..4c5bd17c 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountDeletionHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountDeletionHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message.handlers; diff --git a/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountDownloadHandler.java b/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountDownloadHandler.java index c3815a2a..a113a03d 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountDownloadHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountDownloadHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message.handlers; diff --git a/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountLoginHandler.java b/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountLoginHandler.java index 30ae53a0..a78c2090 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountLoginHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountLoginHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message.handlers; diff --git a/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountPasswordHandler.java b/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountPasswordHandler.java index cd0e9810..66d3355b 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountPasswordHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountPasswordHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message.handlers; diff --git a/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountVerifyHandler.java b/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountVerifyHandler.java index 33463b21..8641b4de 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountVerifyHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/handlers/AccountVerifyHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message.handlers; diff --git a/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkPasswordHandler.java b/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkPasswordHandler.java index 7f43049b..b4da65bb 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkPasswordHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkPasswordHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message.handlers; diff --git a/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkStartHandler.java b/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkStartHandler.java index b6772e29..c9ce92df 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkStartHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkStartHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message.handlers; diff --git a/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkStopHandler.java b/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkStopHandler.java index f9631f95..d1c772d5 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkStopHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/handlers/NetworkStopHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message.handlers; diff --git a/bubble-server/src/main/java/bubble/model/account/message/handlers/NodeStartHandler.java b/bubble-server/src/main/java/bubble/model/account/message/handlers/NodeStartHandler.java index 8239e059..2bdbc833 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/handlers/NodeStartHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/handlers/NodeStartHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message.handlers; diff --git a/bubble-server/src/main/java/bubble/model/account/message/handlers/NodeStopHandler.java b/bubble-server/src/main/java/bubble/model/account/message/handlers/NodeStopHandler.java index bb9464d4..ae88cfa3 100644 --- a/bubble-server/src/main/java/bubble/model/account/message/handlers/NodeStopHandler.java +++ b/bubble-server/src/main/java/bubble/model/account/message/handlers/NodeStopHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.account.message.handlers; diff --git a/bubble-server/src/main/java/bubble/model/app/AppData.java b/bubble-server/src/main/java/bubble/model/app/AppData.java index 3ae194a7..d269b0de 100644 --- a/bubble-server/src/main/java/bubble/model/app/AppData.java +++ b/bubble-server/src/main/java/bubble/model/app/AppData.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app; diff --git a/bubble-server/src/main/java/bubble/model/app/AppDataFormat.java b/bubble-server/src/main/java/bubble/model/app/AppDataFormat.java index 7605d366..6d1f125f 100644 --- a/bubble-server/src/main/java/bubble/model/app/AppDataFormat.java +++ b/bubble-server/src/main/java/bubble/model/app/AppDataFormat.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app; diff --git a/bubble-server/src/main/java/bubble/model/app/AppMatcher.java b/bubble-server/src/main/java/bubble/model/app/AppMatcher.java index d240a7c1..e7f9013e 100644 --- a/bubble-server/src/main/java/bubble/model/app/AppMatcher.java +++ b/bubble-server/src/main/java/bubble/model/app/AppMatcher.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app; diff --git a/bubble-server/src/main/java/bubble/model/app/AppMessage.java b/bubble-server/src/main/java/bubble/model/app/AppMessage.java index 27891739..cec30340 100644 --- a/bubble-server/src/main/java/bubble/model/app/AppMessage.java +++ b/bubble-server/src/main/java/bubble/model/app/AppMessage.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app; diff --git a/bubble-server/src/main/java/bubble/model/app/AppRule.java b/bubble-server/src/main/java/bubble/model/app/AppRule.java index c3c4a37f..183eac5a 100644 --- a/bubble-server/src/main/java/bubble/model/app/AppRule.java +++ b/bubble-server/src/main/java/bubble/model/app/AppRule.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app; diff --git a/bubble-server/src/main/java/bubble/model/app/AppSite.java b/bubble-server/src/main/java/bubble/model/app/AppSite.java index 5612daf4..f07f202e 100644 --- a/bubble-server/src/main/java/bubble/model/app/AppSite.java +++ b/bubble-server/src/main/java/bubble/model/app/AppSite.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app; diff --git a/bubble-server/src/main/java/bubble/model/app/AppTemplateEntity.java b/bubble-server/src/main/java/bubble/model/app/AppTemplateEntity.java index 084de7c7..762699bd 100644 --- a/bubble-server/src/main/java/bubble/model/app/AppTemplateEntity.java +++ b/bubble-server/src/main/java/bubble/model/app/AppTemplateEntity.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app; diff --git a/bubble-server/src/main/java/bubble/model/app/BubbleApp.java b/bubble-server/src/main/java/bubble/model/app/BubbleApp.java index da1b46cc..706db1dc 100644 --- a/bubble-server/src/main/java/bubble/model/app/BubbleApp.java +++ b/bubble-server/src/main/java/bubble/model/app/BubbleApp.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app; diff --git a/bubble-server/src/main/java/bubble/model/app/RuleDriver.java b/bubble-server/src/main/java/bubble/model/app/RuleDriver.java index f4249fd1..db45354f 100644 --- a/bubble-server/src/main/java/bubble/model/app/RuleDriver.java +++ b/bubble-server/src/main/java/bubble/model/app/RuleDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppConfigAction.java b/bubble-server/src/main/java/bubble/model/app/config/AppConfigAction.java index 5ce6bec9..37f50c85 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppConfigAction.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppConfigAction.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppConfigDriver.java b/bubble-server/src/main/java/bubble/model/app/config/AppConfigDriver.java index 9cfcd250..fd589e72 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppConfigDriver.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppConfigDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppConfigScope.java b/bubble-server/src/main/java/bubble/model/app/config/AppConfigScope.java index 5d998863..6fd114ab 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppConfigScope.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppConfigScope.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppConfigView.java b/bubble-server/src/main/java/bubble/model/app/config/AppConfigView.java index c521cf52..52f653a4 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppConfigView.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppConfigView.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppDataAction.java b/bubble-server/src/main/java/bubble/model/app/config/AppDataAction.java index 565c9aad..3e29511b 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppDataAction.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppDataAction.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppDataConfig.java b/bubble-server/src/main/java/bubble/model/app/config/AppDataConfig.java index 82720aab..cb5e8e1e 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppDataConfig.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppDataConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppDataDriver.java b/bubble-server/src/main/java/bubble/model/app/config/AppDataDriver.java index 2a328fca..48d45aac 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppDataDriver.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppDataDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppDataDriverBase.java b/bubble-server/src/main/java/bubble/model/app/config/AppDataDriverBase.java index 3161301c..2561582a 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppDataDriverBase.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppDataDriverBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppDataField.java b/bubble-server/src/main/java/bubble/model/app/config/AppDataField.java index 246e77d6..212c3570 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppDataField.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppDataField.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppDataParam.java b/bubble-server/src/main/java/bubble/model/app/config/AppDataParam.java index ddd8ddec..56cb77af 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppDataParam.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppDataParam.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppDataPresentation.java b/bubble-server/src/main/java/bubble/model/app/config/AppDataPresentation.java index 795e863b..896cd315 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppDataPresentation.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppDataPresentation.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppDataView.java b/bubble-server/src/main/java/bubble/model/app/config/AppDataView.java index b51be55c..4c6bc691 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppDataView.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppDataView.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppDataViewLayout.java b/bubble-server/src/main/java/bubble/model/app/config/AppDataViewLayout.java index 5f74c939..eeab26c3 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppDataViewLayout.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppDataViewLayout.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/bill/AccountPayment.java b/bubble-server/src/main/java/bubble/model/bill/AccountPayment.java index bfb2cdf8..7886a76c 100644 --- a/bubble-server/src/main/java/bubble/model/bill/AccountPayment.java +++ b/bubble-server/src/main/java/bubble/model/bill/AccountPayment.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentMethod.java b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentMethod.java index b229d6cc..fae51659 100644 --- a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentMethod.java +++ b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentMethod.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentStatus.java b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentStatus.java index 18bf432e..74bbb18e 100644 --- a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentStatus.java +++ b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentStatus.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentType.java b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentType.java index a9513fff..0dbcbc78 100644 --- a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentType.java +++ b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/AccountPlan.java b/bubble-server/src/main/java/bubble/model/bill/AccountPlan.java index e7183fd5..46cfcd60 100644 --- a/bubble-server/src/main/java/bubble/model/bill/AccountPlan.java +++ b/bubble-server/src/main/java/bubble/model/bill/AccountPlan.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/Bill.java b/bubble-server/src/main/java/bubble/model/bill/Bill.java index 55f96279..1fdbdf81 100644 --- a/bubble-server/src/main/java/bubble/model/bill/Bill.java +++ b/bubble-server/src/main/java/bubble/model/bill/Bill.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/BillItemType.java b/bubble-server/src/main/java/bubble/model/bill/BillItemType.java index d5764c6f..bd095724 100644 --- a/bubble-server/src/main/java/bubble/model/bill/BillItemType.java +++ b/bubble-server/src/main/java/bubble/model/bill/BillItemType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/BillPeriod.java b/bubble-server/src/main/java/bubble/model/bill/BillPeriod.java index 94d5065c..7bc565b1 100644 --- a/bubble-server/src/main/java/bubble/model/bill/BillPeriod.java +++ b/bubble-server/src/main/java/bubble/model/bill/BillPeriod.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/BillStatus.java b/bubble-server/src/main/java/bubble/model/bill/BillStatus.java index 5fdad76e..ba30e5e2 100644 --- a/bubble-server/src/main/java/bubble/model/bill/BillStatus.java +++ b/bubble-server/src/main/java/bubble/model/bill/BillStatus.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/BubblePlan.java b/bubble-server/src/main/java/bubble/model/bill/BubblePlan.java index c20dd13f..cb0a6784 100644 --- a/bubble-server/src/main/java/bubble/model/bill/BubblePlan.java +++ b/bubble-server/src/main/java/bubble/model/bill/BubblePlan.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/BubblePlanApp.java b/bubble-server/src/main/java/bubble/model/bill/BubblePlanApp.java index 7baeee3e..2e1202b2 100644 --- a/bubble-server/src/main/java/bubble/model/bill/BubblePlanApp.java +++ b/bubble-server/src/main/java/bubble/model/bill/BubblePlanApp.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/PaymentMethodType.java b/bubble-server/src/main/java/bubble/model/bill/PaymentMethodType.java index d1c4e91f..fbe7cee4 100644 --- a/bubble-server/src/main/java/bubble/model/bill/PaymentMethodType.java +++ b/bubble-server/src/main/java/bubble/model/bill/PaymentMethodType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/Promotion.java b/bubble-server/src/main/java/bubble/model/bill/Promotion.java index 8fe2beae..64486ee8 100644 --- a/bubble-server/src/main/java/bubble/model/bill/Promotion.java +++ b/bubble-server/src/main/java/bubble/model/bill/Promotion.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/period/BillPeriodDriver.java b/bubble-server/src/main/java/bubble/model/bill/period/BillPeriodDriver.java index 07199cf0..f7d08256 100644 --- a/bubble-server/src/main/java/bubble/model/bill/period/BillPeriodDriver.java +++ b/bubble-server/src/main/java/bubble/model/bill/period/BillPeriodDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill.period; diff --git a/bubble-server/src/main/java/bubble/model/bill/period/BillPeriodDriver_monthly.java b/bubble-server/src/main/java/bubble/model/bill/period/BillPeriodDriver_monthly.java index 2774e46f..74843d73 100644 --- a/bubble-server/src/main/java/bubble/model/bill/period/BillPeriodDriver_monthly.java +++ b/bubble-server/src/main/java/bubble/model/bill/period/BillPeriodDriver_monthly.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.bill.period; diff --git a/bubble-server/src/main/java/bubble/model/boot/ActivationRequest.java b/bubble-server/src/main/java/bubble/model/boot/ActivationRequest.java index 3742cec6..c099c701 100644 --- a/bubble-server/src/main/java/bubble/model/boot/ActivationRequest.java +++ b/bubble-server/src/main/java/bubble/model/boot/ActivationRequest.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.boot; diff --git a/bubble-server/src/main/java/bubble/model/boot/CloudServiceConfig.java b/bubble-server/src/main/java/bubble/model/boot/CloudServiceConfig.java index cf3d6d97..807e108f 100644 --- a/bubble-server/src/main/java/bubble/model/boot/CloudServiceConfig.java +++ b/bubble-server/src/main/java/bubble/model/boot/CloudServiceConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.boot; diff --git a/bubble-server/src/main/java/bubble/model/cloud/AnsibleInstallType.java b/bubble-server/src/main/java/bubble/model/cloud/AnsibleInstallType.java index 48227851..32eb59f4 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/AnsibleInstallType.java +++ b/bubble-server/src/main/java/bubble/model/cloud/AnsibleInstallType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/AnsibleRole.java b/bubble-server/src/main/java/bubble/model/cloud/AnsibleRole.java index 54266bb1..e7a6c625 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/AnsibleRole.java +++ b/bubble-server/src/main/java/bubble/model/cloud/AnsibleRole.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; @@ -26,6 +26,7 @@ import java.util.Arrays; import static bubble.ApiConstants.DB_JSON_MAPPER; import static bubble.ApiConstants.EP_ROLES; import static bubble.cloud.storage.StorageServiceDriver.STORAGE_PREFIX; +import static org.cobbzilla.util.daemon.ZillaRuntime.empty; import static org.cobbzilla.util.json.JsonUtil.json; import static org.cobbzilla.util.reflect.ReflectionUtil.copy; @@ -122,7 +123,7 @@ public class AnsibleRole extends IdentifiableBase implements AccountTemplate, Ha // Then after it is stored (in AnsibleRoleDAO.preCreate), this becomes storage://CloudServiceName/path @Column(updatable=false, length=200) @Getter @Setter private String tgzB64; - public boolean hasTgzB64 () { return tgzB64 != null; } + public boolean hasTgzB64 () { return !empty(tgzB64); } @Transient @JsonIgnore public boolean isTgzB64raw() { return tgzB64 != null && !tgzB64.startsWith(STORAGE_PREFIX); } @Transient @JsonIgnore public boolean isTgzB64storage() { return tgzB64 != null && tgzB64.startsWith(STORAGE_PREFIX); } diff --git a/bubble-server/src/main/java/bubble/model/cloud/BackupStatus.java b/bubble-server/src/main/java/bubble/model/cloud/BackupStatus.java index f684f395..664ffc90 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BackupStatus.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BackupStatus.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/BubbleBackup.java b/bubble-server/src/main/java/bubble/model/cloud/BubbleBackup.java index 7ecdbfc9..50746335 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BubbleBackup.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BubbleBackup.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/BubbleDnsName.java b/bubble-server/src/main/java/bubble/model/cloud/BubbleDnsName.java index 4e82f646..fdd20eb3 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BubbleDnsName.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BubbleDnsName.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/BubbleDomain.java b/bubble-server/src/main/java/bubble/model/cloud/BubbleDomain.java index 855b4892..516ce0e5 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BubbleDomain.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BubbleDomain.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/BubbleDomainNameServer.java b/bubble-server/src/main/java/bubble/model/cloud/BubbleDomainNameServer.java index d5babf63..dd93fe44 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BubbleDomainNameServer.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BubbleDomainNameServer.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/BubbleFootprint.java b/bubble-server/src/main/java/bubble/model/cloud/BubbleFootprint.java index 9f0d6e0a..9475ebd0 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BubbleFootprint.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BubbleFootprint.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/BubbleNetwork.java b/bubble-server/src/main/java/bubble/model/cloud/BubbleNetwork.java index bd82c88a..4089545a 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BubbleNetwork.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BubbleNetwork.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/BubbleNetworkState.java b/bubble-server/src/main/java/bubble/model/cloud/BubbleNetworkState.java index 4f1d9576..e170a13f 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BubbleNetworkState.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BubbleNetworkState.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/BubbleNode.java b/bubble-server/src/main/java/bubble/model/cloud/BubbleNode.java index 02a4eb16..db0efba5 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BubbleNode.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BubbleNode.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/BubbleNodeKey.java b/bubble-server/src/main/java/bubble/model/cloud/BubbleNodeKey.java index 266a5c0a..29d5d646 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BubbleNodeKey.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BubbleNodeKey.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/BubbleNodeState.java b/bubble-server/src/main/java/bubble/model/cloud/BubbleNodeState.java index d081ba1b..30425d6b 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/BubbleNodeState.java +++ b/bubble-server/src/main/java/bubble/model/cloud/BubbleNodeState.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/CloudCredentials.java b/bubble-server/src/main/java/bubble/model/cloud/CloudCredentials.java index 1ed879f7..ec258d5a 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/CloudCredentials.java +++ b/bubble-server/src/main/java/bubble/model/cloud/CloudCredentials.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/CloudService.java b/bubble-server/src/main/java/bubble/model/cloud/CloudService.java index 1d774ac4..931a97cc 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/CloudService.java +++ b/bubble-server/src/main/java/bubble/model/cloud/CloudService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/CloudServiceData.java b/bubble-server/src/main/java/bubble/model/cloud/CloudServiceData.java index cc6dd1df..f909e54d 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/CloudServiceData.java +++ b/bubble-server/src/main/java/bubble/model/cloud/CloudServiceData.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/NetLocation.java b/bubble-server/src/main/java/bubble/model/cloud/NetLocation.java index d46b60f1..39995be8 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/NetLocation.java +++ b/bubble-server/src/main/java/bubble/model/cloud/NetLocation.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/NetworkKeys.java b/bubble-server/src/main/java/bubble/model/cloud/NetworkKeys.java index 9152bf86..ab44c16a 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/NetworkKeys.java +++ b/bubble-server/src/main/java/bubble/model/cloud/NetworkKeys.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/PaymentService.java b/bubble-server/src/main/java/bubble/model/cloud/PaymentService.java index 08f449bc..f6be7e6e 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/PaymentService.java +++ b/bubble-server/src/main/java/bubble/model/cloud/PaymentService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/RegionalServiceDriver.java b/bubble-server/src/main/java/bubble/model/cloud/RegionalServiceDriver.java index 247a6688..5c9ff19a 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/RegionalServiceDriver.java +++ b/bubble-server/src/main/java/bubble/model/cloud/RegionalServiceDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/RekeyRequest.java b/bubble-server/src/main/java/bubble/model/cloud/RekeyRequest.java index caa0eae2..3968101a 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/RekeyRequest.java +++ b/bubble-server/src/main/java/bubble/model/cloud/RekeyRequest.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/StorageMetadata.java b/bubble-server/src/main/java/bubble/model/cloud/StorageMetadata.java index d33ef302..e401e70b 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/StorageMetadata.java +++ b/bubble-server/src/main/java/bubble/model/cloud/StorageMetadata.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationBase.java b/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationBase.java index 42c758e2..6c06877f 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationBase.java +++ b/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationProcessingStatus.java b/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationProcessingStatus.java index ed7b9265..65b70f8c 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationProcessingStatus.java +++ b/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationProcessingStatus.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationReceipt.java b/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationReceipt.java index b6c49731..493b22bf 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationReceipt.java +++ b/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationReceipt.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationSendStatus.java b/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationSendStatus.java index e724d861..6d6e2dd3 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationSendStatus.java +++ b/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationSendStatus.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationType.java b/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationType.java index c6de5e4d..8c28f930 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationType.java +++ b/bubble-server/src/main/java/bubble/model/cloud/notify/NotificationType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/model/cloud/notify/ReceivedNotification.java b/bubble-server/src/main/java/bubble/model/cloud/notify/ReceivedNotification.java index 8a163bfb..f55e0723 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/notify/ReceivedNotification.java +++ b/bubble-server/src/main/java/bubble/model/cloud/notify/ReceivedNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/model/cloud/notify/SentNotification.java b/bubble-server/src/main/java/bubble/model/cloud/notify/SentNotification.java index 10832fea..d19db434 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/notify/SentNotification.java +++ b/bubble-server/src/main/java/bubble/model/cloud/notify/SentNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/model/device/Device.java b/bubble-server/src/main/java/bubble/model/device/Device.java index e94935a4..f9140c70 100644 --- a/bubble-server/src/main/java/bubble/model/device/Device.java +++ b/bubble-server/src/main/java/bubble/model/device/Device.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.model.device; diff --git a/bubble-server/src/main/java/bubble/notify/DelegatedNotificationHandlerBase.java b/bubble-server/src/main/java/bubble/notify/DelegatedNotificationHandlerBase.java index b1f9c120..9644ea99 100644 --- a/bubble-server/src/main/java/bubble/notify/DelegatedNotificationHandlerBase.java +++ b/bubble-server/src/main/java/bubble/notify/DelegatedNotificationHandlerBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/NewNodeNotification.java b/bubble-server/src/main/java/bubble/notify/NewNodeNotification.java index e15c7ae9..3f61864f 100644 --- a/bubble-server/src/main/java/bubble/notify/NewNodeNotification.java +++ b/bubble-server/src/main/java/bubble/notify/NewNodeNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/NotificationHandler_backup_response.java b/bubble-server/src/main/java/bubble/notify/NotificationHandler_backup_response.java index 21e273a3..eba308e6 100644 --- a/bubble-server/src/main/java/bubble/notify/NotificationHandler_backup_response.java +++ b/bubble-server/src/main/java/bubble/notify/NotificationHandler_backup_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/NotificationHandler_fork.java b/bubble-server/src/main/java/bubble/notify/NotificationHandler_fork.java index 9b9da8bb..21312b29 100644 --- a/bubble-server/src/main/java/bubble/notify/NotificationHandler_fork.java +++ b/bubble-server/src/main/java/bubble/notify/NotificationHandler_fork.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/NotificationHandler_health_check.java b/bubble-server/src/main/java/bubble/notify/NotificationHandler_health_check.java index c03498bb..e267bf12 100644 --- a/bubble-server/src/main/java/bubble/notify/NotificationHandler_health_check.java +++ b/bubble-server/src/main/java/bubble/notify/NotificationHandler_health_check.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/NotificationHandler_hello_from_sage.java b/bubble-server/src/main/java/bubble/notify/NotificationHandler_hello_from_sage.java index 51be6584..68c9cfe3 100644 --- a/bubble-server/src/main/java/bubble/notify/NotificationHandler_hello_from_sage.java +++ b/bubble-server/src/main/java/bubble/notify/NotificationHandler_hello_from_sage.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/NotificationHandler_hello_to_sage.java b/bubble-server/src/main/java/bubble/notify/NotificationHandler_hello_to_sage.java index 52d8bfd1..7a4621f0 100644 --- a/bubble-server/src/main/java/bubble/notify/NotificationHandler_hello_to_sage.java +++ b/bubble-server/src/main/java/bubble/notify/NotificationHandler_hello_to_sage.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/NotificationHandler_peer_hello.java b/bubble-server/src/main/java/bubble/notify/NotificationHandler_peer_hello.java index dfdf61f5..44ac02d1 100644 --- a/bubble-server/src/main/java/bubble/notify/NotificationHandler_peer_hello.java +++ b/bubble-server/src/main/java/bubble/notify/NotificationHandler_peer_hello.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/NotificationHandler_register_backup.java b/bubble-server/src/main/java/bubble/notify/NotificationHandler_register_backup.java index ffafa127..c2b04c43 100644 --- a/bubble-server/src/main/java/bubble/notify/NotificationHandler_register_backup.java +++ b/bubble-server/src/main/java/bubble/notify/NotificationHandler_register_backup.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/NotificationHandler_restore_complete.java b/bubble-server/src/main/java/bubble/notify/NotificationHandler_restore_complete.java index e3384f6f..94d3c932 100644 --- a/bubble-server/src/main/java/bubble/notify/NotificationHandler_restore_complete.java +++ b/bubble-server/src/main/java/bubble/notify/NotificationHandler_restore_complete.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/NotificationHandler_retrieve_backup.java b/bubble-server/src/main/java/bubble/notify/NotificationHandler_retrieve_backup.java index 202bad5b..68611221 100644 --- a/bubble-server/src/main/java/bubble/notify/NotificationHandler_retrieve_backup.java +++ b/bubble-server/src/main/java/bubble/notify/NotificationHandler_retrieve_backup.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/ReceivedNotificationHandler.java b/bubble-server/src/main/java/bubble/notify/ReceivedNotificationHandler.java index ff91232b..ec376808 100644 --- a/bubble-server/src/main/java/bubble/notify/ReceivedNotificationHandler.java +++ b/bubble-server/src/main/java/bubble/notify/ReceivedNotificationHandler.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/ReceivedNotificationHandlerBase.java b/bubble-server/src/main/java/bubble/notify/ReceivedNotificationHandlerBase.java index 49804ef8..c991d6eb 100644 --- a/bubble-server/src/main/java/bubble/notify/ReceivedNotificationHandlerBase.java +++ b/bubble-server/src/main/java/bubble/notify/ReceivedNotificationHandlerBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/SynchronousNotification.java b/bubble-server/src/main/java/bubble/notify/SynchronousNotification.java index 7891fad4..103bef58 100644 --- a/bubble-server/src/main/java/bubble/notify/SynchronousNotification.java +++ b/bubble-server/src/main/java/bubble/notify/SynchronousNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/SynchronousNotificationReply.java b/bubble-server/src/main/java/bubble/notify/SynchronousNotificationReply.java index 8d471308..b756f613 100644 --- a/bubble-server/src/main/java/bubble/notify/SynchronousNotificationReply.java +++ b/bubble-server/src/main/java/bubble/notify/SynchronousNotificationReply.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify; diff --git a/bubble-server/src/main/java/bubble/notify/auth/AuthDriverNotification.java b/bubble-server/src/main/java/bubble/notify/auth/AuthDriverNotification.java index 728258d1..badf0c03 100644 --- a/bubble-server/src/main/java/bubble/notify/auth/AuthDriverNotification.java +++ b/bubble-server/src/main/java/bubble/notify/auth/AuthDriverNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.auth; diff --git a/bubble-server/src/main/java/bubble/notify/auth/DelegatedAuthNotificationHandlerBase.java b/bubble-server/src/main/java/bubble/notify/auth/DelegatedAuthNotificationHandlerBase.java index 7e91d214..7c8c1743 100644 --- a/bubble-server/src/main/java/bubble/notify/auth/DelegatedAuthNotificationHandlerBase.java +++ b/bubble-server/src/main/java/bubble/notify/auth/DelegatedAuthNotificationHandlerBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.auth; diff --git a/bubble-server/src/main/java/bubble/notify/authenticator/AuthenticatorDriverNotification.java b/bubble-server/src/main/java/bubble/notify/authenticator/AuthenticatorDriverNotification.java index fd0f03a5..2af39463 100644 --- a/bubble-server/src/main/java/bubble/notify/authenticator/AuthenticatorDriverNotification.java +++ b/bubble-server/src/main/java/bubble/notify/authenticator/AuthenticatorDriverNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.authenticator; diff --git a/bubble-server/src/main/java/bubble/notify/authenticator/NotificationHandler_authenticator_driver_response.java b/bubble-server/src/main/java/bubble/notify/authenticator/NotificationHandler_authenticator_driver_response.java index 7c8c433d..be7a1b94 100644 --- a/bubble-server/src/main/java/bubble/notify/authenticator/NotificationHandler_authenticator_driver_response.java +++ b/bubble-server/src/main/java/bubble/notify/authenticator/NotificationHandler_authenticator_driver_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.authenticator; diff --git a/bubble-server/src/main/java/bubble/notify/authenticator/NotificationHandler_authenticator_driver_send.java b/bubble-server/src/main/java/bubble/notify/authenticator/NotificationHandler_authenticator_driver_send.java index dd0f9c2b..13cd19a2 100644 --- a/bubble-server/src/main/java/bubble/notify/authenticator/NotificationHandler_authenticator_driver_send.java +++ b/bubble-server/src/main/java/bubble/notify/authenticator/NotificationHandler_authenticator_driver_send.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.authenticator; diff --git a/bubble-server/src/main/java/bubble/notify/compute/ComputeDriverNotification.java b/bubble-server/src/main/java/bubble/notify/compute/ComputeDriverNotification.java index 295341f6..8285169e 100644 --- a/bubble-server/src/main/java/bubble/notify/compute/ComputeDriverNotification.java +++ b/bubble-server/src/main/java/bubble/notify/compute/ComputeDriverNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.compute; diff --git a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver.java b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver.java index 7463881b..31c28291 100644 --- a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver.java +++ b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.compute; diff --git a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_cleanup_start.java b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_cleanup_start.java index 2fb48162..7a8c5a97 100644 --- a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_cleanup_start.java +++ b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_cleanup_start.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.compute; diff --git a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_get_regions.java b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_get_regions.java index 7699e00a..8cb867ae 100644 --- a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_get_regions.java +++ b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_get_regions.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.compute; diff --git a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_get_sizes.java b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_get_sizes.java index 929ea546..2bc42703 100644 --- a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_get_sizes.java +++ b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_get_sizes.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.compute; diff --git a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_response.java b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_response.java index 79c171be..e0f9b135 100644 --- a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_response.java +++ b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.compute; diff --git a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_start.java b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_start.java index 66922d34..55585e71 100644 --- a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_start.java +++ b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_start.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.compute; diff --git a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_status.java b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_status.java index 3f039b30..b010a322 100644 --- a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_status.java +++ b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_status.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.compute; diff --git a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_stop.java b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_stop.java index b1074e9c..5e358a41 100644 --- a/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_stop.java +++ b/bubble-server/src/main/java/bubble/notify/compute/NotificationHandler_compute_driver_stop.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.compute; diff --git a/bubble-server/src/main/java/bubble/notify/dns/DnsDriverNotification.java b/bubble-server/src/main/java/bubble/notify/dns/DnsDriverNotification.java index f1352184..e129cfae 100644 --- a/bubble-server/src/main/java/bubble/notify/dns/DnsDriverNotification.java +++ b/bubble-server/src/main/java/bubble/notify/dns/DnsDriverNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.dns; diff --git a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver.java b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver.java index be5ef934..a2721d27 100644 --- a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver.java +++ b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.dns; diff --git a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_create.java b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_create.java index be4bfe22..7228fc83 100644 --- a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_create.java +++ b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_create.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.dns; diff --git a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_delete_node.java b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_delete_node.java index 64043be8..5fc1c7bf 100644 --- a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_delete_node.java +++ b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_delete_node.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.dns; diff --git a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_list.java b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_list.java index 48dce38e..efc956e4 100644 --- a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_list.java +++ b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_list.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.dns; diff --git a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_remove.java b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_remove.java index ea144773..ff55fc2b 100644 --- a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_remove.java +++ b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_remove.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.dns; diff --git a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_response.java b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_response.java index c1aecf74..f8ddef78 100644 --- a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_response.java +++ b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.dns; diff --git a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_set_network.java b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_set_network.java index aa4fe6b9..d28b731f 100644 --- a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_set_network.java +++ b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_set_network.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.dns; diff --git a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_set_node.java b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_set_node.java index 98b07df3..ac6dd1f1 100644 --- a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_set_node.java +++ b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_set_node.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.dns; diff --git a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_update.java b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_update.java index 6291e58a..ece5b7f7 100644 --- a/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_update.java +++ b/bubble-server/src/main/java/bubble/notify/dns/NotificationHandler_dns_driver_update.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.dns; diff --git a/bubble-server/src/main/java/bubble/notify/email/EmailDriverNotification.java b/bubble-server/src/main/java/bubble/notify/email/EmailDriverNotification.java index 846c3736..0fc0f67d 100644 --- a/bubble-server/src/main/java/bubble/notify/email/EmailDriverNotification.java +++ b/bubble-server/src/main/java/bubble/notify/email/EmailDriverNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.email; diff --git a/bubble-server/src/main/java/bubble/notify/email/NotificationHandler_email_driver_response.java b/bubble-server/src/main/java/bubble/notify/email/NotificationHandler_email_driver_response.java index 45a100ca..20013ff5 100644 --- a/bubble-server/src/main/java/bubble/notify/email/NotificationHandler_email_driver_response.java +++ b/bubble-server/src/main/java/bubble/notify/email/NotificationHandler_email_driver_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.email; diff --git a/bubble-server/src/main/java/bubble/notify/email/NotificationHandler_email_driver_send.java b/bubble-server/src/main/java/bubble/notify/email/NotificationHandler_email_driver_send.java index 5b01c120..3f46facf 100644 --- a/bubble-server/src/main/java/bubble/notify/email/NotificationHandler_email_driver_send.java +++ b/bubble-server/src/main/java/bubble/notify/email/NotificationHandler_email_driver_send.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.email; diff --git a/bubble-server/src/main/java/bubble/notify/geoCode/GeoCodeNotification.java b/bubble-server/src/main/java/bubble/notify/geoCode/GeoCodeNotification.java index e2dd31ce..88970007 100644 --- a/bubble-server/src/main/java/bubble/notify/geoCode/GeoCodeNotification.java +++ b/bubble-server/src/main/java/bubble/notify/geoCode/GeoCodeNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.geoCode; diff --git a/bubble-server/src/main/java/bubble/notify/geoCode/NotificationHandler_geoCode_driver_geocode.java b/bubble-server/src/main/java/bubble/notify/geoCode/NotificationHandler_geoCode_driver_geocode.java index 7959f1ed..b3e20519 100644 --- a/bubble-server/src/main/java/bubble/notify/geoCode/NotificationHandler_geoCode_driver_geocode.java +++ b/bubble-server/src/main/java/bubble/notify/geoCode/NotificationHandler_geoCode_driver_geocode.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.geoCode; diff --git a/bubble-server/src/main/java/bubble/notify/geoCode/NotificationHandler_geoCode_driver_response.java b/bubble-server/src/main/java/bubble/notify/geoCode/NotificationHandler_geoCode_driver_response.java index 4a50ea9b..ffe19baa 100644 --- a/bubble-server/src/main/java/bubble/notify/geoCode/NotificationHandler_geoCode_driver_response.java +++ b/bubble-server/src/main/java/bubble/notify/geoCode/NotificationHandler_geoCode_driver_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.geoCode; diff --git a/bubble-server/src/main/java/bubble/notify/geoLocation/GeoLocationNotification.java b/bubble-server/src/main/java/bubble/notify/geoLocation/GeoLocationNotification.java index b75bf1e2..7f8cd67b 100644 --- a/bubble-server/src/main/java/bubble/notify/geoLocation/GeoLocationNotification.java +++ b/bubble-server/src/main/java/bubble/notify/geoLocation/GeoLocationNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.geoLocation; diff --git a/bubble-server/src/main/java/bubble/notify/geoLocation/NotificationHandler_geoLocation_driver_geolocate.java b/bubble-server/src/main/java/bubble/notify/geoLocation/NotificationHandler_geoLocation_driver_geolocate.java index 1cebe082..b50e96ba 100644 --- a/bubble-server/src/main/java/bubble/notify/geoLocation/NotificationHandler_geoLocation_driver_geolocate.java +++ b/bubble-server/src/main/java/bubble/notify/geoLocation/NotificationHandler_geoLocation_driver_geolocate.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.geoLocation; diff --git a/bubble-server/src/main/java/bubble/notify/geoLocation/NotificationHandler_geoLocation_driver_response.java b/bubble-server/src/main/java/bubble/notify/geoLocation/NotificationHandler_geoLocation_driver_response.java index ddfb2a43..c41f9ddb 100644 --- a/bubble-server/src/main/java/bubble/notify/geoLocation/NotificationHandler_geoLocation_driver_response.java +++ b/bubble-server/src/main/java/bubble/notify/geoLocation/NotificationHandler_geoLocation_driver_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.geoLocation; diff --git a/bubble-server/src/main/java/bubble/notify/geoTime/GeoTimeNotification.java b/bubble-server/src/main/java/bubble/notify/geoTime/GeoTimeNotification.java index 857767e3..6d5d4b9c 100644 --- a/bubble-server/src/main/java/bubble/notify/geoTime/GeoTimeNotification.java +++ b/bubble-server/src/main/java/bubble/notify/geoTime/GeoTimeNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.geoTime; diff --git a/bubble-server/src/main/java/bubble/notify/geoTime/NotificationHandler_geoTime_driver_geotime.java b/bubble-server/src/main/java/bubble/notify/geoTime/NotificationHandler_geoTime_driver_geotime.java index a7da1a2d..0f78a82e 100644 --- a/bubble-server/src/main/java/bubble/notify/geoTime/NotificationHandler_geoTime_driver_geotime.java +++ b/bubble-server/src/main/java/bubble/notify/geoTime/NotificationHandler_geoTime_driver_geotime.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.geoTime; diff --git a/bubble-server/src/main/java/bubble/notify/geoTime/NotificationHandler_geoTime_driver_response.java b/bubble-server/src/main/java/bubble/notify/geoTime/NotificationHandler_geoTime_driver_response.java index eed416df..31c2e510 100644 --- a/bubble-server/src/main/java/bubble/notify/geoTime/NotificationHandler_geoTime_driver_response.java +++ b/bubble-server/src/main/java/bubble/notify/geoTime/NotificationHandler_geoTime_driver_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.geoTime; diff --git a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver.java b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver.java index 8ee2dd87..9d14b06e 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver.java +++ b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_authorize.java b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_authorize.java index 64ccc4eb..c06366a0 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_authorize.java +++ b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_authorize.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_cancel_authorization.java b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_cancel_authorization.java index 5cb05056..36e35dec 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_cancel_authorization.java +++ b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_cancel_authorization.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_claim.java b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_claim.java index 7daf645b..cae8c0bc 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_claim.java +++ b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_claim.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_purchase.java b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_purchase.java index 582665de..1f41d73b 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_purchase.java +++ b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_purchase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_refund.java b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_refund.java index 209b0f75..175c26a2 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_refund.java +++ b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_refund.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_response.java b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_response.java index 83a163ee..03f4efd4 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_response.java +++ b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_validate.java b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_validate.java index a0cd0385..754a9699 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_validate.java +++ b/bubble-server/src/main/java/bubble/notify/payment/NotificationHandler_payment_driver_validate.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/PaymentMethodClaimNotification.java b/bubble-server/src/main/java/bubble/notify/payment/PaymentMethodClaimNotification.java index 474384af..7faa72b4 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/PaymentMethodClaimNotification.java +++ b/bubble-server/src/main/java/bubble/notify/payment/PaymentMethodClaimNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/PaymentMethodValidationNotification.java b/bubble-server/src/main/java/bubble/notify/payment/PaymentMethodValidationNotification.java index 339a0bbe..d4d824c4 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/PaymentMethodValidationNotification.java +++ b/bubble-server/src/main/java/bubble/notify/payment/PaymentMethodValidationNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/PaymentNotification.java b/bubble-server/src/main/java/bubble/notify/payment/PaymentNotification.java index 08d37c81..635790ca 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/PaymentNotification.java +++ b/bubble-server/src/main/java/bubble/notify/payment/PaymentNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/PaymentResult.java b/bubble-server/src/main/java/bubble/notify/payment/PaymentResult.java index f32c9770..674b0a4d 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/PaymentResult.java +++ b/bubble-server/src/main/java/bubble/notify/payment/PaymentResult.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/payment/PaymentValidationResult.java b/bubble-server/src/main/java/bubble/notify/payment/PaymentValidationResult.java index 54fecfe9..626ad78c 100644 --- a/bubble-server/src/main/java/bubble/notify/payment/PaymentValidationResult.java +++ b/bubble-server/src/main/java/bubble/notify/payment/PaymentValidationResult.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.payment; diff --git a/bubble-server/src/main/java/bubble/notify/sms/NotificationHandler_sms_driver_response.java b/bubble-server/src/main/java/bubble/notify/sms/NotificationHandler_sms_driver_response.java index 42603530..4d925212 100644 --- a/bubble-server/src/main/java/bubble/notify/sms/NotificationHandler_sms_driver_response.java +++ b/bubble-server/src/main/java/bubble/notify/sms/NotificationHandler_sms_driver_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.sms; diff --git a/bubble-server/src/main/java/bubble/notify/sms/NotificationHandler_sms_driver_send.java b/bubble-server/src/main/java/bubble/notify/sms/NotificationHandler_sms_driver_send.java index 0167a012..a7b49fc8 100644 --- a/bubble-server/src/main/java/bubble/notify/sms/NotificationHandler_sms_driver_send.java +++ b/bubble-server/src/main/java/bubble/notify/sms/NotificationHandler_sms_driver_send.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.sms; diff --git a/bubble-server/src/main/java/bubble/notify/sms/SmsDriverNotification.java b/bubble-server/src/main/java/bubble/notify/sms/SmsDriverNotification.java index 9fa801c9..42fa4363 100644 --- a/bubble-server/src/main/java/bubble/notify/sms/SmsDriverNotification.java +++ b/bubble-server/src/main/java/bubble/notify/sms/SmsDriverNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.sms; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver.java index 34adfb3d..88546b5b 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_delete.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_delete.java index a53242f2..b90bf701 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_delete.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_delete.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_delete_network.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_delete_network.java index 109c965e..fe277a7e 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_delete_network.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_delete_network.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_exists.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_exists.java index 290383ea..e6912560 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_exists.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_exists.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_list.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_list.java index 827a2b41..761ca13d 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_list.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_list.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_list_next.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_list_next.java index 6a57e705..faa0c7f3 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_list_next.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_list_next.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_read.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_read.java index f1b48949..4f1ef373 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_read.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_read.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_read_metadata.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_read_metadata.java index c0d5a060..e6d43322 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_read_metadata.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_read_metadata.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_response.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_response.java index f2b235aa..6e824b65 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_response.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_response.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_result.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_result.java index 7b095669..6fd459f3 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_result.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_result.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_write.java b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_write.java index 13ca37a8..4a22af97 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_write.java +++ b/bubble-server/src/main/java/bubble/notify/storage/NotificationHandler_storage_driver_write.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/StorageDriverNotification.java b/bubble-server/src/main/java/bubble/notify/storage/StorageDriverNotification.java index b636e10c..199f6471 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/StorageDriverNotification.java +++ b/bubble-server/src/main/java/bubble/notify/storage/StorageDriverNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/StorageListing.java b/bubble-server/src/main/java/bubble/notify/storage/StorageListing.java index a324695f..80f0302d 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/StorageListing.java +++ b/bubble-server/src/main/java/bubble/notify/storage/StorageListing.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/StorageResult.java b/bubble-server/src/main/java/bubble/notify/storage/StorageResult.java index 4b0e41f9..1f14d65d 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/StorageResult.java +++ b/bubble-server/src/main/java/bubble/notify/storage/StorageResult.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/notify/storage/StorageStreamRequest.java b/bubble-server/src/main/java/bubble/notify/storage/StorageStreamRequest.java index 11bb8054..775d8449 100644 --- a/bubble-server/src/main/java/bubble/notify/storage/StorageStreamRequest.java +++ b/bubble-server/src/main/java/bubble/notify/storage/StorageStreamRequest.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.notify.storage; diff --git a/bubble-server/src/main/java/bubble/resources/BubbleMagicResource.java b/bubble-server/src/main/java/bubble/resources/BubbleMagicResource.java index 23e8fc49..c98a8a69 100644 --- a/bubble-server/src/main/java/bubble/resources/BubbleMagicResource.java +++ b/bubble-server/src/main/java/bubble/resources/BubbleMagicResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources; diff --git a/bubble-server/src/main/java/bubble/resources/DebugResource.java b/bubble-server/src/main/java/bubble/resources/DebugResource.java index 60eedfff..4d3c972f 100644 --- a/bubble-server/src/main/java/bubble/resources/DebugResource.java +++ b/bubble-server/src/main/java/bubble/resources/DebugResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources; diff --git a/bubble-server/src/main/java/bubble/resources/DetectResource.java b/bubble-server/src/main/java/bubble/resources/DetectResource.java index 42d901c3..2be28735 100644 --- a/bubble-server/src/main/java/bubble/resources/DetectResource.java +++ b/bubble-server/src/main/java/bubble/resources/DetectResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources; diff --git a/bubble-server/src/main/java/bubble/resources/EntityConfigsResource.java b/bubble-server/src/main/java/bubble/resources/EntityConfigsResource.java index 6016a15d..b9d647ed 100644 --- a/bubble-server/src/main/java/bubble/resources/EntityConfigsResource.java +++ b/bubble-server/src/main/java/bubble/resources/EntityConfigsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources; diff --git a/bubble-server/src/main/java/bubble/resources/IdentityResource.java b/bubble-server/src/main/java/bubble/resources/IdentityResource.java index bedfc077..4cfc5a41 100644 --- a/bubble-server/src/main/java/bubble/resources/IdentityResource.java +++ b/bubble-server/src/main/java/bubble/resources/IdentityResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources; diff --git a/bubble-server/src/main/java/bubble/resources/SearchResource.java b/bubble-server/src/main/java/bubble/resources/SearchResource.java index 52e25cce..f40fe101 100644 --- a/bubble-server/src/main/java/bubble/resources/SearchResource.java +++ b/bubble-server/src/main/java/bubble/resources/SearchResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources; diff --git a/bubble-server/src/main/java/bubble/resources/TagsResource.java b/bubble-server/src/main/java/bubble/resources/TagsResource.java index 0cb0e6cb..51784179 100644 --- a/bubble-server/src/main/java/bubble/resources/TagsResource.java +++ b/bubble-server/src/main/java/bubble/resources/TagsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources; diff --git a/bubble-server/src/main/java/bubble/resources/TimezonesResource.java b/bubble-server/src/main/java/bubble/resources/TimezonesResource.java index 2509b054..09050373 100644 --- a/bubble-server/src/main/java/bubble/resources/TimezonesResource.java +++ b/bubble-server/src/main/java/bubble/resources/TimezonesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources; diff --git a/bubble-server/src/main/java/bubble/resources/account/AccountOwnedResource.java b/bubble-server/src/main/java/bubble/resources/account/AccountOwnedResource.java index d418ab63..084a0982 100644 --- a/bubble-server/src/main/java/bubble/resources/account/AccountOwnedResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/AccountOwnedResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/account/AccountOwnedTemplateResource.java b/bubble-server/src/main/java/bubble/resources/account/AccountOwnedTemplateResource.java index 3e52c2fc..69db9b12 100644 --- a/bubble-server/src/main/java/bubble/resources/account/AccountOwnedTemplateResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/AccountOwnedTemplateResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/account/AccountPromotionsResource.java b/bubble-server/src/main/java/bubble/resources/account/AccountPromotionsResource.java index b09b02dd..2f33498a 100644 --- a/bubble-server/src/main/java/bubble/resources/account/AccountPromotionsResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/AccountPromotionsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/account/AccountSshKeysResource.java b/bubble-server/src/main/java/bubble/resources/account/AccountSshKeysResource.java index e8e2deb2..6b8d8b74 100644 --- a/bubble-server/src/main/java/bubble/resources/account/AccountSshKeysResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/AccountSshKeysResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/account/AccountsResource.java b/bubble-server/src/main/java/bubble/resources/account/AccountsResource.java index 858bbfdb..a4f66a4a 100644 --- a/bubble-server/src/main/java/bubble/resources/account/AccountsResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/AccountsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/account/AuthResource.java b/bubble-server/src/main/java/bubble/resources/account/AuthResource.java index 336af4b6..cf343cb6 100644 --- a/bubble-server/src/main/java/bubble/resources/account/AuthResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/AuthResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/account/DevicesResource.java b/bubble-server/src/main/java/bubble/resources/account/DevicesResource.java index b03c0ecf..21dca480 100644 --- a/bubble-server/src/main/java/bubble/resources/account/DevicesResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/DevicesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/account/MeResource.java b/bubble-server/src/main/java/bubble/resources/account/MeResource.java index 01f423d3..da09ce45 100644 --- a/bubble-server/src/main/java/bubble/resources/account/MeResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/MeResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/account/ReadOnlyAccountOwnedResource.java b/bubble-server/src/main/java/bubble/resources/account/ReadOnlyAccountOwnedResource.java index 7ed5d54c..ff2b9dc8 100644 --- a/bubble-server/src/main/java/bubble/resources/account/ReadOnlyAccountOwnedResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/ReadOnlyAccountOwnedResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/account/ReferralCodesResource.java b/bubble-server/src/main/java/bubble/resources/account/ReferralCodesResource.java index 6555a6f0..eec50811 100644 --- a/bubble-server/src/main/java/bubble/resources/account/ReferralCodesResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/ReferralCodesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/account/VpnConfigResource.java b/bubble-server/src/main/java/bubble/resources/account/VpnConfigResource.java index f1c165f2..f019bb0d 100644 --- a/bubble-server/src/main/java/bubble/resources/account/VpnConfigResource.java +++ b/bubble-server/src/main/java/bubble/resources/account/VpnConfigResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.account; diff --git a/bubble-server/src/main/java/bubble/resources/app/AppConfigResource.java b/bubble-server/src/main/java/bubble/resources/app/AppConfigResource.java index 3fd73f63..cd7eff18 100644 --- a/bubble-server/src/main/java/bubble/resources/app/AppConfigResource.java +++ b/bubble-server/src/main/java/bubble/resources/app/AppConfigResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/AppDataResource.java b/bubble-server/src/main/java/bubble/resources/app/AppDataResource.java index 005acdc9..1f38bdbb 100644 --- a/bubble-server/src/main/java/bubble/resources/app/AppDataResource.java +++ b/bubble-server/src/main/java/bubble/resources/app/AppDataResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/AppDriversResource.java b/bubble-server/src/main/java/bubble/resources/app/AppDriversResource.java index d2cba303..bb17e4ac 100644 --- a/bubble-server/src/main/java/bubble/resources/app/AppDriversResource.java +++ b/bubble-server/src/main/java/bubble/resources/app/AppDriversResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/AppMatchersResource.java b/bubble-server/src/main/java/bubble/resources/app/AppMatchersResource.java index 6aa802c0..68075c75 100644 --- a/bubble-server/src/main/java/bubble/resources/app/AppMatchersResource.java +++ b/bubble-server/src/main/java/bubble/resources/app/AppMatchersResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/AppMessagesResource.java b/bubble-server/src/main/java/bubble/resources/app/AppMessagesResource.java index f307ab3a..afaba266 100644 --- a/bubble-server/src/main/java/bubble/resources/app/AppMessagesResource.java +++ b/bubble-server/src/main/java/bubble/resources/app/AppMessagesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/AppRulesResource.java b/bubble-server/src/main/java/bubble/resources/app/AppRulesResource.java index aa50d68b..48e7444f 100644 --- a/bubble-server/src/main/java/bubble/resources/app/AppRulesResource.java +++ b/bubble-server/src/main/java/bubble/resources/app/AppRulesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/AppSiteDataResource.java b/bubble-server/src/main/java/bubble/resources/app/AppSiteDataResource.java index dcdbe387..358f4afc 100644 --- a/bubble-server/src/main/java/bubble/resources/app/AppSiteDataResource.java +++ b/bubble-server/src/main/java/bubble/resources/app/AppSiteDataResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/AppSitesResource.java b/bubble-server/src/main/java/bubble/resources/app/AppSitesResource.java index 914f9d96..09af80b3 100644 --- a/bubble-server/src/main/java/bubble/resources/app/AppSitesResource.java +++ b/bubble-server/src/main/java/bubble/resources/app/AppSitesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/AppsResource.java b/bubble-server/src/main/java/bubble/resources/app/AppsResource.java index 34487ceb..16e7c89f 100644 --- a/bubble-server/src/main/java/bubble/resources/app/AppsResource.java +++ b/bubble-server/src/main/java/bubble/resources/app/AppsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/AppsResourceBase.java b/bubble-server/src/main/java/bubble/resources/app/AppsResourceBase.java index 36da6318..b366f2ec 100644 --- a/bubble-server/src/main/java/bubble/resources/app/AppsResourceBase.java +++ b/bubble-server/src/main/java/bubble/resources/app/AppsResourceBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/DataResourceBase.java b/bubble-server/src/main/java/bubble/resources/app/DataResourceBase.java index 71517fcb..b4684128 100644 --- a/bubble-server/src/main/java/bubble/resources/app/DataResourceBase.java +++ b/bubble-server/src/main/java/bubble/resources/app/DataResourceBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/app/PublicAppsResource.java b/bubble-server/src/main/java/bubble/resources/app/PublicAppsResource.java index ec759044..a1db2ead 100644 --- a/bubble-server/src/main/java/bubble/resources/app/PublicAppsResource.java +++ b/bubble-server/src/main/java/bubble/resources/app/PublicAppsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.app; diff --git a/bubble-server/src/main/java/bubble/resources/bill/AccountPaymentMethodsResource.java b/bubble-server/src/main/java/bubble/resources/bill/AccountPaymentMethodsResource.java index e7ddf705..49239728 100644 --- a/bubble-server/src/main/java/bubble/resources/bill/AccountPaymentMethodsResource.java +++ b/bubble-server/src/main/java/bubble/resources/bill/AccountPaymentMethodsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.bill; diff --git a/bubble-server/src/main/java/bubble/resources/bill/AccountPaymentsResource.java b/bubble-server/src/main/java/bubble/resources/bill/AccountPaymentsResource.java index 086668db..a5dd0f0b 100644 --- a/bubble-server/src/main/java/bubble/resources/bill/AccountPaymentsResource.java +++ b/bubble-server/src/main/java/bubble/resources/bill/AccountPaymentsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.bill; diff --git a/bubble-server/src/main/java/bubble/resources/bill/AccountPlansResource.java b/bubble-server/src/main/java/bubble/resources/bill/AccountPlansResource.java index 24b3ad18..23a18751 100644 --- a/bubble-server/src/main/java/bubble/resources/bill/AccountPlansResource.java +++ b/bubble-server/src/main/java/bubble/resources/bill/AccountPlansResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.bill; diff --git a/bubble-server/src/main/java/bubble/resources/bill/AllPaymentMethodsResource.java b/bubble-server/src/main/java/bubble/resources/bill/AllPaymentMethodsResource.java index a6809d63..b7360c84 100644 --- a/bubble-server/src/main/java/bubble/resources/bill/AllPaymentMethodsResource.java +++ b/bubble-server/src/main/java/bubble/resources/bill/AllPaymentMethodsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.bill; diff --git a/bubble-server/src/main/java/bubble/resources/bill/BillsResource.java b/bubble-server/src/main/java/bubble/resources/bill/BillsResource.java index b54fc55c..4a5df2ee 100644 --- a/bubble-server/src/main/java/bubble/resources/bill/BillsResource.java +++ b/bubble-server/src/main/java/bubble/resources/bill/BillsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.bill; diff --git a/bubble-server/src/main/java/bubble/resources/bill/BubblePlanAppsResource.java b/bubble-server/src/main/java/bubble/resources/bill/BubblePlanAppsResource.java index 9d26c824..e09a9f19 100644 --- a/bubble-server/src/main/java/bubble/resources/bill/BubblePlanAppsResource.java +++ b/bubble-server/src/main/java/bubble/resources/bill/BubblePlanAppsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.bill; diff --git a/bubble-server/src/main/java/bubble/resources/bill/BubblePlansResource.java b/bubble-server/src/main/java/bubble/resources/bill/BubblePlansResource.java index 8d9f5535..24f8bf08 100644 --- a/bubble-server/src/main/java/bubble/resources/bill/BubblePlansResource.java +++ b/bubble-server/src/main/java/bubble/resources/bill/BubblePlansResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.bill; diff --git a/bubble-server/src/main/java/bubble/resources/bill/PromotionsResource.java b/bubble-server/src/main/java/bubble/resources/bill/PromotionsResource.java index db0e56b7..59e8ded1 100644 --- a/bubble-server/src/main/java/bubble/resources/bill/PromotionsResource.java +++ b/bubble-server/src/main/java/bubble/resources/bill/PromotionsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.bill; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/AnsibleRolesResource.java b/bubble-server/src/main/java/bubble/resources/cloud/AnsibleRolesResource.java index acf56b0e..df3bdec5 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/AnsibleRolesResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/AnsibleRolesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/AnsibleRolesResourceBase.java b/bubble-server/src/main/java/bubble/resources/cloud/AnsibleRolesResourceBase.java index 850f37dd..f9f1c78f 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/AnsibleRolesResourceBase.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/AnsibleRolesResourceBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/BackupsResource.java b/bubble-server/src/main/java/bubble/resources/cloud/BackupsResource.java index e1a7aa4e..0a633cde 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/BackupsResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/BackupsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/CloudServiceDataResource.java b/bubble-server/src/main/java/bubble/resources/cloud/CloudServiceDataResource.java index 92989fbb..765560d3 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/CloudServiceDataResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/CloudServiceDataResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/CloudServiceRegionsResource.java b/bubble-server/src/main/java/bubble/resources/cloud/CloudServiceRegionsResource.java index 060ecb2c..8a06d3fa 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/CloudServiceRegionsResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/CloudServiceRegionsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/CloudServicesResource.java b/bubble-server/src/main/java/bubble/resources/cloud/CloudServicesResource.java index 112e6bcb..f5ca9c9c 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/CloudServicesResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/CloudServicesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/DomainRolesResource.java b/bubble-server/src/main/java/bubble/resources/cloud/DomainRolesResource.java index 1615d7eb..fefd176c 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/DomainRolesResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/DomainRolesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/DomainsResource.java b/bubble-server/src/main/java/bubble/resources/cloud/DomainsResource.java index 5bac4e94..593944c3 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/DomainsResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/DomainsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/DomainsResourceBase.java b/bubble-server/src/main/java/bubble/resources/cloud/DomainsResourceBase.java index 73f21245..0813b659 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/DomainsResourceBase.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/DomainsResourceBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/FootprintsResource.java b/bubble-server/src/main/java/bubble/resources/cloud/FootprintsResource.java index 7dc670e3..acab405a 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/FootprintsResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/FootprintsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/FootprintsResourceBase.java b/bubble-server/src/main/java/bubble/resources/cloud/FootprintsResourceBase.java index 81d0335a..588e8940 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/FootprintsResourceBase.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/FootprintsResourceBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/NetworkActionsResource.java b/bubble-server/src/main/java/bubble/resources/cloud/NetworkActionsResource.java index d66fd7e9..483549fc 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/NetworkActionsResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/NetworkActionsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/NetworkDnsResource.java b/bubble-server/src/main/java/bubble/resources/cloud/NetworkDnsResource.java index ac87c4df..cb426531 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/NetworkDnsResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/NetworkDnsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/NetworksResource.java b/bubble-server/src/main/java/bubble/resources/cloud/NetworksResource.java index 365cbcdb..38d87642 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/NetworksResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/NetworksResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/NodesResource.java b/bubble-server/src/main/java/bubble/resources/cloud/NodesResource.java index d089c2ab..5dfd9484 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/NodesResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/NodesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/PublicAnsibleRolesResource.java b/bubble-server/src/main/java/bubble/resources/cloud/PublicAnsibleRolesResource.java index 4131fbb5..2b075e94 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/PublicAnsibleRolesResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/PublicAnsibleRolesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/PublicCloudServicesResource.java b/bubble-server/src/main/java/bubble/resources/cloud/PublicCloudServicesResource.java index 89c5b904..00fdac4a 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/PublicCloudServicesResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/PublicCloudServicesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/PublicDomainsResource.java b/bubble-server/src/main/java/bubble/resources/cloud/PublicDomainsResource.java index 98036ba2..452b5789 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/PublicDomainsResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/PublicDomainsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/PublicFootprintsResource.java b/bubble-server/src/main/java/bubble/resources/cloud/PublicFootprintsResource.java index ce8201cf..f4564fcc 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/PublicFootprintsResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/PublicFootprintsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/StorageResource.java b/bubble-server/src/main/java/bubble/resources/cloud/StorageResource.java index 868c3484..bc40085a 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/StorageResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/StorageResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/driver/DriversResource.java b/bubble-server/src/main/java/bubble/resources/driver/DriversResource.java index 9b228e2e..830885a4 100644 --- a/bubble-server/src/main/java/bubble/resources/driver/DriversResource.java +++ b/bubble-server/src/main/java/bubble/resources/driver/DriversResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.driver; diff --git a/bubble-server/src/main/java/bubble/resources/driver/DriversResourceBase.java b/bubble-server/src/main/java/bubble/resources/driver/DriversResourceBase.java index 2f766740..a9eb55a5 100644 --- a/bubble-server/src/main/java/bubble/resources/driver/DriversResourceBase.java +++ b/bubble-server/src/main/java/bubble/resources/driver/DriversResourceBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.driver; diff --git a/bubble-server/src/main/java/bubble/resources/driver/PublicDriversResource.java b/bubble-server/src/main/java/bubble/resources/driver/PublicDriversResource.java index 26ce45fd..77a1d9aa 100644 --- a/bubble-server/src/main/java/bubble/resources/driver/PublicDriversResource.java +++ b/bubble-server/src/main/java/bubble/resources/driver/PublicDriversResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.driver; diff --git a/bubble-server/src/main/java/bubble/resources/message/MessageResourceFormat.java b/bubble-server/src/main/java/bubble/resources/message/MessageResourceFormat.java index e6d07722..7f45a213 100644 --- a/bubble-server/src/main/java/bubble/resources/message/MessageResourceFormat.java +++ b/bubble-server/src/main/java/bubble/resources/message/MessageResourceFormat.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.message; diff --git a/bubble-server/src/main/java/bubble/resources/message/MessagesResource.java b/bubble-server/src/main/java/bubble/resources/message/MessagesResource.java index 6a64cc11..a25a0660 100644 --- a/bubble-server/src/main/java/bubble/resources/message/MessagesResource.java +++ b/bubble-server/src/main/java/bubble/resources/message/MessagesResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.message; diff --git a/bubble-server/src/main/java/bubble/resources/notify/InboundNotifyResource.java b/bubble-server/src/main/java/bubble/resources/notify/InboundNotifyResource.java index c2e8ae0f..44c88dbf 100644 --- a/bubble-server/src/main/java/bubble/resources/notify/InboundNotifyResource.java +++ b/bubble-server/src/main/java/bubble/resources/notify/InboundNotifyResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.notify; diff --git a/bubble-server/src/main/java/bubble/resources/notify/NotificationsResourceBase.java b/bubble-server/src/main/java/bubble/resources/notify/NotificationsResourceBase.java index 5b5dac21..198516e1 100644 --- a/bubble-server/src/main/java/bubble/resources/notify/NotificationsResourceBase.java +++ b/bubble-server/src/main/java/bubble/resources/notify/NotificationsResourceBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.notify; diff --git a/bubble-server/src/main/java/bubble/resources/notify/ReceivedNotificationsResource.java b/bubble-server/src/main/java/bubble/resources/notify/ReceivedNotificationsResource.java index 7f9006fd..5d0f6383 100644 --- a/bubble-server/src/main/java/bubble/resources/notify/ReceivedNotificationsResource.java +++ b/bubble-server/src/main/java/bubble/resources/notify/ReceivedNotificationsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.notify; diff --git a/bubble-server/src/main/java/bubble/resources/notify/SentNotificationsResource.java b/bubble-server/src/main/java/bubble/resources/notify/SentNotificationsResource.java index 63c5f157..685eb7bd 100644 --- a/bubble-server/src/main/java/bubble/resources/notify/SentNotificationsResource.java +++ b/bubble-server/src/main/java/bubble/resources/notify/SentNotificationsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.notify; diff --git a/bubble-server/src/main/java/bubble/resources/stream/AppAssetsResource.java b/bubble-server/src/main/java/bubble/resources/stream/AppAssetsResource.java index 3063c4ce..37c46c1f 100644 --- a/bubble-server/src/main/java/bubble/resources/stream/AppAssetsResource.java +++ b/bubble-server/src/main/java/bubble/resources/stream/AppAssetsResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.stream; diff --git a/bubble-server/src/main/java/bubble/resources/stream/FilterDataResource.java b/bubble-server/src/main/java/bubble/resources/stream/FilterDataResource.java index 59d22765..a040df1e 100644 --- a/bubble-server/src/main/java/bubble/resources/stream/FilterDataResource.java +++ b/bubble-server/src/main/java/bubble/resources/stream/FilterDataResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.stream; diff --git a/bubble-server/src/main/java/bubble/resources/stream/FilterHttpRequest.java b/bubble-server/src/main/java/bubble/resources/stream/FilterHttpRequest.java index 0a3781a1..b6dd1c73 100644 --- a/bubble-server/src/main/java/bubble/resources/stream/FilterHttpRequest.java +++ b/bubble-server/src/main/java/bubble/resources/stream/FilterHttpRequest.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.stream; diff --git a/bubble-server/src/main/java/bubble/resources/stream/FilterHttpResource.java b/bubble-server/src/main/java/bubble/resources/stream/FilterHttpResource.java index f9f3e4d6..41c63610 100644 --- a/bubble-server/src/main/java/bubble/resources/stream/FilterHttpResource.java +++ b/bubble-server/src/main/java/bubble/resources/stream/FilterHttpResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.stream; diff --git a/bubble-server/src/main/java/bubble/resources/stream/FilterMatchersRequest.java b/bubble-server/src/main/java/bubble/resources/stream/FilterMatchersRequest.java index 002dbdbf..0c058396 100644 --- a/bubble-server/src/main/java/bubble/resources/stream/FilterMatchersRequest.java +++ b/bubble-server/src/main/java/bubble/resources/stream/FilterMatchersRequest.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.stream; diff --git a/bubble-server/src/main/java/bubble/resources/stream/FilterMatchersResponse.java b/bubble-server/src/main/java/bubble/resources/stream/FilterMatchersResponse.java index f11a0b06..d94237e9 100644 --- a/bubble-server/src/main/java/bubble/resources/stream/FilterMatchersResponse.java +++ b/bubble-server/src/main/java/bubble/resources/stream/FilterMatchersResponse.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.stream; diff --git a/bubble-server/src/main/java/bubble/resources/stream/ReverseProxyResource.java b/bubble-server/src/main/java/bubble/resources/stream/ReverseProxyResource.java index a7a7ed8e..3ba2757d 100644 --- a/bubble-server/src/main/java/bubble/resources/stream/ReverseProxyResource.java +++ b/bubble-server/src/main/java/bubble/resources/stream/ReverseProxyResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.resources.stream; diff --git a/bubble-server/src/main/java/bubble/rule/AbstractAppRuleDriver.java b/bubble-server/src/main/java/bubble/rule/AbstractAppRuleDriver.java index 50e97de5..e01c603f 100644 --- a/bubble-server/src/main/java/bubble/rule/AbstractAppRuleDriver.java +++ b/bubble-server/src/main/java/bubble/rule/AbstractAppRuleDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/AppRuleDriver.java b/bubble-server/src/main/java/bubble/rule/AppRuleDriver.java index 58fed2a4..4daa22d3 100644 --- a/bubble-server/src/main/java/bubble/rule/AppRuleDriver.java +++ b/bubble-server/src/main/java/bubble/rule/AppRuleDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/DriverUserConfig.java b/bubble-server/src/main/java/bubble/rule/DriverUserConfig.java index 289a865b..89717d15 100644 --- a/bubble-server/src/main/java/bubble/rule/DriverUserConfig.java +++ b/bubble-server/src/main/java/bubble/rule/DriverUserConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/FilterMatchDecision.java b/bubble-server/src/main/java/bubble/rule/FilterMatchDecision.java index 8ecad114..0cc369a4 100644 --- a/bubble-server/src/main/java/bubble/rule/FilterMatchDecision.java +++ b/bubble-server/src/main/java/bubble/rule/FilterMatchDecision.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/FilterResponse.java b/bubble-server/src/main/java/bubble/rule/FilterResponse.java index 5f805abe..011fb132 100644 --- a/bubble-server/src/main/java/bubble/rule/FilterResponse.java +++ b/bubble-server/src/main/java/bubble/rule/FilterResponse.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/RequestDecorator.java b/bubble-server/src/main/java/bubble/rule/RequestDecorator.java index 03581e6f..0a1fa3fb 100644 --- a/bubble-server/src/main/java/bubble/rule/RequestDecorator.java +++ b/bubble-server/src/main/java/bubble/rule/RequestDecorator.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/RuleConfig.java b/bubble-server/src/main/java/bubble/rule/RuleConfig.java index 0e451c5b..ebfa0d43 100644 --- a/bubble-server/src/main/java/bubble/rule/RuleConfig.java +++ b/bubble-server/src/main/java/bubble/rule/RuleConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/RuleConfigBase.java b/bubble-server/src/main/java/bubble/rule/RuleConfigBase.java index b4249d4e..5d64b3f8 100644 --- a/bubble-server/src/main/java/bubble/rule/RuleConfigBase.java +++ b/bubble-server/src/main/java/bubble/rule/RuleConfigBase.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/UserConfigField.java b/bubble-server/src/main/java/bubble/rule/UserConfigField.java index 29a06934..aa1eb7db 100644 --- a/bubble-server/src/main/java/bubble/rule/UserConfigField.java +++ b/bubble-server/src/main/java/bubble/rule/UserConfigField.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsRuleDriver.java b/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsRuleDriver.java index 3a29e57e..91e3ba3d 100644 --- a/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsRuleDriver.java +++ b/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsRuleDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.analytics; diff --git a/bubble-server/src/main/java/bubble/rule/analytics/TrafficRecord.java b/bubble-server/src/main/java/bubble/rule/analytics/TrafficRecord.java index bdfed7ac..deafe8dc 100644 --- a/bubble-server/src/main/java/bubble/rule/analytics/TrafficRecord.java +++ b/bubble-server/src/main/java/bubble/rule/analytics/TrafficRecord.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.analytics; diff --git a/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockConfig.java b/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockConfig.java index 2f922784..82fbc88b 100644 --- a/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockConfig.java +++ b/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.bblock; diff --git a/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockList.java b/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockList.java index 873d14fb..d00c9a35 100644 --- a/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockList.java +++ b/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockList.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.bblock; diff --git a/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockRuleDriver.java b/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockRuleDriver.java index d06e771c..d0e313fb 100644 --- a/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockRuleDriver.java +++ b/bubble-server/src/main/java/bubble/rule/bblock/BubbleBlockRuleDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.bblock; diff --git a/bubble-server/src/main/java/bubble/rule/bblock/BubbleUserAgentBlock.java b/bubble-server/src/main/java/bubble/rule/bblock/BubbleUserAgentBlock.java index 586d0dd2..8c51156d 100644 --- a/bubble-server/src/main/java/bubble/rule/bblock/BubbleUserAgentBlock.java +++ b/bubble-server/src/main/java/bubble/rule/bblock/BubbleUserAgentBlock.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.bblock; diff --git a/bubble-server/src/main/java/bubble/rule/social/block/JsUserBlockerConfig.java b/bubble-server/src/main/java/bubble/rule/social/block/JsUserBlockerConfig.java index 10d84173..13aec643 100644 --- a/bubble-server/src/main/java/bubble/rule/social/block/JsUserBlockerConfig.java +++ b/bubble-server/src/main/java/bubble/rule/social/block/JsUserBlockerConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.social.block; diff --git a/bubble-server/src/main/java/bubble/rule/social/block/JsUserBlockerRuleDriver.java b/bubble-server/src/main/java/bubble/rule/social/block/JsUserBlockerRuleDriver.java index 9b717b26..7211aa36 100644 --- a/bubble-server/src/main/java/bubble/rule/social/block/JsUserBlockerRuleDriver.java +++ b/bubble-server/src/main/java/bubble/rule/social/block/JsUserBlockerRuleDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.social.block; diff --git a/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerConfig.java b/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerConfig.java index a2d8f9f0..e46cdf70 100644 --- a/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerConfig.java +++ b/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.social.block; diff --git a/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerRuleDriver.java b/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerRuleDriver.java index 15ccd8f6..75829e7e 100644 --- a/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerRuleDriver.java +++ b/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerRuleDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.social.block; diff --git a/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerStreamFilter.java b/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerStreamFilter.java index 83038d3f..90e47234 100644 --- a/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerStreamFilter.java +++ b/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerStreamFilter.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.social.block; diff --git a/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerUserConfig.java b/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerUserConfig.java index d3210524..ab6f498e 100644 --- a/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerUserConfig.java +++ b/bubble-server/src/main/java/bubble/rule/social/block/UserBlockerUserConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.rule.social.block; diff --git a/bubble-server/src/main/java/bubble/server/BubbleConfiguration.java b/bubble-server/src/main/java/bubble/server/BubbleConfiguration.java index f93dd873..23365a1c 100644 --- a/bubble-server/src/main/java/bubble/server/BubbleConfiguration.java +++ b/bubble-server/src/main/java/bubble/server/BubbleConfiguration.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.server; diff --git a/bubble-server/src/main/java/bubble/server/BubbleDbFilterServer.java b/bubble-server/src/main/java/bubble/server/BubbleDbFilterServer.java index ed63e813..59c4a2c9 100644 --- a/bubble-server/src/main/java/bubble/server/BubbleDbFilterServer.java +++ b/bubble-server/src/main/java/bubble/server/BubbleDbFilterServer.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.server; diff --git a/bubble-server/src/main/java/bubble/server/BubbleServer.java b/bubble-server/src/main/java/bubble/server/BubbleServer.java index c8ee0562..2832028e 100644 --- a/bubble-server/src/main/java/bubble/server/BubbleServer.java +++ b/bubble-server/src/main/java/bubble/server/BubbleServer.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.server; diff --git a/bubble-server/src/main/java/bubble/server/listener/BubbleFirstTimeListener.java b/bubble-server/src/main/java/bubble/server/listener/BubbleFirstTimeListener.java index 0e13ebbb..a352b0b0 100644 --- a/bubble-server/src/main/java/bubble/server/listener/BubbleFirstTimeListener.java +++ b/bubble-server/src/main/java/bubble/server/listener/BubbleFirstTimeListener.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.server.listener; diff --git a/bubble-server/src/main/java/bubble/server/listener/DeviceInitializerListener.java b/bubble-server/src/main/java/bubble/server/listener/DeviceInitializerListener.java index d7a30624..873d670d 100644 --- a/bubble-server/src/main/java/bubble/server/listener/DeviceInitializerListener.java +++ b/bubble-server/src/main/java/bubble/server/listener/DeviceInitializerListener.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.server.listener; diff --git a/bubble-server/src/main/java/bubble/server/listener/FirstTimeType.java b/bubble-server/src/main/java/bubble/server/listener/FirstTimeType.java index 090ba0f5..b53c6a2b 100644 --- a/bubble-server/src/main/java/bubble/server/listener/FirstTimeType.java +++ b/bubble-server/src/main/java/bubble/server/listener/FirstTimeType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.server.listener; diff --git a/bubble-server/src/main/java/bubble/server/listener/NodeInitializerListener.java b/bubble-server/src/main/java/bubble/server/listener/NodeInitializerListener.java index e3e053ce..4258e255 100644 --- a/bubble-server/src/main/java/bubble/server/listener/NodeInitializerListener.java +++ b/bubble-server/src/main/java/bubble/server/listener/NodeInitializerListener.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.server.listener; diff --git a/bubble-server/src/main/java/bubble/service/BubbleJsService.java b/bubble-server/src/main/java/bubble/service/BubbleJsService.java index ce517876..2b2f8500 100644 --- a/bubble-server/src/main/java/bubble/service/BubbleJsService.java +++ b/bubble-server/src/main/java/bubble/service/BubbleJsService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service; diff --git a/bubble-server/src/main/java/bubble/service/SearchService.java b/bubble-server/src/main/java/bubble/service/SearchService.java index fc3cb574..55a06d62 100644 --- a/bubble-server/src/main/java/bubble/service/SearchService.java +++ b/bubble-server/src/main/java/bubble/service/SearchService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service; diff --git a/bubble-server/src/main/java/bubble/service/StandardSearchService.java b/bubble-server/src/main/java/bubble/service/StandardSearchService.java index 6c8570ea..b9719937 100644 --- a/bubble-server/src/main/java/bubble/service/StandardSearchService.java +++ b/bubble-server/src/main/java/bubble/service/StandardSearchService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service; diff --git a/bubble-server/src/main/java/bubble/service/account/AccountMessageService.java b/bubble-server/src/main/java/bubble/service/account/AccountMessageService.java index a5343ff9..58a7a9ed 100644 --- a/bubble-server/src/main/java/bubble/service/account/AccountMessageService.java +++ b/bubble-server/src/main/java/bubble/service/account/AccountMessageService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.account; diff --git a/bubble-server/src/main/java/bubble/service/account/AuthenticatorService.java b/bubble-server/src/main/java/bubble/service/account/AuthenticatorService.java index 1d5a7b3e..39638c22 100644 --- a/bubble-server/src/main/java/bubble/service/account/AuthenticatorService.java +++ b/bubble-server/src/main/java/bubble/service/account/AuthenticatorService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.account; diff --git a/bubble-server/src/main/java/bubble/service/account/MitmControlService.java b/bubble-server/src/main/java/bubble/service/account/MitmControlService.java index e57c8c17..ca17a4ee 100644 --- a/bubble-server/src/main/java/bubble/service/account/MitmControlService.java +++ b/bubble-server/src/main/java/bubble/service/account/MitmControlService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.account; diff --git a/bubble-server/src/main/java/bubble/service/account/StandardAccountMessageService.java b/bubble-server/src/main/java/bubble/service/account/StandardAccountMessageService.java index b4d0d065..757b9eed 100644 --- a/bubble-server/src/main/java/bubble/service/account/StandardAccountMessageService.java +++ b/bubble-server/src/main/java/bubble/service/account/StandardAccountMessageService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.account; diff --git a/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadCollector.java b/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadCollector.java index 08e45ee4..1b93b169 100644 --- a/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadCollector.java +++ b/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadCollector.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.account.download; diff --git a/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadMonitor.java b/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadMonitor.java index dcbf020d..afa9b08f 100644 --- a/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadMonitor.java +++ b/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadMonitor.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.account.download; diff --git a/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadService.java b/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadService.java index 56124e60..a934d60b 100644 --- a/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadService.java +++ b/bubble-server/src/main/java/bubble/service/account/download/AccountDownloadService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.account.download; diff --git a/bubble-server/src/main/java/bubble/service/backup/BackupCleanerService.java b/bubble-server/src/main/java/bubble/service/backup/BackupCleanerService.java index c74e327f..793d0d1b 100644 --- a/bubble-server/src/main/java/bubble/service/backup/BackupCleanerService.java +++ b/bubble-server/src/main/java/bubble/service/backup/BackupCleanerService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.backup; diff --git a/bubble-server/src/main/java/bubble/service/backup/BackupDecision.java b/bubble-server/src/main/java/bubble/service/backup/BackupDecision.java index 655efd29..cd984ef1 100644 --- a/bubble-server/src/main/java/bubble/service/backup/BackupDecision.java +++ b/bubble-server/src/main/java/bubble/service/backup/BackupDecision.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.backup; diff --git a/bubble-server/src/main/java/bubble/service/backup/BackupService.java b/bubble-server/src/main/java/bubble/service/backup/BackupService.java index ecb18a51..b5defcb7 100644 --- a/bubble-server/src/main/java/bubble/service/backup/BackupService.java +++ b/bubble-server/src/main/java/bubble/service/backup/BackupService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.backup; diff --git a/bubble-server/src/main/java/bubble/service/backup/NetworkKeysService.java b/bubble-server/src/main/java/bubble/service/backup/NetworkKeysService.java index 448ef0f6..34709038 100644 --- a/bubble-server/src/main/java/bubble/service/backup/NetworkKeysService.java +++ b/bubble-server/src/main/java/bubble/service/backup/NetworkKeysService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.backup; diff --git a/bubble-server/src/main/java/bubble/service/backup/RestoreService.java b/bubble-server/src/main/java/bubble/service/backup/RestoreService.java index 63cf0279..169d886b 100644 --- a/bubble-server/src/main/java/bubble/service/backup/RestoreService.java +++ b/bubble-server/src/main/java/bubble/service/backup/RestoreService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.backup; diff --git a/bubble-server/src/main/java/bubble/service/bill/BillingService.java b/bubble-server/src/main/java/bubble/service/bill/BillingService.java index a223d629..e04f525c 100644 --- a/bubble-server/src/main/java/bubble/service/bill/BillingService.java +++ b/bubble-server/src/main/java/bubble/service/bill/BillingService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.bill; diff --git a/bubble-server/src/main/java/bubble/service/bill/PromotionService.java b/bubble-server/src/main/java/bubble/service/bill/PromotionService.java index 9170f656..1f396f3f 100644 --- a/bubble-server/src/main/java/bubble/service/bill/PromotionService.java +++ b/bubble-server/src/main/java/bubble/service/bill/PromotionService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.bill; diff --git a/bubble-server/src/main/java/bubble/service/bill/RefundService.java b/bubble-server/src/main/java/bubble/service/bill/RefundService.java index 57717601..5db9bbe2 100644 --- a/bubble-server/src/main/java/bubble/service/bill/RefundService.java +++ b/bubble-server/src/main/java/bubble/service/bill/RefundService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.bill; diff --git a/bubble-server/src/main/java/bubble/service/bill/StandardRefundService.java b/bubble-server/src/main/java/bubble/service/bill/StandardRefundService.java index 9c074b20..d2b83649 100644 --- a/bubble-server/src/main/java/bubble/service/bill/StandardRefundService.java +++ b/bubble-server/src/main/java/bubble/service/bill/StandardRefundService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.bill; diff --git a/bubble-server/src/main/java/bubble/service/boot/ActivationService.java b/bubble-server/src/main/java/bubble/service/boot/ActivationService.java index 25f6cc09..68f490ef 100644 --- a/bubble-server/src/main/java/bubble/service/boot/ActivationService.java +++ b/bubble-server/src/main/java/bubble/service/boot/ActivationService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.boot; diff --git a/bubble-server/src/main/java/bubble/service/boot/BubbleModelSetupService.java b/bubble-server/src/main/java/bubble/service/boot/BubbleModelSetupService.java index fe7cfc9b..3357e36d 100644 --- a/bubble-server/src/main/java/bubble/service/boot/BubbleModelSetupService.java +++ b/bubble-server/src/main/java/bubble/service/boot/BubbleModelSetupService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.boot; diff --git a/bubble-server/src/main/java/bubble/service/boot/SageHelloService.java b/bubble-server/src/main/java/bubble/service/boot/SageHelloService.java index 21107d84..98ce0547 100644 --- a/bubble-server/src/main/java/bubble/service/boot/SageHelloService.java +++ b/bubble-server/src/main/java/bubble/service/boot/SageHelloService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.boot; diff --git a/bubble-server/src/main/java/bubble/service/boot/SelfNodeService.java b/bubble-server/src/main/java/bubble/service/boot/SelfNodeService.java index bd356fff..82bb8571 100644 --- a/bubble-server/src/main/java/bubble/service/boot/SelfNodeService.java +++ b/bubble-server/src/main/java/bubble/service/boot/SelfNodeService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.boot; diff --git a/bubble-server/src/main/java/bubble/service/boot/StandardSelfNodeService.java b/bubble-server/src/main/java/bubble/service/boot/StandardSelfNodeService.java index a71d5c28..a0d69d27 100644 --- a/bubble-server/src/main/java/bubble/service/boot/StandardSelfNodeService.java +++ b/bubble-server/src/main/java/bubble/service/boot/StandardSelfNodeService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.boot; diff --git a/bubble-server/src/main/java/bubble/service/cloud/AnsiblePrepService.java b/bubble-server/src/main/java/bubble/service/cloud/AnsiblePrepService.java index baf173a6..45f6c333 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/AnsiblePrepService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/AnsiblePrepService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/DeviceIdService.java b/bubble-server/src/main/java/bubble/service/cloud/DeviceIdService.java index a1348c0b..c339e0ac 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/DeviceIdService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/DeviceIdService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/GeoService.java b/bubble-server/src/main/java/bubble/service/cloud/GeoService.java index 456beb57..d0f26358 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/GeoService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/GeoService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/NetworkMonitorService.java b/bubble-server/src/main/java/bubble/service/cloud/NetworkMonitorService.java index e7148a32..7c640148 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/NetworkMonitorService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/NetworkMonitorService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/NetworkService.java b/bubble-server/src/main/java/bubble/service/cloud/NetworkService.java index 66c3fc71..fab4020b 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/NetworkService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/NetworkService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/NodeLauncher.java b/bubble-server/src/main/java/bubble/service/cloud/NodeLauncher.java index b7e9453b..bd0284fd 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/NodeLauncher.java +++ b/bubble-server/src/main/java/bubble/service/cloud/NodeLauncher.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeter.java b/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeter.java index 27429d09..cc23d941 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeter.java +++ b/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeter.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeterConstants.java b/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeterConstants.java index ec23c92b..7f5c5a92 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeterConstants.java +++ b/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeterConstants.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeterTick.java b/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeterTick.java index d588677a..0a70fa25 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeterTick.java +++ b/bubble-server/src/main/java/bubble/service/cloud/NodeProgressMeterTick.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/NodeService.java b/bubble-server/src/main/java/bubble/service/cloud/NodeService.java index 57aee1e6..2b0e295c 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/NodeService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/NodeService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/RequestCoordinationService.java b/bubble-server/src/main/java/bubble/service/cloud/RequestCoordinationService.java index 57b19cef..f064c9bc 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/RequestCoordinationService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/RequestCoordinationService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java b/bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java index 7d7dcb97..217552aa 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/StandardStorageService.java b/bubble-server/src/main/java/bubble/service/cloud/StandardStorageService.java index 2bebb824..97c1921f 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/StandardStorageService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/StandardStorageService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/StorageService.java b/bubble-server/src/main/java/bubble/service/cloud/StorageService.java index 7605b464..b08f43d0 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/StorageService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/StorageService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/cloud/StorageStreamService.java b/bubble-server/src/main/java/bubble/service/cloud/StorageStreamService.java index f6f1490a..d06ca6a5 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/StorageStreamService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/StorageStreamService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.cloud; diff --git a/bubble-server/src/main/java/bubble/service/dbfilter/DatabaseFilterService.java b/bubble-server/src/main/java/bubble/service/dbfilter/DatabaseFilterService.java index 80177c0e..c01dc7e1 100644 --- a/bubble-server/src/main/java/bubble/service/dbfilter/DatabaseFilterService.java +++ b/bubble-server/src/main/java/bubble/service/dbfilter/DatabaseFilterService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.dbfilter; diff --git a/bubble-server/src/main/java/bubble/service/dbfilter/EndOfEntityStream.java b/bubble-server/src/main/java/bubble/service/dbfilter/EndOfEntityStream.java index cd211395..731b0f61 100644 --- a/bubble-server/src/main/java/bubble/service/dbfilter/EndOfEntityStream.java +++ b/bubble-server/src/main/java/bubble/service/dbfilter/EndOfEntityStream.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.dbfilter; diff --git a/bubble-server/src/main/java/bubble/service/dbfilter/EntityIterator.java b/bubble-server/src/main/java/bubble/service/dbfilter/EntityIterator.java index 06b23ab8..44a45355 100644 --- a/bubble-server/src/main/java/bubble/service/dbfilter/EntityIterator.java +++ b/bubble-server/src/main/java/bubble/service/dbfilter/EntityIterator.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.dbfilter; diff --git a/bubble-server/src/main/java/bubble/service/dbfilter/FilteredEntityIterator.java b/bubble-server/src/main/java/bubble/service/dbfilter/FilteredEntityIterator.java index 8a2a8072..d3d7ee0a 100644 --- a/bubble-server/src/main/java/bubble/service/dbfilter/FilteredEntityIterator.java +++ b/bubble-server/src/main/java/bubble/service/dbfilter/FilteredEntityIterator.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.dbfilter; diff --git a/bubble-server/src/main/java/bubble/service/dbfilter/FullEntityIterator.java b/bubble-server/src/main/java/bubble/service/dbfilter/FullEntityIterator.java index ba2d75ad..8ad118a0 100644 --- a/bubble-server/src/main/java/bubble/service/dbfilter/FullEntityIterator.java +++ b/bubble-server/src/main/java/bubble/service/dbfilter/FullEntityIterator.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.dbfilter; diff --git a/bubble-server/src/main/java/bubble/service/message/AppMessageService.java b/bubble-server/src/main/java/bubble/service/message/AppMessageService.java index 80b73e63..239491ea 100644 --- a/bubble-server/src/main/java/bubble/service/message/AppMessageService.java +++ b/bubble-server/src/main/java/bubble/service/message/AppMessageService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.message; diff --git a/bubble-server/src/main/java/bubble/service/notify/InboundNotification.java b/bubble-server/src/main/java/bubble/service/notify/InboundNotification.java index e562dca2..da09200b 100644 --- a/bubble-server/src/main/java/bubble/service/notify/InboundNotification.java +++ b/bubble-server/src/main/java/bubble/service/notify/InboundNotification.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.notify; diff --git a/bubble-server/src/main/java/bubble/service/notify/LocalNotificationStrategy.java b/bubble-server/src/main/java/bubble/service/notify/LocalNotificationStrategy.java index c5219a58..2477f1bb 100644 --- a/bubble-server/src/main/java/bubble/service/notify/LocalNotificationStrategy.java +++ b/bubble-server/src/main/java/bubble/service/notify/LocalNotificationStrategy.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.notify; diff --git a/bubble-server/src/main/java/bubble/service/notify/NotificationInboxProcessor.java b/bubble-server/src/main/java/bubble/service/notify/NotificationInboxProcessor.java index 20044700..6370c552 100644 --- a/bubble-server/src/main/java/bubble/service/notify/NotificationInboxProcessor.java +++ b/bubble-server/src/main/java/bubble/service/notify/NotificationInboxProcessor.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.notify; diff --git a/bubble-server/src/main/java/bubble/service/notify/NotificationReceiverService.java b/bubble-server/src/main/java/bubble/service/notify/NotificationReceiverService.java index a6828343..74c37815 100644 --- a/bubble-server/src/main/java/bubble/service/notify/NotificationReceiverService.java +++ b/bubble-server/src/main/java/bubble/service/notify/NotificationReceiverService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.notify; diff --git a/bubble-server/src/main/java/bubble/service/notify/NotificationService.java b/bubble-server/src/main/java/bubble/service/notify/NotificationService.java index e9bdc12b..22f5c65e 100644 --- a/bubble-server/src/main/java/bubble/service/notify/NotificationService.java +++ b/bubble-server/src/main/java/bubble/service/notify/NotificationService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.notify; diff --git a/bubble-server/src/main/java/bubble/service/stream/ActiveStreamState.java b/bubble-server/src/main/java/bubble/service/stream/ActiveStreamState.java index abdf20b5..be751588 100644 --- a/bubble-server/src/main/java/bubble/service/stream/ActiveStreamState.java +++ b/bubble-server/src/main/java/bubble/service/stream/ActiveStreamState.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.stream; diff --git a/bubble-server/src/main/java/bubble/service/stream/AppRuleHarness.java b/bubble-server/src/main/java/bubble/service/stream/AppRuleHarness.java index 5403a57b..8952f93c 100644 --- a/bubble-server/src/main/java/bubble/service/stream/AppRuleHarness.java +++ b/bubble-server/src/main/java/bubble/service/stream/AppRuleHarness.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.stream; diff --git a/bubble-server/src/main/java/bubble/service/stream/RuleEngineService.java b/bubble-server/src/main/java/bubble/service/stream/RuleEngineService.java index ba7aa3ce..21561477 100644 --- a/bubble-server/src/main/java/bubble/service/stream/RuleEngineService.java +++ b/bubble-server/src/main/java/bubble/service/stream/RuleEngineService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.stream; diff --git a/bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java b/bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java index 805f0b51..95865f99 100644 --- a/bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java +++ b/bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service.stream; diff --git a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterAccountMessageService.java b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterAccountMessageService.java index cab5788c..9a8a5f17 100644 --- a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterAccountMessageService.java +++ b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterAccountMessageService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service_dbfilter; diff --git a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterNetworkService.java b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterNetworkService.java index 28580a57..82a7ed54 100644 --- a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterNetworkService.java +++ b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterNetworkService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service_dbfilter; diff --git a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterRefundService.java b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterRefundService.java index d8a4277e..f67f1300 100644 --- a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterRefundService.java +++ b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterRefundService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service_dbfilter; diff --git a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterRuleEngineService.java b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterRuleEngineService.java index 16f8dcff..c3fe8403 100644 --- a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterRuleEngineService.java +++ b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterRuleEngineService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service_dbfilter; diff --git a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterSearchService.java b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterSearchService.java index 515183f6..006c4d7c 100644 --- a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterSearchService.java +++ b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterSearchService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service_dbfilter; diff --git a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterSelfNodeService.java b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterSelfNodeService.java index 65471964..9bfa7161 100644 --- a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterSelfNodeService.java +++ b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterSelfNodeService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service_dbfilter; diff --git a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterStorageService.java b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterStorageService.java index 8d3b7e6b..c0d765a2 100644 --- a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterStorageService.java +++ b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterStorageService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package bubble.service_dbfilter; diff --git a/bubble-server/src/main/java/db/BubbleMigration.java b/bubble-server/src/main/java/db/BubbleMigration.java index 1457baaa..dc0aa4a8 100644 --- a/bubble-server/src/main/java/db/BubbleMigration.java +++ b/bubble-server/src/main/java/db/BubbleMigration.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md + * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ */ package db; diff --git a/bubble-server/src/main/resources/bubble-config.yml b/bubble-server/src/main/resources/bubble-config.yml index af0f91f6..2e02f3d4 100644 --- a/bubble-server/src/main/resources/bubble-config.yml +++ b/bubble-server/src/main/resources/bubble-config.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # # Things in {{CURLIES}} will be read from the process environment. # Values are typically set in ${HOME}/.bubble.env diff --git a/bubble-server/src/main/resources/logback-client.xml b/bubble-server/src/main/resources/logback-client.xml index 84e4d70b..c6901d07 100644 --- a/bubble-server/src/main/resources/logback-client.xml +++ b/bubble-server/src/main/resources/logback-client.xml @@ -1,4 +1,4 @@ - + diff --git a/bubble-server/src/main/resources/logback.xml b/bubble-server/src/main/resources/logback.xml index 68f77d5a..c6dc58c2 100644 --- a/bubble-server/src/main/resources/logback.xml +++ b/bubble-server/src/main/resources/logback.xml @@ -1,4 +1,4 @@ - + diff --git a/bubble-server/src/main/resources/message_templates/en_US/server/countries/ResourceMessages.properties b/bubble-server/src/main/resources/message_templates/en_US/server/countries/ResourceMessages.properties index 5dca3eac..d9c503c3 100644 --- a/bubble-server/src/main/resources/message_templates/en_US/server/countries/ResourceMessages.properties +++ b/bubble-server/src/main/resources/message_templates/en_US/server/countries/ResourceMessages.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # suppress inspection "UnusedProperty" for whole file # these are referenced on the frontend diff --git a/bubble-server/src/main/resources/message_templates/en_US/server/post_auth/ResourceMessages.properties b/bubble-server/src/main/resources/message_templates/en_US/server/post_auth/ResourceMessages.properties index 73c39b21..60e619d9 100644 --- a/bubble-server/src/main/resources/message_templates/en_US/server/post_auth/ResourceMessages.properties +++ b/bubble-server/src/main/resources/message_templates/en_US/server/post_auth/ResourceMessages.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # suppress inspection "UnusedProperty" for whole file # these labels are all used on the frontend label_homepage_hello=Hello, {{account.user.name}}! diff --git a/bubble-server/src/main/resources/message_templates/en_US/server/pre_auth/ResourceMessages.properties b/bubble-server/src/main/resources/message_templates/en_US/server/pre_auth/ResourceMessages.properties index 38a9a3df..2df11b2c 100644 --- a/bubble-server/src/main/resources/message_templates/en_US/server/pre_auth/ResourceMessages.properties +++ b/bubble-server/src/main/resources/message_templates/en_US/server/pre_auth/ResourceMessages.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # suppress inspection "UnusedProperty" for whole file # most of these are referenced on the frontend msg.global.title=Bubble diff --git a/bubble-server/src/main/resources/message_templates/en_US/server/timezones/ResourceMessages.properties b/bubble-server/src/main/resources/message_templates/en_US/server/timezones/ResourceMessages.properties index 0fa339ef..60d8cd5b 100644 --- a/bubble-server/src/main/resources/message_templates/en_US/server/timezones/ResourceMessages.properties +++ b/bubble-server/src/main/resources/message_templates/en_US/server/timezones/ResourceMessages.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ # suppress inspection "UnusedProperty" for whole file # these are referenced on the frontend diff --git a/bubble-server/src/main/resources/spring-db-filter.xml b/bubble-server/src/main/resources/spring-db-filter.xml index 79330eb2..56ef1c20 100644 --- a/bubble-server/src/main/resources/spring-db-filter.xml +++ b/bubble-server/src/main/resources/spring-db-filter.xml @@ -1,6 +1,6 @@ - + - + + Stripe Checkout Test diff --git a/bubble-server/src/test/resources/spring-mock-network.xml b/bubble-server/src/test/resources/spring-mock-network.xml index 16df9b7f..08ebfbb2 100644 --- a/bubble-server/src/test/resources/spring-mock-network.xml +++ b/bubble-server/src/test/resources/spring-mock-network.xml @@ -1,6 +1,6 @@ - + - + 4.0.0