diff --git a/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentArchivedDAO.java b/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentArchivedDAO.java index 75c91862..bd23a173 100644 --- a/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentArchivedDAO.java +++ b/bubble-server/src/main/java/bubble/dao/bill/AccountPaymentArchivedDAO.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.dao.bill; diff --git a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java index a1c007db..99f8edb2 100644 --- a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java +++ b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.model.bill; diff --git a/bubble-server/src/test/java/bubble/test/system/AccountDeletionTest.java b/bubble-server/src/test/java/bubble/test/system/AccountDeletionTest.java index 28bd1116..7a74fed5 100644 --- a/bubble-server/src/test/java/bubble/test/system/AccountDeletionTest.java +++ b/bubble-server/src/test/java/bubble/test/system/AccountDeletionTest.java @@ -1,6 +1,6 @@ /** * Copyright (c) 2020 Bubble, Inc. All rights reserved. - * For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/ + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ package bubble.test.system;