Browse Source

update license url

tags/v0.10.5
Jonathan Cobb 4 years ago
parent
commit
afa67eb59d
100 changed files with 100 additions and 100 deletions
  1. +1
    -1
      automation/roles/algo/files/algo_refresh_users.sh
  2. +1
    -1
      automation/roles/algo/files/algo_refresh_users_monitor.sh
  3. +1
    -1
      automation/roles/algo/files/wg_monitor_connections.sh
  4. +1
    -1
      automation/roles/algo/tasks/algo_firewall.yml
  5. +1
    -1
      automation/roles/algo/tasks/main.yml
  6. +1
    -1
      automation/roles/bubble/files/bsql.sh
  7. +1
    -1
      automation/roles/bubble/files/bubble_restore_monitor.sh
  8. +1
    -1
      automation/roles/bubble/files/init_bubble_db.sh
  9. +1
    -1
      automation/roles/bubble/files/init_roles.sh
  10. +1
    -1
      automation/roles/bubble/files/random_password.sh
  11. +1
    -1
      automation/roles/bubble/files/refresh_bubble_ssh_keys_monitor.sh
  12. +1
    -1
      automation/roles/bubble/handlers/main.yml
  13. +1
    -1
      automation/roles/bubble/tasks/main.yml
  14. +1
    -1
      automation/roles/bubble/tasks/postgresql.yml
  15. +1
    -1
      automation/roles/bubble/tasks/postgresql_data.yml
  16. +1
    -1
      automation/roles/bubble/tasks/restore.yml
  17. +1
    -1
      automation/roles/bubble_finalizer/files/copy_certs_to_bubble.sh
  18. +1
    -1
      automation/roles/bubble_finalizer/tasks/main.yml
  19. +1
    -1
      automation/roles/common/tasks/main.yml
  20. +1
    -1
      automation/roles/firewall/defaults/main.yml
  21. +1
    -1
      automation/roles/firewall/files/bubble_peer_manager.py
  22. +1
    -1
      automation/roles/firewall/tasks/main.yml
  23. +1
    -1
      automation/roles/firewall/tasks/port_redirect.yml
  24. +1
    -1
      automation/roles/firewall/tasks/sage.yml
  25. +1
    -1
      automation/roles/mitmproxy/files/bubble_api.py
  26. +1
    -1
      automation/roles/mitmproxy/files/bubble_modify.py
  27. +1
    -1
      automation/roles/mitmproxy/files/bubble_passthru.py
  28. +1
    -1
      automation/roles/mitmproxy/files/dns_spoofing.py
  29. +1
    -1
      automation/roles/mitmproxy/files/install_cert.sh
  30. +1
    -1
      automation/roles/mitmproxy/files/mitmdump_monitor.sh
  31. +1
    -1
      automation/roles/mitmproxy/files/reuse_bubble_mitm_certs.sh
  32. +1
    -1
      automation/roles/mitmproxy/files/run_mitmdump.sh
  33. +1
    -1
      automation/roles/mitmproxy/files/set_cert_name.sh
  34. +1
    -1
      automation/roles/mitmproxy/tasks/main.yml
  35. +1
    -1
      automation/roles/mitmproxy/tasks/route.yml
  36. +1
    -1
      automation/roles/nginx/defaults/main.yml
  37. +1
    -1
      automation/roles/nginx/files/certbot_renew.sh
  38. +1
    -1
      automation/roles/nginx/files/init_certbot.sh
  39. +1
    -1
      automation/roles/nginx/handlers/main.yml
  40. +1
    -1
      automation/roles/nginx/tasks/main.yml
  41. +1
    -1
      automation/roles/nginx/tasks/site.yml
  42. +1
    -1
      bin/bactivate
  43. +1
    -1
      bin/bconst
  44. +1
    -1
      bin/bdecrypt
  45. +1
    -1
      bin/bdelete
  46. +1
    -1
      bin/bencrypt
  47. +1
    -1
      bin/bget
  48. +1
    -1
      bin/bgeti
  49. +1
    -1
      bin/bgeti1
  50. +1
    -1
      bin/bgetn
  51. +1
    -1
      bin/bgetn1
  52. +1
    -1
      bin/bmodel
  53. +1
    -1
      bin/bpatch
  54. +1
    -1
      bin/bpatchfull
  55. +1
    -1
      bin/bpost
  56. +1
    -1
      bin/bposte
  57. +1
    -1
      bin/bput
  58. +1
    -1
      bin/bpute
  59. +1
    -1
      bin/bscript
  60. +1
    -1
      bin/bubble
  61. +1
    -1
      bin/bubble_common
  62. +1
    -1
      bin/build_dist
  63. +1
    -1
      bin/bunlock
  64. +1
    -1
      bin/cleanup_bubble_databases
  65. +1
    -1
      bin/create_user_and_network
  66. +1
    -1
      bin/first_time_setup.sh
  67. +1
    -1
      bin/first_time_ubuntu.sh
  68. +1
    -1
      bin/git_update_bubble.sh
  69. +1
    -1
      bin/jq-all-vals
  70. +1
    -1
      bin/list_bubble_databases
  71. +1
    -1
      bin/new_bubble.sh
  72. +1
    -1
      bin/prep_bubble_jar
  73. +1
    -1
      bin/proxy
  74. +1
    -1
      bin/reset_bubble_db
  75. +1
    -1
      bin/run.sh
  76. +1
    -1
      bin/update_role
  77. +1
    -1
      bubble-server/pom.xml
  78. +1
    -1
      bubble-server/src/main/java/bubble/ApiConstants.java
  79. +1
    -1
      bubble-server/src/main/java/bubble/BubbleHandlebars.java
  80. +1
    -1
      bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppConfigDriver.java
  81. +1
    -1
      bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppDataDriver.java
  82. +1
    -1
      bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsData.java
  83. +1
    -1
      bubble-server/src/main/java/bubble/app/bblock/BlockListEntry.java
  84. +1
    -1
      bubble-server/src/main/java/bubble/app/bblock/BlockListEntryType.java
  85. +1
    -1
      bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppConfigDriver.java
  86. +1
    -1
      bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppDataDriver.java
  87. +1
    -1
      bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppConfigDriver.java
  88. +1
    -1
      bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppDataDriver.java
  89. +1
    -1
      bubble-server/src/main/java/bubble/app/social/block/UserBlockerAppDataDriver.java
  90. +1
    -1
      bubble-server/src/main/java/bubble/auth/BubbleAuthFilter.java
  91. +1
    -1
      bubble-server/src/main/java/bubble/auth/BubbleAuthProvider.java
  92. +1
    -1
      bubble-server/src/main/java/bubble/auth/PromoCodePolicy.java
  93. +1
    -1
      bubble-server/src/main/java/bubble/client/BubbleApiClient.java
  94. +1
    -1
      bubble-server/src/main/java/bubble/client/BubbleNodeClient.java
  95. +1
    -1
      bubble-server/src/main/java/bubble/client/BubbleNodeDownloadClient.java
  96. +1
    -1
      bubble-server/src/main/java/bubble/client/BubbleNodeQuickClient.java
  97. +1
    -1
      bubble-server/src/main/java/bubble/cloud/CloudAndRegion.java
  98. +1
    -1
      bubble-server/src/main/java/bubble/cloud/CloudRegion.java
  99. +1
    -1
      bubble-server/src/main/java/bubble/cloud/CloudRegionRelative.java
  100. +1
    -1
      bubble-server/src/main/java/bubble/cloud/CloudServiceDriver.java

