Przeglądaj źródła

update license link

tags/v0.9.3
Jonathan Cobb 5 lat temu
rodzic
commit
40a7a16766
100 zmienionych plików z 100 dodań i 100 usunięć
  1. +1
    -1
      bin/bactivate
  2. +1
    -1
      bin/bconst
  3. +1
    -1
      bin/bdecrypt
  4. +1
    -1
      bin/bdelete
  5. +1
    -1
      bin/bencrypt
  6. +1
    -1
      bin/bget
  7. +1
    -1
      bin/bgeti
  8. +1
    -1
      bin/bgeti1
  9. +1
    -1
      bin/bgetn
  10. +1
    -1
      bin/bgetn1
  11. +1
    -1
      bin/bmodel
  12. +1
    -1
      bin/bpatch
  13. +1
    -1
      bin/bpatchfull
  14. +1
    -1
      bin/bpost
  15. +1
    -1
      bin/bposte
  16. +1
    -1
      bin/bput
  17. +1
    -1
      bin/bpute
  18. +1
    -1
      bin/bscript
  19. +1
    -1
      bin/bubble
  20. +1
    -1
      bin/bubble_common
  21. +1
    -1
      bin/build_dist
  22. +1
    -1
      bin/bunlock
  23. +1
    -1
      bin/cleanup_bubble_databases
  24. +1
    -1
      bin/create_user_and_network
  25. +1
    -1
      bin/first_time_setup.sh
  26. +1
    -1
      bin/first_time_ubuntu.sh
  27. +1
    -1
      bin/git_update_bubble.sh
  28. +1
    -1
      bin/jq-all-vals
  29. +1
    -1
      bin/list_bubble_databases
  30. +1
    -1
      bin/new_bubble.sh
  31. +1
    -1
      bin/prep_bubble_jar
  32. +1
    -1
      bin/proxy
  33. +1
    -1
      bin/reset_bubble_db
  34. +1
    -1
      bin/run.sh
  35. +1
    -1
      bin/update_role
  36. +1
    -1
      bubble-server/pom.xml
  37. +1
    -1
      bubble-server/src/main/java/bubble/ApiConstants.java
  38. +1
    -1
      bubble-server/src/main/java/bubble/BubbleHandlebars.java
  39. +1
    -1
      bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppDataDriver.java
  40. +1
    -1
      bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsData.java
  41. +1
    -1
      bubble-server/src/main/java/bubble/app/bblock/BlockListEntry.java
  42. +1
    -1
      bubble-server/src/main/java/bubble/app/bblock/BlockListEntryType.java
  43. +1
    -1
      bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppConfigDriver.java
  44. +1
    -1
      bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppDataDriver.java
  45. +1
    -1
      bubble-server/src/main/java/bubble/app/social/block/UserBlockerAppDataDriver.java
  46. +1
    -1
      bubble-server/src/main/java/bubble/auth/BubbleAuthFilter.java
  47. +1
    -1
      bubble-server/src/main/java/bubble/auth/BubbleAuthProvider.java
  48. +1
    -1
      bubble-server/src/main/java/bubble/auth/PromoCodePolicy.java
  49. +1
    -1
      bubble-server/src/main/java/bubble/client/BubbleApiClient.java
  50. +1
    -1
      bubble-server/src/main/java/bubble/client/BubbleNodeClient.java
  51. +1
    -1
      bubble-server/src/main/java/bubble/client/BubbleNodeDownloadClient.java
  52. +1
    -1
      bubble-server/src/main/java/bubble/client/BubbleNodeQuickClient.java
  53. +1
    -1
      bubble-server/src/main/java/bubble/cloud/CloudAndRegion.java
  54. +1
    -1
      bubble-server/src/main/java/bubble/cloud/CloudRegion.java
  55. +1
    -1
      bubble-server/src/main/java/bubble/cloud/CloudRegionRelative.java
  56. +1
    -1
      bubble-server/src/main/java/bubble/cloud/CloudServiceDriver.java
  57. +1
    -1
      bubble-server/src/main/java/bubble/cloud/CloudServiceDriverBase.java
  58. +1
    -1
      bubble-server/src/main/java/bubble/cloud/CloudServiceType.java
  59. +1
    -1
      bubble-server/src/main/java/bubble/cloud/DelegatedCloudServiceDriverBase.java
  60. +1
    -1
      bubble-server/src/main/java/bubble/cloud/DelegatedStorageDriverBase.java
  61. +1
    -1
      bubble-server/src/main/java/bubble/cloud/NoopCloud.java
  62. +1
    -1
      bubble-server/src/main/java/bubble/cloud/RegionalConfig.java
  63. +1
    -1
      bubble-server/src/main/java/bubble/cloud/auth/AuthFieldHandler.java
  64. +1
    -1
      bubble-server/src/main/java/bubble/cloud/auth/AuthenticationDriver.java
  65. +1
    -1
      bubble-server/src/main/java/bubble/cloud/auth/AuthenticatorAuthFieldHandler.java
  66. +1
    -1
      bubble-server/src/main/java/bubble/cloud/auth/DelegatedAuthDriverBase.java
  67. +1
    -1
      bubble-server/src/main/java/bubble/cloud/auth/EmailAuthFieldHandler.java
  68. +1
    -1
      bubble-server/src/main/java/bubble/cloud/auth/RenderedMessage.java
  69. +1
    -1
      bubble-server/src/main/java/bubble/cloud/auth/SmsAuthFieldHandler.java
  70. +1
    -1
      bubble-server/src/main/java/bubble/cloud/authenticator/AuthenticatorServiceDriver.java
  71. +1
    -1
      bubble-server/src/main/java/bubble/cloud/authenticator/TOTPAuthenticatorDriver.java
  72. +1
    -1
      bubble-server/src/main/java/bubble/cloud/authenticator/delegate/DelegatedAuthenticatorDriver.java
  73. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/ComputeConfig.java
  74. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSize.java
  75. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSizeType.java
  76. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriver.java
  77. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriverBase.java
  78. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/NodeReaper.java
  79. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/delegate/DelegatedComputeDriver.java
  80. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletRequest.java
  81. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletResponse.java
  82. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DigitalOceanDriver.java
  83. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/digitalocean/Droplet.java
  84. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletIp.java
  85. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletNetInfo.java
  86. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/digitalocean/ListDropletsResponse.java
  87. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/local/LocalComputeDriver.java
  88. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/mock/MockComputeDriver.java
  89. +1
    -1
      bubble-server/src/main/java/bubble/cloud/compute/vultr/VultrDriver.java
  90. +1
    -1
      bubble-server/src/main/java/bubble/cloud/config/CloudApiConfig.java
  91. +1
    -1
      bubble-server/src/main/java/bubble/cloud/config/CloudApiUrlConfig.java
  92. +1
    -1
      bubble-server/src/main/java/bubble/cloud/dns/DnsConfig.java
  93. +1
    -1
      bubble-server/src/main/java/bubble/cloud/dns/DnsDriverBase.java
  94. +1
    -1
      bubble-server/src/main/java/bubble/cloud/dns/DnsServiceDriver.java
  95. +1
    -1
      bubble-server/src/main/java/bubble/cloud/dns/delegate/DelegatedDnsDriver.java
  96. +1
    -1
      bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsConfig.java
  97. +1
    -1
      bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsDriver.java
  98. +1
    -1
      bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsRecord.java
  99. +1
    -1
      bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDomain.java
  100. +1
    -1
      bubble-server/src/main/java/bubble/cloud/dns/mock/MockDnsDriver.java

