diff --git a/automation/roles/algo/files/algo_refresh_users.sh b/automation/roles/algo/files/algo_refresh_users.sh index 24ce6ac4..f9d0e315 100644 --- a/automation/roles/algo/files/algo_refresh_users.sh +++ b/automation/roles/algo/files/algo_refresh_users.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # LOG=/tmp/bubble.algo_refresh_users.log diff --git a/automation/roles/algo/files/algo_refresh_users_monitor.sh b/automation/roles/algo/files/algo_refresh_users_monitor.sh index a35533d3..a7d8f4b0 100644 --- a/automation/roles/algo/files/algo_refresh_users_monitor.sh +++ b/automation/roles/algo/files/algo_refresh_users_monitor.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # LOG=/tmp/bubble.algo_refresh_users_monitor.log diff --git a/automation/roles/algo/files/wg_monitor_connections.sh b/automation/roles/algo/files/wg_monitor_connections.sh index 40c9efcc..e038be21 100644 --- a/automation/roles/algo/files/wg_monitor_connections.sh +++ b/automation/roles/algo/files/wg_monitor_connections.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # LOG=/tmp/bubble.wg_monitor_connections.log diff --git a/automation/roles/algo/tasks/algo_firewall.yml b/automation/roles/algo/tasks/algo_firewall.yml index c9ca532a..559551dd 100644 --- a/automation/roles/algo/tasks/algo_firewall.yml +++ b/automation/roles/algo/tasks/algo_firewall.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # Insert additional firewall rules to allow required services to function - name: Allow HTTP diff --git a/automation/roles/algo/tasks/main.yml b/automation/roles/algo/tasks/main.yml index ca4ac9cb..71e57b5e 100644 --- a/automation/roles/algo/tasks/main.yml +++ b/automation/roles/algo/tasks/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Unzip algo master.zip unarchive: diff --git a/automation/roles/bubble/files/bsql.sh b/automation/roles/bubble/files/bsql.sh index 7ef52852..03a84a98 100755 --- a/automation/roles/bubble/files/bsql.sh +++ b/automation/roles/bubble/files/bsql.sh @@ -1,5 +1,5 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # PGPASSWORD="$(cat /home/bubble/.BUBBLE_PG_PASSWORD)" psql -U bubble -h 127.0.0.1 bubble "${@}" diff --git a/automation/roles/bubble/files/bubble_restore_monitor.sh b/automation/roles/bubble/files/bubble_restore_monitor.sh index 2a0cc249..490fb769 100755 --- a/automation/roles/bubble/files/bubble_restore_monitor.sh +++ b/automation/roles/bubble/files/bubble_restore_monitor.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # BUBBLE_HOME="/home/bubble" RESTORE_MARKER="${BUBBLE_HOME}/.restore" diff --git a/automation/roles/bubble/files/init_bubble_db.sh b/automation/roles/bubble/files/init_bubble_db.sh index d846fd21..3e6467a1 100644 --- a/automation/roles/bubble/files/init_bubble_db.sh +++ b/automation/roles/bubble/files/init_bubble_db.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # echo "$@" > /tmp/init.args diff --git a/automation/roles/bubble/files/init_roles.sh b/automation/roles/bubble/files/init_roles.sh index 154ae4d8..6a56c15a 100755 --- a/automation/roles/bubble/files/init_roles.sh +++ b/automation/roles/bubble/files/init_roles.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # SCRIPT="${0}" SCRIPT_DIR=$(cd $(dirname ${SCRIPT}) && pwd) diff --git a/automation/roles/bubble/files/random_password.sh b/automation/roles/bubble/files/random_password.sh index 44f58286..2a28f048 100755 --- a/automation/roles/bubble/files/random_password.sh +++ b/automation/roles/bubble/files/random_password.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # file=${1:?no file provided} owner=${2:?no owner provided} diff --git a/automation/roles/bubble/files/refresh_bubble_ssh_keys_monitor.sh b/automation/roles/bubble/files/refresh_bubble_ssh_keys_monitor.sh index a3ab88f2..8a61af69 100644 --- a/automation/roles/bubble/files/refresh_bubble_ssh_keys_monitor.sh +++ b/automation/roles/bubble/files/refresh_bubble_ssh_keys_monitor.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # LOG=/tmp/bubble.ssh_keys_monitor.log diff --git a/automation/roles/bubble/handlers/main.yml b/automation/roles/bubble/handlers/main.yml index 7a9d5c51..a61c2dcf 100644 --- a/automation/roles/bubble/handlers/main.yml +++ b/automation/roles/bubble/handlers/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # --- - name: Start Pgsql diff --git a/automation/roles/bubble/tasks/main.yml b/automation/roles/bubble/tasks/main.yml index 2ad5e4da..e140d568 100644 --- a/automation/roles/bubble/tasks/main.yml +++ b/automation/roles/bubble/tasks/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Install OpenJDK 11 JRE (headless), redis, uuid and jq apt: diff --git a/automation/roles/bubble/tasks/postgresql.yml b/automation/roles/bubble/tasks/postgresql.yml index f9a0a9c6..780fef38 100644 --- a/automation/roles/bubble/tasks/postgresql.yml +++ b/automation/roles/bubble/tasks/postgresql.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Install PostgreSQL apt: diff --git a/automation/roles/bubble/tasks/postgresql_data.yml b/automation/roles/bubble/tasks/postgresql_data.yml index 5b124c51..cc32d48c 100644 --- a/automation/roles/bubble/tasks/postgresql_data.yml +++ b/automation/roles/bubble/tasks/postgresql_data.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Creates bubble SQL dir file: diff --git a/automation/roles/bubble/tasks/restore.yml b/automation/roles/bubble/tasks/restore.yml index d121c6d2..61f57fd1 100644 --- a/automation/roles/bubble/tasks/restore.yml +++ b/automation/roles/bubble/tasks/restore.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Install restore helper scripts copy: diff --git a/automation/roles/bubble_finalizer/files/copy_certs_to_bubble.sh b/automation/roles/bubble_finalizer/files/copy_certs_to_bubble.sh index 3e532da9..0a2d07e9 100755 --- a/automation/roles/bubble_finalizer/files/copy_certs_to_bubble.sh +++ b/automation/roles/bubble_finalizer/files/copy_certs_to_bubble.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # function die { echo 1>&2 "${1}" diff --git a/automation/roles/bubble_finalizer/tasks/main.yml b/automation/roles/bubble_finalizer/tasks/main.yml index f1afdb66..40720d04 100644 --- a/automation/roles/bubble_finalizer/tasks/main.yml +++ b/automation/roles/bubble_finalizer/tasks/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Snapshot ansible roles shell: snapshot_ansible.sh diff --git a/automation/roles/common/tasks/main.yml b/automation/roles/common/tasks/main.yml index a8d4ea08..131f4d2e 100644 --- a/automation/roles/common/tasks/main.yml +++ b/automation/roles/common/tasks/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Set hostname to {{ hostname }} hostname: diff --git a/automation/roles/firewall/defaults/main.yml b/automation/roles/firewall/defaults/main.yml index eec085b4..22915e36 100644 --- a/automation/roles/firewall/defaults/main.yml +++ b/automation/roles/firewall/defaults/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # fw_enable_http: true fw_enable_admin: true diff --git a/automation/roles/firewall/files/bubble_peer_manager.py b/automation/roles/firewall/files/bubble_peer_manager.py index 5d947267..54732e3f 100644 --- a/automation/roles/firewall/files/bubble_peer_manager.py +++ b/automation/roles/firewall/files/bubble_peer_manager.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # import json import logging diff --git a/automation/roles/firewall/tasks/main.yml b/automation/roles/firewall/tasks/main.yml index 5f1c9acf..1cdff64e 100644 --- a/automation/roles/firewall/tasks/main.yml +++ b/automation/roles/firewall/tasks/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Install firewall packages apt: diff --git a/automation/roles/firewall/tasks/port_redirect.yml b/automation/roles/firewall/tasks/port_redirect.yml index f6924eb8..011d588b 100644 --- a/automation/roles/firewall/tasks/port_redirect.yml +++ b/automation/roles/firewall/tasks/port_redirect.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - sysctl: name: net.ipv4.ip_forward diff --git a/automation/roles/firewall/tasks/sage.yml b/automation/roles/firewall/tasks/sage.yml index 4a27dfb2..203ae41f 100644 --- a/automation/roles/firewall/tasks/sage.yml +++ b/automation/roles/firewall/tasks/sage.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Allow all from local iptables: diff --git a/automation/roles/mitmproxy/files/bubble_api.py b/automation/roles/mitmproxy/files/bubble_api.py index afab042a..9e49748d 100644 --- a/automation/roles/mitmproxy/files/bubble_api.py +++ b/automation/roles/mitmproxy/files/bubble_api.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # import requests import traceback diff --git a/automation/roles/mitmproxy/files/bubble_modify.py b/automation/roles/mitmproxy/files/bubble_modify.py index 4daa3b8d..b4f818bd 100644 --- a/automation/roles/mitmproxy/files/bubble_modify.py +++ b/automation/roles/mitmproxy/files/bubble_modify.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # import re import requests diff --git a/automation/roles/mitmproxy/files/bubble_passthru.py b/automation/roles/mitmproxy/files/bubble_passthru.py index b5f0df21..adf8600f 100644 --- a/automation/roles/mitmproxy/files/bubble_passthru.py +++ b/automation/roles/mitmproxy/files/bubble_passthru.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # Parts of this are borrowed from tls_passthrough.py in the mitmproxy project. The mitmproxy license is reprinted here: # diff --git a/automation/roles/mitmproxy/files/dns_spoofing.py b/automation/roles/mitmproxy/files/dns_spoofing.py index 41eab031..74990d86 100644 --- a/automation/roles/mitmproxy/files/dns_spoofing.py +++ b/automation/roles/mitmproxy/files/dns_spoofing.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # import re import time diff --git a/automation/roles/mitmproxy/files/install_cert.sh b/automation/roles/mitmproxy/files/install_cert.sh index fed1dc8e..a9e87cce 100644 --- a/automation/roles/mitmproxy/files/install_cert.sh +++ b/automation/roles/mitmproxy/files/install_cert.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # CERT="${1:?no cert provided}" TIMEOUT=${2:-0} diff --git a/automation/roles/mitmproxy/files/mitmdump_monitor.sh b/automation/roles/mitmproxy/files/mitmdump_monitor.sh index 2743d91b..5e2157a0 100644 --- a/automation/roles/mitmproxy/files/mitmdump_monitor.sh +++ b/automation/roles/mitmproxy/files/mitmdump_monitor.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # LOG=/tmp/bubble.mitmdump_monitor.log diff --git a/automation/roles/mitmproxy/files/reuse_bubble_mitm_certs.sh b/automation/roles/mitmproxy/files/reuse_bubble_mitm_certs.sh index 850d7105..e1ea2d76 100644 --- a/automation/roles/mitmproxy/files/reuse_bubble_mitm_certs.sh +++ b/automation/roles/mitmproxy/files/reuse_bubble_mitm_certs.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # function die { echo 1>&2 "${1}" diff --git a/automation/roles/mitmproxy/files/run_mitmdump.sh b/automation/roles/mitmproxy/files/run_mitmdump.sh index 320d5a82..537e9880 100644 --- a/automation/roles/mitmproxy/files/run_mitmdump.sh +++ b/automation/roles/mitmproxy/files/run_mitmdump.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # MITM_PORT=${1:?no port provided} cd /home/mitmproxy/mitmproxy && \ diff --git a/automation/roles/mitmproxy/files/set_cert_name.sh b/automation/roles/mitmproxy/files/set_cert_name.sh index 8844503e..78d696a8 100755 --- a/automation/roles/mitmproxy/files/set_cert_name.sh +++ b/automation/roles/mitmproxy/files/set_cert_name.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # MITM_DIR=${1:?no mitm dir specified} CERT_NAME=${2:?no cert name specified} diff --git a/automation/roles/mitmproxy/tasks/main.yml b/automation/roles/mitmproxy/tasks/main.yml index bc4aaac1..4e3ef096 100644 --- a/automation/roles/mitmproxy/tasks/main.yml +++ b/automation/roles/mitmproxy/tasks/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Install python3, pip, virtualenv and required dependencies apt: diff --git a/automation/roles/mitmproxy/tasks/route.yml b/automation/roles/mitmproxy/tasks/route.yml index 4642bc18..fa917b73 100644 --- a/automation/roles/mitmproxy/tasks/route.yml +++ b/automation/roles/mitmproxy/tasks/route.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - sysctl: name: net.ipv4.ip_forward diff --git a/automation/roles/nginx/defaults/main.yml b/automation/roles/nginx/defaults/main.yml index 0fd4f5e5..43269eed 100644 --- a/automation/roles/nginx/defaults/main.yml +++ b/automation/roles/nginx/defaults/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # --- # user under which we run acme-tiny and owner of ssl_base_folder diff --git a/automation/roles/nginx/files/certbot_renew.sh b/automation/roles/nginx/files/certbot_renew.sh index e7d2f727..bc184818 100644 --- a/automation/roles/nginx/files/certbot_renew.sh +++ b/automation/roles/nginx/files/certbot_renew.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # if [[ -d /home/mitmproxy ]] ; then service mitmproxy stop diff --git a/automation/roles/nginx/files/init_certbot.sh b/automation/roles/nginx/files/init_certbot.sh index 0b3a32d6..6fca3964 100755 --- a/automation/roles/nginx/files/init_certbot.sh +++ b/automation/roles/nginx/files/init_certbot.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # LE_EMAIL="${1}" SERVER_NAME="${2}" diff --git a/automation/roles/nginx/handlers/main.yml b/automation/roles/nginx/handlers/main.yml index b39f325f..3590d163 100644 --- a/automation/roles/nginx/handlers/main.yml +++ b/automation/roles/nginx/handlers/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # --- - name: nginx reload diff --git a/automation/roles/nginx/tasks/main.yml b/automation/roles/nginx/tasks/main.yml index 60affe0c..364f00ff 100644 --- a/automation/roles/nginx/tasks/main.yml +++ b/automation/roles/nginx/tasks/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Install OpenSSL, nginx and software-properties-common apt: diff --git a/automation/roles/nginx/tasks/site.yml b/automation/roles/nginx/tasks/site.yml index fc5ebc19..775ffb3b 100644 --- a/automation/roles/nginx/tasks/site.yml +++ b/automation/roles/nginx/tasks/site.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - name: Disable default site file: diff --git a/bin/bactivate b/bin/bactivate index e6ed143d..2c75acf0 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Initial activation of a bubble server diff --git a/bin/bconst b/bin/bconst index e1b4ec10..25e7dd8b 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Write a constant value to stdout. diff --git a/bin/bdecrypt b/bin/bdecrypt index 6f072eed..2edfe29c 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # SCRIPT="${0}" SCRIPT_DIR=$(cd $(dirname ${SCRIPT}) && pwd) diff --git a/bin/bdelete b/bin/bdelete index 86364d81..f62a37bc 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Run an HTTP DELETE against the API diff --git a/bin/bencrypt b/bin/bencrypt index 3323988c..aca75b5b 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # SCRIPT="${0}" SCRIPT_DIR=$(cd $(dirname ${SCRIPT}) && pwd) diff --git a/bin/bget b/bin/bget index f2a7aae5..5fa04240 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Run an HTTP GET against the API diff --git a/bin/bgeti b/bin/bgeti index 7a2151a0..9d8e7653 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 55bbe0a4..f463bf51 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 890fee2b..5b38a86a 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 f9872538..beba4cab 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 676a7b78..81ec9b20 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Write a model to a bubble server diff --git a/bin/bpatch b/bin/bpatch index fcd02cc0..beb3e43a 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Usage: diff --git a/bin/bpatchfull b/bin/bpatchfull index dd107236..eaf5e958 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Usage: diff --git a/bin/bpost b/bin/bpost index 7e0b8022..95c80f20 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Run an HTTP POST against the API diff --git a/bin/bposte b/bin/bposte index 02aa8e40..2feb81f5 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Run an HTTP POST against the API with an empty request entity diff --git a/bin/bput b/bin/bput index 0b049497..37095a21 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Run an HTTP PUT against the API diff --git a/bin/bpute b/bin/bpute index 2a074ebf..44767e1b 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Run an HTTP PUT against the API with an empty request entity diff --git a/bin/bscript b/bin/bscript index 65adb3b9..d179b88a 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Run a local JSON API script against a remote API server diff --git a/bin/bubble b/bin/bubble index 5ed75418..302147e6 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Bubble client script. Wraps the run.sh script. diff --git a/bin/bubble_common b/bin/bubble_common index 5a99e30b..50d070a2 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # function die { if [[ -z "${SCRIPT}" ]] ; then diff --git a/bin/build_dist b/bin/build_dist index 381f1d0b..1fe5e1ff 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Build Bubble distribution ZIP file diff --git a/bin/bunlock b/bin/bunlock index 262dee53..baeeaa58 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Unlock a new bubble diff --git a/bin/cleanup_bubble_databases b/bin/cleanup_bubble_databases index 37a629b0..f27f9e25 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 0ad49557..a620c95f 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 6d0b9978..5ad538bb 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 50284073..28ec9d64 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # function die { echo 1>&2 "${1}" diff --git a/bin/git_update_bubble.sh b/bin/git_update_bubble.sh index 6e2c3a01..8f89b88f 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 c2e83afb..16779819 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 a4a301c1..4480b383 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # List bubble databases diff --git a/bin/new_bubble.sh b/bin/new_bubble.sh index 729af00e..50397bb1 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Launch a new bubble from a sage node diff --git a/bin/prep_bubble_jar b/bin/prep_bubble_jar index 1a8e102f..67ba5e17 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Prepares the bubble.jar file for active usage. diff --git a/bin/proxy b/bin/proxy index 86110f78..67347a81 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Request a URL via the reverse proxy diff --git a/bin/reset_bubble_db b/bin/reset_bubble_db index 20f6c53a..51afc19f 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Reset the local "bubble" database diff --git a/bin/run.sh b/bin/run.sh index 6505368b..4db277be 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 1054b0f4..26532204 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # # Update a role on a remote node diff --git a/bubble-server/pom.xml b/bubble-server/pom.xml index f6214c5b..679537f5 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 ccf1dc5f..4bbb63f5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5c0aa194..c35fb8ec 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble; diff --git a/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppConfigDriver.java b/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppConfigDriver.java index 2a181a9a..b3669422 100644 --- a/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppConfigDriver.java +++ b/bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppConfigDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.app.analytics; 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 9b585b71..23251f3e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c8217b36..7a1ee74b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 63d67035..e09e188f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5a099f65..48d1ae9e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2b07a0d4..88b0d9b9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 281346ad..de1ff4ce 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.app.bblock; diff --git a/bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppConfigDriver.java b/bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppConfigDriver.java index d190aec6..a5a6f229 100644 --- a/bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppConfigDriver.java +++ b/bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppConfigDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.app.passthru; diff --git a/bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppDataDriver.java b/bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppDataDriver.java index 4d776d39..784db26d 100644 --- a/bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppDataDriver.java +++ b/bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppDataDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.app.passthru; 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 d89e147a..a52d5e44 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a790f3bc..7e52e28b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ff463554..e56855d3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 59874cd1..b3bb9996 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 be99cd98..608ce3d9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9b692929..a7d209a4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 92bfd6c5..55bd2716 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ea8bcb50..bd350e3a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 20b2ed72..aac6028c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0eb05e85..48b1b2b4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5b6135ea..eaf4e86f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6a0a7c46..5f1e7abd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5a7aaa4b..ecef7c94 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 810b3ee0..4aaa4168 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 becf4404..017120d8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 964d4469..8cecafeb 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 502ee569..6f0abfdf 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9482650f..ad29dc6f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ea31ce29..1f383003 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 532d53d2..5b5d0816 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2835bd82..50ddaf97 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e0f11bac..25d97ef2 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8a07488b..0efeb0d3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7a6f9ab4..4204e56b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7e91f7c3..c753fc9d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3aa8e909..34c01223 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 598b8474..177b1cc3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8d5dded6..2fdf00f4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fed1d908..64280f75 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ba0f5c94..1b311ea7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4ee9527d..8e29b439 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ff2055a2..43dff0a6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bd2accd8..c5d2d57b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5088d8ea..aca546bc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3fd5f78f..b378b601 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 396620f4..1ad366fd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4e39668a..a7489523 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b507ef28..59fd77dc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 28f4e15b..2be0790e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bae6ee70..07908408 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f30e618b..bbd82440 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 be4c8a6b..02a12f90 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b66ab66d..3afa5651 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 21631203..5385d698 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f90c9429..bd7f3b66 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bccb8b46..28781fc2 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 005bcdfd..60f1b763 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 41f53636..b5047dda 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9f4c191f..c65acf48 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e5a553ee..7f8eec8c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 03e6ad33..12d0fac4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7499a2fd..bb73fed2 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 88d492b4..ba0e8abd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7bf9b18b..f9b63c10 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 33840750..dd4942b6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c306915d..4a5537b0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 68fa2760..bbf07908 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7f963a89..2ff760ad 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 79d979f8..29310fc0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a68cadb4..ee3e6cd6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 1fc3b8f6..9a8531a8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2c423f1a..16916e78 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 244a4e32..8c229c4c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 de592f8d..24d4099a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7bb9cb0a..b2a179ab 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c4726925..efe902c8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7c956243..5bc2d946 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fd23ef19..2d9ed224 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9739ed94..4ee5b713 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5dc04d51..ffeaad91 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a2b07a13..6b858235 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6dd8ba5f..c60bacd0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2d85c125..c70bdad8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5b599b07..912372cf 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5f8c6bae..2ff38877 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 006d00b9..a951f409 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e35afa1f..c1be3a14 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9363d882..65809c05 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 eaa4e2e2..2ab5e3e3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 83247736..424a2e83 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5fc38225..c070fad0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bfa26c37..43fdd0c5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 20904c99..e07137d9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 11c1c219..e1b2548b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0046db62..a2051391 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 862e3d9e..4285983e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 82a793bb..0cb22a3e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4152461c..0816d901 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 083f288a..cecd7cbc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d54fe443..76ea5e3e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4f4974bb..e3860a54 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 59db32ca..5bd6c82f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e5f63de4..94416b8b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5a70d33b..8a082efb 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f411d669..2b72faf0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e8cafab8..c57a6111 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fb971d02..cd5c9272 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a7d5abf2..1bc748ad 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4b43a5ec..93998458 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fde080fe..b4e3d3c2 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 76eb3716..b78e0708 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bf5494f2..9663a259 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fc5a1439..55229487 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c4d091b0..55e2c395 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e81ccbcf..17b5d8ce 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ffb09b48..76a53d1a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 83106815..013fb48f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 cc10466b..fe2d7aa5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 17a626e9..7e7b7bf1 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4334fe34..5711b739 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 91a55728..c9486fff 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0df23bc3..d74a5676 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ab03f406..0b4d0876 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 74555cec..2e75bc2e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 729b923b..0a19a051 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 018d1742..d18b001c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 eed768f4..2a6a4df8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 efcfb095..41bb98f2 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7adafda6..f03c68e9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c5eddcdc..50330576 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 39e43157..aa437583 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8c60b82a..4323b5db 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 90b3d735..8c2df5cf 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7410fe3a..24e987d0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 80527bdd..47eeab20 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6d8212a0..a5086263 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 50784a8f..18669e3b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 433a8105..76a66cc7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 aac1889f..ee847061 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 920ce529..37eafa79 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a0a637c4..d1bd804d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0c2d9d60..768a8910 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ae3f5e1f..04d1f99d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5f04820b..d75fe3af 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f2c58045..82c265f7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 371db06e..c323ebcb 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5b0c18f9..2ea5889f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 943ea4a9..d9257e78 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5d32c942..94562a9e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b5fdcda3..803634a6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3bf8ea93..622ed386 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c03f9b12..46a53d69 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 86bcc713..45340465 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 91dc25cc..5c6830a9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fa39ffe9..8d5569d5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 faa8a1bd..5fab1229 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0e2d2ef4..c7df548b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2c154cbe..75e7c1ad 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 91614460..c31cb081 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0dadba8a..b15e693d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0df8005a..fc0de343 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a3a76b46..4707c116 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ca287b00..cbbd4d75 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 496d3093..253a7874 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 71747203..4328b51e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e64bff8e..8c3fac0c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d3e3dd9c..fa229c4c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4c2b70b6..eb4ad042 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5f9c7b31..2573d217 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 246ac3c9..22166d4b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e0509d3a..1366b02b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4482e8a7..21f19d12 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c4152f30..6da67751 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6503cbbc..4607a279 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0b055c16..63925765 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 913b0696..45e8605c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5ad5fe10..f2e53965 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 160e81d0..77049a9c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9b825a19..e16c3433 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 1c320789..8977d223 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d68aba9d..adf4c58e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b1a4bbd7..52947ce7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 299c10d1..2db167c9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5a69916c..2fa450a0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 763ad616..d057e269 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2a6a57cf..e01a596d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5dffc033..53a2784a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d3f415de..2b0963c8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3c76970a..607dee23 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 39ad8a57..2a0f0a16 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 779d5f53..3a8be0fd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 89399ff0..58a4f6d8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2d5d70a4..fda22a8b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7453cf5f..8ac403ba 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 30240456..99431330 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b170eca1..f5a97593 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fe5ad822..bec520a6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0a3023ac..ddebb11a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9230b18d..45bfce52 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4fbe9d6e..21ef6910 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 646469af..22510141 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 42ffb272..2e67d1e1 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3440e1be..b19b56b7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fa0bdaf7..0c4a377d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 1bd4b7c5..bb62bdc1 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7733a4c0..ff22c0df 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9f2e5474..9d609db2 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a904cc79..249ea9d5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 07820f8d..e2892096 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0bc076d9..f5e2ae92 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8ee1d3f7..0a250c69 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c88bd5d7..da0ec611 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bd63e7ee..0594263e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6315194e..f89872bf 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 04f84e69..e37614eb 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 240146a1..62c3e683 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bcf565fd..f1da810d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d49f53c5..fd7340a7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 edabe006..0159b258 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a7b40f4c..ff650793 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c331fafe..d7815778 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0310060b..54b18630 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d9184c75..16800c47 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4c5bd17c..75815808 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a113a03d..648e2991 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a78c2090..72d680fa 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 66d3355b..656cf026 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8641b4de..a126a6e7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b4da65bb..563c4c8b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c9ce92df..8852f18d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d1c772d5..44cb7114 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2bdbc833..561f8835 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ae88cfa3..d5a696b3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d269b0de..5ee34735 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6d1f125f..2f5b167f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5622c18f..88f9b107 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 cec30340..62490eac 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 183eac5a..eadd42e6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f07f202e..0ee88634 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 762699bd..5adb207b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 263556a6..44d4af86 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 db45354f..f5d91eb1 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 37f50c85..c43a0911 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d3fce6b9..ff34bc1d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.model.app.config; diff --git a/bubble-server/src/main/java/bubble/model/app/config/AppConfigDriverBase.java b/bubble-server/src/main/java/bubble/model/app/config/AppConfigDriverBase.java index fcb8bb44..16b2ddec 100644 --- a/bubble-server/src/main/java/bubble/model/app/config/AppConfigDriverBase.java +++ b/bubble-server/src/main/java/bubble/model/app/config/AppConfigDriverBase.java @@ -1,3 +1,7 @@ +/** + * Copyright (c) 2020 Bubble, Inc. All rights reserved. + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ + */ package bubble.model.app.config; import bubble.dao.app.AppRuleDAO; 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 6fd114ab..97e96af3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 52f653a4..5a48e94e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3e29511b..f39e26d5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 cb5e8e1e..e272ebf5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 48d45aac..97981dc3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2561582a..b32519d9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6e4549c4..e3f1747c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 56cb77af..159d54f5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 896cd315..09f5b450 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4c6bc691..51c63599 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 eeab26c3..5f652631 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7886a76c..1a81d0d9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5b2e704d..8d09d15e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 74bbb18e..79b37d56 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0dbcbc78..0e0bb18e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9b0b460b..6b5fa31d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 1fdbdf81..7031422c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bd095724..6139e82e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7bc565b1..2af7c6de 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ba30e5e2..f53756c8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 cb0a6784..0832180d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2e1202b2..14df067d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fbe7cee4..398e68bf 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8581b293..d150eb25 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f7d08256..f03f5a50 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 74843d73..86096645 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c099c701..a9eb0f1a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 807e108f..35b9ea4b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 32eb59f4..136d714c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e7a6c625..1b7932f6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.model.cloud; 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 664ffc90..c550cc80 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 50746335..3e185fb9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fdd20eb3..d5851456 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b38500e5..d1f10165 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 dd93fe44..cdb69b64 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9475ebd0..9aefa96d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 329481a8..b9cacb1d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e170a13f..19e1f8db 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 968e765b..593604b5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 29d5d646..c4f07447 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 30425d6b..f7340642 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ec258d5a..149a28b0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 931a97cc..d128a842 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f909e54d..fc9dc157 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.model.cloud; diff --git a/bubble-server/src/main/java/bubble/model/cloud/HostnameValidationResult.java b/bubble-server/src/main/java/bubble/model/cloud/HostnameValidationResult.java index 57a357ee..3e7da258 100644 --- a/bubble-server/src/main/java/bubble/model/cloud/HostnameValidationResult.java +++ b/bubble-server/src/main/java/bubble/model/cloud/HostnameValidationResult.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 39995be8..6e841dd7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ab44c16a..950d1bdc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f6be7e6e..7970a666 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5c9ff19a..17fbb2a1 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3968101a..da60c340 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e401e70b..50a94bea 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6c06877f..a300e68a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 65b70f8c..06db39bc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 493b22bf..300de1d3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6d6e2dd3..12ffc30f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8c28f930..d7fde96d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f55e0723..e3107720 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d19db434..18b064fd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.model.cloud.notify; diff --git a/bubble-server/src/main/java/bubble/model/device/BubbleDeviceType.java b/bubble-server/src/main/java/bubble/model/device/BubbleDeviceType.java index 15f22fc2..95eb100f 100644 --- a/bubble-server/src/main/java/bubble/model/device/BubbleDeviceType.java +++ b/bubble-server/src/main/java/bubble/model/device/BubbleDeviceType.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.model.device; 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 70d90371..f0806dd4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9644ea99..69d7bc10 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3f61864f..db805a0b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 eba308e6..12463c45 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 21312b29..16c6123e0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e267bf12..2c99a3ee 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 68c9cfe3..d54f83c8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7a4621f0..753b9dab 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 44ac02d1..1711a87e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c2b04c43..fd4e6886 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 94d3c932..86f753e7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 68611221..6a004aa6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ec376808..76b350f1 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c991d6eb..4b8b01fb 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 103bef58..4484db97 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b756f613..f46efb15 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bcfe27f3..a27fb778 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 407c11c4..94325761 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2af39463..b680ef55 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 be7a1b94..bd06480e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 13cd19a2..04286d7c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8285169e..f1ba87bd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 31c28291..c2c7126e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7a8c5a97..891a676a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8cb867ae..5d8698bd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2bc42703..8288ed6d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e0f9b135..611b3b5c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 55585e71..4afe0655 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b010a322..3aeb4dd4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5e358a41..772ba4d6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e129cfae..d6007e8a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a2721d27..b54cc8cd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7228fc83..83e1a66d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5fc1c7bf..c924a42a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 efc956e4..d47f2477 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ff55fc2b..f593fe7a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f8ddef78..57dd944d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d28b731f..b12aa633 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ac6dd1f1..73f9924f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ece5b7f7..db6040cc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0fc0f67d..d9ada185 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 20013ff5..44878272 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3f46facf..63f5da98 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 88970007..1e3282ca 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b3e20519..26ffccbc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ffe19baa..0a6dbc33 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7f8cd67b..a33db38f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b50e96ba..f1d7aa3c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c41f9ddb..2333d704 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6d5d4b9c..ea438c53 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0f78a82e..a6ff8c10 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 31c2e510..343117a6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9d14b06e..413382a8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c06366a0..ec711416 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 36e35dec..541d2ba8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 cae8c0bc..2a101486 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 1f41d73b..83511bce 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 175c26a2..c3cc8d71 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 03f4efd4..02020521 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 754a9699..a645645d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7faa72b4..5dd61839 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d4d824c4..9d9a7002 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 635790ca..1537fea9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 674b0a4d..ca7753e7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 626ad78c..ccf0b114 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4d925212..ee3f0b33 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a7b49fc8..a5276f13 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 42fa4363..184332fe 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 88546b5b..b5a0245c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b90bf701..0f713d22 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fe277a7e..57c17b27 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e6912560..67d111fb 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 761ca13d..13c11e88 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 faa0c7f3..c35fb09d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4f1ef373..bd0f704e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e6d43322..ba7173b0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6e824b65..5c6e8eb5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6fd459f3..05d3a7d4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4a22af97..4aea747b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 199f6471..89454a34 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 80f0302d..bc80fafd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 1f14d65d..c3c9a03a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 775d8449..1d73e16f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c98a8a69..5ea11b21 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4d3c972f..f3df8154 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2be28735..cdfc658e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b9d647ed..20f4f385 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4cfc5a41..ac7a31f0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f40fe101..71425346 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 51784179..e9946a2c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 09050373..285f892e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3097b6c4..e23180b5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 69db9b12..f5187999 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2f33498a..d28c792a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6b8d8b74..76995bcf 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f7178498..f3a352dd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e8154b12..aa83fd16 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 00838c93..b607305a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a4dd85af..907aaeb6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ff2b9dc8..b1e24077 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 eec50811..7ead973a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f019bb0d..3886dd40 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 cd7eff18..876856d8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 1f38bdbb..28c3bbf1 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bb17e4ac..a5cf504f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 68075c75..2091a5c5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 afaba266..1239c388 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 48e7444f..2b463e6c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 358f4afc..9f8fd086 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 09af80b3..b108103a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 16e7c89f..6446e676 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ec6bddf4..81bb3447 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b4684128..d2b798c0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a1db2ead..efbc8496 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 49239728..db4742d4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a5dd0f0b..41f7a181 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5e04b1dd..5c676a3a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b1a2d3d0..3679aef3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4a5df2ee..c2aafa65 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e09a9f19..9865ee4b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ae9acc79..34b960c8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.resources.bill; diff --git a/bubble-server/src/main/java/bubble/resources/bill/CurrentAccountPlansResource.java b/bubble-server/src/main/java/bubble/resources/bill/CurrentAccountPlansResource.java index 5f1043c5..37347259 100644 --- a/bubble-server/src/main/java/bubble/resources/bill/CurrentAccountPlansResource.java +++ b/bubble-server/src/main/java/bubble/resources/bill/CurrentAccountPlansResource.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 59e8ded1..54bd27f5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 df3bdec5..5670862f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f9f1c78f..a7f55ac5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0a633cde..66150c17 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 765560d3..29261cd6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8a06d3fa..d4dbcc44 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f5ca9c9c..575b0dda 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fefd176c..e999b907 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 593944c3..2d984909 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0813b659..824d59c7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 acab405a..7cde7015 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 588e8940..6f27b62f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e558bf78..96999ab5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 cb426531..985946e4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 38d87642..f7c7854c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.resources.cloud; diff --git a/bubble-server/src/main/java/bubble/resources/cloud/NodeManagerResource.java b/bubble-server/src/main/java/bubble/resources/cloud/NodeManagerResource.java index 393ae760..83a2525e 100644 --- a/bubble-server/src/main/java/bubble/resources/cloud/NodeManagerResource.java +++ b/bubble-server/src/main/java/bubble/resources/cloud/NodeManagerResource.java @@ -1,3 +1,7 @@ +/** + * Copyright (c) 2020 Bubble, Inc. All rights reserved. + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ + */ package bubble.resources.cloud; import bubble.dao.cloud.BubbleNodeDAO; 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 49e9419b..913607e6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2b075e94..48c5dfba 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 00fdac4a..3d85bb34 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 452b5789..5cd2d270 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f4564fcc..18111b70 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bc40085a..181f76ef 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 830885a4..2bb2a869 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a9eb55a5..966adcaa 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 77a1d9aa..a6ade2c1 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7f45a213..e2c81b8f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 1913b9dc..4eb8b954 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 44c88dbf..1d350104 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 198516e1..7ad89172 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5d0f6383..bbbf6b61 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 685eb7bd..8bed05b4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 37c46c1f..5fe47048 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a040df1e..764b78b5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b6dd1c73..5709e1e6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5a60ad84..abb0303e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 1a889ce7..b60c2ee6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 99806ca5..fb880f0b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.resources.stream; diff --git a/bubble-server/src/main/java/bubble/resources/stream/FilterPassthruRequest.java b/bubble-server/src/main/java/bubble/resources/stream/FilterPassthruRequest.java index 747eccf0..2d4828a8 100644 --- a/bubble-server/src/main/java/bubble/resources/stream/FilterPassthruRequest.java +++ b/bubble-server/src/main/java/bubble/resources/stream/FilterPassthruRequest.java @@ -1,3 +1,7 @@ +/** + * Copyright (c) 2020 Bubble, Inc. All rights reserved. + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ + */ package bubble.resources.stream; import lombok.Getter; 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 c027fe01..724f8105 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 aa03a0b4..6c1a0d05 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8529337d..64cc9b16 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 89717d15..bd579386 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5152b501..fe2a8d29 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 011fb132..1a68329e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0a1fa3fb..03a418f7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ebfa0d43..e568d3b9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5d64b3f8..2788a73e 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/TrafficRecord.java b/bubble-server/src/main/java/bubble/rule/TrafficRecord.java index ba993322..a9e010e9 100644 --- a/bubble-server/src/main/java/bubble/rule/TrafficRecord.java +++ b/bubble-server/src/main/java/bubble/rule/TrafficRecord.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.rule.analytics; diff --git a/bubble-server/src/main/java/bubble/rule/UserConfigField.java b/bubble-server/src/main/java/bubble/rule/UserConfigField.java index aa1eb7db..683b6fdb 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.rule; diff --git a/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsConfig.java b/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsConfig.java index d88e52f0..35c4f531 100644 --- a/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsConfig.java +++ b/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.rule.analytics; diff --git a/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsFilterPattern.java b/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsFilterPattern.java index bd618ac9..c1e0fe7b 100644 --- a/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsFilterPattern.java +++ b/bubble-server/src/main/java/bubble/rule/analytics/TrafficAnalyticsFilterPattern.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.rule.analytics; 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 60e5b156..2bb2de08 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 82fbc88b..83d28fcc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d00c9a35..5d8f1198 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 87d3f110..847422b1 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8c51156d..48d38acd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.rule.bblock; diff --git a/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruConfig.java b/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruConfig.java index a4025320..f576bdcc 100644 --- a/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruConfig.java +++ b/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruConfig.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.rule.passthru; diff --git a/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruFeed.java b/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruFeed.java index 1d347b3b..b8008ca3 100644 --- a/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruFeed.java +++ b/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruFeed.java @@ -1,3 +1,7 @@ +/** + * Copyright (c) 2020 Bubble, Inc. All rights reserved. + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ + */ package bubble.rule.passthru; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruFqdn.java b/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruFqdn.java index 6de968cf..b7c86de2 100644 --- a/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruFqdn.java +++ b/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruFqdn.java @@ -1,3 +1,7 @@ +/** + * Copyright (c) 2020 Bubble, Inc. All rights reserved. + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ + */ package bubble.rule.passthru; import lombok.Getter; diff --git a/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruRuleDriver.java b/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruRuleDriver.java index 1f91d6ac..1b4cb50b 100644 --- a/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruRuleDriver.java +++ b/bubble-server/src/main/java/bubble/rule/passthru/TlsPassthruRuleDriver.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.rule.passthru; 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 13aec643..9d732120 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7211aa36..09b1e1f7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e46cdf70..7b31c0e0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 75829e7e..24f690dc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 90e47234..f01dbb9f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ab6f498e..f8ccae11 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2f617d27..bd0f24e1 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 59c4a2c9..ece145d6 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2832028e..314a1a18 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a352b0b0..94b62cf7 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 873d670d..db9f0940 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b53c6a2b..0ebd7498 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 4258e255..5b4b7c82 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2b2f8500..0f6aaa4f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 55a06d62..a7073961 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b9719937..9a332842 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c8844ad0..0f1063af 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e2eda5f7..d97b651b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ca17a4ee..5030b2bd 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 70f9e363..0e871427 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.service.account; diff --git a/bubble-server/src/main/java/bubble/service/account/StandardAuthenticatorService.java b/bubble-server/src/main/java/bubble/service/account/StandardAuthenticatorService.java index 8714a62d..26f94519 100644 --- a/bubble-server/src/main/java/bubble/service/account/StandardAuthenticatorService.java +++ b/bubble-server/src/main/java/bubble/service/account/StandardAuthenticatorService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 1b93b169..2468023f 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 afa9b08f..34cf18f2 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a934d60b..7bc976b8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 793d0d1b..fd8ba88c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 cd984ef1..d6472986 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b5defcb7..2afb9fca 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 34709038..4fc27f75 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 169d886b..baabebc9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 e04f525c..04483073 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3023efb4..2b6a3c35 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 5db9bbe2..a0482afc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d2b83649..a5a72c98 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 68f490ef..68c5d933 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 3357e36d..fb99461a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.service.boot; diff --git a/bubble-server/src/main/java/bubble/service/boot/NodeManagerService.java b/bubble-server/src/main/java/bubble/service/boot/NodeManagerService.java index 6f92c9fc..e59cceff 100644 --- a/bubble-server/src/main/java/bubble/service/boot/NodeManagerService.java +++ b/bubble-server/src/main/java/bubble/service/boot/NodeManagerService.java @@ -1,3 +1,7 @@ +/** + * Copyright (c) 2020 Bubble, Inc. All rights reserved. + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ + */ package bubble.service.boot; import bubble.server.BubbleConfiguration; 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 783571c5..9c96ff47 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 82bb8571..3fe3e11b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 51698d41..37098740 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 92aedfa0..8d45e915 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c339e0ac..04691cf9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d0f26358..b3da51ee 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6fbe70f1..51b81d1a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 fab4020b..250493c5 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bd0284fd..310a662c 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d6162a9d..b1c49765 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 7f5c5a92..6961887b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 0a70fa25..e640e6ee 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2b0e295c..95a0d419 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f064c9bc..af3ea95b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 46cb3ebf..9b116e8a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 ca30e327..fc2241e8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 cefdcc7d..5ae046c8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d06ca6a5..83300be0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c01dc7e1..278f6a22 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 731b0f61..23ff587a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 bd962f23..c41ee555 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 d3d7ee0a..c1cd0458 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8ad118a0..ab9bcdb3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 28e53139..57b04f48 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 da09200b..a45b3400 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2477f1bb..60a812c0 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 6370c552..54d5fcfe 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 74c37815..3388097a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 22f5c65e..ccb08988 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 be751588..ba45def9 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 8952f93c..66a9e20a 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 21561477..4ea0ca53 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 a3367465..3e7462d4 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 53bbbfea..a0d6015d 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.service_dbfilter; diff --git a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterAuthenticatorService.java b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterAuthenticatorService.java index 24a110e6..53fd1106 100644 --- a/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterAuthenticatorService.java +++ b/bubble-server/src/main/java/bubble/service_dbfilter/DbFilterAuthenticatorService.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 82a7ed54..5db36271 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 f67f1300..70786dbc 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 c3fe8403..aad656d3 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 006c4d7c..1171f646 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 9bfa7161..61f9bf3b 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 b19063eb..0f7eb9df 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 dc0aa4a8..e55500b8 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://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.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 2e02f3d4..063aedcb 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 c6901d07..bb332749 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 fadc1ef9..79b5542a 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/email/notice/start/network/message.hbs b/bubble-server/src/main/resources/message_templates/en_US/email/notice/start/network/message.hbs index b36ef246..1eba54c0 100644 --- a/bubble-server/src/main/resources/message_templates/en_US/email/notice/start/network/message.hbs +++ b/bubble-server/src/main/resources/message_templates/en_US/email/notice/start/network/message.hbs @@ -9,7 +9,7 @@ You'll need to install the WireGuard application on each device that will connec While you're waiting for your Bubble to be ready, go ahead and install the WireGuard application on each device you will connect to your Bubble. -Instruction for installing WireGuard can be found here: https://bubblev.com/get-ready +Instruction for installing WireGuard can be found here: https://github.com/bubblev/bubble-docs/blob/master/wg_setup/README.md If you have any difficulties installing WireGuard or using your new Bubble, please contact support@bubblev.com 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 d9c503c3..e05b5888 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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 15f7156c..54692fa4 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # suppress inspection "UnusedProperty" for whole file # these labels are all used on the frontend label_homepage_hello=Hello, {{account.user.name}}! @@ -371,8 +371,8 @@ meter_unknown_error=An unknown error occurred # Help text shown during launch title_launch_help_html=Next Steps -message_launch_help_html=