+ 1
- 1
automation/roles/algo/files/algo_refresh_users.sh View File

@@ -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



+ 1
- 1
automation/roles/algo/files/algo_refresh_users_monitor.sh View File

@@ -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



+ 1
- 1
automation/roles/algo/files/wg_monitor_connections.sh View File

@@ -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



+ 1
- 1
automation/roles/algo/tasks/algo_firewall.yml View File

@@ -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


+ 1
- 1
automation/roles/algo/tasks/main.yml View File

@@ -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:


+ 1
- 1
automation/roles/bubble/files/bsql.sh View File

@@ -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 "${@}"

+ 1
- 1
automation/roles/bubble/files/bubble_restore_monitor.sh View File

@@ -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"


+ 1
- 1
automation/roles/bubble/files/init_bubble_db.sh View File

@@ -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



+ 1
- 1
automation/roles/bubble/files/init_roles.sh View File

@@ -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)


+ 1
- 1
automation/roles/bubble/files/random_password.sh View File

@@ -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}


+ 1
- 1
automation/roles/bubble/files/refresh_bubble_ssh_keys_monitor.sh View File

@@ -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



+ 1
- 1
automation/roles/bubble/handlers/main.yml View File

@@ -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


+ 1
- 1
automation/roles/bubble/tasks/main.yml View File

@@ -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:


+ 1
- 1
automation/roles/bubble/tasks/postgresql.yml View File

@@ -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:


+ 1
- 1
automation/roles/bubble/tasks/postgresql_data.yml View File

@@ -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:


+ 1
- 1
automation/roles/bubble/tasks/restore.yml View File

@@ -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:


+ 1
- 1
automation/roles/bubble_finalizer/files/copy_certs_to_bubble.sh View File

@@ -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}"


+ 1
- 1
automation/roles/bubble_finalizer/tasks/main.yml View File

@@ -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


+ 1
- 1
automation/roles/common/tasks/main.yml View File

@@ -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:


+ 1
- 1
automation/roles/firewall/defaults/main.yml View File

@@ -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


+ 1
- 1
automation/roles/firewall/files/bubble_peer_manager.py View File

@@ -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


+ 1
- 1
automation/roles/firewall/tasks/main.yml View File

@@ -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:


+ 1
- 1
automation/roles/firewall/tasks/port_redirect.yml View File

@@ -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


+ 1
- 1
automation/roles/firewall/tasks/sage.yml View File

@@ -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:


+ 1
- 1
automation/roles/mitmproxy/files/bubble_api.py View File