+ 1
- 1
bin/bactivate Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Initial activation of a bubble server


+ 1
- 1
bin/bconst Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Write a constant value to stdout.


+ 1
- 1
bin/bdecrypt Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
SCRIPT="${0}"
SCRIPT_DIR=$(cd $(dirname ${SCRIPT}) && pwd)


+ 1
- 1
bin/bdelete Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run an HTTP DELETE against the API


+ 1
- 1
bin/bencrypt Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
SCRIPT="${0}"
SCRIPT_DIR=$(cd $(dirname ${SCRIPT}) && pwd)


+ 1
- 1
bin/bget Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run an HTTP GET against the API


+ 1
- 1
bin/bgeti Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run an HTTP GET against the API, then print out the "uuid" attribute only


+ 1
- 1
bin/bgeti1 Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run an HTTP GET against the API, then print out the "uuid" attribute only, and only the first one


+ 1
- 1
bin/bgetn Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run an HTTP GET against the API, then print out the "name" attribute only


+ 1
- 1
bin/bgetn1 Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run an HTTP GET against the API, then print out the "name" attribute only, and only the first one


+ 1
- 1
bin/bmodel Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Write a model to a bubble server


+ 1
- 1
bin/bpatch Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Usage:


+ 1
- 1
bin/bpatchfull Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Usage:


+ 1
- 1
bin/bpost Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run an HTTP POST against the API


+ 1
- 1
bin/bposte Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run an HTTP POST against the API with an empty request entity


+ 1
- 1
bin/bput Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run an HTTP PUT against the API


+ 1
- 1
bin/bpute Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run an HTTP PUT against the API with an empty request entity


+ 1
- 1
bin/bscript Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run a local JSON API script against a remote API server


+ 1
- 1
bin/bubble Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Bubble client script. Wraps the run.sh script.