Your Bubble will take about 20 minutes to launch and configure itself.

When your Bubble has completed its setup, it will send you an email message with a link to unlock it and start using it.

While you wait for your Bubble to be ready, please install WireGuard on each device that you will be connecting to your Bubble.

If you run into any trouble installing WireGuard or setting up your Bubble, please contact support@bubblev.com

-message_launch_success_help_html=

Congratulations! Your Bubble is now running.

Check your email for a message from your Bubble. It should contain a link to unlock it and start using it.

Follow that link to begin using your Bubble, it will guide you through the process to connect your various devices to it.

If you run into any trouble setting up your Bubble, please contact support@bubblev.com

+message_launch_help_html=

Your Bubble will take about 20 minutes to launch and configure itself.

When your Bubble has completed its setup, it will send you an email message with a link to unlock it and start using it.

While you wait for your Bubble to be ready, please install WireGuard on each device that you will be connecting to your Bubble.

If you run into any trouble installing WireGuard or setting up your Bubble, please contact support@getbubblenow.com

+message_launch_success_help_html=

Congratulations! Your Bubble is now running.

Check your email for a message from your Bubble. It should contain a link to unlock it and start using it.

Follow that link to begin using your Bubble, it will guide you through the process to connect your various devices to it.

If you run into any trouble setting up your Bubble, please contact support@getbubblenow.com