@@ -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


+ 1
- 1
automation/roles/mitmproxy/files/bubble_modify.py View File

@@ -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


+ 1
- 1
automation/roles/mitmproxy/files/bubble_passthru.py View File

@@ -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:
#


+ 1
- 1
automation/roles/mitmproxy/files/dns_spoofing.py View File

@@ -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


+ 1
- 1
automation/roles/mitmproxy/files/install_cert.sh View File

@@ -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}


+ 1
- 1
automation/roles/mitmproxy/files/mitmdump_monitor.sh View File

@@ -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



+ 1
- 1
automation/roles/mitmproxy/files/reuse_bubble_mitm_certs.sh View File

@@ -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}"


+ 1
- 1
automation/roles/mitmproxy/files/run_mitmdump.sh View File

@@ -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 && \


+ 1
- 1
automation/roles/mitmproxy/files/set_cert_name.sh View File

@@ -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}


+ 1
- 1
automation/roles/mitmproxy/tasks/main.yml View File

@@ -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:


+ 1
- 1
automation/roles/mitmproxy/tasks/route.yml View File

@@ -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


+ 1
- 1
automation/roles/nginx/defaults/main.yml View File

@@ -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


+ 1
- 1
automation/roles/nginx/files/certbot_renew.sh View File

@@ -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


+ 1
- 1
automation/roles/nginx/files/init_certbot.sh View File

@@ -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}"


+ 1
- 1
automation/roles/nginx/handlers/main.yml View File

@@ -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


+ 1
- 1
automation/roles/nginx/tasks/main.yml View File

@@ -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:


+ 1
- 1
automation/roles/nginx/tasks/site.yml View File

@@ -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:


+ 1
- 1
bin/bactivate View File

@@ -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


+ 1
- 1
bin/bconst View File

@@ -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.


+ 1
- 1
bin/bdecrypt View File

@@ -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)


+ 1
- 1
bin/bdelete View File

@@ -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


+ 1
- 1
bin/bencrypt View File

@@ -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)


+ 1
- 1
bin/bget View File

@@ -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


+ 1
- 1
bin/bgeti View File

@@ -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


+ 1
- 1
bin/bgeti1 View File

@@ -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


+ 1
- 1
bin/bgetn View File

@@ -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


+ 1
- 1
bin/bgetn1 View File

@@ -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


+ 1
- 1
bin/bmodel View File

@@ -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


+ 1
- 1
bin/bpatch View File

@@ -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:


+ 1
- 1
bin/bpatchfull View File

@@ -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:


+ 1
- 1
bin/bpost View File

@@ -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


+ 1
- 1
bin/bposte View File

@@ -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


+ 1
- 1
bin/bput View File

@@ -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


+ 1
- 1
bin/bpute View File

@@ -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


+ 1
- 1
bin/bscript View File

@@ -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


+ 1
- 1
bin/bubble View File

@@ -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.


+ 1
- 1
bin/bubble_common View File

@@ -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


+ 1
- 1
bin/build_dist View File

@@ -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


+ 1
- 1
bin/bunlock View File

@@ -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


+ 1
- 1
bin/cleanup_bubble_databases View File

@@ -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


+ 1
- 1
bin/create_user_and_network View File

@@ -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


+ 1
- 1
bin/first_time_setup.sh View File

@@ -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.


+ 1
- 1
bin/first_time_ubuntu.sh View File

@@ -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}"


+ 1
- 1
bin/git_update_bubble.sh View File

@@ -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


+ 1
- 1
bin/jq-all-vals View File

@@ -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.


+ 1
- 1
bin/list_bubble_databases View File

@@ -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


+ 1
- 1
bin/new_bubble.sh View File

@@ -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


+ 1
- 1
bin/prep_bubble_jar View File

@@ -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.


+ 1
- 1
bin/proxy View File

@@ -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


+ 1
- 1
bin/reset_bubble_db View File

@@ -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


+ 1
- 1
bin/run.sh View File

@@ -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.


+ 1
- 1
bin/update_role View File

@@ -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


+ 1
- 1
bubble-server/pom.xml View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- 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/ -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">


+ 1
- 1
bubble-server/src/main/java/bubble/ApiConstants.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
package bubble;



+ 1
- 1
bubble-server/src/main/java/bubble/BubbleHandlebars.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
package bubble;



+ 1
- 1
bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppConfigDriver.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppDataDriver.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsData.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/app/bblock/BlockListEntry.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/app/bblock/BlockListEntryType.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppConfigDriver.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppDataDriver.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppConfigDriver.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/app/passthru/TlsPassthruAppDataDriver.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/app/social/block/UserBlockerAppDataDriver.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/auth/BubbleAuthFilter.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/auth/BubbleAuthProvider.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/auth/PromoCodePolicy.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/client/BubbleApiClient.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/client/BubbleNodeClient.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/client/BubbleNodeDownloadClient.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/client/BubbleNodeQuickClient.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/CloudAndRegion.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/CloudRegion.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/CloudRegionRelative.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/CloudServiceDriver.java View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (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;



Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save