+ 1
- 1
bin/bubble_common Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
function die {
if [[ -z "${SCRIPT}" ]] ; then


+ 1
- 1
bin/build_dist Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Build Bubble distribution ZIP file


+ 1
- 1
bin/bunlock Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Unlock a new bubble


+ 1
- 1
bin/cleanup_bubble_databases Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Drop the various temporary databases that sometimes get left around by the tests


+ 1
- 1
bin/create_user_and_network Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Create a new user and start a network for that user


+ 1
- 1
bin/first_time_setup.sh Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Performs first-time setup after a fresh git clone.


+ 1
- 1
bin/first_time_ubuntu.sh Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
function die {
echo 1>&2 "${1}"


+ 1
- 1
bin/git_update_bubble.sh Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Update repository from master, including submodules, and rebuild bubble jar file


+ 1
- 1
bin/jq-all-vals Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Print all values for a JSON property name, among any given JSON via stdin.


+ 1
- 1
bin/list_bubble_databases Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# List bubble databases


+ 1
- 1
bin/new_bubble.sh Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Launch a new bubble from a sage node


+ 1
- 1
bin/prep_bubble_jar Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Prepares the bubble.jar file for active usage.


+ 1
- 1
bin/proxy Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Request a URL via the reverse proxy


+ 1
- 1
bin/reset_bubble_db Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Reset the local "bubble" database


+ 1
- 1
bin/run.sh Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Run Bubble server or CLI commands. A wrapper for starting a JVM to run Bubble programs.


+ 1
- 1
bin/update_role Wyświetl plik

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
#
#
# Update a role on a remote node


+ 1
- 1
bubble-server/pom.xml Wyświetl plik

@@ -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://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md -->
<!-- Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ -->
<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 Wyświetl plik

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



+ 1
- 1
bubble-server/src/main/java/bubble/BubbleHandlebars.java Wyświetl plik

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



+ 1
- 1
bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsAppDataDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.app.analytics;



+ 1
- 1
bubble-server/src/main/java/bubble/app/analytics/TrafficAnalyticsData.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.app.analytics;



+ 1
- 1
bubble-server/src/main/java/bubble/app/bblock/BlockListEntry.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.app.bblock;



+ 1
- 1
bubble-server/src/main/java/bubble/app/bblock/BlockListEntryType.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.app.bblock;



+ 1
- 1
bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppConfigDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.app.bblock;



+ 1
- 1
bubble-server/src/main/java/bubble/app/bblock/BubbleBlockAppDataDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.app.bblock;



+ 1
- 1
bubble-server/src/main/java/bubble/app/social/block/UserBlockerAppDataDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.app.social.block;



+ 1
- 1
bubble-server/src/main/java/bubble/auth/BubbleAuthFilter.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.auth;



+ 1
- 1
bubble-server/src/main/java/bubble/auth/BubbleAuthProvider.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.auth;



+ 1
- 1
bubble-server/src/main/java/bubble/auth/PromoCodePolicy.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.auth;



+ 1
- 1
bubble-server/src/main/java/bubble/client/BubbleApiClient.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.client;



+ 1
- 1
bubble-server/src/main/java/bubble/client/BubbleNodeClient.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.client;



+ 1
- 1
bubble-server/src/main/java/bubble/client/BubbleNodeDownloadClient.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.client;



+ 1
- 1
bubble-server/src/main/java/bubble/client/BubbleNodeQuickClient.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.client;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/CloudAndRegion.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/CloudRegion.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/CloudRegionRelative.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/CloudServiceDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/CloudServiceDriverBase.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/CloudServiceType.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/DelegatedCloudServiceDriverBase.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/DelegatedStorageDriverBase.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/NoopCloud.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/RegionalConfig.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/auth/AuthFieldHandler.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.auth;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/auth/AuthenticationDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.auth;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/auth/AuthenticatorAuthFieldHandler.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.auth;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/auth/DelegatedAuthDriverBase.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.auth;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/auth/EmailAuthFieldHandler.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.auth;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/auth/RenderedMessage.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.auth;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/auth/SmsAuthFieldHandler.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.auth;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/authenticator/AuthenticatorServiceDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.authenticator;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/authenticator/TOTPAuthenticatorDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.authenticator;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/authenticator/delegate/DelegatedAuthenticatorDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.authenticator.delegate;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/ComputeConfig.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSize.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/ComputeNodeSizeType.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/ComputeServiceDriverBase.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/NodeReaper.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/delegate/DelegatedComputeDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.delegate;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletRequest.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.digitalocean;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/digitalocean/CreateDropletResponse.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.digitalocean;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DigitalOceanDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.digitalocean;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/digitalocean/Droplet.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.digitalocean;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletIp.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.digitalocean;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/digitalocean/DropletNetInfo.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.digitalocean;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/digitalocean/ListDropletsResponse.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.digitalocean;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/local/LocalComputeDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.local;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/mock/MockComputeDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.mock;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/compute/vultr/VultrDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.compute.vultr;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/config/CloudApiConfig.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.config;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/config/CloudApiUrlConfig.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.config;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/dns/DnsConfig.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.dns;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/dns/DnsDriverBase.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.dns;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/dns/DnsServiceDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.dns;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/dns/delegate/DelegatedDnsDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.dns.delegate;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsConfig.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.dns.godaddy;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.dns.godaddy;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDnsRecord.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.dns.godaddy;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/dns/godaddy/GoDaddyDomain.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.dns.godaddy;



+ 1
- 1
bubble-server/src/main/java/bubble/cloud/dns/mock/MockDnsDriver.java Wyświetl plik

@@ -1,6 +1,6 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://git.bubblev.org/bubblev/bubble/src/branch/master/LICENSE.md
* For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
*/
package bubble.cloud.dns.mock;



Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików

Ładowanie…
Anuluj
Zapisz