# Network statuses msg_network_state_created=initialized 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 f47c6f02..fae45a26 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # suppress inspection "UnusedProperty" for whole file # most of these are referenced on the frontend msg.global.title=Bubble @@ -16,15 +16,15 @@ label_percent={{percent}}% title_legal_topics=Legal Stuff legal_topics=terms,privacy,source,license,3rdParty_licenses legal_terms=Terms of Service -legal_terms_link=https://bubblev.com/terms/ +legal_terms_link=https://getbubblenow.com/terms/ legal_privacy=Privacy Policy -legal_privacy_link=https://bubblev.com/privacy/ +legal_privacy_link=https://getbubblenow.com/privacy/ legal_source=Bubble Source Code legal_source_link=https://git.bubblev.org/bubblev/bubble legal_license=Bubble Source License -legal_license_link=https://bubblev.com/license/ +legal_license_link=https://getbubblenow.com/license/ legal_3rdParty_licenses=Third-Party Software Licenses -legal_3rdParty_licenses_link=https://bubblev.com/third-party-licenses/ +legal_3rdParty_licenses_link=https://getbubblenow.com/third-party-licenses/ message_truncated_show_ellipsis={{msg}}... @@ -268,10 +268,10 @@ field_label_contactType=Contact Type field_label_email=Email field_label_promoCode=Beta Invite Code message_request_promoCode=Don't have an invite code? Request one here. -message_request_promoCode_link=https://bubblev.com/beta +message_request_promoCode_link=https://getbubblenow.com/beta field_label_sms=SMS Phone -field_label_agreeToTerms=By checking this box, you agree to our Privacy Policy and Terms of Service. -message_login_agreeToTerms=By logging in, you agree to the Privacy Policy and Terms of Service. +field_label_agreeToTerms=By checking this box, you agree to our Privacy Policy and Terms of Service. +message_login_agreeToTerms=By logging in, you agree to the Privacy Policy and Terms of Service. message_login_authenticator_auth=Login requires Authenticator code field_label_receiveInformationalMessages=Receive informational messages about your Bubble field_label_receivePromotionalMessages=Receive news about Bubble, including new releases and new features 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 60d8cd5b..bf3fa6b3 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://bubblev.com/bubble-license/ +# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.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/sms/notice/start/network/message.hbs b/bubble-server/src/main/resources/message_templates/en_US/sms/notice/start/network/message.hbs index 873d9a7d..bddfab9d 100644 --- a/bubble-server/src/main/resources/message_templates/en_US/sms/notice/start/network/message.hbs +++ b/bubble-server/src/main/resources/message_templates/en_US/sms/notice/start/network/message.hbs @@ -1 +1 @@ -Your new Bubble is launching! This usually takes about 20 minutes. While you wait, get your devices ready: https://bubblev.com/get-ready \ No newline at end of file +Your Bubble is launching! This usually takes 20 minutes. You can get your devices ready: https://github.com/bubblev/bubble-docs/blob/master/wg_setup/README.md \ No newline at end of file diff --git a/bubble-server/src/main/resources/models/apps/analytics/bubbleApp_analytics.json b/bubble-server/src/main/resources/models/apps/analytics/bubbleApp_analytics.json index 593a8335..c79f9457 100644 --- a/bubble-server/src/main/resources/models/apps/analytics/bubbleApp_analytics.json +++ b/bubble-server/src/main/resources/models/apps/analytics/bubbleApp_analytics.json @@ -1,7 +1,7 @@ [{ "name": "TrafficAnalytics", "description": "Traffic analytics for your Bubble", - "url": "https://bubblev.com/apps/analytics", + "url": "https://getbubblenow.com/apps/analytics", "template": true, "enabled": true, "priority": 100, diff --git a/bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json b/bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json index 35e3562a..4d61e932 100644 --- a/bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json +++ b/bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json @@ -1,7 +1,7 @@ [{ "name": "BubbleBlock", "description": "Block Adware, Malware and More", - "url": "https://bubblev.com/apps/bblock", + "url": "https://getbubblenow.com/apps/bblock", "template": true, "enabled": true, "priority": 200, diff --git a/bubble-server/src/main/resources/models/apps/passthru/bubbleApp_passthru.json b/bubble-server/src/main/resources/models/apps/passthru/bubbleApp_passthru.json index b8eb38b7..4621be42 100644 --- a/bubble-server/src/main/resources/models/apps/passthru/bubbleApp_passthru.json +++ b/bubble-server/src/main/resources/models/apps/passthru/bubbleApp_passthru.json @@ -1,7 +1,7 @@ [{ "name": "TlsPassthru", "description": "Do not perform SSL interception for certificate-pinned domains", - "url": "https://bubblev.com/apps/passthru", + "url": "https://getbubblenow.com/apps/passthru", "template": true, "enabled": true, "priority": 1000000, diff --git a/bubble-server/src/main/resources/models/apps/user_block/bubbleApp_userBlock.json b/bubble-server/src/main/resources/models/apps/user_block/bubbleApp_userBlock.json index cf6253f0..2241a352 100644 --- a/bubble-server/src/main/resources/models/apps/user_block/bubbleApp_userBlock.json +++ b/bubble-server/src/main/resources/models/apps/user_block/bubbleApp_userBlock.json @@ -1,7 +1,7 @@ [{ "name": "UserBlocker", "description": "ShadowBan User Blocker", - "url": "https://bubblev.com/apps/UserBlocker", + "url": "https://getbubblenow.com/apps/UserBlocker", "template": true, "enabled": true, "priority": 300, diff --git a/bubble-server/src/main/resources/spring-db-filter.xml b/bubble-server/src/main/resources/spring-db-filter.xml index 56ef1c20..82b0c604 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 08ebfbb2..2266973b 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