diff --git a/apitest/src/main/java/haveno/apitest/ApiTestMain.java b/apitest/src/main/java/haveno/apitest/ApiTestMain.java
index d1877558..4da4b920 100644
--- a/apitest/src/main/java/haveno/apitest/ApiTestMain.java
+++ b/apitest/src/main/java/haveno/apitest/ApiTestMain.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest;
diff --git a/apitest/src/main/java/haveno/apitest/Scaffold.java b/apitest/src/main/java/haveno/apitest/Scaffold.java
index 7f7bdea7..0384872d 100644
--- a/apitest/src/main/java/haveno/apitest/Scaffold.java
+++ b/apitest/src/main/java/haveno/apitest/Scaffold.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest;
diff --git a/apitest/src/main/java/haveno/apitest/SetupTask.java b/apitest/src/main/java/haveno/apitest/SetupTask.java
index ae846459..542359c7 100644
--- a/apitest/src/main/java/haveno/apitest/SetupTask.java
+++ b/apitest/src/main/java/haveno/apitest/SetupTask.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest;
diff --git a/apitest/src/main/java/haveno/apitest/SmokeTestBashCommand.java b/apitest/src/main/java/haveno/apitest/SmokeTestBashCommand.java
index cadb8b2c..f0b2195c 100644
--- a/apitest/src/main/java/haveno/apitest/SmokeTestBashCommand.java
+++ b/apitest/src/main/java/haveno/apitest/SmokeTestBashCommand.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest;
diff --git a/apitest/src/main/java/haveno/apitest/SmokeTestBitcoind.java b/apitest/src/main/java/haveno/apitest/SmokeTestBitcoind.java
index 8cf029ff..61e8669b 100644
--- a/apitest/src/main/java/haveno/apitest/SmokeTestBitcoind.java
+++ b/apitest/src/main/java/haveno/apitest/SmokeTestBitcoind.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest;
diff --git a/apitest/src/main/java/haveno/apitest/config/ApiTestConfig.java b/apitest/src/main/java/haveno/apitest/config/ApiTestConfig.java
index 998d3353..9a124277 100644
--- a/apitest/src/main/java/haveno/apitest/config/ApiTestConfig.java
+++ b/apitest/src/main/java/haveno/apitest/config/ApiTestConfig.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.config;
diff --git a/apitest/src/main/java/haveno/apitest/config/HavenoAppConfig.java b/apitest/src/main/java/haveno/apitest/config/HavenoAppConfig.java
index 40565a0d..6e8a1f10 100644
--- a/apitest/src/main/java/haveno/apitest/config/HavenoAppConfig.java
+++ b/apitest/src/main/java/haveno/apitest/config/HavenoAppConfig.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.config;
diff --git a/apitest/src/main/java/haveno/apitest/linux/AbstractLinuxProcess.java b/apitest/src/main/java/haveno/apitest/linux/AbstractLinuxProcess.java
index 6d839edf..86de555a 100644
--- a/apitest/src/main/java/haveno/apitest/linux/AbstractLinuxProcess.java
+++ b/apitest/src/main/java/haveno/apitest/linux/AbstractLinuxProcess.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.linux;
diff --git a/apitest/src/main/java/haveno/apitest/linux/BashCommand.java b/apitest/src/main/java/haveno/apitest/linux/BashCommand.java
index b42a8648..350384fc 100644
--- a/apitest/src/main/java/haveno/apitest/linux/BashCommand.java
+++ b/apitest/src/main/java/haveno/apitest/linux/BashCommand.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.linux;
diff --git a/apitest/src/main/java/haveno/apitest/linux/BitcoinCli.java b/apitest/src/main/java/haveno/apitest/linux/BitcoinCli.java
index 7a7074e1..25661eda 100644
--- a/apitest/src/main/java/haveno/apitest/linux/BitcoinCli.java
+++ b/apitest/src/main/java/haveno/apitest/linux/BitcoinCli.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.linux;
diff --git a/apitest/src/main/java/haveno/apitest/linux/BitcoinDaemon.java b/apitest/src/main/java/haveno/apitest/linux/BitcoinDaemon.java
index 1038233a..01c7e216 100644
--- a/apitest/src/main/java/haveno/apitest/linux/BitcoinDaemon.java
+++ b/apitest/src/main/java/haveno/apitest/linux/BitcoinDaemon.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.linux;
diff --git a/apitest/src/main/java/haveno/apitest/linux/HavenoProcess.java b/apitest/src/main/java/haveno/apitest/linux/HavenoProcess.java
index 35b03a72..13f54c47 100644
--- a/apitest/src/main/java/haveno/apitest/linux/HavenoProcess.java
+++ b/apitest/src/main/java/haveno/apitest/linux/HavenoProcess.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.linux;
diff --git a/apitest/src/main/java/haveno/apitest/linux/LinuxProcess.java b/apitest/src/main/java/haveno/apitest/linux/LinuxProcess.java
index b9603433..37b722ce 100644
--- a/apitest/src/main/java/haveno/apitest/linux/LinuxProcess.java
+++ b/apitest/src/main/java/haveno/apitest/linux/LinuxProcess.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.linux;
diff --git a/apitest/src/main/java/haveno/apitest/linux/SystemCommandExecutor.java b/apitest/src/main/java/haveno/apitest/linux/SystemCommandExecutor.java
index f9ce4711..13a74439 100644
--- a/apitest/src/main/java/haveno/apitest/linux/SystemCommandExecutor.java
+++ b/apitest/src/main/java/haveno/apitest/linux/SystemCommandExecutor.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.linux;
diff --git a/apitest/src/main/java/haveno/apitest/linux/ThreadedStreamHandler.java b/apitest/src/main/java/haveno/apitest/linux/ThreadedStreamHandler.java
index 611ddd6a..a103eb8a 100644
--- a/apitest/src/main/java/haveno/apitest/linux/ThreadedStreamHandler.java
+++ b/apitest/src/main/java/haveno/apitest/linux/ThreadedStreamHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.linux;
diff --git a/apitest/src/test/java/haveno/apitest/ApiTestCase.java b/apitest/src/test/java/haveno/apitest/ApiTestCase.java
index 7e0db288..4bd495d9 100644
--- a/apitest/src/test/java/haveno/apitest/ApiTestCase.java
+++ b/apitest/src/test/java/haveno/apitest/ApiTestCase.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest;
diff --git a/apitest/src/test/java/haveno/apitest/method/BitcoinCliHelper.java b/apitest/src/test/java/haveno/apitest/method/BitcoinCliHelper.java
index cebaec98..aace7c5a 100644
--- a/apitest/src/test/java/haveno/apitest/method/BitcoinCliHelper.java
+++ b/apitest/src/test/java/haveno/apitest/method/BitcoinCliHelper.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method;
diff --git a/apitest/src/test/java/haveno/apitest/method/CallRateMeteringInterceptorTest.java b/apitest/src/test/java/haveno/apitest/method/CallRateMeteringInterceptorTest.java
index 2613212f..816a2a38 100644
--- a/apitest/src/test/java/haveno/apitest/method/CallRateMeteringInterceptorTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/CallRateMeteringInterceptorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method;
diff --git a/apitest/src/test/java/haveno/apitest/method/GetMethodHelpTest.java b/apitest/src/test/java/haveno/apitest/method/GetMethodHelpTest.java
index d40466f1..92e82c03 100644
--- a/apitest/src/test/java/haveno/apitest/method/GetMethodHelpTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/GetMethodHelpTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method;
diff --git a/apitest/src/test/java/haveno/apitest/method/GetVersionTest.java b/apitest/src/test/java/haveno/apitest/method/GetVersionTest.java
index 7431c818..774c1cb4 100644
--- a/apitest/src/test/java/haveno/apitest/method/GetVersionTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/GetVersionTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method;
diff --git a/apitest/src/test/java/haveno/apitest/method/MethodTest.java b/apitest/src/test/java/haveno/apitest/method/MethodTest.java
index 2dbd8986..739c7c03 100644
--- a/apitest/src/test/java/haveno/apitest/method/MethodTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/MethodTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method;
diff --git a/apitest/src/test/java/haveno/apitest/method/RegisterDisputeAgentsTest.java b/apitest/src/test/java/haveno/apitest/method/RegisterDisputeAgentsTest.java
index 5717830d..4a333a83 100644
--- a/apitest/src/test/java/haveno/apitest/method/RegisterDisputeAgentsTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/RegisterDisputeAgentsTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method;
diff --git a/apitest/src/test/java/haveno/apitest/method/offer/AbstractOfferTest.java b/apitest/src/test/java/haveno/apitest/method/offer/AbstractOfferTest.java
index 438a4187..446d070f 100644
--- a/apitest/src/test/java/haveno/apitest/method/offer/AbstractOfferTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/offer/AbstractOfferTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.offer;
diff --git a/apitest/src/test/java/haveno/apitest/method/offer/CancelOfferTest.java b/apitest/src/test/java/haveno/apitest/method/offer/CancelOfferTest.java
index 3e9bcdff..a7776dd6 100644
--- a/apitest/src/test/java/haveno/apitest/method/offer/CancelOfferTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/offer/CancelOfferTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.offer;
diff --git a/apitest/src/test/java/haveno/apitest/method/offer/CreateOfferUsingFixedPriceTest.java b/apitest/src/test/java/haveno/apitest/method/offer/CreateOfferUsingFixedPriceTest.java
index a50b7e7a..38d83f69 100644
--- a/apitest/src/test/java/haveno/apitest/method/offer/CreateOfferUsingFixedPriceTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/offer/CreateOfferUsingFixedPriceTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.offer;
diff --git a/apitest/src/test/java/haveno/apitest/method/offer/CreateOfferUsingMarketPriceMarginTest.java b/apitest/src/test/java/haveno/apitest/method/offer/CreateOfferUsingMarketPriceMarginTest.java
index eb06d0a8..cc6f53ac 100644
--- a/apitest/src/test/java/haveno/apitest/method/offer/CreateOfferUsingMarketPriceMarginTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/offer/CreateOfferUsingMarketPriceMarginTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.offer;
diff --git a/apitest/src/test/java/haveno/apitest/method/offer/CreateXMROffersTest.java b/apitest/src/test/java/haveno/apitest/method/offer/CreateXMROffersTest.java
index e057e77f..4b7032c8 100644
--- a/apitest/src/test/java/haveno/apitest/method/offer/CreateXMROffersTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/offer/CreateXMROffersTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.offer;
diff --git a/apitest/src/test/java/haveno/apitest/method/offer/ValidateCreateOfferTest.java b/apitest/src/test/java/haveno/apitest/method/offer/ValidateCreateOfferTest.java
index 3fcf7038..f299801c 100644
--- a/apitest/src/test/java/haveno/apitest/method/offer/ValidateCreateOfferTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/offer/ValidateCreateOfferTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.offer;
diff --git a/apitest/src/test/java/haveno/apitest/method/payment/CreatePaymentAccountTest.java b/apitest/src/test/java/haveno/apitest/method/payment/CreatePaymentAccountTest.java
index ca16cfbf..8d637cba 100644
--- a/apitest/src/test/java/haveno/apitest/method/payment/CreatePaymentAccountTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/payment/CreatePaymentAccountTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.payment;
diff --git a/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyBTCOfferTest.java b/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyBTCOfferTest.java
index c7519a39..fee6e798 100644
--- a/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyBTCOfferTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyBTCOfferTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.trade;
diff --git a/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyBTCOfferWithNationalBankAcctTest.java b/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyBTCOfferWithNationalBankAcctTest.java
index 930ba348..10be976c 100644
--- a/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyBTCOfferWithNationalBankAcctTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyBTCOfferWithNationalBankAcctTest.java
@@ -1,35 +1,35 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.trade;
diff --git a/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyXMROfferTest.java b/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyXMROfferTest.java
index 68c3f40c..40289e1d 100644
--- a/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyXMROfferTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/trade/TakeBuyXMROfferTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.trade;
diff --git a/apitest/src/test/java/haveno/apitest/method/trade/TakeSellBTCOfferTest.java b/apitest/src/test/java/haveno/apitest/method/trade/TakeSellBTCOfferTest.java
index 95ef134b..a4257597 100644
--- a/apitest/src/test/java/haveno/apitest/method/trade/TakeSellBTCOfferTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/trade/TakeSellBTCOfferTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.trade;
diff --git a/apitest/src/test/java/haveno/apitest/method/trade/TakeSellXMROfferTest.java b/apitest/src/test/java/haveno/apitest/method/trade/TakeSellXMROfferTest.java
index f1e98959..68daa640 100644
--- a/apitest/src/test/java/haveno/apitest/method/trade/TakeSellXMROfferTest.java
+++ b/apitest/src/test/java/haveno/apitest/method/trade/TakeSellXMROfferTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.method.trade;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/LongRunningOfferDeactivationTest.java b/apitest/src/test/java/haveno/apitest/scenario/LongRunningOfferDeactivationTest.java
index c2d7b550..13b72ff7 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/LongRunningOfferDeactivationTest.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/LongRunningOfferDeactivationTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/LongRunningTradesTest.java b/apitest/src/test/java/haveno/apitest/scenario/LongRunningTradesTest.java
index 6f4c2996..aa45775b 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/LongRunningTradesTest.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/LongRunningTradesTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/OfferTest.java b/apitest/src/test/java/haveno/apitest/scenario/OfferTest.java
index 067679ef..85146d95 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/OfferTest.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/OfferTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/ScriptedBotTest.java b/apitest/src/test/java/haveno/apitest/scenario/ScriptedBotTest.java
index 630d6b78..cb107272 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/ScriptedBotTest.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/ScriptedBotTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/StartupTest.java b/apitest/src/test/java/haveno/apitest/scenario/StartupTest.java
index 05e6e131..d1fa3f75 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/StartupTest.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/StartupTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/TradeTest.java b/apitest/src/test/java/haveno/apitest/scenario/TradeTest.java
index b1c97cce..7fdd337b 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/TradeTest.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/TradeTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/WalletTest.java b/apitest/src/test/java/haveno/apitest/scenario/WalletTest.java
index 17e065b2..4e14de68 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/WalletTest.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/WalletTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/AbstractBotTest.java b/apitest/src/test/java/haveno/apitest/scenario/bot/AbstractBotTest.java
index 827fbd7f..9ea30e67 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/AbstractBotTest.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/AbstractBotTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/BotClient.java b/apitest/src/test/java/haveno/apitest/scenario/bot/BotClient.java
index e6b1b6d0..31df6894 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/BotClient.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/BotClient.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/InvalidRandomOfferException.java b/apitest/src/test/java/haveno/apitest/scenario/bot/InvalidRandomOfferException.java
index 10d42dc2..9cb5bfe3 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/InvalidRandomOfferException.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/InvalidRandomOfferException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/PaymentAccountNotFoundException.java b/apitest/src/test/java/haveno/apitest/scenario/bot/PaymentAccountNotFoundException.java
index a090c149..731deda2 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/PaymentAccountNotFoundException.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/PaymentAccountNotFoundException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/RandomOffer.java b/apitest/src/test/java/haveno/apitest/scenario/bot/RandomOffer.java
index e295cd03..eebaec8b 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/RandomOffer.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/RandomOffer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/RobotBob.java b/apitest/src/test/java/haveno/apitest/scenario/bot/RobotBob.java
index 7787419c..89b87e4c 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/RobotBob.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/RobotBob.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/protocol/BotProtocol.java b/apitest/src/test/java/haveno/apitest/scenario/bot/protocol/BotProtocol.java
index 6c831d41..d7be0256 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/protocol/BotProtocol.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/protocol/BotProtocol.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot.protocol;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/script/BashScriptGenerator.java b/apitest/src/test/java/haveno/apitest/scenario/bot/script/BashScriptGenerator.java
index 52af8735..87fbbf3c 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/script/BashScriptGenerator.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/script/BashScriptGenerator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot.script;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/script/BotScript.java b/apitest/src/test/java/haveno/apitest/scenario/bot/script/BotScript.java
index 642154d1..d231b56d 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/script/BotScript.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/script/BotScript.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot.script;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/script/BotScriptGenerator.java b/apitest/src/test/java/haveno/apitest/scenario/bot/script/BotScriptGenerator.java
index fbda837b..02d1822c 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/script/BotScriptGenerator.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/script/BotScriptGenerator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot.script;
diff --git a/apitest/src/test/java/haveno/apitest/scenario/bot/shutdown/ManualBotShutdownException.java b/apitest/src/test/java/haveno/apitest/scenario/bot/shutdown/ManualBotShutdownException.java
index 9c51b83a..68b89393 100644
--- a/apitest/src/test/java/haveno/apitest/scenario/bot/shutdown/ManualBotShutdownException.java
+++ b/apitest/src/test/java/haveno/apitest/scenario/bot/shutdown/ManualBotShutdownException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.apitest.scenario.bot.shutdown;
diff --git a/assets/src/main/java/haveno/asset/AbstractAsset.java b/assets/src/main/java/haveno/asset/AbstractAsset.java
index 781038e3..08ea558b 100644
--- a/assets/src/main/java/haveno/asset/AbstractAsset.java
+++ b/assets/src/main/java/haveno/asset/AbstractAsset.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/AddressValidationResult.java b/assets/src/main/java/haveno/asset/AddressValidationResult.java
index a5d0153b..ccdc4928 100644
--- a/assets/src/main/java/haveno/asset/AddressValidationResult.java
+++ b/assets/src/main/java/haveno/asset/AddressValidationResult.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/AddressValidator.java b/assets/src/main/java/haveno/asset/AddressValidator.java
index be5d6235..192c8583 100644
--- a/assets/src/main/java/haveno/asset/AddressValidator.java
+++ b/assets/src/main/java/haveno/asset/AddressValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/Asset.java b/assets/src/main/java/haveno/asset/Asset.java
index eeed4885..2d5bb99a 100644
--- a/assets/src/main/java/haveno/asset/Asset.java
+++ b/assets/src/main/java/haveno/asset/Asset.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/AssetRegistry.java b/assets/src/main/java/haveno/asset/AssetRegistry.java
index c0079804..519032fe 100644
--- a/assets/src/main/java/haveno/asset/AssetRegistry.java
+++ b/assets/src/main/java/haveno/asset/AssetRegistry.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/Base58AddressValidator.java b/assets/src/main/java/haveno/asset/Base58AddressValidator.java
index 3942e5b7..82d34921 100644
--- a/assets/src/main/java/haveno/asset/Base58AddressValidator.java
+++ b/assets/src/main/java/haveno/asset/Base58AddressValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/BitcoinAddressValidator.java b/assets/src/main/java/haveno/asset/BitcoinAddressValidator.java
index 7bcbbcbb..3a8e7101 100644
--- a/assets/src/main/java/haveno/asset/BitcoinAddressValidator.java
+++ b/assets/src/main/java/haveno/asset/BitcoinAddressValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/Coin.java b/assets/src/main/java/haveno/asset/Coin.java
index 5d6e48ae..e7c81ec4 100644
--- a/assets/src/main/java/haveno/asset/Coin.java
+++ b/assets/src/main/java/haveno/asset/Coin.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/CryptoNoteAddressValidator.java b/assets/src/main/java/haveno/asset/CryptoNoteAddressValidator.java
index 861b0ecb..b7a71938 100644
--- a/assets/src/main/java/haveno/asset/CryptoNoteAddressValidator.java
+++ b/assets/src/main/java/haveno/asset/CryptoNoteAddressValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/CryptoNoteUtils.java b/assets/src/main/java/haveno/asset/CryptoNoteUtils.java
index 5169f04c..4939e9eb 100644
--- a/assets/src/main/java/haveno/asset/CryptoNoteUtils.java
+++ b/assets/src/main/java/haveno/asset/CryptoNoteUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/Erc20Token.java b/assets/src/main/java/haveno/asset/Erc20Token.java
index 89364927..621f5aca 100644
--- a/assets/src/main/java/haveno/asset/Erc20Token.java
+++ b/assets/src/main/java/haveno/asset/Erc20Token.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/EtherAddressValidator.java b/assets/src/main/java/haveno/asset/EtherAddressValidator.java
index a427dbfc..5c7a0b18 100644
--- a/assets/src/main/java/haveno/asset/EtherAddressValidator.java
+++ b/assets/src/main/java/haveno/asset/EtherAddressValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/GrinAddressValidator.java b/assets/src/main/java/haveno/asset/GrinAddressValidator.java
index a4ff40bf..20da23f8 100644
--- a/assets/src/main/java/haveno/asset/GrinAddressValidator.java
+++ b/assets/src/main/java/haveno/asset/GrinAddressValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/NetworkParametersAdapter.java b/assets/src/main/java/haveno/asset/NetworkParametersAdapter.java
index 9e23a123..e6c6e744 100644
--- a/assets/src/main/java/haveno/asset/NetworkParametersAdapter.java
+++ b/assets/src/main/java/haveno/asset/NetworkParametersAdapter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/PrintTool.java b/assets/src/main/java/haveno/asset/PrintTool.java
index 1272bf65..02eae3c7 100644
--- a/assets/src/main/java/haveno/asset/PrintTool.java
+++ b/assets/src/main/java/haveno/asset/PrintTool.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/RegexAddressValidator.java b/assets/src/main/java/haveno/asset/RegexAddressValidator.java
index ed75c769..3f9ae4d0 100644
--- a/assets/src/main/java/haveno/asset/RegexAddressValidator.java
+++ b/assets/src/main/java/haveno/asset/RegexAddressValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/Token.java b/assets/src/main/java/haveno/asset/Token.java
index 4d45cde9..8215b31c 100644
--- a/assets/src/main/java/haveno/asset/Token.java
+++ b/assets/src/main/java/haveno/asset/Token.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/main/java/haveno/asset/coins/Bitcoin.java b/assets/src/main/java/haveno/asset/coins/Bitcoin.java
index a5e03eb8..e7b8540e 100644
--- a/assets/src/main/java/haveno/asset/coins/Bitcoin.java
+++ b/assets/src/main/java/haveno/asset/coins/Bitcoin.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.coins;
diff --git a/assets/src/main/java/haveno/asset/coins/Ether.java b/assets/src/main/java/haveno/asset/coins/Ether.java
index 865935f2..35d5b198 100644
--- a/assets/src/main/java/haveno/asset/coins/Ether.java
+++ b/assets/src/main/java/haveno/asset/coins/Ether.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.coins;
diff --git a/assets/src/main/java/haveno/asset/coins/Litecoin.java b/assets/src/main/java/haveno/asset/coins/Litecoin.java
index 96f273c8..3a13e3a7 100644
--- a/assets/src/main/java/haveno/asset/coins/Litecoin.java
+++ b/assets/src/main/java/haveno/asset/coins/Litecoin.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.coins;
diff --git a/assets/src/main/java/haveno/asset/coins/Monero.java b/assets/src/main/java/haveno/asset/coins/Monero.java
index 4fa408f1..02ec60d3 100644
--- a/assets/src/main/java/haveno/asset/coins/Monero.java
+++ b/assets/src/main/java/haveno/asset/coins/Monero.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.coins;
diff --git a/assets/src/main/java/haveno/asset/package-info.java b/assets/src/main/java/haveno/asset/package-info.java
index 6f5b5377..a50b9861 100644
--- a/assets/src/main/java/haveno/asset/package-info.java
+++ b/assets/src/main/java/haveno/asset/package-info.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
/**
diff --git a/assets/src/main/java/haveno/asset/tokens/AugmintEuro.java b/assets/src/main/java/haveno/asset/tokens/AugmintEuro.java
index 4699c855..56ca5cec 100644
--- a/assets/src/main/java/haveno/asset/tokens/AugmintEuro.java
+++ b/assets/src/main/java/haveno/asset/tokens/AugmintEuro.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.tokens;
diff --git a/assets/src/main/java/haveno/asset/tokens/DaiStablecoin.java b/assets/src/main/java/haveno/asset/tokens/DaiStablecoin.java
index 760bd15a..e9cc01f7 100644
--- a/assets/src/main/java/haveno/asset/tokens/DaiStablecoin.java
+++ b/assets/src/main/java/haveno/asset/tokens/DaiStablecoin.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.tokens;
diff --git a/assets/src/main/java/haveno/asset/tokens/EtherStone.java b/assets/src/main/java/haveno/asset/tokens/EtherStone.java
index f9d001cb..524c4fe3 100644
--- a/assets/src/main/java/haveno/asset/tokens/EtherStone.java
+++ b/assets/src/main/java/haveno/asset/tokens/EtherStone.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.tokens;
diff --git a/assets/src/main/java/haveno/asset/tokens/TrueUSD.java b/assets/src/main/java/haveno/asset/tokens/TrueUSD.java
index adb80ce7..3178825a 100644
--- a/assets/src/main/java/haveno/asset/tokens/TrueUSD.java
+++ b/assets/src/main/java/haveno/asset/tokens/TrueUSD.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.tokens;
diff --git a/assets/src/main/java/haveno/asset/tokens/USDCoin.java b/assets/src/main/java/haveno/asset/tokens/USDCoin.java
index 158899b3..b3e5c121 100644
--- a/assets/src/main/java/haveno/asset/tokens/USDCoin.java
+++ b/assets/src/main/java/haveno/asset/tokens/USDCoin.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.tokens;
diff --git a/assets/src/main/java/haveno/asset/tokens/VectorspaceAI.java b/assets/src/main/java/haveno/asset/tokens/VectorspaceAI.java
index 2f659aac..24c44be9 100644
--- a/assets/src/main/java/haveno/asset/tokens/VectorspaceAI.java
+++ b/assets/src/main/java/haveno/asset/tokens/VectorspaceAI.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.tokens;
diff --git a/assets/src/test/java/haveno/asset/AbstractAssetTest.java b/assets/src/test/java/haveno/asset/AbstractAssetTest.java
index e6da4c7f..ab7731d0 100644
--- a/assets/src/test/java/haveno/asset/AbstractAssetTest.java
+++ b/assets/src/test/java/haveno/asset/AbstractAssetTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset;
diff --git a/assets/src/test/java/haveno/asset/coins/BitcoinTest.java b/assets/src/test/java/haveno/asset/coins/BitcoinTest.java
index 319559f1..ad3bcee2 100644
--- a/assets/src/test/java/haveno/asset/coins/BitcoinTest.java
+++ b/assets/src/test/java/haveno/asset/coins/BitcoinTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.coins;
diff --git a/assets/src/test/java/haveno/asset/coins/LitecoinTest.java b/assets/src/test/java/haveno/asset/coins/LitecoinTest.java
index 1f014429..ecbdb1a1 100644
--- a/assets/src/test/java/haveno/asset/coins/LitecoinTest.java
+++ b/assets/src/test/java/haveno/asset/coins/LitecoinTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.coins;
diff --git a/assets/src/test/java/haveno/asset/coins/MoneroTest.java b/assets/src/test/java/haveno/asset/coins/MoneroTest.java
index 4171534d..c05d0e50 100644
--- a/assets/src/test/java/haveno/asset/coins/MoneroTest.java
+++ b/assets/src/test/java/haveno/asset/coins/MoneroTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.asset.coins;
diff --git a/cli/src/main/java/haveno/cli/CliMain.java b/cli/src/main/java/haveno/cli/CliMain.java
index 6063227b..58dcce46 100644
--- a/cli/src/main/java/haveno/cli/CliMain.java
+++ b/cli/src/main/java/haveno/cli/CliMain.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli;
diff --git a/cli/src/main/java/haveno/cli/ColumnHeaderConstants.java b/cli/src/main/java/haveno/cli/ColumnHeaderConstants.java
index 19e7ccfd..5f1ef39e 100644
--- a/cli/src/main/java/haveno/cli/ColumnHeaderConstants.java
+++ b/cli/src/main/java/haveno/cli/ColumnHeaderConstants.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli;
diff --git a/cli/src/main/java/haveno/cli/CryptoCurrencyUtil.java b/cli/src/main/java/haveno/cli/CryptoCurrencyUtil.java
index cd9b5ef8..572130db 100644
--- a/cli/src/main/java/haveno/cli/CryptoCurrencyUtil.java
+++ b/cli/src/main/java/haveno/cli/CryptoCurrencyUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli;
diff --git a/cli/src/main/java/haveno/cli/CurrencyFormat.java b/cli/src/main/java/haveno/cli/CurrencyFormat.java
index 4686dee1..c88b8c62 100644
--- a/cli/src/main/java/haveno/cli/CurrencyFormat.java
+++ b/cli/src/main/java/haveno/cli/CurrencyFormat.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli;
diff --git a/cli/src/main/java/haveno/cli/DirectionFormat.java b/cli/src/main/java/haveno/cli/DirectionFormat.java
index f0d99a67..28a30f17 100644
--- a/cli/src/main/java/haveno/cli/DirectionFormat.java
+++ b/cli/src/main/java/haveno/cli/DirectionFormat.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli;
diff --git a/cli/src/main/java/haveno/cli/GrpcClient.java b/cli/src/main/java/haveno/cli/GrpcClient.java
index f08a16df..229104cc 100644
--- a/cli/src/main/java/haveno/cli/GrpcClient.java
+++ b/cli/src/main/java/haveno/cli/GrpcClient.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli;
diff --git a/cli/src/main/java/haveno/cli/GrpcStubs.java b/cli/src/main/java/haveno/cli/GrpcStubs.java
index 677372d8..41749617 100644
--- a/cli/src/main/java/haveno/cli/GrpcStubs.java
+++ b/cli/src/main/java/haveno/cli/GrpcStubs.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli;
diff --git a/cli/src/main/java/haveno/cli/Method.java b/cli/src/main/java/haveno/cli/Method.java
index 395da4b2..f83416c3 100644
--- a/cli/src/main/java/haveno/cli/Method.java
+++ b/cli/src/main/java/haveno/cli/Method.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli;
diff --git a/cli/src/main/java/haveno/cli/PasswordCallCredentials.java b/cli/src/main/java/haveno/cli/PasswordCallCredentials.java
index fd7289ce..f7809d1a 100644
--- a/cli/src/main/java/haveno/cli/PasswordCallCredentials.java
+++ b/cli/src/main/java/haveno/cli/PasswordCallCredentials.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli;
diff --git a/cli/src/main/java/haveno/cli/TransactionFormat.java b/cli/src/main/java/haveno/cli/TransactionFormat.java
index e8a2cdca..fc0b5ab9 100644
--- a/cli/src/main/java/haveno/cli/TransactionFormat.java
+++ b/cli/src/main/java/haveno/cli/TransactionFormat.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli;
diff --git a/cli/src/main/java/haveno/cli/opts/AbstractMethodOptionParser.java b/cli/src/main/java/haveno/cli/opts/AbstractMethodOptionParser.java
index d9c37297..9ad9a374 100644
--- a/cli/src/main/java/haveno/cli/opts/AbstractMethodOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/AbstractMethodOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/ArgumentList.java b/cli/src/main/java/haveno/cli/opts/ArgumentList.java
index 0ef04d2c..cf8ff977 100644
--- a/cli/src/main/java/haveno/cli/opts/ArgumentList.java
+++ b/cli/src/main/java/haveno/cli/opts/ArgumentList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/CancelOfferOptionParser.java b/cli/src/main/java/haveno/cli/opts/CancelOfferOptionParser.java
index 1588aa83..b0439b5f 100644
--- a/cli/src/main/java/haveno/cli/opts/CancelOfferOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/CancelOfferOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/CreateCryptoCurrencyPaymentAcctOptionParser.java b/cli/src/main/java/haveno/cli/opts/CreateCryptoCurrencyPaymentAcctOptionParser.java
index d11383e0..9a65e7ca 100644
--- a/cli/src/main/java/haveno/cli/opts/CreateCryptoCurrencyPaymentAcctOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/CreateCryptoCurrencyPaymentAcctOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/CreateOfferOptionParser.java b/cli/src/main/java/haveno/cli/opts/CreateOfferOptionParser.java
index 204e04c3..610667cd 100644
--- a/cli/src/main/java/haveno/cli/opts/CreateOfferOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/CreateOfferOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/CreatePaymentAcctOptionParser.java b/cli/src/main/java/haveno/cli/opts/CreatePaymentAcctOptionParser.java
index 3b5cddd7..8070a834 100644
--- a/cli/src/main/java/haveno/cli/opts/CreatePaymentAcctOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/CreatePaymentAcctOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/GetAddressBalanceOptionParser.java b/cli/src/main/java/haveno/cli/opts/GetAddressBalanceOptionParser.java
index c316b9a1..f0f9ff1c 100644
--- a/cli/src/main/java/haveno/cli/opts/GetAddressBalanceOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/GetAddressBalanceOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/GetBTCMarketPriceOptionParser.java b/cli/src/main/java/haveno/cli/opts/GetBTCMarketPriceOptionParser.java
index 9b2d1d59..8efc94be 100644
--- a/cli/src/main/java/haveno/cli/opts/GetBTCMarketPriceOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/GetBTCMarketPriceOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/GetBalanceOptionParser.java b/cli/src/main/java/haveno/cli/opts/GetBalanceOptionParser.java
index 671741b3..9fa008c3 100644
--- a/cli/src/main/java/haveno/cli/opts/GetBalanceOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/GetBalanceOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/GetOfferOptionParser.java b/cli/src/main/java/haveno/cli/opts/GetOfferOptionParser.java
index 4ad5e89e..961674de 100644
--- a/cli/src/main/java/haveno/cli/opts/GetOfferOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/GetOfferOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/GetOffersOptionParser.java b/cli/src/main/java/haveno/cli/opts/GetOffersOptionParser.java
index 74064d87..a0665255 100644
--- a/cli/src/main/java/haveno/cli/opts/GetOffersOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/GetOffersOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/GetPaymentAcctFormOptionParser.java b/cli/src/main/java/haveno/cli/opts/GetPaymentAcctFormOptionParser.java
index fab62834..101bca8e 100644
--- a/cli/src/main/java/haveno/cli/opts/GetPaymentAcctFormOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/GetPaymentAcctFormOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/GetTradeOptionParser.java b/cli/src/main/java/haveno/cli/opts/GetTradeOptionParser.java
index 60bfd0df..372bf3fb 100644
--- a/cli/src/main/java/haveno/cli/opts/GetTradeOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/GetTradeOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/GetTradesOptionParser.java b/cli/src/main/java/haveno/cli/opts/GetTradesOptionParser.java
index 484fd094..9d7ca04b 100644
--- a/cli/src/main/java/haveno/cli/opts/GetTradesOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/GetTradesOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/GetTransactionOptionParser.java b/cli/src/main/java/haveno/cli/opts/GetTransactionOptionParser.java
index 722427e4..32bbf0f8 100644
--- a/cli/src/main/java/haveno/cli/opts/GetTransactionOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/GetTransactionOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/MethodOpts.java b/cli/src/main/java/haveno/cli/opts/MethodOpts.java
index 55053a84..167cec87 100644
--- a/cli/src/main/java/haveno/cli/opts/MethodOpts.java
+++ b/cli/src/main/java/haveno/cli/opts/MethodOpts.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/OfferIdOptionParser.java b/cli/src/main/java/haveno/cli/opts/OfferIdOptionParser.java
index 7c8d316f..4161e5e0 100644
--- a/cli/src/main/java/haveno/cli/opts/OfferIdOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/OfferIdOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/OptLabel.java b/cli/src/main/java/haveno/cli/opts/OptLabel.java
index 1ec5ad62..79ad2ae1 100644
--- a/cli/src/main/java/haveno/cli/opts/OptLabel.java
+++ b/cli/src/main/java/haveno/cli/opts/OptLabel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/RegisterDisputeAgentOptionParser.java b/cli/src/main/java/haveno/cli/opts/RegisterDisputeAgentOptionParser.java
index 29f78c4c..c9c22926 100644
--- a/cli/src/main/java/haveno/cli/opts/RegisterDisputeAgentOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/RegisterDisputeAgentOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/RemoveWalletPasswordOptionParser.java b/cli/src/main/java/haveno/cli/opts/RemoveWalletPasswordOptionParser.java
index 66d77a47..4483af94 100644
--- a/cli/src/main/java/haveno/cli/opts/RemoveWalletPasswordOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/RemoveWalletPasswordOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/SendBtcOptionParser.java b/cli/src/main/java/haveno/cli/opts/SendBtcOptionParser.java
index 6f13d55a..12eec3bc 100644
--- a/cli/src/main/java/haveno/cli/opts/SendBtcOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/SendBtcOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/SetTxFeeRateOptionParser.java b/cli/src/main/java/haveno/cli/opts/SetTxFeeRateOptionParser.java
index 5a15a668..3fbd9ab3 100644
--- a/cli/src/main/java/haveno/cli/opts/SetTxFeeRateOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/SetTxFeeRateOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/SetWalletPasswordOptionParser.java b/cli/src/main/java/haveno/cli/opts/SetWalletPasswordOptionParser.java
index 9e2b0dc5..4b180fe3 100644
--- a/cli/src/main/java/haveno/cli/opts/SetWalletPasswordOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/SetWalletPasswordOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/SimpleMethodOptionParser.java b/cli/src/main/java/haveno/cli/opts/SimpleMethodOptionParser.java
index 1390a76c..93ee2ce7 100644
--- a/cli/src/main/java/haveno/cli/opts/SimpleMethodOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/SimpleMethodOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/TakeOfferOptionParser.java b/cli/src/main/java/haveno/cli/opts/TakeOfferOptionParser.java
index f63ce86f..e45ea776 100644
--- a/cli/src/main/java/haveno/cli/opts/TakeOfferOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/TakeOfferOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/UnlockWalletOptionParser.java b/cli/src/main/java/haveno/cli/opts/UnlockWalletOptionParser.java
index 1079dce1..dad3f826 100644
--- a/cli/src/main/java/haveno/cli/opts/UnlockWalletOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/UnlockWalletOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/opts/WithdrawFundsOptionParser.java b/cli/src/main/java/haveno/cli/opts/WithdrawFundsOptionParser.java
index afe28c8b..96702994 100644
--- a/cli/src/main/java/haveno/cli/opts/WithdrawFundsOptionParser.java
+++ b/cli/src/main/java/haveno/cli/opts/WithdrawFundsOptionParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.opts;
diff --git a/cli/src/main/java/haveno/cli/request/OffersServiceRequest.java b/cli/src/main/java/haveno/cli/request/OffersServiceRequest.java
index c9b441d9..eaa0cac1 100644
--- a/cli/src/main/java/haveno/cli/request/OffersServiceRequest.java
+++ b/cli/src/main/java/haveno/cli/request/OffersServiceRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.request;
diff --git a/cli/src/main/java/haveno/cli/request/PaymentAccountsServiceRequest.java b/cli/src/main/java/haveno/cli/request/PaymentAccountsServiceRequest.java
index dc2e059d..4aaa53eb 100644
--- a/cli/src/main/java/haveno/cli/request/PaymentAccountsServiceRequest.java
+++ b/cli/src/main/java/haveno/cli/request/PaymentAccountsServiceRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.request;
diff --git a/cli/src/main/java/haveno/cli/request/TradesServiceRequest.java b/cli/src/main/java/haveno/cli/request/TradesServiceRequest.java
index 513dbf85..e4826771 100644
--- a/cli/src/main/java/haveno/cli/request/TradesServiceRequest.java
+++ b/cli/src/main/java/haveno/cli/request/TradesServiceRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.request;
diff --git a/cli/src/main/java/haveno/cli/request/WalletsServiceRequest.java b/cli/src/main/java/haveno/cli/request/WalletsServiceRequest.java
index 7ff6eebb..dde9ce25 100644
--- a/cli/src/main/java/haveno/cli/request/WalletsServiceRequest.java
+++ b/cli/src/main/java/haveno/cli/request/WalletsServiceRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.request;
diff --git a/cli/src/main/java/haveno/cli/table/Table.java b/cli/src/main/java/haveno/cli/table/Table.java
index 3f0c45f5..66a14c40 100644
--- a/cli/src/main/java/haveno/cli/table/Table.java
+++ b/cli/src/main/java/haveno/cli/table/Table.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table;
diff --git a/cli/src/main/java/haveno/cli/table/builder/AbstractTableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/AbstractTableBuilder.java
index c97333e3..17cf2f71 100644
--- a/cli/src/main/java/haveno/cli/table/builder/AbstractTableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/AbstractTableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/AbstractTradeListBuilder.java b/cli/src/main/java/haveno/cli/table/builder/AbstractTradeListBuilder.java
index 71428dc7..28d5a1cf 100644
--- a/cli/src/main/java/haveno/cli/table/builder/AbstractTradeListBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/AbstractTradeListBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/AddressBalanceTableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/AddressBalanceTableBuilder.java
index b2c1376a..4c26d30c 100644
--- a/cli/src/main/java/haveno/cli/table/builder/AddressBalanceTableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/AddressBalanceTableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/BtcBalanceTableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/BtcBalanceTableBuilder.java
index 40180f60..41f3a18f 100644
--- a/cli/src/main/java/haveno/cli/table/builder/BtcBalanceTableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/BtcBalanceTableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/ClosedTradeTableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/ClosedTradeTableBuilder.java
index 25f4a519..c57baf63 100644
--- a/cli/src/main/java/haveno/cli/table/builder/ClosedTradeTableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/ClosedTradeTableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/FailedTradeTableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/FailedTradeTableBuilder.java
index 3cecb2cb..9f30cfe8 100644
--- a/cli/src/main/java/haveno/cli/table/builder/FailedTradeTableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/FailedTradeTableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/OfferTableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/OfferTableBuilder.java
index 4a2d1d71..23b93ca6 100644
--- a/cli/src/main/java/haveno/cli/table/builder/OfferTableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/OfferTableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/OpenTradeTableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/OpenTradeTableBuilder.java
index e6ce9b0d..dab9e09a 100644
--- a/cli/src/main/java/haveno/cli/table/builder/OpenTradeTableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/OpenTradeTableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/PaymentAccountTableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/PaymentAccountTableBuilder.java
index 3f211020..3cfbfcaa 100644
--- a/cli/src/main/java/haveno/cli/table/builder/PaymentAccountTableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/PaymentAccountTableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/TableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/TableBuilder.java
index 235b2cb9..cff4dde6 100644
--- a/cli/src/main/java/haveno/cli/table/builder/TableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/TableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/TableBuilderConstants.java b/cli/src/main/java/haveno/cli/table/builder/TableBuilderConstants.java
index d9e0f793..893f9f8b 100644
--- a/cli/src/main/java/haveno/cli/table/builder/TableBuilderConstants.java
+++ b/cli/src/main/java/haveno/cli/table/builder/TableBuilderConstants.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/TableType.java b/cli/src/main/java/haveno/cli/table/builder/TableType.java
index a009ca60..871240ab 100644
--- a/cli/src/main/java/haveno/cli/table/builder/TableType.java
+++ b/cli/src/main/java/haveno/cli/table/builder/TableType.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/TradeDetailTableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/TradeDetailTableBuilder.java
index 4e12998d..bf8a0c2b 100644
--- a/cli/src/main/java/haveno/cli/table/builder/TradeDetailTableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/TradeDetailTableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/TradeTableColumnSupplier.java b/cli/src/main/java/haveno/cli/table/builder/TradeTableColumnSupplier.java
index 213bf36d..d1974344 100644
--- a/cli/src/main/java/haveno/cli/table/builder/TradeTableColumnSupplier.java
+++ b/cli/src/main/java/haveno/cli/table/builder/TradeTableColumnSupplier.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/builder/TransactionTableBuilder.java b/cli/src/main/java/haveno/cli/table/builder/TransactionTableBuilder.java
index 91692c98..a07b135c 100644
--- a/cli/src/main/java/haveno/cli/table/builder/TransactionTableBuilder.java
+++ b/cli/src/main/java/haveno/cli/table/builder/TransactionTableBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.builder;
diff --git a/cli/src/main/java/haveno/cli/table/column/AbstractColumn.java b/cli/src/main/java/haveno/cli/table/column/AbstractColumn.java
index 6a28f251..b9f3b074 100644
--- a/cli/src/main/java/haveno/cli/table/column/AbstractColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/AbstractColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/BooleanColumn.java b/cli/src/main/java/haveno/cli/table/column/BooleanColumn.java
index 4b95f29d..4a34e098 100644
--- a/cli/src/main/java/haveno/cli/table/column/BooleanColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/BooleanColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/Column.java b/cli/src/main/java/haveno/cli/table/column/Column.java
index a9a059f4..70787306 100644
--- a/cli/src/main/java/haveno/cli/table/column/Column.java
+++ b/cli/src/main/java/haveno/cli/table/column/Column.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/CryptoVolumeColumn.java b/cli/src/main/java/haveno/cli/table/column/CryptoVolumeColumn.java
index 8eb9b574..153e2735 100644
--- a/cli/src/main/java/haveno/cli/table/column/CryptoVolumeColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/CryptoVolumeColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/DoubleColumn.java b/cli/src/main/java/haveno/cli/table/column/DoubleColumn.java
index ce4039aa..812f421c 100644
--- a/cli/src/main/java/haveno/cli/table/column/DoubleColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/DoubleColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/IntegerColumn.java b/cli/src/main/java/haveno/cli/table/column/IntegerColumn.java
index 1b769ba8..5d9538e5 100644
--- a/cli/src/main/java/haveno/cli/table/column/IntegerColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/IntegerColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/Iso8601DateTimeColumn.java b/cli/src/main/java/haveno/cli/table/column/Iso8601DateTimeColumn.java
index 46c71cf2..df87a500 100644
--- a/cli/src/main/java/haveno/cli/table/column/Iso8601DateTimeColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/Iso8601DateTimeColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/LongColumn.java b/cli/src/main/java/haveno/cli/table/column/LongColumn.java
index 812dae0c..1499b0cb 100644
--- a/cli/src/main/java/haveno/cli/table/column/LongColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/LongColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/MixedTradeFeeColumn.java b/cli/src/main/java/haveno/cli/table/column/MixedTradeFeeColumn.java
index e6bee9b4..4e54759e 100644
--- a/cli/src/main/java/haveno/cli/table/column/MixedTradeFeeColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/MixedTradeFeeColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/NumberColumn.java b/cli/src/main/java/haveno/cli/table/column/NumberColumn.java
index 6a2d0dd4..69c67844 100644
--- a/cli/src/main/java/haveno/cli/table/column/NumberColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/NumberColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/SatoshiColumn.java b/cli/src/main/java/haveno/cli/table/column/SatoshiColumn.java
index d6ee310f..767e878d 100644
--- a/cli/src/main/java/haveno/cli/table/column/SatoshiColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/SatoshiColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/StringColumn.java b/cli/src/main/java/haveno/cli/table/column/StringColumn.java
index 91de7af3..67622287 100644
--- a/cli/src/main/java/haveno/cli/table/column/StringColumn.java
+++ b/cli/src/main/java/haveno/cli/table/column/StringColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/cli/src/main/java/haveno/cli/table/column/ZippedStringColumns.java b/cli/src/main/java/haveno/cli/table/column/ZippedStringColumns.java
index 2b1d736f..d55468d8 100644
--- a/cli/src/main/java/haveno/cli/table/column/ZippedStringColumns.java
+++ b/cli/src/main/java/haveno/cli/table/column/ZippedStringColumns.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.cli.table.column;
diff --git a/common/src/main/java/haveno/common/ClockWatcher.java b/common/src/main/java/haveno/common/ClockWatcher.java
index b810b367..ac878cb7 100644
--- a/common/src/main/java/haveno/common/ClockWatcher.java
+++ b/common/src/main/java/haveno/common/ClockWatcher.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common;
diff --git a/common/src/main/java/haveno/common/Envelope.java b/common/src/main/java/haveno/common/Envelope.java
index 457c896f..783e5b05 100644
--- a/common/src/main/java/haveno/common/Envelope.java
+++ b/common/src/main/java/haveno/common/Envelope.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common;
diff --git a/common/src/main/java/haveno/common/FrameRateTimer.java b/common/src/main/java/haveno/common/FrameRateTimer.java
index aca251da..32a15133 100644
--- a/common/src/main/java/haveno/common/FrameRateTimer.java
+++ b/common/src/main/java/haveno/common/FrameRateTimer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common;
diff --git a/common/src/main/java/haveno/common/HavenoException.java b/common/src/main/java/haveno/common/HavenoException.java
index f34ca854..3ff8ef22 100644
--- a/common/src/main/java/haveno/common/HavenoException.java
+++ b/common/src/main/java/haveno/common/HavenoException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common;
diff --git a/common/src/main/java/haveno/common/MasterTimer.java b/common/src/main/java/haveno/common/MasterTimer.java
index bbdfe731..dde6ea14 100644
--- a/common/src/main/java/haveno/common/MasterTimer.java
+++ b/common/src/main/java/haveno/common/MasterTimer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common;
diff --git a/common/src/main/java/haveno/common/Payload.java b/common/src/main/java/haveno/common/Payload.java
index ca9328fd..281be043 100644
--- a/common/src/main/java/haveno/common/Payload.java
+++ b/common/src/main/java/haveno/common/Payload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common;
diff --git a/common/src/main/java/haveno/common/Proto.java b/common/src/main/java/haveno/common/Proto.java
index a6d0e14d..afac700b 100644
--- a/common/src/main/java/haveno/common/Proto.java
+++ b/common/src/main/java/haveno/common/Proto.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common;
diff --git a/common/src/main/java/haveno/common/ThreadUtils.java b/common/src/main/java/haveno/common/ThreadUtils.java
index 518dd74d..37abe845 100644
--- a/common/src/main/java/haveno/common/ThreadUtils.java
+++ b/common/src/main/java/haveno/common/ThreadUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common;
diff --git a/common/src/main/java/haveno/common/Timer.java b/common/src/main/java/haveno/common/Timer.java
index 38d159fb..e5e11c58 100644
--- a/common/src/main/java/haveno/common/Timer.java
+++ b/common/src/main/java/haveno/common/Timer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common;
diff --git a/common/src/main/java/haveno/common/UserThread.java b/common/src/main/java/haveno/common/UserThread.java
index 088f7a59..dde27098 100644
--- a/common/src/main/java/haveno/common/UserThread.java
+++ b/common/src/main/java/haveno/common/UserThread.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common;
diff --git a/common/src/main/java/haveno/common/app/AppModule.java b/common/src/main/java/haveno/common/app/AppModule.java
index 258175b3..84f0cd13 100644
--- a/common/src/main/java/haveno/common/app/AppModule.java
+++ b/common/src/main/java/haveno/common/app/AppModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.app;
diff --git a/common/src/main/java/haveno/common/app/AsciiLogo.java b/common/src/main/java/haveno/common/app/AsciiLogo.java
index b89ca083..a5f1b5cf 100644
--- a/common/src/main/java/haveno/common/app/AsciiLogo.java
+++ b/common/src/main/java/haveno/common/app/AsciiLogo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.app;
diff --git a/common/src/main/java/haveno/common/app/Capabilities.java b/common/src/main/java/haveno/common/app/Capabilities.java
index 80289f44..39266a25 100644
--- a/common/src/main/java/haveno/common/app/Capabilities.java
+++ b/common/src/main/java/haveno/common/app/Capabilities.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.app;
diff --git a/common/src/main/java/haveno/common/app/Capability.java b/common/src/main/java/haveno/common/app/Capability.java
index 80165133..6219df34 100644
--- a/common/src/main/java/haveno/common/app/Capability.java
+++ b/common/src/main/java/haveno/common/app/Capability.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.app;
diff --git a/common/src/main/java/haveno/common/app/DevEnv.java b/common/src/main/java/haveno/common/app/DevEnv.java
index 63ceea15..2fd04410 100644
--- a/common/src/main/java/haveno/common/app/DevEnv.java
+++ b/common/src/main/java/haveno/common/app/DevEnv.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.app;
diff --git a/common/src/main/java/haveno/common/app/HasCapabilities.java b/common/src/main/java/haveno/common/app/HasCapabilities.java
index be3d5baa..55cff0d7 100644
--- a/common/src/main/java/haveno/common/app/HasCapabilities.java
+++ b/common/src/main/java/haveno/common/app/HasCapabilities.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.app;
diff --git a/common/src/main/java/haveno/common/app/Log.java b/common/src/main/java/haveno/common/app/Log.java
index 45ddc45d..1922a519 100644
--- a/common/src/main/java/haveno/common/app/Log.java
+++ b/common/src/main/java/haveno/common/app/Log.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.app;
diff --git a/common/src/main/java/haveno/common/app/Version.java b/common/src/main/java/haveno/common/app/Version.java
index 171ff76d..8f2c2e13 100644
--- a/common/src/main/java/haveno/common/app/Version.java
+++ b/common/src/main/java/haveno/common/app/Version.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.app;
diff --git a/common/src/main/java/haveno/common/config/BaseCurrencyNetwork.java b/common/src/main/java/haveno/common/config/BaseCurrencyNetwork.java
index 891570f7..6e2bf80c 100644
--- a/common/src/main/java/haveno/common/config/BaseCurrencyNetwork.java
+++ b/common/src/main/java/haveno/common/config/BaseCurrencyNetwork.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.config;
diff --git a/common/src/main/java/haveno/common/config/EnumValueConverter.java b/common/src/main/java/haveno/common/config/EnumValueConverter.java
index bd46a3c0..80b00f21 100644
--- a/common/src/main/java/haveno/common/config/EnumValueConverter.java
+++ b/common/src/main/java/haveno/common/config/EnumValueConverter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.config;
diff --git a/common/src/main/java/haveno/common/config/HavenoHelpFormatter.java b/common/src/main/java/haveno/common/config/HavenoHelpFormatter.java
index b86e755d..5d594549 100644
--- a/common/src/main/java/haveno/common/config/HavenoHelpFormatter.java
+++ b/common/src/main/java/haveno/common/config/HavenoHelpFormatter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.config;
diff --git a/common/src/main/java/haveno/common/consensus/UsedForTradeContractJson.java b/common/src/main/java/haveno/common/consensus/UsedForTradeContractJson.java
index cf00fc84..35d23117 100644
--- a/common/src/main/java/haveno/common/consensus/UsedForTradeContractJson.java
+++ b/common/src/main/java/haveno/common/consensus/UsedForTradeContractJson.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.consensus;
diff --git a/common/src/main/java/haveno/common/crypto/CryptoException.java b/common/src/main/java/haveno/common/crypto/CryptoException.java
index 3cef78ae..5f3a2f93 100644
--- a/common/src/main/java/haveno/common/crypto/CryptoException.java
+++ b/common/src/main/java/haveno/common/crypto/CryptoException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/CryptoUtils.java b/common/src/main/java/haveno/common/crypto/CryptoUtils.java
index 24063196..4e572922 100644
--- a/common/src/main/java/haveno/common/crypto/CryptoUtils.java
+++ b/common/src/main/java/haveno/common/crypto/CryptoUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/Encryption.java b/common/src/main/java/haveno/common/crypto/Encryption.java
index efa852b4..d65fff3b 100644
--- a/common/src/main/java/haveno/common/crypto/Encryption.java
+++ b/common/src/main/java/haveno/common/crypto/Encryption.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/Hash.java b/common/src/main/java/haveno/common/crypto/Hash.java
index 34787134..7a3b3418 100644
--- a/common/src/main/java/haveno/common/crypto/Hash.java
+++ b/common/src/main/java/haveno/common/crypto/Hash.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/IncorrectPasswordException.java b/common/src/main/java/haveno/common/crypto/IncorrectPasswordException.java
index 0a05ed0f..f771770a 100644
--- a/common/src/main/java/haveno/common/crypto/IncorrectPasswordException.java
+++ b/common/src/main/java/haveno/common/crypto/IncorrectPasswordException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/KeyConversionException.java b/common/src/main/java/haveno/common/crypto/KeyConversionException.java
index 382be057..79691339 100644
--- a/common/src/main/java/haveno/common/crypto/KeyConversionException.java
+++ b/common/src/main/java/haveno/common/crypto/KeyConversionException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/KeyRing.java b/common/src/main/java/haveno/common/crypto/KeyRing.java
index e03fc196..9b2e7726 100644
--- a/common/src/main/java/haveno/common/crypto/KeyRing.java
+++ b/common/src/main/java/haveno/common/crypto/KeyRing.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/KeyStorage.java b/common/src/main/java/haveno/common/crypto/KeyStorage.java
index 4acc0166..35d1206b 100644
--- a/common/src/main/java/haveno/common/crypto/KeyStorage.java
+++ b/common/src/main/java/haveno/common/crypto/KeyStorage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/PubKeyRing.java b/common/src/main/java/haveno/common/crypto/PubKeyRing.java
index 5233c119..a881d4cb 100644
--- a/common/src/main/java/haveno/common/crypto/PubKeyRing.java
+++ b/common/src/main/java/haveno/common/crypto/PubKeyRing.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/ScryptUtil.java b/common/src/main/java/haveno/common/crypto/ScryptUtil.java
index 9dbe35b1..54687ecf 100644
--- a/common/src/main/java/haveno/common/crypto/ScryptUtil.java
+++ b/common/src/main/java/haveno/common/crypto/ScryptUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/SealedAndSigned.java b/common/src/main/java/haveno/common/crypto/SealedAndSigned.java
index e0ecf568..5b55dbed 100644
--- a/common/src/main/java/haveno/common/crypto/SealedAndSigned.java
+++ b/common/src/main/java/haveno/common/crypto/SealedAndSigned.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/crypto/Sig.java b/common/src/main/java/haveno/common/crypto/Sig.java
index ff1b92ed..6cb662bd 100644
--- a/common/src/main/java/haveno/common/crypto/Sig.java
+++ b/common/src/main/java/haveno/common/crypto/Sig.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.crypto;
diff --git a/common/src/main/java/haveno/common/file/CorruptedStorageFileHandler.java b/common/src/main/java/haveno/common/file/CorruptedStorageFileHandler.java
index 76cce427..06123292 100644
--- a/common/src/main/java/haveno/common/file/CorruptedStorageFileHandler.java
+++ b/common/src/main/java/haveno/common/file/CorruptedStorageFileHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.file;
diff --git a/common/src/main/java/haveno/common/file/FileUtil.java b/common/src/main/java/haveno/common/file/FileUtil.java
index f95a08ca..19d8b8a4 100644
--- a/common/src/main/java/haveno/common/file/FileUtil.java
+++ b/common/src/main/java/haveno/common/file/FileUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.file;
diff --git a/common/src/main/java/haveno/common/file/JsonFileManager.java b/common/src/main/java/haveno/common/file/JsonFileManager.java
index 3fbc8c36..99d30222 100644
--- a/common/src/main/java/haveno/common/file/JsonFileManager.java
+++ b/common/src/main/java/haveno/common/file/JsonFileManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.file;
diff --git a/common/src/main/java/haveno/common/file/ResourceNotFoundException.java b/common/src/main/java/haveno/common/file/ResourceNotFoundException.java
index ab59bae8..1c8ce2e0 100644
--- a/common/src/main/java/haveno/common/file/ResourceNotFoundException.java
+++ b/common/src/main/java/haveno/common/file/ResourceNotFoundException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.file;
diff --git a/common/src/main/java/haveno/common/handlers/ErrorMessageHandler.java b/common/src/main/java/haveno/common/handlers/ErrorMessageHandler.java
index 19555c2d..69464fb4 100644
--- a/common/src/main/java/haveno/common/handlers/ErrorMessageHandler.java
+++ b/common/src/main/java/haveno/common/handlers/ErrorMessageHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.handlers;
diff --git a/common/src/main/java/haveno/common/handlers/ExceptionHandler.java b/common/src/main/java/haveno/common/handlers/ExceptionHandler.java
index bb08cf8e..c829f105 100644
--- a/common/src/main/java/haveno/common/handlers/ExceptionHandler.java
+++ b/common/src/main/java/haveno/common/handlers/ExceptionHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.handlers;
diff --git a/common/src/main/java/haveno/common/handlers/FaultHandler.java b/common/src/main/java/haveno/common/handlers/FaultHandler.java
index 7d29af65..6ce2f00d 100644
--- a/common/src/main/java/haveno/common/handlers/FaultHandler.java
+++ b/common/src/main/java/haveno/common/handlers/FaultHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.handlers;
diff --git a/common/src/main/java/haveno/common/handlers/ResultHandler.java b/common/src/main/java/haveno/common/handlers/ResultHandler.java
index 3b389f96..64be2e5e 100644
--- a/common/src/main/java/haveno/common/handlers/ResultHandler.java
+++ b/common/src/main/java/haveno/common/handlers/ResultHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.handlers;
diff --git a/common/src/main/java/haveno/common/persistence/PersistenceManager.java b/common/src/main/java/haveno/common/persistence/PersistenceManager.java
index 7bdb4cb1..6824ee15 100644
--- a/common/src/main/java/haveno/common/persistence/PersistenceManager.java
+++ b/common/src/main/java/haveno/common/persistence/PersistenceManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.persistence;
diff --git a/common/src/main/java/haveno/common/proto/ProtoResolver.java b/common/src/main/java/haveno/common/proto/ProtoResolver.java
index 336fc0d9..6e0436c5 100644
--- a/common/src/main/java/haveno/common/proto/ProtoResolver.java
+++ b/common/src/main/java/haveno/common/proto/ProtoResolver.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto;
diff --git a/common/src/main/java/haveno/common/proto/ProtoUtil.java b/common/src/main/java/haveno/common/proto/ProtoUtil.java
index 9cb2a534..d5469b38 100644
--- a/common/src/main/java/haveno/common/proto/ProtoUtil.java
+++ b/common/src/main/java/haveno/common/proto/ProtoUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto;
diff --git a/common/src/main/java/haveno/common/proto/ProtobufferException.java b/common/src/main/java/haveno/common/proto/ProtobufferException.java
index 345e27e0..46d3f6e7 100644
--- a/common/src/main/java/haveno/common/proto/ProtobufferException.java
+++ b/common/src/main/java/haveno/common/proto/ProtobufferException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto;
diff --git a/common/src/main/java/haveno/common/proto/ProtobufferRuntimeException.java b/common/src/main/java/haveno/common/proto/ProtobufferRuntimeException.java
index e7f0e5d7..1e1b2c00 100644
--- a/common/src/main/java/haveno/common/proto/ProtobufferRuntimeException.java
+++ b/common/src/main/java/haveno/common/proto/ProtobufferRuntimeException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto;
diff --git a/common/src/main/java/haveno/common/proto/network/GetDataResponsePriority.java b/common/src/main/java/haveno/common/proto/network/GetDataResponsePriority.java
index 924358cc..fc286879 100644
--- a/common/src/main/java/haveno/common/proto/network/GetDataResponsePriority.java
+++ b/common/src/main/java/haveno/common/proto/network/GetDataResponsePriority.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.network;
diff --git a/common/src/main/java/haveno/common/proto/network/NetworkEnvelope.java b/common/src/main/java/haveno/common/proto/network/NetworkEnvelope.java
index bac84f53..ef7038af 100644
--- a/common/src/main/java/haveno/common/proto/network/NetworkEnvelope.java
+++ b/common/src/main/java/haveno/common/proto/network/NetworkEnvelope.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.network;
diff --git a/common/src/main/java/haveno/common/proto/network/NetworkPayload.java b/common/src/main/java/haveno/common/proto/network/NetworkPayload.java
index 030247d6..b0357663 100644
--- a/common/src/main/java/haveno/common/proto/network/NetworkPayload.java
+++ b/common/src/main/java/haveno/common/proto/network/NetworkPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.network;
diff --git a/common/src/main/java/haveno/common/proto/network/NetworkProtoResolver.java b/common/src/main/java/haveno/common/proto/network/NetworkProtoResolver.java
index f6aa188c..5860186c 100644
--- a/common/src/main/java/haveno/common/proto/network/NetworkProtoResolver.java
+++ b/common/src/main/java/haveno/common/proto/network/NetworkProtoResolver.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.network;
diff --git a/common/src/main/java/haveno/common/proto/persistable/NavigationPath.java b/common/src/main/java/haveno/common/proto/persistable/NavigationPath.java
index ba2a48d5..23704e5e 100644
--- a/common/src/main/java/haveno/common/proto/persistable/NavigationPath.java
+++ b/common/src/main/java/haveno/common/proto/persistable/NavigationPath.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.persistable;
diff --git a/common/src/main/java/haveno/common/proto/persistable/PersistableEnvelope.java b/common/src/main/java/haveno/common/proto/persistable/PersistableEnvelope.java
index e4b3cde0..26de1dc0 100644
--- a/common/src/main/java/haveno/common/proto/persistable/PersistableEnvelope.java
+++ b/common/src/main/java/haveno/common/proto/persistable/PersistableEnvelope.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.persistable;
diff --git a/common/src/main/java/haveno/common/proto/persistable/PersistableList.java b/common/src/main/java/haveno/common/proto/persistable/PersistableList.java
index 0b6326df..6c9a6dc4 100644
--- a/common/src/main/java/haveno/common/proto/persistable/PersistableList.java
+++ b/common/src/main/java/haveno/common/proto/persistable/PersistableList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.persistable;
diff --git a/common/src/main/java/haveno/common/proto/persistable/PersistableListAsObservable.java b/common/src/main/java/haveno/common/proto/persistable/PersistableListAsObservable.java
index 09926bf2..ba1c6b61 100644
--- a/common/src/main/java/haveno/common/proto/persistable/PersistableListAsObservable.java
+++ b/common/src/main/java/haveno/common/proto/persistable/PersistableListAsObservable.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.persistable;
diff --git a/common/src/main/java/haveno/common/proto/persistable/PersistablePayload.java b/common/src/main/java/haveno/common/proto/persistable/PersistablePayload.java
index 1b78a697..af40ec52 100644
--- a/common/src/main/java/haveno/common/proto/persistable/PersistablePayload.java
+++ b/common/src/main/java/haveno/common/proto/persistable/PersistablePayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.persistable;
diff --git a/common/src/main/java/haveno/common/proto/persistable/PersistedDataHost.java b/common/src/main/java/haveno/common/proto/persistable/PersistedDataHost.java
index 30ad8d27..c0452ba5 100644
--- a/common/src/main/java/haveno/common/proto/persistable/PersistedDataHost.java
+++ b/common/src/main/java/haveno/common/proto/persistable/PersistedDataHost.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.persistable;
diff --git a/common/src/main/java/haveno/common/proto/persistable/PersistenceProtoResolver.java b/common/src/main/java/haveno/common/proto/persistable/PersistenceProtoResolver.java
index a24c98d2..d165e7af 100644
--- a/common/src/main/java/haveno/common/proto/persistable/PersistenceProtoResolver.java
+++ b/common/src/main/java/haveno/common/proto/persistable/PersistenceProtoResolver.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.proto.persistable;
diff --git a/common/src/main/java/haveno/common/setup/CommonSetup.java b/common/src/main/java/haveno/common/setup/CommonSetup.java
index 64190d2e..f606d3b5 100644
--- a/common/src/main/java/haveno/common/setup/CommonSetup.java
+++ b/common/src/main/java/haveno/common/setup/CommonSetup.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.setup;
diff --git a/common/src/main/java/haveno/common/setup/GracefulShutDownHandler.java b/common/src/main/java/haveno/common/setup/GracefulShutDownHandler.java
index b852b4e4..222df955 100644
--- a/common/src/main/java/haveno/common/setup/GracefulShutDownHandler.java
+++ b/common/src/main/java/haveno/common/setup/GracefulShutDownHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.setup;
diff --git a/common/src/main/java/haveno/common/setup/UncaughtExceptionHandler.java b/common/src/main/java/haveno/common/setup/UncaughtExceptionHandler.java
index f3deabdf..7379a9a3 100644
--- a/common/src/main/java/haveno/common/setup/UncaughtExceptionHandler.java
+++ b/common/src/main/java/haveno/common/setup/UncaughtExceptionHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.setup;
diff --git a/common/src/main/java/haveno/common/taskrunner/InterceptTaskException.java b/common/src/main/java/haveno/common/taskrunner/InterceptTaskException.java
index 5f613512..ecbc0759 100644
--- a/common/src/main/java/haveno/common/taskrunner/InterceptTaskException.java
+++ b/common/src/main/java/haveno/common/taskrunner/InterceptTaskException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.taskrunner;
diff --git a/common/src/main/java/haveno/common/taskrunner/Model.java b/common/src/main/java/haveno/common/taskrunner/Model.java
index 15c6e72e..0f2dee97 100644
--- a/common/src/main/java/haveno/common/taskrunner/Model.java
+++ b/common/src/main/java/haveno/common/taskrunner/Model.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.taskrunner;
diff --git a/common/src/main/java/haveno/common/taskrunner/Task.java b/common/src/main/java/haveno/common/taskrunner/Task.java
index a12a7c3c..79904de2 100644
--- a/common/src/main/java/haveno/common/taskrunner/Task.java
+++ b/common/src/main/java/haveno/common/taskrunner/Task.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.taskrunner;
diff --git a/common/src/main/java/haveno/common/taskrunner/TaskRunner.java b/common/src/main/java/haveno/common/taskrunner/TaskRunner.java
index c9be26a7..65cbf08e 100644
--- a/common/src/main/java/haveno/common/taskrunner/TaskRunner.java
+++ b/common/src/main/java/haveno/common/taskrunner/TaskRunner.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.taskrunner;
diff --git a/common/src/main/java/haveno/common/util/Base64.java b/common/src/main/java/haveno/common/util/Base64.java
index 5c0ce6cf..0da8bbae 100644
--- a/common/src/main/java/haveno/common/util/Base64.java
+++ b/common/src/main/java/haveno/common/util/Base64.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/CompletableFutureUtils.java b/common/src/main/java/haveno/common/util/CompletableFutureUtils.java
index b59596c6..b119eff8 100644
--- a/common/src/main/java/haveno/common/util/CompletableFutureUtils.java
+++ b/common/src/main/java/haveno/common/util/CompletableFutureUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/DesktopUtil.java b/common/src/main/java/haveno/common/util/DesktopUtil.java
index c50bbc8f..f9d5892d 100644
--- a/common/src/main/java/haveno/common/util/DesktopUtil.java
+++ b/common/src/main/java/haveno/common/util/DesktopUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/DoubleSummaryStatisticsWithStdDev.java b/common/src/main/java/haveno/common/util/DoubleSummaryStatisticsWithStdDev.java
index 9222ca0c..af3d4961 100644
--- a/common/src/main/java/haveno/common/util/DoubleSummaryStatisticsWithStdDev.java
+++ b/common/src/main/java/haveno/common/util/DoubleSummaryStatisticsWithStdDev.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/ExtraDataMapValidator.java b/common/src/main/java/haveno/common/util/ExtraDataMapValidator.java
index 558cd27e..d1fdd4dd 100644
--- a/common/src/main/java/haveno/common/util/ExtraDataMapValidator.java
+++ b/common/src/main/java/haveno/common/util/ExtraDataMapValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/GcUtil.java b/common/src/main/java/haveno/common/util/GcUtil.java
index 4989e88b..e4faa007 100644
--- a/common/src/main/java/haveno/common/util/GcUtil.java
+++ b/common/src/main/java/haveno/common/util/GcUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/Hex.java b/common/src/main/java/haveno/common/util/Hex.java
index 30ad8deb..11e5f04b 100644
--- a/common/src/main/java/haveno/common/util/Hex.java
+++ b/common/src/main/java/haveno/common/util/Hex.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/InvalidVersionException.java b/common/src/main/java/haveno/common/util/InvalidVersionException.java
index 02a03e83..9ae5b84b 100644
--- a/common/src/main/java/haveno/common/util/InvalidVersionException.java
+++ b/common/src/main/java/haveno/common/util/InvalidVersionException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/JsonExclude.java b/common/src/main/java/haveno/common/util/JsonExclude.java
index 98d6d9cf..13f04261 100644
--- a/common/src/main/java/haveno/common/util/JsonExclude.java
+++ b/common/src/main/java/haveno/common/util/JsonExclude.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/MathUtils.java b/common/src/main/java/haveno/common/util/MathUtils.java
index 71816bbf..25c91ed2 100644
--- a/common/src/main/java/haveno/common/util/MathUtils.java
+++ b/common/src/main/java/haveno/common/util/MathUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/PermutationUtil.java b/common/src/main/java/haveno/common/util/PermutationUtil.java
index ce2942dc..97ef0c3b 100644
--- a/common/src/main/java/haveno/common/util/PermutationUtil.java
+++ b/common/src/main/java/haveno/common/util/PermutationUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/Profiler.java b/common/src/main/java/haveno/common/util/Profiler.java
index d8496073..826a8ff1 100644
--- a/common/src/main/java/haveno/common/util/Profiler.java
+++ b/common/src/main/java/haveno/common/util/Profiler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/ReflectionUtils.java b/common/src/main/java/haveno/common/util/ReflectionUtils.java
index d676f0df..20a91854 100644
--- a/common/src/main/java/haveno/common/util/ReflectionUtils.java
+++ b/common/src/main/java/haveno/common/util/ReflectionUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/RestartUtil.java b/common/src/main/java/haveno/common/util/RestartUtil.java
index 8daeb1c2..6bba00c5 100644
--- a/common/src/main/java/haveno/common/util/RestartUtil.java
+++ b/common/src/main/java/haveno/common/util/RestartUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/SingleThreadExecutorUtils.java b/common/src/main/java/haveno/common/util/SingleThreadExecutorUtils.java
index 101e417f..6e336c00 100644
--- a/common/src/main/java/haveno/common/util/SingleThreadExecutorUtils.java
+++ b/common/src/main/java/haveno/common/util/SingleThreadExecutorUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/Tuple2.java b/common/src/main/java/haveno/common/util/Tuple2.java
index b84e6332..08381014 100644
--- a/common/src/main/java/haveno/common/util/Tuple2.java
+++ b/common/src/main/java/haveno/common/util/Tuple2.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/Tuple3.java b/common/src/main/java/haveno/common/util/Tuple3.java
index 8688573d..a8938dc9 100644
--- a/common/src/main/java/haveno/common/util/Tuple3.java
+++ b/common/src/main/java/haveno/common/util/Tuple3.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/Tuple4.java b/common/src/main/java/haveno/common/util/Tuple4.java
index f2648466..45d08169 100644
--- a/common/src/main/java/haveno/common/util/Tuple4.java
+++ b/common/src/main/java/haveno/common/util/Tuple4.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/Tuple5.java b/common/src/main/java/haveno/common/util/Tuple5.java
index 24d71b98..5af86012 100644
--- a/common/src/main/java/haveno/common/util/Tuple5.java
+++ b/common/src/main/java/haveno/common/util/Tuple5.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/Utilities.java b/common/src/main/java/haveno/common/util/Utilities.java
index 963dd800..b4afe417 100644
--- a/common/src/main/java/haveno/common/util/Utilities.java
+++ b/common/src/main/java/haveno/common/util/Utilities.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/main/java/haveno/common/util/ZipUtils.java b/common/src/main/java/haveno/common/util/ZipUtils.java
index 0558867c..243ca5ff 100644
--- a/common/src/main/java/haveno/common/util/ZipUtils.java
+++ b/common/src/main/java/haveno/common/util/ZipUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/test/java/haveno/common/app/CapabilitiesTest.java b/common/src/test/java/haveno/common/app/CapabilitiesTest.java
index 08a629f5..5e9a8dbb 100644
--- a/common/src/test/java/haveno/common/app/CapabilitiesTest.java
+++ b/common/src/test/java/haveno/common/app/CapabilitiesTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.app;
diff --git a/common/src/test/java/haveno/common/app/VersionTest.java b/common/src/test/java/haveno/common/app/VersionTest.java
index b82d7b2a..0c769806 100644
--- a/common/src/test/java/haveno/common/app/VersionTest.java
+++ b/common/src/test/java/haveno/common/app/VersionTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.app;
diff --git a/common/src/test/java/haveno/common/util/MathUtilsTest.java b/common/src/test/java/haveno/common/util/MathUtilsTest.java
index 82195b12..29e99070 100644
--- a/common/src/test/java/haveno/common/util/MathUtilsTest.java
+++ b/common/src/test/java/haveno/common/util/MathUtilsTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/test/java/haveno/common/util/PermutationTest.java b/common/src/test/java/haveno/common/util/PermutationTest.java
index cab0e4b0..051d98b8 100644
--- a/common/src/test/java/haveno/common/util/PermutationTest.java
+++ b/common/src/test/java/haveno/common/util/PermutationTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/common/src/test/java/haveno/common/util/UtilitiesTest.java b/common/src/test/java/haveno/common/util/UtilitiesTest.java
index 085d0a34..b8bf4761 100644
--- a/common/src/test/java/haveno/common/util/UtilitiesTest.java
+++ b/common/src/test/java/haveno/common/util/UtilitiesTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.common.util;
diff --git a/core/src/main/java/haveno/core/account/sign/SignedWitness.java b/core/src/main/java/haveno/core/account/sign/SignedWitness.java
index 8e8e2182..37d892cd 100644
--- a/core/src/main/java/haveno/core/account/sign/SignedWitness.java
+++ b/core/src/main/java/haveno/core/account/sign/SignedWitness.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.sign;
diff --git a/core/src/main/java/haveno/core/account/sign/SignedWitnessService.java b/core/src/main/java/haveno/core/account/sign/SignedWitnessService.java
index bcb0e796..ec9b3774 100644
--- a/core/src/main/java/haveno/core/account/sign/SignedWitnessService.java
+++ b/core/src/main/java/haveno/core/account/sign/SignedWitnessService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.sign;
diff --git a/core/src/main/java/haveno/core/account/sign/SignedWitnessStorageService.java b/core/src/main/java/haveno/core/account/sign/SignedWitnessStorageService.java
index 304ff097..652b31ba 100644
--- a/core/src/main/java/haveno/core/account/sign/SignedWitnessStorageService.java
+++ b/core/src/main/java/haveno/core/account/sign/SignedWitnessStorageService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.sign;
diff --git a/core/src/main/java/haveno/core/account/sign/SignedWitnessStore.java b/core/src/main/java/haveno/core/account/sign/SignedWitnessStore.java
index e79ce171..480e1b42 100644
--- a/core/src/main/java/haveno/core/account/sign/SignedWitnessStore.java
+++ b/core/src/main/java/haveno/core/account/sign/SignedWitnessStore.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.sign;
diff --git a/core/src/main/java/haveno/core/account/witness/AccountAgeWitness.java b/core/src/main/java/haveno/core/account/witness/AccountAgeWitness.java
index d4bdd47e..dfacc07b 100644
--- a/core/src/main/java/haveno/core/account/witness/AccountAgeWitness.java
+++ b/core/src/main/java/haveno/core/account/witness/AccountAgeWitness.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.witness;
diff --git a/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessService.java b/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessService.java
index ffdf3f3a..906d42d6 100644
--- a/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessService.java
+++ b/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.witness;
diff --git a/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessStorageService.java b/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessStorageService.java
index 2c4c9528..785c83d3 100644
--- a/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessStorageService.java
+++ b/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessStorageService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.witness;
diff --git a/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessStore.java b/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessStore.java
index 32b0cbe9..ed103b71 100644
--- a/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessStore.java
+++ b/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessStore.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.witness;
diff --git a/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessUtils.java b/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessUtils.java
index 433e2414..ed5645b9 100644
--- a/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessUtils.java
+++ b/core/src/main/java/haveno/core/account/witness/AccountAgeWitnessUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.witness;
diff --git a/core/src/main/java/haveno/core/alert/Alert.java b/core/src/main/java/haveno/core/alert/Alert.java
index c06c8f73..8731a906 100644
--- a/core/src/main/java/haveno/core/alert/Alert.java
+++ b/core/src/main/java/haveno/core/alert/Alert.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.alert;
diff --git a/core/src/main/java/haveno/core/alert/AlertManager.java b/core/src/main/java/haveno/core/alert/AlertManager.java
index 7aab5730..058bd4f4 100644
--- a/core/src/main/java/haveno/core/alert/AlertManager.java
+++ b/core/src/main/java/haveno/core/alert/AlertManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.alert;
diff --git a/core/src/main/java/haveno/core/alert/AlertModule.java b/core/src/main/java/haveno/core/alert/AlertModule.java
index 95cdec5d..52eb7970 100644
--- a/core/src/main/java/haveno/core/alert/AlertModule.java
+++ b/core/src/main/java/haveno/core/alert/AlertModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.alert;
diff --git a/core/src/main/java/haveno/core/alert/PrivateNotificationManager.java b/core/src/main/java/haveno/core/alert/PrivateNotificationManager.java
index ef0d885b..b5c25a3d 100644
--- a/core/src/main/java/haveno/core/alert/PrivateNotificationManager.java
+++ b/core/src/main/java/haveno/core/alert/PrivateNotificationManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.alert;
diff --git a/core/src/main/java/haveno/core/alert/PrivateNotificationMessage.java b/core/src/main/java/haveno/core/alert/PrivateNotificationMessage.java
index bed39736..fba23769 100644
--- a/core/src/main/java/haveno/core/alert/PrivateNotificationMessage.java
+++ b/core/src/main/java/haveno/core/alert/PrivateNotificationMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.alert;
diff --git a/core/src/main/java/haveno/core/alert/PrivateNotificationPayload.java b/core/src/main/java/haveno/core/alert/PrivateNotificationPayload.java
index 93d8ed98..96ee72e0 100644
--- a/core/src/main/java/haveno/core/alert/PrivateNotificationPayload.java
+++ b/core/src/main/java/haveno/core/alert/PrivateNotificationPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.alert;
diff --git a/core/src/main/java/haveno/core/api/CoreAccountService.java b/core/src/main/java/haveno/core/api/CoreAccountService.java
index 7f24c06c..0089d1a9 100644
--- a/core/src/main/java/haveno/core/api/CoreAccountService.java
+++ b/core/src/main/java/haveno/core/api/CoreAccountService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api;
diff --git a/core/src/main/java/haveno/core/api/CoreApi.java b/core/src/main/java/haveno/core/api/CoreApi.java
index a7f4c817..ff96f06b 100644
--- a/core/src/main/java/haveno/core/api/CoreApi.java
+++ b/core/src/main/java/haveno/core/api/CoreApi.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/api/CoreContext.java b/core/src/main/java/haveno/core/api/CoreContext.java
index c22a1070..cfa1d267 100644
--- a/core/src/main/java/haveno/core/api/CoreContext.java
+++ b/core/src/main/java/haveno/core/api/CoreContext.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api;
diff --git a/core/src/main/java/haveno/core/api/CoreDisputeAgentsService.java b/core/src/main/java/haveno/core/api/CoreDisputeAgentsService.java
index c0692685..d6118eb6 100644
--- a/core/src/main/java/haveno/core/api/CoreDisputeAgentsService.java
+++ b/core/src/main/java/haveno/core/api/CoreDisputeAgentsService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api;
diff --git a/core/src/main/java/haveno/core/api/CoreDisputesService.java b/core/src/main/java/haveno/core/api/CoreDisputesService.java
index 2fd20e90..c665e614 100644
--- a/core/src/main/java/haveno/core/api/CoreDisputesService.java
+++ b/core/src/main/java/haveno/core/api/CoreDisputesService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Haveno.
+ *
+ * Haveno is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Haveno. If not, see .
+ */
+
package haveno.core.api;
import com.google.inject.name.Named;
diff --git a/core/src/main/java/haveno/core/api/CoreHelpService.java b/core/src/main/java/haveno/core/api/CoreHelpService.java
index e56ccd48..8911e2a2 100644
--- a/core/src/main/java/haveno/core/api/CoreHelpService.java
+++ b/core/src/main/java/haveno/core/api/CoreHelpService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api;
diff --git a/core/src/main/java/haveno/core/api/CoreOffersService.java b/core/src/main/java/haveno/core/api/CoreOffersService.java
index 1a8ab9e0..38073309 100644
--- a/core/src/main/java/haveno/core/api/CoreOffersService.java
+++ b/core/src/main/java/haveno/core/api/CoreOffersService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/api/CorePaymentAccountsService.java b/core/src/main/java/haveno/core/api/CorePaymentAccountsService.java
index 03399290..489347b8 100644
--- a/core/src/main/java/haveno/core/api/CorePaymentAccountsService.java
+++ b/core/src/main/java/haveno/core/api/CorePaymentAccountsService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api;
diff --git a/core/src/main/java/haveno/core/api/CorePriceService.java b/core/src/main/java/haveno/core/api/CorePriceService.java
index 27cf3b46..41fcce0e 100644
--- a/core/src/main/java/haveno/core/api/CorePriceService.java
+++ b/core/src/main/java/haveno/core/api/CorePriceService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/api/CoreTradesService.java b/core/src/main/java/haveno/core/api/CoreTradesService.java
index 4b83bf44..0deff253 100644
--- a/core/src/main/java/haveno/core/api/CoreTradesService.java
+++ b/core/src/main/java/haveno/core/api/CoreTradesService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/api/CoreWalletsService.java b/core/src/main/java/haveno/core/api/CoreWalletsService.java
index dfdb79d3..75f6d62c 100644
--- a/core/src/main/java/haveno/core/api/CoreWalletsService.java
+++ b/core/src/main/java/haveno/core/api/CoreWalletsService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/api/NotificationListener.java b/core/src/main/java/haveno/core/api/NotificationListener.java
index 28cce350..3cef2a9c 100644
--- a/core/src/main/java/haveno/core/api/NotificationListener.java
+++ b/core/src/main/java/haveno/core/api/NotificationListener.java
@@ -4,20 +4,20 @@ import haveno.proto.grpc.NotificationMessage;
import lombok.NonNull;
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
public interface NotificationListener {
diff --git a/core/src/main/java/haveno/core/api/XmrConnectionService.java b/core/src/main/java/haveno/core/api/XmrConnectionService.java
index 2953f1d2..0afe6edb 100644
--- a/core/src/main/java/haveno/core/api/XmrConnectionService.java
+++ b/core/src/main/java/haveno/core/api/XmrConnectionService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Haveno.
+ *
+ * Haveno is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Haveno. If not, see .
+ */
+
package haveno.core.api;
import haveno.common.ThreadUtils;
diff --git a/core/src/main/java/haveno/core/api/XmrLocalNode.java b/core/src/main/java/haveno/core/api/XmrLocalNode.java
index 721bcc8b..af9b8902 100644
--- a/core/src/main/java/haveno/core/api/XmrLocalNode.java
+++ b/core/src/main/java/haveno/core/api/XmrLocalNode.java
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Haveno. If not, see .
*/
+
package haveno.core.api;
import haveno.common.config.BaseCurrencyNetwork;
diff --git a/core/src/main/java/haveno/core/api/XmrLocalNodeListener.java b/core/src/main/java/haveno/core/api/XmrLocalNodeListener.java
index e55cd945..dbd70c91 100644
--- a/core/src/main/java/haveno/core/api/XmrLocalNodeListener.java
+++ b/core/src/main/java/haveno/core/api/XmrLocalNodeListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api;
diff --git a/core/src/main/java/haveno/core/api/model/AddressBalanceInfo.java b/core/src/main/java/haveno/core/api/model/AddressBalanceInfo.java
index 2227478a..de85c098 100644
--- a/core/src/main/java/haveno/core/api/model/AddressBalanceInfo.java
+++ b/core/src/main/java/haveno/core/api/model/AddressBalanceInfo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api.model;
diff --git a/core/src/main/java/haveno/core/api/model/ContractInfo.java b/core/src/main/java/haveno/core/api/model/ContractInfo.java
index 3774fdb4..98b6652f 100644
--- a/core/src/main/java/haveno/core/api/model/ContractInfo.java
+++ b/core/src/main/java/haveno/core/api/model/ContractInfo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api.model;
diff --git a/core/src/main/java/haveno/core/api/model/MarketDepthInfo.java b/core/src/main/java/haveno/core/api/model/MarketDepthInfo.java
index e307c0ac..a24a9fde 100644
--- a/core/src/main/java/haveno/core/api/model/MarketDepthInfo.java
+++ b/core/src/main/java/haveno/core/api/model/MarketDepthInfo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api.model;
diff --git a/core/src/main/java/haveno/core/api/model/MarketPriceInfo.java b/core/src/main/java/haveno/core/api/model/MarketPriceInfo.java
index 0190fb0c..319841f8 100644
--- a/core/src/main/java/haveno/core/api/model/MarketPriceInfo.java
+++ b/core/src/main/java/haveno/core/api/model/MarketPriceInfo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api.model;
diff --git a/core/src/main/java/haveno/core/api/model/OfferInfo.java b/core/src/main/java/haveno/core/api/model/OfferInfo.java
index bc5e8568..7313e1eb 100644
--- a/core/src/main/java/haveno/core/api/model/OfferInfo.java
+++ b/core/src/main/java/haveno/core/api/model/OfferInfo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api.model;
diff --git a/core/src/main/java/haveno/core/api/model/PaymentAccountForm.java b/core/src/main/java/haveno/core/api/model/PaymentAccountForm.java
index 5716225b..e93c9c83 100644
--- a/core/src/main/java/haveno/core/api/model/PaymentAccountForm.java
+++ b/core/src/main/java/haveno/core/api/model/PaymentAccountForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api.model;
diff --git a/core/src/main/java/haveno/core/api/model/PaymentAccountFormField.java b/core/src/main/java/haveno/core/api/model/PaymentAccountFormField.java
index 07f69fc7..70af0032 100644
--- a/core/src/main/java/haveno/core/api/model/PaymentAccountFormField.java
+++ b/core/src/main/java/haveno/core/api/model/PaymentAccountFormField.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api.model;
diff --git a/core/src/main/java/haveno/core/api/model/TradeInfo.java b/core/src/main/java/haveno/core/api/model/TradeInfo.java
index 1642c606..8b2a4c79 100644
--- a/core/src/main/java/haveno/core/api/model/TradeInfo.java
+++ b/core/src/main/java/haveno/core/api/model/TradeInfo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api.model;
diff --git a/core/src/main/java/haveno/core/api/model/builder/OfferInfoBuilder.java b/core/src/main/java/haveno/core/api/model/builder/OfferInfoBuilder.java
index aee9d528..e2025899 100644
--- a/core/src/main/java/haveno/core/api/model/builder/OfferInfoBuilder.java
+++ b/core/src/main/java/haveno/core/api/model/builder/OfferInfoBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api.model.builder;
diff --git a/core/src/main/java/haveno/core/api/model/builder/TradeInfoV1Builder.java b/core/src/main/java/haveno/core/api/model/builder/TradeInfoV1Builder.java
index 68d3a57e..59fac642 100644
--- a/core/src/main/java/haveno/core/api/model/builder/TradeInfoV1Builder.java
+++ b/core/src/main/java/haveno/core/api/model/builder/TradeInfoV1Builder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.api.model.builder;
diff --git a/core/src/main/java/haveno/core/app/AppStartupState.java b/core/src/main/java/haveno/core/app/AppStartupState.java
index 755af7bb..caf2e3d9 100644
--- a/core/src/main/java/haveno/core/app/AppStartupState.java
+++ b/core/src/main/java/haveno/core/app/AppStartupState.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/AvoidStandbyModeService.java b/core/src/main/java/haveno/core/app/AvoidStandbyModeService.java
index d1f1c493..4913074a 100644
--- a/core/src/main/java/haveno/core/app/AvoidStandbyModeService.java
+++ b/core/src/main/java/haveno/core/app/AvoidStandbyModeService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/ConsoleInput.java b/core/src/main/java/haveno/core/app/ConsoleInput.java
index 43045b9e..f451dcbd 100644
--- a/core/src/main/java/haveno/core/app/ConsoleInput.java
+++ b/core/src/main/java/haveno/core/app/ConsoleInput.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/ConsoleInputReadTask.java b/core/src/main/java/haveno/core/app/ConsoleInputReadTask.java
index 54edd665..62511aac 100644
--- a/core/src/main/java/haveno/core/app/ConsoleInputReadTask.java
+++ b/core/src/main/java/haveno/core/app/ConsoleInputReadTask.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/CoreModule.java b/core/src/main/java/haveno/core/app/CoreModule.java
index 7df16c3f..3d367669 100644
--- a/core/src/main/java/haveno/core/app/CoreModule.java
+++ b/core/src/main/java/haveno/core/app/CoreModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/DomainInitialisation.java b/core/src/main/java/haveno/core/app/DomainInitialisation.java
index 7ab65c70..d121f88a 100644
--- a/core/src/main/java/haveno/core/app/DomainInitialisation.java
+++ b/core/src/main/java/haveno/core/app/DomainInitialisation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/HavenoExecutable.java b/core/src/main/java/haveno/core/app/HavenoExecutable.java
index c6d83ec3..9db352a4 100644
--- a/core/src/main/java/haveno/core/app/HavenoExecutable.java
+++ b/core/src/main/java/haveno/core/app/HavenoExecutable.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/app/HavenoHeadlessApp.java b/core/src/main/java/haveno/core/app/HavenoHeadlessApp.java
index 8131923a..560b2181 100644
--- a/core/src/main/java/haveno/core/app/HavenoHeadlessApp.java
+++ b/core/src/main/java/haveno/core/app/HavenoHeadlessApp.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/HavenoHeadlessAppMain.java b/core/src/main/java/haveno/core/app/HavenoHeadlessAppMain.java
index cdba5dff..ae098955 100644
--- a/core/src/main/java/haveno/core/app/HavenoHeadlessAppMain.java
+++ b/core/src/main/java/haveno/core/app/HavenoHeadlessAppMain.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/HavenoSetup.java b/core/src/main/java/haveno/core/app/HavenoSetup.java
index b6cb549f..3c6122ad 100644
--- a/core/src/main/java/haveno/core/app/HavenoSetup.java
+++ b/core/src/main/java/haveno/core/app/HavenoSetup.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/app/HeadlessApp.java b/core/src/main/java/haveno/core/app/HeadlessApp.java
index 81a957dd..c3431614 100644
--- a/core/src/main/java/haveno/core/app/HeadlessApp.java
+++ b/core/src/main/java/haveno/core/app/HeadlessApp.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/P2PNetworkSetup.java b/core/src/main/java/haveno/core/app/P2PNetworkSetup.java
index 359cc27f..43fa23dc 100644
--- a/core/src/main/java/haveno/core/app/P2PNetworkSetup.java
+++ b/core/src/main/java/haveno/core/app/P2PNetworkSetup.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/TorSetup.java b/core/src/main/java/haveno/core/app/TorSetup.java
index 8976a10e..06e5330d 100644
--- a/core/src/main/java/haveno/core/app/TorSetup.java
+++ b/core/src/main/java/haveno/core/app/TorSetup.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/main/java/haveno/core/app/WalletAppSetup.java b/core/src/main/java/haveno/core/app/WalletAppSetup.java
index fe39e1dd..3a7051e8 100644
--- a/core/src/main/java/haveno/core/app/WalletAppSetup.java
+++ b/core/src/main/java/haveno/core/app/WalletAppSetup.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/app/misc/AppSetup.java b/core/src/main/java/haveno/core/app/misc/AppSetup.java
index 8ba2e883..70e6cf23 100644
--- a/core/src/main/java/haveno/core/app/misc/AppSetup.java
+++ b/core/src/main/java/haveno/core/app/misc/AppSetup.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app.misc;
diff --git a/core/src/main/java/haveno/core/app/misc/AppSetupWithP2P.java b/core/src/main/java/haveno/core/app/misc/AppSetupWithP2P.java
index 87e1100b..a1a77820 100644
--- a/core/src/main/java/haveno/core/app/misc/AppSetupWithP2P.java
+++ b/core/src/main/java/haveno/core/app/misc/AppSetupWithP2P.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app.misc;
diff --git a/core/src/main/java/haveno/core/app/misc/ExecutableForAppWithP2p.java b/core/src/main/java/haveno/core/app/misc/ExecutableForAppWithP2p.java
index 127e3fb5..8086d563 100644
--- a/core/src/main/java/haveno/core/app/misc/ExecutableForAppWithP2p.java
+++ b/core/src/main/java/haveno/core/app/misc/ExecutableForAppWithP2p.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/app/misc/ModuleForAppWithP2p.java b/core/src/main/java/haveno/core/app/misc/ModuleForAppWithP2p.java
index 934350e2..e2c1c1f6 100644
--- a/core/src/main/java/haveno/core/app/misc/ModuleForAppWithP2p.java
+++ b/core/src/main/java/haveno/core/app/misc/ModuleForAppWithP2p.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app.misc;
diff --git a/core/src/main/java/haveno/core/exceptions/TradePriceOutOfToleranceException.java b/core/src/main/java/haveno/core/exceptions/TradePriceOutOfToleranceException.java
index 3f6283d3..3b6f3a3d 100644
--- a/core/src/main/java/haveno/core/exceptions/TradePriceOutOfToleranceException.java
+++ b/core/src/main/java/haveno/core/exceptions/TradePriceOutOfToleranceException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.exceptions;
diff --git a/core/src/main/java/haveno/core/filter/Filter.java b/core/src/main/java/haveno/core/filter/Filter.java
index ae660263..3b930f42 100644
--- a/core/src/main/java/haveno/core/filter/Filter.java
+++ b/core/src/main/java/haveno/core/filter/Filter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.filter;
diff --git a/core/src/main/java/haveno/core/filter/FilterManager.java b/core/src/main/java/haveno/core/filter/FilterManager.java
index 4b84549f..07e1b2ca 100644
--- a/core/src/main/java/haveno/core/filter/FilterManager.java
+++ b/core/src/main/java/haveno/core/filter/FilterManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.filter;
diff --git a/core/src/main/java/haveno/core/filter/FilterModule.java b/core/src/main/java/haveno/core/filter/FilterModule.java
index 2a0e8897..c2bbd533 100644
--- a/core/src/main/java/haveno/core/filter/FilterModule.java
+++ b/core/src/main/java/haveno/core/filter/FilterModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.filter;
diff --git a/core/src/main/java/haveno/core/filter/PaymentAccountFilter.java b/core/src/main/java/haveno/core/filter/PaymentAccountFilter.java
index 75a11b5a..94b2d067 100644
--- a/core/src/main/java/haveno/core/filter/PaymentAccountFilter.java
+++ b/core/src/main/java/haveno/core/filter/PaymentAccountFilter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.filter;
diff --git a/core/src/main/java/haveno/core/locale/BankUtil.java b/core/src/main/java/haveno/core/locale/BankUtil.java
index ac901102..3583959f 100644
--- a/core/src/main/java/haveno/core/locale/BankUtil.java
+++ b/core/src/main/java/haveno/core/locale/BankUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/Country.java b/core/src/main/java/haveno/core/locale/Country.java
index 4b54f83c..ce0eb516 100644
--- a/core/src/main/java/haveno/core/locale/Country.java
+++ b/core/src/main/java/haveno/core/locale/Country.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/CountryUtil.java b/core/src/main/java/haveno/core/locale/CountryUtil.java
index 54836d58..bf2faccc 100644
--- a/core/src/main/java/haveno/core/locale/CountryUtil.java
+++ b/core/src/main/java/haveno/core/locale/CountryUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/CryptoCurrency.java b/core/src/main/java/haveno/core/locale/CryptoCurrency.java
index 52fdb50d..bbc5b4a4 100644
--- a/core/src/main/java/haveno/core/locale/CryptoCurrency.java
+++ b/core/src/main/java/haveno/core/locale/CryptoCurrency.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/CurrencyTuple.java b/core/src/main/java/haveno/core/locale/CurrencyTuple.java
index 25ffcc0b..b0e061a7 100644
--- a/core/src/main/java/haveno/core/locale/CurrencyTuple.java
+++ b/core/src/main/java/haveno/core/locale/CurrencyTuple.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/CurrencyUtil.java b/core/src/main/java/haveno/core/locale/CurrencyUtil.java
index 4d743ea0..b482ea4f 100644
--- a/core/src/main/java/haveno/core/locale/CurrencyUtil.java
+++ b/core/src/main/java/haveno/core/locale/CurrencyUtil.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/locale/GlobalSettings.java b/core/src/main/java/haveno/core/locale/GlobalSettings.java
index 0a215860..7dcaedfa 100644
--- a/core/src/main/java/haveno/core/locale/GlobalSettings.java
+++ b/core/src/main/java/haveno/core/locale/GlobalSettings.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/LanguageUtil.java b/core/src/main/java/haveno/core/locale/LanguageUtil.java
index 565f9bc4..5a48fc80 100644
--- a/core/src/main/java/haveno/core/locale/LanguageUtil.java
+++ b/core/src/main/java/haveno/core/locale/LanguageUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/LocaleUtil.java b/core/src/main/java/haveno/core/locale/LocaleUtil.java
index 8d67e05b..23ab2ef6 100644
--- a/core/src/main/java/haveno/core/locale/LocaleUtil.java
+++ b/core/src/main/java/haveno/core/locale/LocaleUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/Region.java b/core/src/main/java/haveno/core/locale/Region.java
index 3e31e9eb..aefc6bef 100644
--- a/core/src/main/java/haveno/core/locale/Region.java
+++ b/core/src/main/java/haveno/core/locale/Region.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/Res.java b/core/src/main/java/haveno/core/locale/Res.java
index e7d6a39a..e4409256 100644
--- a/core/src/main/java/haveno/core/locale/Res.java
+++ b/core/src/main/java/haveno/core/locale/Res.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/TradeCurrency.java b/core/src/main/java/haveno/core/locale/TradeCurrency.java
index 954b3fac..a9da96ea 100644
--- a/core/src/main/java/haveno/core/locale/TradeCurrency.java
+++ b/core/src/main/java/haveno/core/locale/TradeCurrency.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/main/java/haveno/core/locale/TraditionalCurrency.java b/core/src/main/java/haveno/core/locale/TraditionalCurrency.java
index 32dca917..3f60b332 100644
--- a/core/src/main/java/haveno/core/locale/TraditionalCurrency.java
+++ b/core/src/main/java/haveno/core/locale/TraditionalCurrency.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/monetary/CryptoExchangeRate.java b/core/src/main/java/haveno/core/monetary/CryptoExchangeRate.java
index 8ccd63c3..0e477748 100644
--- a/core/src/main/java/haveno/core/monetary/CryptoExchangeRate.java
+++ b/core/src/main/java/haveno/core/monetary/CryptoExchangeRate.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.monetary;
diff --git a/core/src/main/java/haveno/core/monetary/CryptoMoney.java b/core/src/main/java/haveno/core/monetary/CryptoMoney.java
index dfb84716..b2581eba 100644
--- a/core/src/main/java/haveno/core/monetary/CryptoMoney.java
+++ b/core/src/main/java/haveno/core/monetary/CryptoMoney.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.monetary;
diff --git a/core/src/main/java/haveno/core/monetary/MonetaryWrapper.java b/core/src/main/java/haveno/core/monetary/MonetaryWrapper.java
index 67f39534..c9a4ea9f 100644
--- a/core/src/main/java/haveno/core/monetary/MonetaryWrapper.java
+++ b/core/src/main/java/haveno/core/monetary/MonetaryWrapper.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.monetary;
diff --git a/core/src/main/java/haveno/core/monetary/Price.java b/core/src/main/java/haveno/core/monetary/Price.java
index 95fcd4f8..8dccd060 100644
--- a/core/src/main/java/haveno/core/monetary/Price.java
+++ b/core/src/main/java/haveno/core/monetary/Price.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.monetary;
diff --git a/core/src/main/java/haveno/core/monetary/TraditionalExchangeRate.java b/core/src/main/java/haveno/core/monetary/TraditionalExchangeRate.java
index a1a9e03b..976d3fa2 100644
--- a/core/src/main/java/haveno/core/monetary/TraditionalExchangeRate.java
+++ b/core/src/main/java/haveno/core/monetary/TraditionalExchangeRate.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.monetary;
diff --git a/core/src/main/java/haveno/core/monetary/Volume.java b/core/src/main/java/haveno/core/monetary/Volume.java
index 55ffcf4d..f777ab5a 100644
--- a/core/src/main/java/haveno/core/monetary/Volume.java
+++ b/core/src/main/java/haveno/core/monetary/Volume.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.monetary;
diff --git a/core/src/main/java/haveno/core/network/CoreBanFilter.java b/core/src/main/java/haveno/core/network/CoreBanFilter.java
index ef4406d1..f99f3f5c 100644
--- a/core/src/main/java/haveno/core/network/CoreBanFilter.java
+++ b/core/src/main/java/haveno/core/network/CoreBanFilter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network;
diff --git a/core/src/main/java/haveno/core/network/MessageState.java b/core/src/main/java/haveno/core/network/MessageState.java
index 34f3e63c..c4ae7f8f 100644
--- a/core/src/main/java/haveno/core/network/MessageState.java
+++ b/core/src/main/java/haveno/core/network/MessageState.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequestHandler.java b/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequestHandler.java
index 7d343a17..eaefd494 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequestHandler.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequestHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequestManager.java b/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequestManager.java
index 6b109c89..155b41ce 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequestManager.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequestManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequester.java b/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequester.java
index 9d939fed..ca87adbe 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequester.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/GetInventoryRequester.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/messages/GetInventoryRequest.java b/core/src/main/java/haveno/core/network/p2p/inventory/messages/GetInventoryRequest.java
index 9fcc9a15..fd359a8b 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/messages/GetInventoryRequest.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/messages/GetInventoryRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory.messages;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/messages/GetInventoryResponse.java b/core/src/main/java/haveno/core/network/p2p/inventory/messages/GetInventoryResponse.java
index 1ae090d4..c5361198 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/messages/GetInventoryResponse.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/messages/GetInventoryResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory.messages;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/model/Average.java b/core/src/main/java/haveno/core/network/p2p/inventory/model/Average.java
index d1a5970b..d112c268 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/model/Average.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/model/Average.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory.model;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationByIntegerDiff.java b/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationByIntegerDiff.java
index 3e7cb145..3fe90eb8 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationByIntegerDiff.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationByIntegerDiff.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory.model;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationByPercentage.java b/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationByPercentage.java
index 388ae381..c58ef5c5 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationByPercentage.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationByPercentage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory.model;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationOfHashes.java b/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationOfHashes.java
index 3eb76d2f..02357e32 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationOfHashes.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationOfHashes.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory.model;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationSeverity.java b/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationSeverity.java
index ac09419a..b69f03cd 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationSeverity.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationSeverity.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory.model;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationType.java b/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationType.java
index fb887fb1..e0ea0016 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationType.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/model/DeviationType.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory.model;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/model/InventoryItem.java b/core/src/main/java/haveno/core/network/p2p/inventory/model/InventoryItem.java
index bd9d1a25..783cd1e1 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/model/InventoryItem.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/model/InventoryItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory.model;
diff --git a/core/src/main/java/haveno/core/network/p2p/inventory/model/RequestInfo.java b/core/src/main/java/haveno/core/network/p2p/inventory/model/RequestInfo.java
index 26ad6b37..4fddcac0 100644
--- a/core/src/main/java/haveno/core/network/p2p/inventory/model/RequestInfo.java
+++ b/core/src/main/java/haveno/core/network/p2p/inventory/model/RequestInfo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.inventory.model;
diff --git a/core/src/main/java/haveno/core/network/p2p/seed/DefaultSeedNodeRepository.java b/core/src/main/java/haveno/core/network/p2p/seed/DefaultSeedNodeRepository.java
index ce2e1be6..9961cbad 100644
--- a/core/src/main/java/haveno/core/network/p2p/seed/DefaultSeedNodeRepository.java
+++ b/core/src/main/java/haveno/core/network/p2p/seed/DefaultSeedNodeRepository.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.seed;
diff --git a/core/src/main/java/haveno/core/notifications/MobileMessage.java b/core/src/main/java/haveno/core/notifications/MobileMessage.java
index 445e13c3..b81c99ad 100644
--- a/core/src/main/java/haveno/core/notifications/MobileMessage.java
+++ b/core/src/main/java/haveno/core/notifications/MobileMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications;
diff --git a/core/src/main/java/haveno/core/notifications/MobileMessageEncryption.java b/core/src/main/java/haveno/core/notifications/MobileMessageEncryption.java
index a2afc95e..4fd364ae 100644
--- a/core/src/main/java/haveno/core/notifications/MobileMessageEncryption.java
+++ b/core/src/main/java/haveno/core/notifications/MobileMessageEncryption.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications;
diff --git a/core/src/main/java/haveno/core/notifications/MobileMessageType.java b/core/src/main/java/haveno/core/notifications/MobileMessageType.java
index a3ecc4f4..bfd86a84 100644
--- a/core/src/main/java/haveno/core/notifications/MobileMessageType.java
+++ b/core/src/main/java/haveno/core/notifications/MobileMessageType.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications;
diff --git a/core/src/main/java/haveno/core/notifications/MobileModel.java b/core/src/main/java/haveno/core/notifications/MobileModel.java
index 6adf318d..e3be4954 100644
--- a/core/src/main/java/haveno/core/notifications/MobileModel.java
+++ b/core/src/main/java/haveno/core/notifications/MobileModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications;
diff --git a/core/src/main/java/haveno/core/notifications/MobileNotificationService.java b/core/src/main/java/haveno/core/notifications/MobileNotificationService.java
index c222f3b7..65d33476 100644
--- a/core/src/main/java/haveno/core/notifications/MobileNotificationService.java
+++ b/core/src/main/java/haveno/core/notifications/MobileNotificationService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications;
diff --git a/core/src/main/java/haveno/core/notifications/MobileNotificationValidator.java b/core/src/main/java/haveno/core/notifications/MobileNotificationValidator.java
index 0004defa..1f48a69d 100644
--- a/core/src/main/java/haveno/core/notifications/MobileNotificationValidator.java
+++ b/core/src/main/java/haveno/core/notifications/MobileNotificationValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications;
diff --git a/core/src/main/java/haveno/core/notifications/alerts/DisputeMsgEvents.java b/core/src/main/java/haveno/core/notifications/alerts/DisputeMsgEvents.java
index 41e890ed..95c36621 100644
--- a/core/src/main/java/haveno/core/notifications/alerts/DisputeMsgEvents.java
+++ b/core/src/main/java/haveno/core/notifications/alerts/DisputeMsgEvents.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications.alerts;
diff --git a/core/src/main/java/haveno/core/notifications/alerts/MyOfferTakenEvents.java b/core/src/main/java/haveno/core/notifications/alerts/MyOfferTakenEvents.java
index 1424be3e..ff46b7d6 100644
--- a/core/src/main/java/haveno/core/notifications/alerts/MyOfferTakenEvents.java
+++ b/core/src/main/java/haveno/core/notifications/alerts/MyOfferTakenEvents.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications.alerts;
diff --git a/core/src/main/java/haveno/core/notifications/alerts/TradeEvents.java b/core/src/main/java/haveno/core/notifications/alerts/TradeEvents.java
index 8de1faf7..f616f68c 100644
--- a/core/src/main/java/haveno/core/notifications/alerts/TradeEvents.java
+++ b/core/src/main/java/haveno/core/notifications/alerts/TradeEvents.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications.alerts;
diff --git a/core/src/main/java/haveno/core/notifications/alerts/market/MarketAlertFilter.java b/core/src/main/java/haveno/core/notifications/alerts/market/MarketAlertFilter.java
index eb83458e..81b4ba69 100644
--- a/core/src/main/java/haveno/core/notifications/alerts/market/MarketAlertFilter.java
+++ b/core/src/main/java/haveno/core/notifications/alerts/market/MarketAlertFilter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications.alerts.market;
diff --git a/core/src/main/java/haveno/core/notifications/alerts/market/MarketAlerts.java b/core/src/main/java/haveno/core/notifications/alerts/market/MarketAlerts.java
index 07fc7fb8..be42496a 100644
--- a/core/src/main/java/haveno/core/notifications/alerts/market/MarketAlerts.java
+++ b/core/src/main/java/haveno/core/notifications/alerts/market/MarketAlerts.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications.alerts.market;
diff --git a/core/src/main/java/haveno/core/notifications/alerts/price/PriceAlert.java b/core/src/main/java/haveno/core/notifications/alerts/price/PriceAlert.java
index 684533a4..535b8667 100644
--- a/core/src/main/java/haveno/core/notifications/alerts/price/PriceAlert.java
+++ b/core/src/main/java/haveno/core/notifications/alerts/price/PriceAlert.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications.alerts.price;
diff --git a/core/src/main/java/haveno/core/notifications/alerts/price/PriceAlertFilter.java b/core/src/main/java/haveno/core/notifications/alerts/price/PriceAlertFilter.java
index 61534bed..40502aff 100644
--- a/core/src/main/java/haveno/core/notifications/alerts/price/PriceAlertFilter.java
+++ b/core/src/main/java/haveno/core/notifications/alerts/price/PriceAlertFilter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications.alerts.price;
diff --git a/core/src/main/java/haveno/core/offer/AvailabilityResult.java b/core/src/main/java/haveno/core/offer/AvailabilityResult.java
index 48094580..6ca73bc1 100644
--- a/core/src/main/java/haveno/core/offer/AvailabilityResult.java
+++ b/core/src/main/java/haveno/core/offer/AvailabilityResult.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/CreateOfferService.java b/core/src/main/java/haveno/core/offer/CreateOfferService.java
index e698a0da..3847a5c8 100644
--- a/core/src/main/java/haveno/core/offer/CreateOfferService.java
+++ b/core/src/main/java/haveno/core/offer/CreateOfferService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/MarketPriceNotAvailableException.java b/core/src/main/java/haveno/core/offer/MarketPriceNotAvailableException.java
index c30929e3..1e528f11 100644
--- a/core/src/main/java/haveno/core/offer/MarketPriceNotAvailableException.java
+++ b/core/src/main/java/haveno/core/offer/MarketPriceNotAvailableException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/Offer.java b/core/src/main/java/haveno/core/offer/Offer.java
index 4f065204..ae20538a 100644
--- a/core/src/main/java/haveno/core/offer/Offer.java
+++ b/core/src/main/java/haveno/core/offer/Offer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/OfferBookService.java b/core/src/main/java/haveno/core/offer/OfferBookService.java
index 8b7f5018..92e504d5 100644
--- a/core/src/main/java/haveno/core/offer/OfferBookService.java
+++ b/core/src/main/java/haveno/core/offer/OfferBookService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/offer/OfferDirection.java b/core/src/main/java/haveno/core/offer/OfferDirection.java
index d1b9a6a1..a91ba597 100644
--- a/core/src/main/java/haveno/core/offer/OfferDirection.java
+++ b/core/src/main/java/haveno/core/offer/OfferDirection.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/OfferFilterService.java b/core/src/main/java/haveno/core/offer/OfferFilterService.java
index 67fb2fbc..45e2dcef 100644
--- a/core/src/main/java/haveno/core/offer/OfferFilterService.java
+++ b/core/src/main/java/haveno/core/offer/OfferFilterService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/OfferForJson.java b/core/src/main/java/haveno/core/offer/OfferForJson.java
index eb347ed9..caebcdc3 100644
--- a/core/src/main/java/haveno/core/offer/OfferForJson.java
+++ b/core/src/main/java/haveno/core/offer/OfferForJson.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/OfferModule.java b/core/src/main/java/haveno/core/offer/OfferModule.java
index 39a16646..d6143a99 100644
--- a/core/src/main/java/haveno/core/offer/OfferModule.java
+++ b/core/src/main/java/haveno/core/offer/OfferModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/OfferPayload.java b/core/src/main/java/haveno/core/offer/OfferPayload.java
index e984fc8e..76e9c849 100644
--- a/core/src/main/java/haveno/core/offer/OfferPayload.java
+++ b/core/src/main/java/haveno/core/offer/OfferPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/OfferRestrictions.java b/core/src/main/java/haveno/core/offer/OfferRestrictions.java
index 60f6aa41..30a3ea4b 100644
--- a/core/src/main/java/haveno/core/offer/OfferRestrictions.java
+++ b/core/src/main/java/haveno/core/offer/OfferRestrictions.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/OfferUtil.java b/core/src/main/java/haveno/core/offer/OfferUtil.java
index 857efbf3..adc2cb41 100644
--- a/core/src/main/java/haveno/core/offer/OfferUtil.java
+++ b/core/src/main/java/haveno/core/offer/OfferUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/OpenOffer.java b/core/src/main/java/haveno/core/offer/OpenOffer.java
index 6fce9212..5faaedaa 100644
--- a/core/src/main/java/haveno/core/offer/OpenOffer.java
+++ b/core/src/main/java/haveno/core/offer/OpenOffer.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/offer/OpenOfferManager.java b/core/src/main/java/haveno/core/offer/OpenOfferManager.java
index 6bb4c4a7..29591935 100644
--- a/core/src/main/java/haveno/core/offer/OpenOfferManager.java
+++ b/core/src/main/java/haveno/core/offer/OpenOfferManager.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/offer/SignedOfferList.java b/core/src/main/java/haveno/core/offer/SignedOfferList.java
index 14ef6ff1..a77d0402 100644
--- a/core/src/main/java/haveno/core/offer/SignedOfferList.java
+++ b/core/src/main/java/haveno/core/offer/SignedOfferList.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Haveno.
+ *
+ * Haveno is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Haveno. If not, see .
+ */
+
package haveno.core.offer;
import com.google.protobuf.Message;
diff --git a/core/src/main/java/haveno/core/offer/TriggerPriceService.java b/core/src/main/java/haveno/core/offer/TriggerPriceService.java
index 8e323406..517262cc 100644
--- a/core/src/main/java/haveno/core/offer/TriggerPriceService.java
+++ b/core/src/main/java/haveno/core/offer/TriggerPriceService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/main/java/haveno/core/offer/availability/DisputeAgentSelection.java b/core/src/main/java/haveno/core/offer/availability/DisputeAgentSelection.java
index 4f30e99d..b09750ea 100644
--- a/core/src/main/java/haveno/core/offer/availability/DisputeAgentSelection.java
+++ b/core/src/main/java/haveno/core/offer/availability/DisputeAgentSelection.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.availability;
diff --git a/core/src/main/java/haveno/core/offer/availability/OfferAvailabilityModel.java b/core/src/main/java/haveno/core/offer/availability/OfferAvailabilityModel.java
index c4fa1cae..7aa8675d 100644
--- a/core/src/main/java/haveno/core/offer/availability/OfferAvailabilityModel.java
+++ b/core/src/main/java/haveno/core/offer/availability/OfferAvailabilityModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.availability;
diff --git a/core/src/main/java/haveno/core/offer/availability/OfferAvailabilityProtocol.java b/core/src/main/java/haveno/core/offer/availability/OfferAvailabilityProtocol.java
index c7da58aa..27a94d5b 100644
--- a/core/src/main/java/haveno/core/offer/availability/OfferAvailabilityProtocol.java
+++ b/core/src/main/java/haveno/core/offer/availability/OfferAvailabilityProtocol.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.availability;
diff --git a/core/src/main/java/haveno/core/offer/availability/tasks/ProcessOfferAvailabilityResponse.java b/core/src/main/java/haveno/core/offer/availability/tasks/ProcessOfferAvailabilityResponse.java
index ace9dce0..cb78a6fe 100644
--- a/core/src/main/java/haveno/core/offer/availability/tasks/ProcessOfferAvailabilityResponse.java
+++ b/core/src/main/java/haveno/core/offer/availability/tasks/ProcessOfferAvailabilityResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.availability.tasks;
diff --git a/core/src/main/java/haveno/core/offer/availability/tasks/SendOfferAvailabilityRequest.java b/core/src/main/java/haveno/core/offer/availability/tasks/SendOfferAvailabilityRequest.java
index 9429649d..f726a31d 100644
--- a/core/src/main/java/haveno/core/offer/availability/tasks/SendOfferAvailabilityRequest.java
+++ b/core/src/main/java/haveno/core/offer/availability/tasks/SendOfferAvailabilityRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.availability.tasks;
diff --git a/core/src/main/java/haveno/core/offer/messages/OfferAvailabilityRequest.java b/core/src/main/java/haveno/core/offer/messages/OfferAvailabilityRequest.java
index 6060bd01..0c5537e2 100644
--- a/core/src/main/java/haveno/core/offer/messages/OfferAvailabilityRequest.java
+++ b/core/src/main/java/haveno/core/offer/messages/OfferAvailabilityRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.messages;
diff --git a/core/src/main/java/haveno/core/offer/messages/OfferAvailabilityResponse.java b/core/src/main/java/haveno/core/offer/messages/OfferAvailabilityResponse.java
index 6731b0f8..0227aed4 100644
--- a/core/src/main/java/haveno/core/offer/messages/OfferAvailabilityResponse.java
+++ b/core/src/main/java/haveno/core/offer/messages/OfferAvailabilityResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.messages;
diff --git a/core/src/main/java/haveno/core/offer/messages/OfferMessage.java b/core/src/main/java/haveno/core/offer/messages/OfferMessage.java
index f9e3dbfc..d702310f 100644
--- a/core/src/main/java/haveno/core/offer/messages/OfferMessage.java
+++ b/core/src/main/java/haveno/core/offer/messages/OfferMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.messages;
diff --git a/core/src/main/java/haveno/core/offer/messages/SignOfferRequest.java b/core/src/main/java/haveno/core/offer/messages/SignOfferRequest.java
index 630ff98d..241abc86 100644
--- a/core/src/main/java/haveno/core/offer/messages/SignOfferRequest.java
+++ b/core/src/main/java/haveno/core/offer/messages/SignOfferRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.messages;
diff --git a/core/src/main/java/haveno/core/offer/messages/SignOfferResponse.java b/core/src/main/java/haveno/core/offer/messages/SignOfferResponse.java
index f2bf4095..257c7391 100644
--- a/core/src/main/java/haveno/core/offer/messages/SignOfferResponse.java
+++ b/core/src/main/java/haveno/core/offer/messages/SignOfferResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.messages;
diff --git a/core/src/main/java/haveno/core/offer/placeoffer/PlaceOfferModel.java b/core/src/main/java/haveno/core/offer/placeoffer/PlaceOfferModel.java
index 499c3fd1..fcbff529 100644
--- a/core/src/main/java/haveno/core/offer/placeoffer/PlaceOfferModel.java
+++ b/core/src/main/java/haveno/core/offer/placeoffer/PlaceOfferModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.placeoffer;
diff --git a/core/src/main/java/haveno/core/offer/placeoffer/PlaceOfferProtocol.java b/core/src/main/java/haveno/core/offer/placeoffer/PlaceOfferProtocol.java
index ab8d1fa0..c6df8125 100644
--- a/core/src/main/java/haveno/core/offer/placeoffer/PlaceOfferProtocol.java
+++ b/core/src/main/java/haveno/core/offer/placeoffer/PlaceOfferProtocol.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.placeoffer;
diff --git a/core/src/main/java/haveno/core/offer/placeoffer/tasks/AddToOfferBook.java b/core/src/main/java/haveno/core/offer/placeoffer/tasks/AddToOfferBook.java
index 3c4325dc..c5c3cf4f 100644
--- a/core/src/main/java/haveno/core/offer/placeoffer/tasks/AddToOfferBook.java
+++ b/core/src/main/java/haveno/core/offer/placeoffer/tasks/AddToOfferBook.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.placeoffer.tasks;
diff --git a/core/src/main/java/haveno/core/offer/placeoffer/tasks/CreateMakerFeeTx.java b/core/src/main/java/haveno/core/offer/placeoffer/tasks/CreateMakerFeeTx.java
index 5f040293..74ac92df 100644
--- a/core/src/main/java/haveno/core/offer/placeoffer/tasks/CreateMakerFeeTx.java
+++ b/core/src/main/java/haveno/core/offer/placeoffer/tasks/CreateMakerFeeTx.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.placeoffer.tasks;
diff --git a/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerProcessSignOfferResponse.java b/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerProcessSignOfferResponse.java
index ecd6ea1f..0b53c247 100644
--- a/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerProcessSignOfferResponse.java
+++ b/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerProcessSignOfferResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.placeoffer.tasks;
diff --git a/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerReserveOfferFunds.java b/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerReserveOfferFunds.java
index 8628b72e..8f9a786d 100644
--- a/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerReserveOfferFunds.java
+++ b/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerReserveOfferFunds.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.placeoffer.tasks;
diff --git a/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerSendSignOfferRequest.java b/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerSendSignOfferRequest.java
index fd9b65db..0f824b8c 100644
--- a/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerSendSignOfferRequest.java
+++ b/core/src/main/java/haveno/core/offer/placeoffer/tasks/MakerSendSignOfferRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.placeoffer.tasks;
diff --git a/core/src/main/java/haveno/core/offer/placeoffer/tasks/ValidateOffer.java b/core/src/main/java/haveno/core/offer/placeoffer/tasks/ValidateOffer.java
index dfad9a08..795fef6a 100644
--- a/core/src/main/java/haveno/core/offer/placeoffer/tasks/ValidateOffer.java
+++ b/core/src/main/java/haveno/core/offer/placeoffer/tasks/ValidateOffer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.placeoffer.tasks;
diff --git a/core/src/main/java/haveno/core/offer/takeoffer/TakeOfferModel.java b/core/src/main/java/haveno/core/offer/takeoffer/TakeOfferModel.java
index dff0b257..febdd1e1 100644
--- a/core/src/main/java/haveno/core/offer/takeoffer/TakeOfferModel.java
+++ b/core/src/main/java/haveno/core/offer/takeoffer/TakeOfferModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.takeoffer;
diff --git a/core/src/main/java/haveno/core/payment/AchTransferAccount.java b/core/src/main/java/haveno/core/payment/AchTransferAccount.java
index 104a036a..9f04e4e0 100644
--- a/core/src/main/java/haveno/core/payment/AchTransferAccount.java
+++ b/core/src/main/java/haveno/core/payment/AchTransferAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/AdvancedCashAccount.java b/core/src/main/java/haveno/core/payment/AdvancedCashAccount.java
index d9fe5475..2448c1fc 100644
--- a/core/src/main/java/haveno/core/payment/AdvancedCashAccount.java
+++ b/core/src/main/java/haveno/core/payment/AdvancedCashAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/AliPayAccount.java b/core/src/main/java/haveno/core/payment/AliPayAccount.java
index 70f8584f..b6f93b36 100644
--- a/core/src/main/java/haveno/core/payment/AliPayAccount.java
+++ b/core/src/main/java/haveno/core/payment/AliPayAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/AmazonGiftCardAccount.java b/core/src/main/java/haveno/core/payment/AmazonGiftCardAccount.java
index 3c381c47..cb3eb35c 100644
--- a/core/src/main/java/haveno/core/payment/AmazonGiftCardAccount.java
+++ b/core/src/main/java/haveno/core/payment/AmazonGiftCardAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/AssetAccount.java b/core/src/main/java/haveno/core/payment/AssetAccount.java
index 2009dc19..43aefb1c 100644
--- a/core/src/main/java/haveno/core/payment/AssetAccount.java
+++ b/core/src/main/java/haveno/core/payment/AssetAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/AustraliaPayidAccount.java b/core/src/main/java/haveno/core/payment/AustraliaPayidAccount.java
index 60e9fe03..b27834d8 100644
--- a/core/src/main/java/haveno/core/payment/AustraliaPayidAccount.java
+++ b/core/src/main/java/haveno/core/payment/AustraliaPayidAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/BankAccount.java b/core/src/main/java/haveno/core/payment/BankAccount.java
index bb91c85b..9b206377 100644
--- a/core/src/main/java/haveno/core/payment/BankAccount.java
+++ b/core/src/main/java/haveno/core/payment/BankAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/BankNameRestrictedBankAccount.java b/core/src/main/java/haveno/core/payment/BankNameRestrictedBankAccount.java
index 0eaac8c2..01ef3c40 100644
--- a/core/src/main/java/haveno/core/payment/BankNameRestrictedBankAccount.java
+++ b/core/src/main/java/haveno/core/payment/BankNameRestrictedBankAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/BizumAccount.java b/core/src/main/java/haveno/core/payment/BizumAccount.java
index 3b782276..04757ecd 100644
--- a/core/src/main/java/haveno/core/payment/BizumAccount.java
+++ b/core/src/main/java/haveno/core/payment/BizumAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/CapitualAccount.java b/core/src/main/java/haveno/core/payment/CapitualAccount.java
index 36e5329d..0423331c 100644
--- a/core/src/main/java/haveno/core/payment/CapitualAccount.java
+++ b/core/src/main/java/haveno/core/payment/CapitualAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/CashAppAccount.java b/core/src/main/java/haveno/core/payment/CashAppAccount.java
index c4ae7713..4c42f42d 100644
--- a/core/src/main/java/haveno/core/payment/CashAppAccount.java
+++ b/core/src/main/java/haveno/core/payment/CashAppAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/CashAtAtmAccount.java b/core/src/main/java/haveno/core/payment/CashAtAtmAccount.java
index 60d64205..25ab730a 100644
--- a/core/src/main/java/haveno/core/payment/CashAtAtmAccount.java
+++ b/core/src/main/java/haveno/core/payment/CashAtAtmAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/CashDepositAccount.java b/core/src/main/java/haveno/core/payment/CashDepositAccount.java
index e4d952f6..b263c906 100644
--- a/core/src/main/java/haveno/core/payment/CashDepositAccount.java
+++ b/core/src/main/java/haveno/core/payment/CashDepositAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/CelPayAccount.java b/core/src/main/java/haveno/core/payment/CelPayAccount.java
index 12218703..a21ca3e0 100644
--- a/core/src/main/java/haveno/core/payment/CelPayAccount.java
+++ b/core/src/main/java/haveno/core/payment/CelPayAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/ChargeBackRisk.java b/core/src/main/java/haveno/core/payment/ChargeBackRisk.java
index ec35030b..0b1f838a 100644
--- a/core/src/main/java/haveno/core/payment/ChargeBackRisk.java
+++ b/core/src/main/java/haveno/core/payment/ChargeBackRisk.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/ChaseQuickPayAccount.java b/core/src/main/java/haveno/core/payment/ChaseQuickPayAccount.java
index d481b6dd..808c6abe 100644
--- a/core/src/main/java/haveno/core/payment/ChaseQuickPayAccount.java
+++ b/core/src/main/java/haveno/core/payment/ChaseQuickPayAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/CountryBasedPaymentAccount.java b/core/src/main/java/haveno/core/payment/CountryBasedPaymentAccount.java
index dcf22904..6fd86aaf 100644
--- a/core/src/main/java/haveno/core/payment/CountryBasedPaymentAccount.java
+++ b/core/src/main/java/haveno/core/payment/CountryBasedPaymentAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/CryptoCurrencyAccount.java b/core/src/main/java/haveno/core/payment/CryptoCurrencyAccount.java
index ac41b95c..fffb69a9 100644
--- a/core/src/main/java/haveno/core/payment/CryptoCurrencyAccount.java
+++ b/core/src/main/java/haveno/core/payment/CryptoCurrencyAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/DomesticWireTransferAccount.java b/core/src/main/java/haveno/core/payment/DomesticWireTransferAccount.java
index bebe18d8..0707db41 100644
--- a/core/src/main/java/haveno/core/payment/DomesticWireTransferAccount.java
+++ b/core/src/main/java/haveno/core/payment/DomesticWireTransferAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/F2FAccount.java b/core/src/main/java/haveno/core/payment/F2FAccount.java
index 93c8acd8..b75718ec 100644
--- a/core/src/main/java/haveno/core/payment/F2FAccount.java
+++ b/core/src/main/java/haveno/core/payment/F2FAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/FasterPaymentsAccount.java b/core/src/main/java/haveno/core/payment/FasterPaymentsAccount.java
index 995943ca..ceeb3eaf 100644
--- a/core/src/main/java/haveno/core/payment/FasterPaymentsAccount.java
+++ b/core/src/main/java/haveno/core/payment/FasterPaymentsAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/HalCashAccount.java b/core/src/main/java/haveno/core/payment/HalCashAccount.java
index 88f949b8..f2de687f 100644
--- a/core/src/main/java/haveno/core/payment/HalCashAccount.java
+++ b/core/src/main/java/haveno/core/payment/HalCashAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/IfscBasedAccount.java b/core/src/main/java/haveno/core/payment/IfscBasedAccount.java
index 28b43f19..5326a7b8 100644
--- a/core/src/main/java/haveno/core/payment/IfscBasedAccount.java
+++ b/core/src/main/java/haveno/core/payment/IfscBasedAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/ImpsAccount.java b/core/src/main/java/haveno/core/payment/ImpsAccount.java
index 4eb66f8e..42dd1166 100644
--- a/core/src/main/java/haveno/core/payment/ImpsAccount.java
+++ b/core/src/main/java/haveno/core/payment/ImpsAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/InstantCryptoCurrencyAccount.java b/core/src/main/java/haveno/core/payment/InstantCryptoCurrencyAccount.java
index 332b2d70..767c850e 100644
--- a/core/src/main/java/haveno/core/payment/InstantCryptoCurrencyAccount.java
+++ b/core/src/main/java/haveno/core/payment/InstantCryptoCurrencyAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/InteracETransferAccount.java b/core/src/main/java/haveno/core/payment/InteracETransferAccount.java
index 61918a03..579167c2 100644
--- a/core/src/main/java/haveno/core/payment/InteracETransferAccount.java
+++ b/core/src/main/java/haveno/core/payment/InteracETransferAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/JapanBankAccount.java b/core/src/main/java/haveno/core/payment/JapanBankAccount.java
index 3a7a47a9..51c15ea9 100644
--- a/core/src/main/java/haveno/core/payment/JapanBankAccount.java
+++ b/core/src/main/java/haveno/core/payment/JapanBankAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/JapanBankData.java b/core/src/main/java/haveno/core/payment/JapanBankData.java
index c3c01449..9181e0f4 100644
--- a/core/src/main/java/haveno/core/payment/JapanBankData.java
+++ b/core/src/main/java/haveno/core/payment/JapanBankData.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/MoneseAccount.java b/core/src/main/java/haveno/core/payment/MoneseAccount.java
index 5e7a4600..e7fe518b 100644
--- a/core/src/main/java/haveno/core/payment/MoneseAccount.java
+++ b/core/src/main/java/haveno/core/payment/MoneseAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/MoneyBeamAccount.java b/core/src/main/java/haveno/core/payment/MoneyBeamAccount.java
index 5873dc33..97fbcccf 100644
--- a/core/src/main/java/haveno/core/payment/MoneyBeamAccount.java
+++ b/core/src/main/java/haveno/core/payment/MoneyBeamAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/MoneyGramAccount.java b/core/src/main/java/haveno/core/payment/MoneyGramAccount.java
index 7634a941..b17449e3 100644
--- a/core/src/main/java/haveno/core/payment/MoneyGramAccount.java
+++ b/core/src/main/java/haveno/core/payment/MoneyGramAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/NationalBankAccount.java b/core/src/main/java/haveno/core/payment/NationalBankAccount.java
index 7a7b1ee0..16b26336 100644
--- a/core/src/main/java/haveno/core/payment/NationalBankAccount.java
+++ b/core/src/main/java/haveno/core/payment/NationalBankAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/NeftAccount.java b/core/src/main/java/haveno/core/payment/NeftAccount.java
index 45321df0..4f4a2a4d 100644
--- a/core/src/main/java/haveno/core/payment/NeftAccount.java
+++ b/core/src/main/java/haveno/core/payment/NeftAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/NequiAccount.java b/core/src/main/java/haveno/core/payment/NequiAccount.java
index 39d8344d..d74f5093 100644
--- a/core/src/main/java/haveno/core/payment/NequiAccount.java
+++ b/core/src/main/java/haveno/core/payment/NequiAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/OKPayAccount.java b/core/src/main/java/haveno/core/payment/OKPayAccount.java
index ebbf400c..d0e305c5 100644
--- a/core/src/main/java/haveno/core/payment/OKPayAccount.java
+++ b/core/src/main/java/haveno/core/payment/OKPayAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PaxumAccount.java b/core/src/main/java/haveno/core/payment/PaxumAccount.java
index e7c66390..1f8b9e93 100644
--- a/core/src/main/java/haveno/core/payment/PaxumAccount.java
+++ b/core/src/main/java/haveno/core/payment/PaxumAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PayByMailAccount.java b/core/src/main/java/haveno/core/payment/PayByMailAccount.java
index ffbb5c89..e202472d 100644
--- a/core/src/main/java/haveno/core/payment/PayByMailAccount.java
+++ b/core/src/main/java/haveno/core/payment/PayByMailAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PaymentAccount.java b/core/src/main/java/haveno/core/payment/PaymentAccount.java
index 123b9e17..aa60e4ee 100644
--- a/core/src/main/java/haveno/core/payment/PaymentAccount.java
+++ b/core/src/main/java/haveno/core/payment/PaymentAccount.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/payment/PaymentAccountFactory.java b/core/src/main/java/haveno/core/payment/PaymentAccountFactory.java
index 109cbfb1..15d4b24e 100644
--- a/core/src/main/java/haveno/core/payment/PaymentAccountFactory.java
+++ b/core/src/main/java/haveno/core/payment/PaymentAccountFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PaymentAccountList.java b/core/src/main/java/haveno/core/payment/PaymentAccountList.java
index d12e8c02..f9045241 100644
--- a/core/src/main/java/haveno/core/payment/PaymentAccountList.java
+++ b/core/src/main/java/haveno/core/payment/PaymentAccountList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PaymentAccountTypeAdapter.java b/core/src/main/java/haveno/core/payment/PaymentAccountTypeAdapter.java
index f7766e22..0160a1a7 100644
--- a/core/src/main/java/haveno/core/payment/PaymentAccountTypeAdapter.java
+++ b/core/src/main/java/haveno/core/payment/PaymentAccountTypeAdapter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PaymentAccountUtil.java b/core/src/main/java/haveno/core/payment/PaymentAccountUtil.java
index d4c8fe8b..244926bd 100644
--- a/core/src/main/java/haveno/core/payment/PaymentAccountUtil.java
+++ b/core/src/main/java/haveno/core/payment/PaymentAccountUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PaymentAccounts.java b/core/src/main/java/haveno/core/payment/PaymentAccounts.java
index a77a05cc..975a2403 100644
--- a/core/src/main/java/haveno/core/payment/PaymentAccounts.java
+++ b/core/src/main/java/haveno/core/payment/PaymentAccounts.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PayseraAccount.java b/core/src/main/java/haveno/core/payment/PayseraAccount.java
index 2250dd1a..0254cd7c 100644
--- a/core/src/main/java/haveno/core/payment/PayseraAccount.java
+++ b/core/src/main/java/haveno/core/payment/PayseraAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PaytmAccount.java b/core/src/main/java/haveno/core/payment/PaytmAccount.java
index 3aaf727a..e4341791 100644
--- a/core/src/main/java/haveno/core/payment/PaytmAccount.java
+++ b/core/src/main/java/haveno/core/payment/PaytmAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PerfectMoneyAccount.java b/core/src/main/java/haveno/core/payment/PerfectMoneyAccount.java
index 014c2a4e..84a51bff 100644
--- a/core/src/main/java/haveno/core/payment/PerfectMoneyAccount.java
+++ b/core/src/main/java/haveno/core/payment/PerfectMoneyAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PixAccount.java b/core/src/main/java/haveno/core/payment/PixAccount.java
index df456d9c..c0e3b72c 100644
--- a/core/src/main/java/haveno/core/payment/PixAccount.java
+++ b/core/src/main/java/haveno/core/payment/PixAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PopmoneyAccount.java b/core/src/main/java/haveno/core/payment/PopmoneyAccount.java
index a233a32b..22fd4462 100644
--- a/core/src/main/java/haveno/core/payment/PopmoneyAccount.java
+++ b/core/src/main/java/haveno/core/payment/PopmoneyAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/PromptPayAccount.java b/core/src/main/java/haveno/core/payment/PromptPayAccount.java
index 1094993c..026a643f 100644
--- a/core/src/main/java/haveno/core/payment/PromptPayAccount.java
+++ b/core/src/main/java/haveno/core/payment/PromptPayAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/ReceiptPredicates.java b/core/src/main/java/haveno/core/payment/ReceiptPredicates.java
index 720d36a5..a56fa449 100644
--- a/core/src/main/java/haveno/core/payment/ReceiptPredicates.java
+++ b/core/src/main/java/haveno/core/payment/ReceiptPredicates.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/ReceiptValidator.java b/core/src/main/java/haveno/core/payment/ReceiptValidator.java
index 827453ac..c2d9409e 100644
--- a/core/src/main/java/haveno/core/payment/ReceiptValidator.java
+++ b/core/src/main/java/haveno/core/payment/ReceiptValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/RevolutAccount.java b/core/src/main/java/haveno/core/payment/RevolutAccount.java
index 93b6ab6c..0a0f3f50 100644
--- a/core/src/main/java/haveno/core/payment/RevolutAccount.java
+++ b/core/src/main/java/haveno/core/payment/RevolutAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/RtgsAccount.java b/core/src/main/java/haveno/core/payment/RtgsAccount.java
index 3a6a90ec..e7bc4831 100644
--- a/core/src/main/java/haveno/core/payment/RtgsAccount.java
+++ b/core/src/main/java/haveno/core/payment/RtgsAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/SameBankAccount.java b/core/src/main/java/haveno/core/payment/SameBankAccount.java
index c5d9316e..3a2af399 100644
--- a/core/src/main/java/haveno/core/payment/SameBankAccount.java
+++ b/core/src/main/java/haveno/core/payment/SameBankAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/SameCountryRestrictedBankAccount.java b/core/src/main/java/haveno/core/payment/SameCountryRestrictedBankAccount.java
index e0d464ea..ea2f3bd3 100644
--- a/core/src/main/java/haveno/core/payment/SameCountryRestrictedBankAccount.java
+++ b/core/src/main/java/haveno/core/payment/SameCountryRestrictedBankAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/SatispayAccount.java b/core/src/main/java/haveno/core/payment/SatispayAccount.java
index 6fee6781..2a93ceed 100644
--- a/core/src/main/java/haveno/core/payment/SatispayAccount.java
+++ b/core/src/main/java/haveno/core/payment/SatispayAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/SepaAccount.java b/core/src/main/java/haveno/core/payment/SepaAccount.java
index 5697eca2..1ad98445 100644
--- a/core/src/main/java/haveno/core/payment/SepaAccount.java
+++ b/core/src/main/java/haveno/core/payment/SepaAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/SepaInstantAccount.java b/core/src/main/java/haveno/core/payment/SepaInstantAccount.java
index fa5454f8..d006aa84 100644
--- a/core/src/main/java/haveno/core/payment/SepaInstantAccount.java
+++ b/core/src/main/java/haveno/core/payment/SepaInstantAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/SpecificBanksAccount.java b/core/src/main/java/haveno/core/payment/SpecificBanksAccount.java
index 4f187957..d74fd36a 100644
--- a/core/src/main/java/haveno/core/payment/SpecificBanksAccount.java
+++ b/core/src/main/java/haveno/core/payment/SpecificBanksAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/StrikeAccount.java b/core/src/main/java/haveno/core/payment/StrikeAccount.java
index 56579281..d0e0c930 100644
--- a/core/src/main/java/haveno/core/payment/StrikeAccount.java
+++ b/core/src/main/java/haveno/core/payment/StrikeAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/SwiftAccount.java b/core/src/main/java/haveno/core/payment/SwiftAccount.java
index 2ffa7cea..c084c28a 100644
--- a/core/src/main/java/haveno/core/payment/SwiftAccount.java
+++ b/core/src/main/java/haveno/core/payment/SwiftAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/SwishAccount.java b/core/src/main/java/haveno/core/payment/SwishAccount.java
index de9517ed..a726a9a1 100644
--- a/core/src/main/java/haveno/core/payment/SwishAccount.java
+++ b/core/src/main/java/haveno/core/payment/SwishAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/TikkieAccount.java b/core/src/main/java/haveno/core/payment/TikkieAccount.java
index bcacabe7..123b2a0d 100644
--- a/core/src/main/java/haveno/core/payment/TikkieAccount.java
+++ b/core/src/main/java/haveno/core/payment/TikkieAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/TradeLimits.java b/core/src/main/java/haveno/core/payment/TradeLimits.java
index 8cdc49de..78c6eb5a 100644
--- a/core/src/main/java/haveno/core/payment/TradeLimits.java
+++ b/core/src/main/java/haveno/core/payment/TradeLimits.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/TransferwiseAccount.java b/core/src/main/java/haveno/core/payment/TransferwiseAccount.java
index 15029a15..398eaaf1 100644
--- a/core/src/main/java/haveno/core/payment/TransferwiseAccount.java
+++ b/core/src/main/java/haveno/core/payment/TransferwiseAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/TransferwiseUsdAccount.java b/core/src/main/java/haveno/core/payment/TransferwiseUsdAccount.java
index 8ab90f13..94491ddb 100644
--- a/core/src/main/java/haveno/core/payment/TransferwiseUsdAccount.java
+++ b/core/src/main/java/haveno/core/payment/TransferwiseUsdAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/USPostalMoneyOrderAccount.java b/core/src/main/java/haveno/core/payment/USPostalMoneyOrderAccount.java
index 9265f6e6..41667563 100644
--- a/core/src/main/java/haveno/core/payment/USPostalMoneyOrderAccount.java
+++ b/core/src/main/java/haveno/core/payment/USPostalMoneyOrderAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/UpholdAccount.java b/core/src/main/java/haveno/core/payment/UpholdAccount.java
index 967647d9..93951563 100644
--- a/core/src/main/java/haveno/core/payment/UpholdAccount.java
+++ b/core/src/main/java/haveno/core/payment/UpholdAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/UpiAccount.java b/core/src/main/java/haveno/core/payment/UpiAccount.java
index 204bc877..1042e9d0 100644
--- a/core/src/main/java/haveno/core/payment/UpiAccount.java
+++ b/core/src/main/java/haveno/core/payment/UpiAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/VenmoAccount.java b/core/src/main/java/haveno/core/payment/VenmoAccount.java
index de62562c..c1d8f229 100644
--- a/core/src/main/java/haveno/core/payment/VenmoAccount.java
+++ b/core/src/main/java/haveno/core/payment/VenmoAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/VerseAccount.java b/core/src/main/java/haveno/core/payment/VerseAccount.java
index d6ea99e6..f45015a7 100644
--- a/core/src/main/java/haveno/core/payment/VerseAccount.java
+++ b/core/src/main/java/haveno/core/payment/VerseAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/WeChatPayAccount.java b/core/src/main/java/haveno/core/payment/WeChatPayAccount.java
index ed076897..e7099879 100644
--- a/core/src/main/java/haveno/core/payment/WeChatPayAccount.java
+++ b/core/src/main/java/haveno/core/payment/WeChatPayAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/WesternUnionAccount.java b/core/src/main/java/haveno/core/payment/WesternUnionAccount.java
index e4846b62..64f18c20 100644
--- a/core/src/main/java/haveno/core/payment/WesternUnionAccount.java
+++ b/core/src/main/java/haveno/core/payment/WesternUnionAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/ZelleAccount.java b/core/src/main/java/haveno/core/payment/ZelleAccount.java
index 46638b93..4415f4ed 100644
--- a/core/src/main/java/haveno/core/payment/ZelleAccount.java
+++ b/core/src/main/java/haveno/core/payment/ZelleAccount.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/main/java/haveno/core/payment/payload/AchTransferAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/AchTransferAccountPayload.java
index 634bad2b..7ed9d23c 100644
--- a/core/src/main/java/haveno/core/payment/payload/AchTransferAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/AchTransferAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/AdvancedCashAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/AdvancedCashAccountPayload.java
index 6d5c85b9..727e60d3 100644
--- a/core/src/main/java/haveno/core/payment/payload/AdvancedCashAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/AdvancedCashAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/AliPayAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/AliPayAccountPayload.java
index 959248b3..d44c1852 100644
--- a/core/src/main/java/haveno/core/payment/payload/AliPayAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/AliPayAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/AmazonGiftCardAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/AmazonGiftCardAccountPayload.java
index 5fa75e03..266e08e9 100644
--- a/core/src/main/java/haveno/core/payment/payload/AmazonGiftCardAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/AmazonGiftCardAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/AssetAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/AssetAccountPayload.java
index 8eb49c02..7fd19215 100644
--- a/core/src/main/java/haveno/core/payment/payload/AssetAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/AssetAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/AustraliaPayidAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/AustraliaPayidAccountPayload.java
index 28f2106e..e50c5d5f 100644
--- a/core/src/main/java/haveno/core/payment/payload/AustraliaPayidAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/AustraliaPayidAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/BankAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/BankAccountPayload.java
index 1c7225e1..d0c48c57 100644
--- a/core/src/main/java/haveno/core/payment/payload/BankAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/BankAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/BizumAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/BizumAccountPayload.java
index 70378858..b8081a72 100644
--- a/core/src/main/java/haveno/core/payment/payload/BizumAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/BizumAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/CapitualAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/CapitualAccountPayload.java
index d8776f3e..8195ac7f 100644
--- a/core/src/main/java/haveno/core/payment/payload/CapitualAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/CapitualAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/CashAppAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/CashAppAccountPayload.java
index 32148d68..040616ac 100644
--- a/core/src/main/java/haveno/core/payment/payload/CashAppAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/CashAppAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/CashAtAtmAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/CashAtAtmAccountPayload.java
index b77f3875..b51086bd 100644
--- a/core/src/main/java/haveno/core/payment/payload/CashAtAtmAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/CashAtAtmAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/CashDepositAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/CashDepositAccountPayload.java
index f476bc44..13d4c462 100644
--- a/core/src/main/java/haveno/core/payment/payload/CashDepositAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/CashDepositAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/CelPayAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/CelPayAccountPayload.java
index 5c973f8a..5dbc267e 100644
--- a/core/src/main/java/haveno/core/payment/payload/CelPayAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/CelPayAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/ChaseQuickPayAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/ChaseQuickPayAccountPayload.java
index 5634de7a..19f56a44 100644
--- a/core/src/main/java/haveno/core/payment/payload/ChaseQuickPayAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/ChaseQuickPayAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/CountryBasedPaymentAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/CountryBasedPaymentAccountPayload.java
index fd093478..94ce0630 100644
--- a/core/src/main/java/haveno/core/payment/payload/CountryBasedPaymentAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/CountryBasedPaymentAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/CryptoCurrencyAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/CryptoCurrencyAccountPayload.java
index ef0fc338..c77918bd 100644
--- a/core/src/main/java/haveno/core/payment/payload/CryptoCurrencyAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/CryptoCurrencyAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/DomesticWireTransferAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/DomesticWireTransferAccountPayload.java
index ce433664..8112929c 100644
--- a/core/src/main/java/haveno/core/payment/payload/DomesticWireTransferAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/DomesticWireTransferAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/F2FAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/F2FAccountPayload.java
index 10934f82..d25a4ac6 100644
--- a/core/src/main/java/haveno/core/payment/payload/F2FAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/F2FAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/FasterPaymentsAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/FasterPaymentsAccountPayload.java
index ca729a2b..50eb2465 100644
--- a/core/src/main/java/haveno/core/payment/payload/FasterPaymentsAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/FasterPaymentsAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/HalCashAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/HalCashAccountPayload.java
index 2ce1dc8f..8603b4ca 100644
--- a/core/src/main/java/haveno/core/payment/payload/HalCashAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/HalCashAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/ImpsAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/ImpsAccountPayload.java
index 0dc4b082..0f17f8db 100644
--- a/core/src/main/java/haveno/core/payment/payload/ImpsAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/ImpsAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/InstantCryptoCurrencyPayload.java b/core/src/main/java/haveno/core/payment/payload/InstantCryptoCurrencyPayload.java
index 599ff08f..b13c272e 100644
--- a/core/src/main/java/haveno/core/payment/payload/InstantCryptoCurrencyPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/InstantCryptoCurrencyPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/InteracETransferAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/InteracETransferAccountPayload.java
index f396cfde..26105e74 100644
--- a/core/src/main/java/haveno/core/payment/payload/InteracETransferAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/InteracETransferAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/JapanBankAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/JapanBankAccountPayload.java
index be9ce2c9..6e466602 100644
--- a/core/src/main/java/haveno/core/payment/payload/JapanBankAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/JapanBankAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/MoneseAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/MoneseAccountPayload.java
index 0d5e1263..cf23929e 100644
--- a/core/src/main/java/haveno/core/payment/payload/MoneseAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/MoneseAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/MoneyBeamAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/MoneyBeamAccountPayload.java
index 5c18c2d1..156780d1 100644
--- a/core/src/main/java/haveno/core/payment/payload/MoneyBeamAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/MoneyBeamAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/MoneyGramAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/MoneyGramAccountPayload.java
index dcdfada7..07b08b6f 100644
--- a/core/src/main/java/haveno/core/payment/payload/MoneyGramAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/MoneyGramAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/NationalBankAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/NationalBankAccountPayload.java
index 4f61382f..f181edbd 100644
--- a/core/src/main/java/haveno/core/payment/payload/NationalBankAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/NationalBankAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/NeftAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/NeftAccountPayload.java
index ba6d5254..55592fe5 100644
--- a/core/src/main/java/haveno/core/payment/payload/NeftAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/NeftAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/NequiAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/NequiAccountPayload.java
index 0c044e87..ae7e90f7 100644
--- a/core/src/main/java/haveno/core/payment/payload/NequiAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/NequiAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/OKPayAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/OKPayAccountPayload.java
index 28ef97d2..5b6a938d 100644
--- a/core/src/main/java/haveno/core/payment/payload/OKPayAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/OKPayAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/PaxumAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/PaxumAccountPayload.java
index 90262c8c..91123cba 100644
--- a/core/src/main/java/haveno/core/payment/payload/PaxumAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/PaxumAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/PayByMailAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/PayByMailAccountPayload.java
index 49cd1b6d..7cf544c6 100644
--- a/core/src/main/java/haveno/core/payment/payload/PayByMailAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/PayByMailAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/PayloadWithHolderName.java b/core/src/main/java/haveno/core/payment/payload/PayloadWithHolderName.java
index 9d6e8cea..977ac050 100644
--- a/core/src/main/java/haveno/core/payment/payload/PayloadWithHolderName.java
+++ b/core/src/main/java/haveno/core/payment/payload/PayloadWithHolderName.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/PaymentAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/PaymentAccountPayload.java
index d4e737fb..0d3439d0 100644
--- a/core/src/main/java/haveno/core/payment/payload/PaymentAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/PaymentAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/PaymentMethod.java b/core/src/main/java/haveno/core/payment/payload/PaymentMethod.java
index 342d3621..b889f5c8 100644
--- a/core/src/main/java/haveno/core/payment/payload/PaymentMethod.java
+++ b/core/src/main/java/haveno/core/payment/payload/PaymentMethod.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/payment/payload/PayseraAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/PayseraAccountPayload.java
index 8b8dbce6..df6daf43 100644
--- a/core/src/main/java/haveno/core/payment/payload/PayseraAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/PayseraAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/PaytmAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/PaytmAccountPayload.java
index 6b46fd95..ebad4ddf 100644
--- a/core/src/main/java/haveno/core/payment/payload/PaytmAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/PaytmAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/PerfectMoneyAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/PerfectMoneyAccountPayload.java
index 494ac756..ddb0f906 100644
--- a/core/src/main/java/haveno/core/payment/payload/PerfectMoneyAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/PerfectMoneyAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/PixAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/PixAccountPayload.java
index ff0b86cf..2646b581 100644
--- a/core/src/main/java/haveno/core/payment/payload/PixAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/PixAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/PopmoneyAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/PopmoneyAccountPayload.java
index ed9a497d..aecebb90 100644
--- a/core/src/main/java/haveno/core/payment/payload/PopmoneyAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/PopmoneyAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/PromptPayAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/PromptPayAccountPayload.java
index dd342df5..1d124cea 100644
--- a/core/src/main/java/haveno/core/payment/payload/PromptPayAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/PromptPayAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/RevolutAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/RevolutAccountPayload.java
index 8a0a8f1d..e3619b5f 100644
--- a/core/src/main/java/haveno/core/payment/payload/RevolutAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/RevolutAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/RtgsAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/RtgsAccountPayload.java
index 58690087..043a15f2 100644
--- a/core/src/main/java/haveno/core/payment/payload/RtgsAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/RtgsAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/SameBankAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/SameBankAccountPayload.java
index d4e30100..3371237a 100644
--- a/core/src/main/java/haveno/core/payment/payload/SameBankAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/SameBankAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/SatispayAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/SatispayAccountPayload.java
index 4507607a..de481f40 100644
--- a/core/src/main/java/haveno/core/payment/payload/SatispayAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/SatispayAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/SepaAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/SepaAccountPayload.java
index 2b725e73..3446a979 100644
--- a/core/src/main/java/haveno/core/payment/payload/SepaAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/SepaAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/SepaInstantAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/SepaInstantAccountPayload.java
index 96161af5..66a5c106 100644
--- a/core/src/main/java/haveno/core/payment/payload/SepaInstantAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/SepaInstantAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/SpecificBanksAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/SpecificBanksAccountPayload.java
index 9c45e65a..ca9d8a4b 100644
--- a/core/src/main/java/haveno/core/payment/payload/SpecificBanksAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/SpecificBanksAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/StrikeAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/StrikeAccountPayload.java
index 1877d065..45c74e7d 100644
--- a/core/src/main/java/haveno/core/payment/payload/StrikeAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/StrikeAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/SwiftAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/SwiftAccountPayload.java
index cc957b69..929a4e78 100644
--- a/core/src/main/java/haveno/core/payment/payload/SwiftAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/SwiftAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/SwishAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/SwishAccountPayload.java
index 390db484..c0a39908 100644
--- a/core/src/main/java/haveno/core/payment/payload/SwishAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/SwishAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/TikkieAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/TikkieAccountPayload.java
index f16385d1..03cf6380 100644
--- a/core/src/main/java/haveno/core/payment/payload/TikkieAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/TikkieAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/TransferwiseAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/TransferwiseAccountPayload.java
index 13be8519..feb7a5e2 100644
--- a/core/src/main/java/haveno/core/payment/payload/TransferwiseAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/TransferwiseAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/TransferwiseUsdAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/TransferwiseUsdAccountPayload.java
index 5b61ae1e..3d4e0c28 100644
--- a/core/src/main/java/haveno/core/payment/payload/TransferwiseUsdAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/TransferwiseUsdAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/USPostalMoneyOrderAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/USPostalMoneyOrderAccountPayload.java
index ca9cd4a7..b411b09a 100644
--- a/core/src/main/java/haveno/core/payment/payload/USPostalMoneyOrderAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/USPostalMoneyOrderAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/UpholdAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/UpholdAccountPayload.java
index c119c1a4..445cac10 100644
--- a/core/src/main/java/haveno/core/payment/payload/UpholdAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/UpholdAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/UpiAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/UpiAccountPayload.java
index 76b6d105..8f5c8b4f 100644
--- a/core/src/main/java/haveno/core/payment/payload/UpiAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/UpiAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/VenmoAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/VenmoAccountPayload.java
index c67f2eb3..feae14e8 100644
--- a/core/src/main/java/haveno/core/payment/payload/VenmoAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/VenmoAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/VerseAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/VerseAccountPayload.java
index ff393240..8f3ac809 100644
--- a/core/src/main/java/haveno/core/payment/payload/VerseAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/VerseAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/WeChatPayAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/WeChatPayAccountPayload.java
index 3721298e..b13cc907 100644
--- a/core/src/main/java/haveno/core/payment/payload/WeChatPayAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/WeChatPayAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/WesternUnionAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/WesternUnionAccountPayload.java
index 12db41a4..6ac1b586 100644
--- a/core/src/main/java/haveno/core/payment/payload/WesternUnionAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/WesternUnionAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/payload/ZelleAccountPayload.java b/core/src/main/java/haveno/core/payment/payload/ZelleAccountPayload.java
index d62e8f93..86c94abd 100644
--- a/core/src/main/java/haveno/core/payment/payload/ZelleAccountPayload.java
+++ b/core/src/main/java/haveno/core/payment/payload/ZelleAccountPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.payload;
diff --git a/core/src/main/java/haveno/core/payment/validation/AccountNrValidator.java b/core/src/main/java/haveno/core/payment/validation/AccountNrValidator.java
index ff031ed8..fc7acfc4 100644
--- a/core/src/main/java/haveno/core/payment/validation/AccountNrValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/AccountNrValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/AliPayValidator.java b/core/src/main/java/haveno/core/payment/validation/AliPayValidator.java
index 9956b861..fecd3245 100644
--- a/core/src/main/java/haveno/core/payment/validation/AliPayValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/AliPayValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/AustraliaPayidAccountNameValidator.java b/core/src/main/java/haveno/core/payment/validation/AustraliaPayidAccountNameValidator.java
index 2a91270b..02648f9e 100644
--- a/core/src/main/java/haveno/core/payment/validation/AustraliaPayidAccountNameValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/AustraliaPayidAccountNameValidator.java
@@ -1,19 +1,19 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/AustraliaPayidValidator.java b/core/src/main/java/haveno/core/payment/validation/AustraliaPayidValidator.java
index 9c8bf57b..bad3c3d7 100644
--- a/core/src/main/java/haveno/core/payment/validation/AustraliaPayidValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/AustraliaPayidValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/BICValidator.java b/core/src/main/java/haveno/core/payment/validation/BICValidator.java
index f40329d0..05c142ed 100644
--- a/core/src/main/java/haveno/core/payment/validation/BICValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/BICValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/BankIdValidator.java b/core/src/main/java/haveno/core/payment/validation/BankIdValidator.java
index ca939f61..84f8fc2b 100644
--- a/core/src/main/java/haveno/core/payment/validation/BankIdValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/BankIdValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/BankValidator.java b/core/src/main/java/haveno/core/payment/validation/BankValidator.java
index 4ec60b6c..a78aa0dd 100644
--- a/core/src/main/java/haveno/core/payment/validation/BankValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/BankValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/BranchIdValidator.java b/core/src/main/java/haveno/core/payment/validation/BranchIdValidator.java
index c497a636..9ec00d37 100644
--- a/core/src/main/java/haveno/core/payment/validation/BranchIdValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/BranchIdValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/ChaseQuickPayValidator.java b/core/src/main/java/haveno/core/payment/validation/ChaseQuickPayValidator.java
index 0bd19a0c..27f0e9c0 100644
--- a/core/src/main/java/haveno/core/payment/validation/ChaseQuickPayValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/ChaseQuickPayValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/CryptoAddressValidator.java b/core/src/main/java/haveno/core/payment/validation/CryptoAddressValidator.java
index f0c41949..f04fd518 100644
--- a/core/src/main/java/haveno/core/payment/validation/CryptoAddressValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/CryptoAddressValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/EmailOrMobileNrValidator.java b/core/src/main/java/haveno/core/payment/validation/EmailOrMobileNrValidator.java
index 544f8058..a8a2f9b5 100644
--- a/core/src/main/java/haveno/core/payment/validation/EmailOrMobileNrValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/EmailOrMobileNrValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/EmailValidator.java b/core/src/main/java/haveno/core/payment/validation/EmailValidator.java
index d2720de2..731dcb5a 100644
--- a/core/src/main/java/haveno/core/payment/validation/EmailValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/EmailValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/F2FValidator.java b/core/src/main/java/haveno/core/payment/validation/F2FValidator.java
index 97cfc29c..e8dbcf33 100644
--- a/core/src/main/java/haveno/core/payment/validation/F2FValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/F2FValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/FiatVolumeValidator.java b/core/src/main/java/haveno/core/payment/validation/FiatVolumeValidator.java
index 48f81024..4b3b950f 100644
--- a/core/src/main/java/haveno/core/payment/validation/FiatVolumeValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/FiatVolumeValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/HalCashValidator.java b/core/src/main/java/haveno/core/payment/validation/HalCashValidator.java
index 716b3cac..5a6cd4f3 100644
--- a/core/src/main/java/haveno/core/payment/validation/HalCashValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/HalCashValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/IBANValidator.java b/core/src/main/java/haveno/core/payment/validation/IBANValidator.java
index 5ed8e7e3..89aee3f3 100644
--- a/core/src/main/java/haveno/core/payment/validation/IBANValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/IBANValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/InteracETransferValidator.java b/core/src/main/java/haveno/core/payment/validation/InteracETransferValidator.java
index 973f62af..14a6a91f 100644
--- a/core/src/main/java/haveno/core/payment/validation/InteracETransferValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/InteracETransferValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/JapanBankAccountNameValidator.java b/core/src/main/java/haveno/core/payment/validation/JapanBankAccountNameValidator.java
index 1ec805b9..55ff0290 100644
--- a/core/src/main/java/haveno/core/payment/validation/JapanBankAccountNameValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/JapanBankAccountNameValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/JapanBankAccountNumberValidator.java b/core/src/main/java/haveno/core/payment/validation/JapanBankAccountNumberValidator.java
index 364971c8..91ccaa1a 100644
--- a/core/src/main/java/haveno/core/payment/validation/JapanBankAccountNumberValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/JapanBankAccountNumberValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/JapanBankBranchCodeValidator.java b/core/src/main/java/haveno/core/payment/validation/JapanBankBranchCodeValidator.java
index e30b4ef4..3ccd604c 100644
--- a/core/src/main/java/haveno/core/payment/validation/JapanBankBranchCodeValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/JapanBankBranchCodeValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/JapanBankBranchNameValidator.java b/core/src/main/java/haveno/core/payment/validation/JapanBankBranchNameValidator.java
index 79650acb..1359a598 100644
--- a/core/src/main/java/haveno/core/payment/validation/JapanBankBranchNameValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/JapanBankBranchNameValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/JapanBankTransferValidator.java b/core/src/main/java/haveno/core/payment/validation/JapanBankTransferValidator.java
index 78395114..3591ac46 100644
--- a/core/src/main/java/haveno/core/payment/validation/JapanBankTransferValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/JapanBankTransferValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/MoneyBeamValidator.java b/core/src/main/java/haveno/core/payment/validation/MoneyBeamValidator.java
index c691d15e..ad9ceae3 100644
--- a/core/src/main/java/haveno/core/payment/validation/MoneyBeamValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/MoneyBeamValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/PercentageNumberValidator.java b/core/src/main/java/haveno/core/payment/validation/PercentageNumberValidator.java
index 37688831..f874daa0 100644
--- a/core/src/main/java/haveno/core/payment/validation/PercentageNumberValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/PercentageNumberValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/PerfectMoneyValidator.java b/core/src/main/java/haveno/core/payment/validation/PerfectMoneyValidator.java
index 201b3bb8..5bbb75b4 100644
--- a/core/src/main/java/haveno/core/payment/validation/PerfectMoneyValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/PerfectMoneyValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/PopmoneyValidator.java b/core/src/main/java/haveno/core/payment/validation/PopmoneyValidator.java
index 2af6e408..9bcb8fca 100644
--- a/core/src/main/java/haveno/core/payment/validation/PopmoneyValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/PopmoneyValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/PromptPayValidator.java b/core/src/main/java/haveno/core/payment/validation/PromptPayValidator.java
index 30011d95..f8f740aa 100644
--- a/core/src/main/java/haveno/core/payment/validation/PromptPayValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/PromptPayValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/RevolutValidator.java b/core/src/main/java/haveno/core/payment/validation/RevolutValidator.java
index 7a2c8779..9af02d3d 100644
--- a/core/src/main/java/haveno/core/payment/validation/RevolutValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/RevolutValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/SecurityDepositValidator.java b/core/src/main/java/haveno/core/payment/validation/SecurityDepositValidator.java
index 212b8fbd..a1f8a953 100644
--- a/core/src/main/java/haveno/core/payment/validation/SecurityDepositValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/SecurityDepositValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/SwishValidator.java b/core/src/main/java/haveno/core/payment/validation/SwishValidator.java
index 5e50953f..22d5984f 100644
--- a/core/src/main/java/haveno/core/payment/validation/SwishValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/SwishValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/TransferwiseValidator.java b/core/src/main/java/haveno/core/payment/validation/TransferwiseValidator.java
index ecf09487..f0fbd94a 100644
--- a/core/src/main/java/haveno/core/payment/validation/TransferwiseValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/TransferwiseValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/USPostalMoneyOrderValidator.java b/core/src/main/java/haveno/core/payment/validation/USPostalMoneyOrderValidator.java
index c75f9d7d..6a7d8aab 100644
--- a/core/src/main/java/haveno/core/payment/validation/USPostalMoneyOrderValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/USPostalMoneyOrderValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/UpholdValidator.java b/core/src/main/java/haveno/core/payment/validation/UpholdValidator.java
index cb37982c..e7025f07 100644
--- a/core/src/main/java/haveno/core/payment/validation/UpholdValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/UpholdValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/WeChatPayValidator.java b/core/src/main/java/haveno/core/payment/validation/WeChatPayValidator.java
index aacc458d..f2272003 100644
--- a/core/src/main/java/haveno/core/payment/validation/WeChatPayValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/WeChatPayValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/payment/validation/XmrValidator.java b/core/src/main/java/haveno/core/payment/validation/XmrValidator.java
index 4c94f501..e6947e48 100644
--- a/core/src/main/java/haveno/core/payment/validation/XmrValidator.java
+++ b/core/src/main/java/haveno/core/payment/validation/XmrValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/main/java/haveno/core/presentation/BalancePresentation.java b/core/src/main/java/haveno/core/presentation/BalancePresentation.java
index 2ef1a22c..4a125eb8 100644
--- a/core/src/main/java/haveno/core/presentation/BalancePresentation.java
+++ b/core/src/main/java/haveno/core/presentation/BalancePresentation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.presentation;
diff --git a/core/src/main/java/haveno/core/presentation/CorePresentationModule.java b/core/src/main/java/haveno/core/presentation/CorePresentationModule.java
index 8d21e9ea..7798da58 100644
--- a/core/src/main/java/haveno/core/presentation/CorePresentationModule.java
+++ b/core/src/main/java/haveno/core/presentation/CorePresentationModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.presentation;
diff --git a/core/src/main/java/haveno/core/presentation/SupportTicketsPresentation.java b/core/src/main/java/haveno/core/presentation/SupportTicketsPresentation.java
index 652dbf24..fcbabd08 100644
--- a/core/src/main/java/haveno/core/presentation/SupportTicketsPresentation.java
+++ b/core/src/main/java/haveno/core/presentation/SupportTicketsPresentation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.presentation;
diff --git a/core/src/main/java/haveno/core/presentation/TradePresentation.java b/core/src/main/java/haveno/core/presentation/TradePresentation.java
index a1d745f4..111bb8d0 100644
--- a/core/src/main/java/haveno/core/presentation/TradePresentation.java
+++ b/core/src/main/java/haveno/core/presentation/TradePresentation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.presentation;
diff --git a/core/src/main/java/haveno/core/proto/CoreProtoResolver.java b/core/src/main/java/haveno/core/proto/CoreProtoResolver.java
index 2b0dc4b2..360e4f6b 100644
--- a/core/src/main/java/haveno/core/proto/CoreProtoResolver.java
+++ b/core/src/main/java/haveno/core/proto/CoreProtoResolver.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.proto;
diff --git a/core/src/main/java/haveno/core/proto/ProtoDevUtil.java b/core/src/main/java/haveno/core/proto/ProtoDevUtil.java
index c8299fe8..4e2517b3 100644
--- a/core/src/main/java/haveno/core/proto/ProtoDevUtil.java
+++ b/core/src/main/java/haveno/core/proto/ProtoDevUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.proto;
diff --git a/core/src/main/java/haveno/core/proto/network/CoreNetworkProtoResolver.java b/core/src/main/java/haveno/core/proto/network/CoreNetworkProtoResolver.java
index 3443b150..bfe6cc1b 100644
--- a/core/src/main/java/haveno/core/proto/network/CoreNetworkProtoResolver.java
+++ b/core/src/main/java/haveno/core/proto/network/CoreNetworkProtoResolver.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.proto.network;
diff --git a/core/src/main/java/haveno/core/proto/persistable/CorePersistenceProtoResolver.java b/core/src/main/java/haveno/core/proto/persistable/CorePersistenceProtoResolver.java
index 53bd30a2..b4a4dff6 100644
--- a/core/src/main/java/haveno/core/proto/persistable/CorePersistenceProtoResolver.java
+++ b/core/src/main/java/haveno/core/proto/persistable/CorePersistenceProtoResolver.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.proto.persistable;
diff --git a/core/src/main/java/haveno/core/provider/FeeHttpClient.java b/core/src/main/java/haveno/core/provider/FeeHttpClient.java
index 8ca15c3c..27265664 100644
--- a/core/src/main/java/haveno/core/provider/FeeHttpClient.java
+++ b/core/src/main/java/haveno/core/provider/FeeHttpClient.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider;
diff --git a/core/src/main/java/haveno/core/provider/HttpClientProvider.java b/core/src/main/java/haveno/core/provider/HttpClientProvider.java
index 19172dc3..b6caa932 100644
--- a/core/src/main/java/haveno/core/provider/HttpClientProvider.java
+++ b/core/src/main/java/haveno/core/provider/HttpClientProvider.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider;
diff --git a/core/src/main/java/haveno/core/provider/MempoolHttpClient.java b/core/src/main/java/haveno/core/provider/MempoolHttpClient.java
index 70695fdf..6a6091ba 100644
--- a/core/src/main/java/haveno/core/provider/MempoolHttpClient.java
+++ b/core/src/main/java/haveno/core/provider/MempoolHttpClient.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider;
diff --git a/core/src/main/java/haveno/core/provider/PriceHttpClient.java b/core/src/main/java/haveno/core/provider/PriceHttpClient.java
index 2041fe0a..7d6a4f7e 100644
--- a/core/src/main/java/haveno/core/provider/PriceHttpClient.java
+++ b/core/src/main/java/haveno/core/provider/PriceHttpClient.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider;
diff --git a/core/src/main/java/haveno/core/provider/ProvidersRepository.java b/core/src/main/java/haveno/core/provider/ProvidersRepository.java
index 3c12e591..b669d06d 100644
--- a/core/src/main/java/haveno/core/provider/ProvidersRepository.java
+++ b/core/src/main/java/haveno/core/provider/ProvidersRepository.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/provider/fee/FeeProvider.java b/core/src/main/java/haveno/core/provider/fee/FeeProvider.java
index cedb508b..30d140f8 100644
--- a/core/src/main/java/haveno/core/provider/fee/FeeProvider.java
+++ b/core/src/main/java/haveno/core/provider/fee/FeeProvider.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider.fee;
diff --git a/core/src/main/java/haveno/core/provider/fee/FeeRequest.java b/core/src/main/java/haveno/core/provider/fee/FeeRequest.java
index e4cb5580..a7798a40 100644
--- a/core/src/main/java/haveno/core/provider/fee/FeeRequest.java
+++ b/core/src/main/java/haveno/core/provider/fee/FeeRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider.fee;
diff --git a/core/src/main/java/haveno/core/provider/price/MarketPrice.java b/core/src/main/java/haveno/core/provider/price/MarketPrice.java
index 5fc7ab06..1a328b62 100644
--- a/core/src/main/java/haveno/core/provider/price/MarketPrice.java
+++ b/core/src/main/java/haveno/core/provider/price/MarketPrice.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider.price;
diff --git a/core/src/main/java/haveno/core/provider/price/PriceFeedService.java b/core/src/main/java/haveno/core/provider/price/PriceFeedService.java
index 203d7556..f7a549e0 100644
--- a/core/src/main/java/haveno/core/provider/price/PriceFeedService.java
+++ b/core/src/main/java/haveno/core/provider/price/PriceFeedService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider.price;
diff --git a/core/src/main/java/haveno/core/provider/price/PriceProvider.java b/core/src/main/java/haveno/core/provider/price/PriceProvider.java
index 32308899..871151a9 100644
--- a/core/src/main/java/haveno/core/provider/price/PriceProvider.java
+++ b/core/src/main/java/haveno/core/provider/price/PriceProvider.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider.price;
diff --git a/core/src/main/java/haveno/core/provider/price/PriceRequest.java b/core/src/main/java/haveno/core/provider/price/PriceRequest.java
index ad6070fa..403ae8ed 100644
--- a/core/src/main/java/haveno/core/provider/price/PriceRequest.java
+++ b/core/src/main/java/haveno/core/provider/price/PriceRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider.price;
diff --git a/core/src/main/java/haveno/core/provider/price/PriceRequestException.java b/core/src/main/java/haveno/core/provider/price/PriceRequestException.java
index e0839dd8..7019daa8 100644
--- a/core/src/main/java/haveno/core/provider/price/PriceRequestException.java
+++ b/core/src/main/java/haveno/core/provider/price/PriceRequestException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider.price;
diff --git a/core/src/main/java/haveno/core/setup/CoreNetworkCapabilities.java b/core/src/main/java/haveno/core/setup/CoreNetworkCapabilities.java
index 8ce1c9c3..4eb98a4d 100644
--- a/core/src/main/java/haveno/core/setup/CoreNetworkCapabilities.java
+++ b/core/src/main/java/haveno/core/setup/CoreNetworkCapabilities.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.setup;
diff --git a/core/src/main/java/haveno/core/setup/CorePersistedDataHost.java b/core/src/main/java/haveno/core/setup/CorePersistedDataHost.java
index de85177e..1cda993d 100644
--- a/core/src/main/java/haveno/core/setup/CorePersistedDataHost.java
+++ b/core/src/main/java/haveno/core/setup/CorePersistedDataHost.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.setup;
diff --git a/core/src/main/java/haveno/core/setup/CoreSetup.java b/core/src/main/java/haveno/core/setup/CoreSetup.java
index 40aeaa47..d3149c55 100644
--- a/core/src/main/java/haveno/core/setup/CoreSetup.java
+++ b/core/src/main/java/haveno/core/setup/CoreSetup.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.setup;
diff --git a/core/src/main/java/haveno/core/support/SupportManager.java b/core/src/main/java/haveno/core/support/SupportManager.java
index ecbf5302..43655895 100644
--- a/core/src/main/java/haveno/core/support/SupportManager.java
+++ b/core/src/main/java/haveno/core/support/SupportManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support;
diff --git a/core/src/main/java/haveno/core/support/SupportSession.java b/core/src/main/java/haveno/core/support/SupportSession.java
index 89f6fdf9..b927aaae 100644
--- a/core/src/main/java/haveno/core/support/SupportSession.java
+++ b/core/src/main/java/haveno/core/support/SupportSession.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support;
diff --git a/core/src/main/java/haveno/core/support/SupportType.java b/core/src/main/java/haveno/core/support/SupportType.java
index 7ed75507..f41f1936 100644
--- a/core/src/main/java/haveno/core/support/SupportType.java
+++ b/core/src/main/java/haveno/core/support/SupportType.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support;
diff --git a/core/src/main/java/haveno/core/support/dispute/Attachment.java b/core/src/main/java/haveno/core/support/dispute/Attachment.java
index 8160ed17..f56e1494 100644
--- a/core/src/main/java/haveno/core/support/dispute/Attachment.java
+++ b/core/src/main/java/haveno/core/support/dispute/Attachment.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute;
diff --git a/core/src/main/java/haveno/core/support/dispute/Dispute.java b/core/src/main/java/haveno/core/support/dispute/Dispute.java
index cabd830b..2b6df83d 100644
--- a/core/src/main/java/haveno/core/support/dispute/Dispute.java
+++ b/core/src/main/java/haveno/core/support/dispute/Dispute.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute;
diff --git a/core/src/main/java/haveno/core/support/dispute/DisputeAlreadyOpenException.java b/core/src/main/java/haveno/core/support/dispute/DisputeAlreadyOpenException.java
index d2cf320d..7273615a 100644
--- a/core/src/main/java/haveno/core/support/dispute/DisputeAlreadyOpenException.java
+++ b/core/src/main/java/haveno/core/support/dispute/DisputeAlreadyOpenException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute;
diff --git a/core/src/main/java/haveno/core/support/dispute/DisputeList.java b/core/src/main/java/haveno/core/support/dispute/DisputeList.java
index 03736026..99a80fa4 100644
--- a/core/src/main/java/haveno/core/support/dispute/DisputeList.java
+++ b/core/src/main/java/haveno/core/support/dispute/DisputeList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute;
diff --git a/core/src/main/java/haveno/core/support/dispute/DisputeListService.java b/core/src/main/java/haveno/core/support/dispute/DisputeListService.java
index 4f36e2f6..ca8dd8a2 100644
--- a/core/src/main/java/haveno/core/support/dispute/DisputeListService.java
+++ b/core/src/main/java/haveno/core/support/dispute/DisputeListService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute;
diff --git a/core/src/main/java/haveno/core/support/dispute/DisputeManager.java b/core/src/main/java/haveno/core/support/dispute/DisputeManager.java
index 2f9db775..9c529e10 100644
--- a/core/src/main/java/haveno/core/support/dispute/DisputeManager.java
+++ b/core/src/main/java/haveno/core/support/dispute/DisputeManager.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/support/dispute/DisputeMessageDeliveryFailedException.java b/core/src/main/java/haveno/core/support/dispute/DisputeMessageDeliveryFailedException.java
index 0c2ead42..9d79e595 100644
--- a/core/src/main/java/haveno/core/support/dispute/DisputeMessageDeliveryFailedException.java
+++ b/core/src/main/java/haveno/core/support/dispute/DisputeMessageDeliveryFailedException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute;
diff --git a/core/src/main/java/haveno/core/support/dispute/DisputeResult.java b/core/src/main/java/haveno/core/support/dispute/DisputeResult.java
index f428bfe1..f5fc05d3 100644
--- a/core/src/main/java/haveno/core/support/dispute/DisputeResult.java
+++ b/core/src/main/java/haveno/core/support/dispute/DisputeResult.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute;
diff --git a/core/src/main/java/haveno/core/support/dispute/DisputeSession.java b/core/src/main/java/haveno/core/support/dispute/DisputeSession.java
index 3b6613e7..3b1b80e5 100644
--- a/core/src/main/java/haveno/core/support/dispute/DisputeSession.java
+++ b/core/src/main/java/haveno/core/support/dispute/DisputeSession.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute;
diff --git a/core/src/main/java/haveno/core/support/dispute/DisputeSummaryVerification.java b/core/src/main/java/haveno/core/support/dispute/DisputeSummaryVerification.java
index 6e2c7b3b..a2f2f2f2 100644
--- a/core/src/main/java/haveno/core/support/dispute/DisputeSummaryVerification.java
+++ b/core/src/main/java/haveno/core/support/dispute/DisputeSummaryVerification.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute;
diff --git a/core/src/main/java/haveno/core/support/dispute/DisputeValidation.java b/core/src/main/java/haveno/core/support/dispute/DisputeValidation.java
index 78fabde2..4591a6fb 100644
--- a/core/src/main/java/haveno/core/support/dispute/DisputeValidation.java
+++ b/core/src/main/java/haveno/core/support/dispute/DisputeValidation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute;
diff --git a/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgent.java b/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgent.java
index 5594274b..99856622 100644
--- a/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgent.java
+++ b/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgent.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.agent;
diff --git a/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentLookupMap.java b/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentLookupMap.java
index fb49c809..14656727 100644
--- a/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentLookupMap.java
+++ b/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentLookupMap.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.agent;
diff --git a/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentManager.java b/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentManager.java
index 14ae1dd0..f9bf8476 100644
--- a/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentManager.java
+++ b/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.agent;
diff --git a/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentService.java b/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentService.java
index 842e8029..c13302c5 100644
--- a/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentService.java
+++ b/core/src/main/java/haveno/core/support/dispute/agent/DisputeAgentService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.agent;
diff --git a/core/src/main/java/haveno/core/support/dispute/agent/MultipleHolderNameDetection.java b/core/src/main/java/haveno/core/support/dispute/agent/MultipleHolderNameDetection.java
index 1450e5a8..a308bafa 100644
--- a/core/src/main/java/haveno/core/support/dispute/agent/MultipleHolderNameDetection.java
+++ b/core/src/main/java/haveno/core/support/dispute/agent/MultipleHolderNameDetection.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.agent;
diff --git a/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationDisputeList.java b/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationDisputeList.java
index d40943ef..bbb28e8a 100644
--- a/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationDisputeList.java
+++ b/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationDisputeList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.arbitration;
diff --git a/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationDisputeListService.java b/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationDisputeListService.java
index 2d9f1175..fc6e722b 100644
--- a/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationDisputeListService.java
+++ b/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationDisputeListService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.arbitration;
diff --git a/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationManager.java b/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationManager.java
index 42f67fb7..2abb2a25 100644
--- a/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationManager.java
+++ b/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationManager.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationSession.java b/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationSession.java
index 0386b954..01e50a1b 100644
--- a/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationSession.java
+++ b/core/src/main/java/haveno/core/support/dispute/arbitration/ArbitrationSession.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.arbitration;
diff --git a/core/src/main/java/haveno/core/support/dispute/arbitration/TraderDataItem.java b/core/src/main/java/haveno/core/support/dispute/arbitration/TraderDataItem.java
index efa8f8a4..2e729ea8 100644
--- a/core/src/main/java/haveno/core/support/dispute/arbitration/TraderDataItem.java
+++ b/core/src/main/java/haveno/core/support/dispute/arbitration/TraderDataItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.arbitration;
diff --git a/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/Arbitrator.java b/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/Arbitrator.java
index 99125ad4..54ef94c6 100644
--- a/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/Arbitrator.java
+++ b/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/Arbitrator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.arbitration.arbitrator;
diff --git a/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/ArbitratorManager.java b/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/ArbitratorManager.java
index 3f507e0a..f6fded31 100644
--- a/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/ArbitratorManager.java
+++ b/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/ArbitratorManager.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/ArbitratorService.java b/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/ArbitratorService.java
index 46b35a7e..57dc362c 100644
--- a/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/ArbitratorService.java
+++ b/core/src/main/java/haveno/core/support/dispute/arbitration/arbitrator/ArbitratorService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.arbitration.arbitrator;
diff --git a/core/src/main/java/haveno/core/support/dispute/arbitration/messages/ArbitrationMessage.java b/core/src/main/java/haveno/core/support/dispute/arbitration/messages/ArbitrationMessage.java
index 6f14f833..fa5dd9f2 100644
--- a/core/src/main/java/haveno/core/support/dispute/arbitration/messages/ArbitrationMessage.java
+++ b/core/src/main/java/haveno/core/support/dispute/arbitration/messages/ArbitrationMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.arbitration.messages;
diff --git a/core/src/main/java/haveno/core/support/dispute/mediation/MediationDisputeList.java b/core/src/main/java/haveno/core/support/dispute/mediation/MediationDisputeList.java
index f05fa825..6387984b 100644
--- a/core/src/main/java/haveno/core/support/dispute/mediation/MediationDisputeList.java
+++ b/core/src/main/java/haveno/core/support/dispute/mediation/MediationDisputeList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.mediation;
diff --git a/core/src/main/java/haveno/core/support/dispute/mediation/MediationDisputeListService.java b/core/src/main/java/haveno/core/support/dispute/mediation/MediationDisputeListService.java
index 37021b99..eeb287fd 100644
--- a/core/src/main/java/haveno/core/support/dispute/mediation/MediationDisputeListService.java
+++ b/core/src/main/java/haveno/core/support/dispute/mediation/MediationDisputeListService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.mediation;
diff --git a/core/src/main/java/haveno/core/support/dispute/mediation/MediationManager.java b/core/src/main/java/haveno/core/support/dispute/mediation/MediationManager.java
index 1d910fc8..b7fa902b 100644
--- a/core/src/main/java/haveno/core/support/dispute/mediation/MediationManager.java
+++ b/core/src/main/java/haveno/core/support/dispute/mediation/MediationManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.mediation;
diff --git a/core/src/main/java/haveno/core/support/dispute/mediation/MediationResultState.java b/core/src/main/java/haveno/core/support/dispute/mediation/MediationResultState.java
index 123cd916..706e03d3 100644
--- a/core/src/main/java/haveno/core/support/dispute/mediation/MediationResultState.java
+++ b/core/src/main/java/haveno/core/support/dispute/mediation/MediationResultState.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.mediation;
diff --git a/core/src/main/java/haveno/core/support/dispute/mediation/MediationSession.java b/core/src/main/java/haveno/core/support/dispute/mediation/MediationSession.java
index 794c3ab4..fdcd8ab1 100644
--- a/core/src/main/java/haveno/core/support/dispute/mediation/MediationSession.java
+++ b/core/src/main/java/haveno/core/support/dispute/mediation/MediationSession.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.mediation;
diff --git a/core/src/main/java/haveno/core/support/dispute/mediation/mediator/Mediator.java b/core/src/main/java/haveno/core/support/dispute/mediation/mediator/Mediator.java
index e0f4b94b..f3efa6a9 100644
--- a/core/src/main/java/haveno/core/support/dispute/mediation/mediator/Mediator.java
+++ b/core/src/main/java/haveno/core/support/dispute/mediation/mediator/Mediator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.mediation.mediator;
diff --git a/core/src/main/java/haveno/core/support/dispute/mediation/mediator/MediatorManager.java b/core/src/main/java/haveno/core/support/dispute/mediation/mediator/MediatorManager.java
index 095d80f5..c72d4d2e 100644
--- a/core/src/main/java/haveno/core/support/dispute/mediation/mediator/MediatorManager.java
+++ b/core/src/main/java/haveno/core/support/dispute/mediation/mediator/MediatorManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.mediation.mediator;
diff --git a/core/src/main/java/haveno/core/support/dispute/mediation/mediator/MediatorService.java b/core/src/main/java/haveno/core/support/dispute/mediation/mediator/MediatorService.java
index e70ec66b..37f9c9d8 100644
--- a/core/src/main/java/haveno/core/support/dispute/mediation/mediator/MediatorService.java
+++ b/core/src/main/java/haveno/core/support/dispute/mediation/mediator/MediatorService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.mediation.mediator;
diff --git a/core/src/main/java/haveno/core/support/dispute/messages/DisputeClosedMessage.java b/core/src/main/java/haveno/core/support/dispute/messages/DisputeClosedMessage.java
index 03d757b0..88a1b6a9 100644
--- a/core/src/main/java/haveno/core/support/dispute/messages/DisputeClosedMessage.java
+++ b/core/src/main/java/haveno/core/support/dispute/messages/DisputeClosedMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.messages;
diff --git a/core/src/main/java/haveno/core/support/dispute/messages/DisputeMessage.java b/core/src/main/java/haveno/core/support/dispute/messages/DisputeMessage.java
index f8113fd3..433f9f41 100644
--- a/core/src/main/java/haveno/core/support/dispute/messages/DisputeMessage.java
+++ b/core/src/main/java/haveno/core/support/dispute/messages/DisputeMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.messages;
diff --git a/core/src/main/java/haveno/core/support/dispute/messages/DisputeOpenedMessage.java b/core/src/main/java/haveno/core/support/dispute/messages/DisputeOpenedMessage.java
index ce77288e..fb6fb2fc 100644
--- a/core/src/main/java/haveno/core/support/dispute/messages/DisputeOpenedMessage.java
+++ b/core/src/main/java/haveno/core/support/dispute/messages/DisputeOpenedMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.messages;
diff --git a/core/src/main/java/haveno/core/support/dispute/refund/RefundDisputeList.java b/core/src/main/java/haveno/core/support/dispute/refund/RefundDisputeList.java
index c020a60c..2ad31a01 100644
--- a/core/src/main/java/haveno/core/support/dispute/refund/RefundDisputeList.java
+++ b/core/src/main/java/haveno/core/support/dispute/refund/RefundDisputeList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.refund;
diff --git a/core/src/main/java/haveno/core/support/dispute/refund/RefundDisputeListService.java b/core/src/main/java/haveno/core/support/dispute/refund/RefundDisputeListService.java
index 1eca8d69..ffef9f88 100644
--- a/core/src/main/java/haveno/core/support/dispute/refund/RefundDisputeListService.java
+++ b/core/src/main/java/haveno/core/support/dispute/refund/RefundDisputeListService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.refund;
diff --git a/core/src/main/java/haveno/core/support/dispute/refund/RefundManager.java b/core/src/main/java/haveno/core/support/dispute/refund/RefundManager.java
index 20271806..fa3503f6 100644
--- a/core/src/main/java/haveno/core/support/dispute/refund/RefundManager.java
+++ b/core/src/main/java/haveno/core/support/dispute/refund/RefundManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.refund;
diff --git a/core/src/main/java/haveno/core/support/dispute/refund/RefundResultState.java b/core/src/main/java/haveno/core/support/dispute/refund/RefundResultState.java
index 15e54bf9..cf5f5b35 100644
--- a/core/src/main/java/haveno/core/support/dispute/refund/RefundResultState.java
+++ b/core/src/main/java/haveno/core/support/dispute/refund/RefundResultState.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.refund;
diff --git a/core/src/main/java/haveno/core/support/dispute/refund/RefundSession.java b/core/src/main/java/haveno/core/support/dispute/refund/RefundSession.java
index 567293f3..309eb7bd 100644
--- a/core/src/main/java/haveno/core/support/dispute/refund/RefundSession.java
+++ b/core/src/main/java/haveno/core/support/dispute/refund/RefundSession.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.refund;
diff --git a/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgent.java b/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgent.java
index 4ba38736..ff8ae442 100644
--- a/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgent.java
+++ b/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgent.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.refund.refundagent;
diff --git a/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgentManager.java b/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgentManager.java
index 9281234c..323cd5b8 100644
--- a/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgentManager.java
+++ b/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgentManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.refund.refundagent;
diff --git a/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgentService.java b/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgentService.java
index 6324445b..7819be2a 100644
--- a/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgentService.java
+++ b/core/src/main/java/haveno/core/support/dispute/refund/refundagent/RefundAgentService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.dispute.refund.refundagent;
diff --git a/core/src/main/java/haveno/core/support/messages/ChatMessage.java b/core/src/main/java/haveno/core/support/messages/ChatMessage.java
index eedf4bd1..17faaefe 100644
--- a/core/src/main/java/haveno/core/support/messages/ChatMessage.java
+++ b/core/src/main/java/haveno/core/support/messages/ChatMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.messages;
diff --git a/core/src/main/java/haveno/core/support/messages/SupportMessage.java b/core/src/main/java/haveno/core/support/messages/SupportMessage.java
index f7e71519..a1fa3feb 100644
--- a/core/src/main/java/haveno/core/support/messages/SupportMessage.java
+++ b/core/src/main/java/haveno/core/support/messages/SupportMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.messages;
diff --git a/core/src/main/java/haveno/core/support/traderchat/TradeChatSession.java b/core/src/main/java/haveno/core/support/traderchat/TradeChatSession.java
index b59e3834..3d657be3 100644
--- a/core/src/main/java/haveno/core/support/traderchat/TradeChatSession.java
+++ b/core/src/main/java/haveno/core/support/traderchat/TradeChatSession.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.traderchat;
diff --git a/core/src/main/java/haveno/core/support/traderchat/TraderChatManager.java b/core/src/main/java/haveno/core/support/traderchat/TraderChatManager.java
index 665b3a07..d5dacf01 100644
--- a/core/src/main/java/haveno/core/support/traderchat/TraderChatManager.java
+++ b/core/src/main/java/haveno/core/support/traderchat/TraderChatManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.support.traderchat;
diff --git a/core/src/main/java/haveno/core/trade/ArbitratorTrade.java b/core/src/main/java/haveno/core/trade/ArbitratorTrade.java
index f46c4eb1..b4be6435 100644
--- a/core/src/main/java/haveno/core/trade/ArbitratorTrade.java
+++ b/core/src/main/java/haveno/core/trade/ArbitratorTrade.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Haveno.
+ *
+ * Haveno is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Haveno. If not, see .
+ */
+
package haveno.core.trade;
import haveno.common.proto.ProtoUtil;
diff --git a/core/src/main/java/haveno/core/trade/BuyerAsMakerTrade.java b/core/src/main/java/haveno/core/trade/BuyerAsMakerTrade.java
index 5b4b0a62..11e88878 100644
--- a/core/src/main/java/haveno/core/trade/BuyerAsMakerTrade.java
+++ b/core/src/main/java/haveno/core/trade/BuyerAsMakerTrade.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/BuyerAsTakerTrade.java b/core/src/main/java/haveno/core/trade/BuyerAsTakerTrade.java
index 0582ed50..869d6c55 100644
--- a/core/src/main/java/haveno/core/trade/BuyerAsTakerTrade.java
+++ b/core/src/main/java/haveno/core/trade/BuyerAsTakerTrade.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/BuyerTrade.java b/core/src/main/java/haveno/core/trade/BuyerTrade.java
index 6550bbb5..d86e7634 100644
--- a/core/src/main/java/haveno/core/trade/BuyerTrade.java
+++ b/core/src/main/java/haveno/core/trade/BuyerTrade.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/CleanupMailboxMessages.java b/core/src/main/java/haveno/core/trade/CleanupMailboxMessages.java
index 5fdb2dbd..d44ce44d 100644
--- a/core/src/main/java/haveno/core/trade/CleanupMailboxMessages.java
+++ b/core/src/main/java/haveno/core/trade/CleanupMailboxMessages.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/CleanupMailboxMessagesService.java b/core/src/main/java/haveno/core/trade/CleanupMailboxMessagesService.java
index a013e832..8c5601fd 100644
--- a/core/src/main/java/haveno/core/trade/CleanupMailboxMessagesService.java
+++ b/core/src/main/java/haveno/core/trade/CleanupMailboxMessagesService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/ClosedTradableFormatter.java b/core/src/main/java/haveno/core/trade/ClosedTradableFormatter.java
index bdecf961..fde37390 100644
--- a/core/src/main/java/haveno/core/trade/ClosedTradableFormatter.java
+++ b/core/src/main/java/haveno/core/trade/ClosedTradableFormatter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/ClosedTradableManager.java b/core/src/main/java/haveno/core/trade/ClosedTradableManager.java
index ba90f41f..41eddbdd 100644
--- a/core/src/main/java/haveno/core/trade/ClosedTradableManager.java
+++ b/core/src/main/java/haveno/core/trade/ClosedTradableManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/ClosedTradableUtil.java b/core/src/main/java/haveno/core/trade/ClosedTradableUtil.java
index 8a093d80..1df4dbd0 100644
--- a/core/src/main/java/haveno/core/trade/ClosedTradableUtil.java
+++ b/core/src/main/java/haveno/core/trade/ClosedTradableUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/Contract.java b/core/src/main/java/haveno/core/trade/Contract.java
index 71a360f9..fd4bcb0d 100644
--- a/core/src/main/java/haveno/core/trade/Contract.java
+++ b/core/src/main/java/haveno/core/trade/Contract.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/MakerTrade.java b/core/src/main/java/haveno/core/trade/MakerTrade.java
index dabf6140..5362e333 100644
--- a/core/src/main/java/haveno/core/trade/MakerTrade.java
+++ b/core/src/main/java/haveno/core/trade/MakerTrade.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/SellerAsMakerTrade.java b/core/src/main/java/haveno/core/trade/SellerAsMakerTrade.java
index cd7ac5cd..690f7300 100644
--- a/core/src/main/java/haveno/core/trade/SellerAsMakerTrade.java
+++ b/core/src/main/java/haveno/core/trade/SellerAsMakerTrade.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/SellerAsTakerTrade.java b/core/src/main/java/haveno/core/trade/SellerAsTakerTrade.java
index a3d0bfeb..80812b3c 100644
--- a/core/src/main/java/haveno/core/trade/SellerAsTakerTrade.java
+++ b/core/src/main/java/haveno/core/trade/SellerAsTakerTrade.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/SellerTrade.java b/core/src/main/java/haveno/core/trade/SellerTrade.java
index bb6080d2..f15e1e13 100644
--- a/core/src/main/java/haveno/core/trade/SellerTrade.java
+++ b/core/src/main/java/haveno/core/trade/SellerTrade.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/TakerTrade.java b/core/src/main/java/haveno/core/trade/TakerTrade.java
index 8ef0aa30..6659d4bc 100644
--- a/core/src/main/java/haveno/core/trade/TakerTrade.java
+++ b/core/src/main/java/haveno/core/trade/TakerTrade.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/Tradable.java b/core/src/main/java/haveno/core/trade/Tradable.java
index 7df38980..e59919fe 100644
--- a/core/src/main/java/haveno/core/trade/Tradable.java
+++ b/core/src/main/java/haveno/core/trade/Tradable.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/TradableList.java b/core/src/main/java/haveno/core/trade/TradableList.java
index c940cbec..ed36c388 100644
--- a/core/src/main/java/haveno/core/trade/TradableList.java
+++ b/core/src/main/java/haveno/core/trade/TradableList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/Trade.java b/core/src/main/java/haveno/core/trade/Trade.java
index ecb7d1a8..3e7cafb3 100644
--- a/core/src/main/java/haveno/core/trade/Trade.java
+++ b/core/src/main/java/haveno/core/trade/Trade.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/TradeDataValidation.java b/core/src/main/java/haveno/core/trade/TradeDataValidation.java
index bedc5878..7ab2109e 100644
--- a/core/src/main/java/haveno/core/trade/TradeDataValidation.java
+++ b/core/src/main/java/haveno/core/trade/TradeDataValidation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/TradeManager.java b/core/src/main/java/haveno/core/trade/TradeManager.java
index 85a286f5..3973dc02 100644
--- a/core/src/main/java/haveno/core/trade/TradeManager.java
+++ b/core/src/main/java/haveno/core/trade/TradeManager.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/TradeModule.java b/core/src/main/java/haveno/core/trade/TradeModule.java
index 95817493..7fc99381 100644
--- a/core/src/main/java/haveno/core/trade/TradeModule.java
+++ b/core/src/main/java/haveno/core/trade/TradeModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/TradeTxException.java b/core/src/main/java/haveno/core/trade/TradeTxException.java
index 78f8a74e..164cea18 100644
--- a/core/src/main/java/haveno/core/trade/TradeTxException.java
+++ b/core/src/main/java/haveno/core/trade/TradeTxException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/TradeUtil.java b/core/src/main/java/haveno/core/trade/TradeUtil.java
index ba57166b..d808ddf5 100644
--- a/core/src/main/java/haveno/core/trade/TradeUtil.java
+++ b/core/src/main/java/haveno/core/trade/TradeUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/main/java/haveno/core/trade/failed/FailedTradesManager.java b/core/src/main/java/haveno/core/trade/failed/FailedTradesManager.java
index c525e951..a99c2824 100644
--- a/core/src/main/java/haveno/core/trade/failed/FailedTradesManager.java
+++ b/core/src/main/java/haveno/core/trade/failed/FailedTradesManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.failed;
diff --git a/core/src/main/java/haveno/core/trade/handlers/TradeResultHandler.java b/core/src/main/java/haveno/core/trade/handlers/TradeResultHandler.java
index 7dd80e18..293739b0 100644
--- a/core/src/main/java/haveno/core/trade/handlers/TradeResultHandler.java
+++ b/core/src/main/java/haveno/core/trade/handlers/TradeResultHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.handlers;
diff --git a/core/src/main/java/haveno/core/trade/handlers/TransactionResultHandler.java b/core/src/main/java/haveno/core/trade/handlers/TransactionResultHandler.java
index 33c31dc8..198fbdc4 100644
--- a/core/src/main/java/haveno/core/trade/handlers/TransactionResultHandler.java
+++ b/core/src/main/java/haveno/core/trade/handlers/TransactionResultHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.handlers;
diff --git a/core/src/main/java/haveno/core/trade/messages/DepositRequest.java b/core/src/main/java/haveno/core/trade/messages/DepositRequest.java
index 9af9af55..1edb7b6a 100644
--- a/core/src/main/java/haveno/core/trade/messages/DepositRequest.java
+++ b/core/src/main/java/haveno/core/trade/messages/DepositRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/DepositResponse.java b/core/src/main/java/haveno/core/trade/messages/DepositResponse.java
index f0727bdf..6ae2d553 100644
--- a/core/src/main/java/haveno/core/trade/messages/DepositResponse.java
+++ b/core/src/main/java/haveno/core/trade/messages/DepositResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/DepositsConfirmedMessage.java b/core/src/main/java/haveno/core/trade/messages/DepositsConfirmedMessage.java
index 28c9b455..5c1fa6ae 100644
--- a/core/src/main/java/haveno/core/trade/messages/DepositsConfirmedMessage.java
+++ b/core/src/main/java/haveno/core/trade/messages/DepositsConfirmedMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/InitMultisigRequest.java b/core/src/main/java/haveno/core/trade/messages/InitMultisigRequest.java
index 99cb291a..f1bbe535 100644
--- a/core/src/main/java/haveno/core/trade/messages/InitMultisigRequest.java
+++ b/core/src/main/java/haveno/core/trade/messages/InitMultisigRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/InitTradeRequest.java b/core/src/main/java/haveno/core/trade/messages/InitTradeRequest.java
index 810e9c28..d0e17316 100644
--- a/core/src/main/java/haveno/core/trade/messages/InitTradeRequest.java
+++ b/core/src/main/java/haveno/core/trade/messages/InitTradeRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/MediatedPayoutTxPublishedMessage.java b/core/src/main/java/haveno/core/trade/messages/MediatedPayoutTxPublishedMessage.java
index dc4c8728..324a4845 100644
--- a/core/src/main/java/haveno/core/trade/messages/MediatedPayoutTxPublishedMessage.java
+++ b/core/src/main/java/haveno/core/trade/messages/MediatedPayoutTxPublishedMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/MediatedPayoutTxSignatureMessage.java b/core/src/main/java/haveno/core/trade/messages/MediatedPayoutTxSignatureMessage.java
index b2039583..aa7cccb1 100644
--- a/core/src/main/java/haveno/core/trade/messages/MediatedPayoutTxSignatureMessage.java
+++ b/core/src/main/java/haveno/core/trade/messages/MediatedPayoutTxSignatureMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/PaymentReceivedMessage.java b/core/src/main/java/haveno/core/trade/messages/PaymentReceivedMessage.java
index 1c34c9da..b72f74aa 100644
--- a/core/src/main/java/haveno/core/trade/messages/PaymentReceivedMessage.java
+++ b/core/src/main/java/haveno/core/trade/messages/PaymentReceivedMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/PaymentSentMessage.java b/core/src/main/java/haveno/core/trade/messages/PaymentSentMessage.java
index a9c8f10a..babebe7f 100644
--- a/core/src/main/java/haveno/core/trade/messages/PaymentSentMessage.java
+++ b/core/src/main/java/haveno/core/trade/messages/PaymentSentMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/SignContractRequest.java b/core/src/main/java/haveno/core/trade/messages/SignContractRequest.java
index 3ed13d12..cfdb0f6f 100644
--- a/core/src/main/java/haveno/core/trade/messages/SignContractRequest.java
+++ b/core/src/main/java/haveno/core/trade/messages/SignContractRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/SignContractResponse.java b/core/src/main/java/haveno/core/trade/messages/SignContractResponse.java
index fae38358..29fe5093 100644
--- a/core/src/main/java/haveno/core/trade/messages/SignContractResponse.java
+++ b/core/src/main/java/haveno/core/trade/messages/SignContractResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/TradeMailboxMessage.java b/core/src/main/java/haveno/core/trade/messages/TradeMailboxMessage.java
index 88e0d998..f45881d6 100644
--- a/core/src/main/java/haveno/core/trade/messages/TradeMailboxMessage.java
+++ b/core/src/main/java/haveno/core/trade/messages/TradeMailboxMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/messages/TradeMessage.java b/core/src/main/java/haveno/core/trade/messages/TradeMessage.java
index c1057298..f4d2eb3c 100644
--- a/core/src/main/java/haveno/core/trade/messages/TradeMessage.java
+++ b/core/src/main/java/haveno/core/trade/messages/TradeMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.messages;
diff --git a/core/src/main/java/haveno/core/trade/protocol/BuyerAsMakerProtocol.java b/core/src/main/java/haveno/core/trade/protocol/BuyerAsMakerProtocol.java
index 01017aff..f2e65a29 100644
--- a/core/src/main/java/haveno/core/trade/protocol/BuyerAsMakerProtocol.java
+++ b/core/src/main/java/haveno/core/trade/protocol/BuyerAsMakerProtocol.java
@@ -15,6 +15,23 @@ e * This file is part of Haveno.
* along with Haveno. If not, see .
*/
+/*
+ * This file is part of Haveno.
+ *
+ * Haveno is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Haveno. If not, see .
+ */
+
package haveno.core.trade.protocol;
import haveno.common.ThreadUtils;
diff --git a/core/src/main/java/haveno/core/trade/protocol/BuyerAsTakerProtocol.java b/core/src/main/java/haveno/core/trade/protocol/BuyerAsTakerProtocol.java
index 7baacee2..06f03da4 100644
--- a/core/src/main/java/haveno/core/trade/protocol/BuyerAsTakerProtocol.java
+++ b/core/src/main/java/haveno/core/trade/protocol/BuyerAsTakerProtocol.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/BuyerProtocol.java b/core/src/main/java/haveno/core/trade/protocol/BuyerProtocol.java
index 0eb410ce..f7f8e91d 100644
--- a/core/src/main/java/haveno/core/trade/protocol/BuyerProtocol.java
+++ b/core/src/main/java/haveno/core/trade/protocol/BuyerProtocol.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/DisputeProtocol.java b/core/src/main/java/haveno/core/trade/protocol/DisputeProtocol.java
index 73cfe009..75715559 100644
--- a/core/src/main/java/haveno/core/trade/protocol/DisputeProtocol.java
+++ b/core/src/main/java/haveno/core/trade/protocol/DisputeProtocol.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol;
diff --git a/core/src/main/java/haveno/core/trade/protocol/FluentProtocol.java b/core/src/main/java/haveno/core/trade/protocol/FluentProtocol.java
index f51fac17..532d90b7 100644
--- a/core/src/main/java/haveno/core/trade/protocol/FluentProtocol.java
+++ b/core/src/main/java/haveno/core/trade/protocol/FluentProtocol.java
@@ -1,20 +1,21 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
+
package haveno.core.trade.protocol;
import haveno.common.taskrunner.Task;
diff --git a/core/src/main/java/haveno/core/trade/protocol/ProcessModel.java b/core/src/main/java/haveno/core/trade/protocol/ProcessModel.java
index 91136367..5bfb54a4 100644
--- a/core/src/main/java/haveno/core/trade/protocol/ProcessModel.java
+++ b/core/src/main/java/haveno/core/trade/protocol/ProcessModel.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/SellerAsMakerProtocol.java b/core/src/main/java/haveno/core/trade/protocol/SellerAsMakerProtocol.java
index c31d6453..1b0c9c7c 100644
--- a/core/src/main/java/haveno/core/trade/protocol/SellerAsMakerProtocol.java
+++ b/core/src/main/java/haveno/core/trade/protocol/SellerAsMakerProtocol.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/SellerAsTakerProtocol.java b/core/src/main/java/haveno/core/trade/protocol/SellerAsTakerProtocol.java
index a9898301..0393d513 100644
--- a/core/src/main/java/haveno/core/trade/protocol/SellerAsTakerProtocol.java
+++ b/core/src/main/java/haveno/core/trade/protocol/SellerAsTakerProtocol.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/SellerProtocol.java b/core/src/main/java/haveno/core/trade/protocol/SellerProtocol.java
index 2559a55d..ea03054b 100644
--- a/core/src/main/java/haveno/core/trade/protocol/SellerProtocol.java
+++ b/core/src/main/java/haveno/core/trade/protocol/SellerProtocol.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/TakerProtocol.java b/core/src/main/java/haveno/core/trade/protocol/TakerProtocol.java
index 01089097..2617fc93 100644
--- a/core/src/main/java/haveno/core/trade/protocol/TakerProtocol.java
+++ b/core/src/main/java/haveno/core/trade/protocol/TakerProtocol.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol;
diff --git a/core/src/main/java/haveno/core/trade/protocol/TradePeer.java b/core/src/main/java/haveno/core/trade/protocol/TradePeer.java
index 2a755be9..4dc4d848 100644
--- a/core/src/main/java/haveno/core/trade/protocol/TradePeer.java
+++ b/core/src/main/java/haveno/core/trade/protocol/TradePeer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol;
diff --git a/core/src/main/java/haveno/core/trade/protocol/TradeProtocol.java b/core/src/main/java/haveno/core/trade/protocol/TradeProtocol.java
index ea9de573..2b9bea2c 100644
--- a/core/src/main/java/haveno/core/trade/protocol/TradeProtocol.java
+++ b/core/src/main/java/haveno/core/trade/protocol/TradeProtocol.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/TradeProtocolFactory.java b/core/src/main/java/haveno/core/trade/protocol/TradeProtocolFactory.java
index 642ea33b..ef8a0ab4 100644
--- a/core/src/main/java/haveno/core/trade/protocol/TradeProtocolFactory.java
+++ b/core/src/main/java/haveno/core/trade/protocol/TradeProtocolFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol;
diff --git a/core/src/main/java/haveno/core/trade/protocol/TradeTaskRunner.java b/core/src/main/java/haveno/core/trade/protocol/TradeTaskRunner.java
index 55903e63..695e3a65 100644
--- a/core/src/main/java/haveno/core/trade/protocol/TradeTaskRunner.java
+++ b/core/src/main/java/haveno/core/trade/protocol/TradeTaskRunner.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/ApplyFilter.java b/core/src/main/java/haveno/core/trade/protocol/tasks/ApplyFilter.java
index bdf21b2a..866b3164 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/ApplyFilter.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/ApplyFilter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/BuyerPreparePaymentSentMessage.java b/core/src/main/java/haveno/core/trade/protocol/tasks/BuyerPreparePaymentSentMessage.java
index 11b21a77..5be3e220 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/BuyerPreparePaymentSentMessage.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/BuyerPreparePaymentSentMessage.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/BuyerSendPaymentSentMessage.java b/core/src/main/java/haveno/core/trade/protocol/tasks/BuyerSendPaymentSentMessage.java
index b9f9edbb..460f164f 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/BuyerSendPaymentSentMessage.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/BuyerSendPaymentSentMessage.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/MakerSetLockTime.java b/core/src/main/java/haveno/core/trade/protocol/tasks/MakerSetLockTime.java
index a22fa95c..2ed9b061 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/MakerSetLockTime.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/MakerSetLockTime.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/ProcessPaymentReceivedMessage.java b/core/src/main/java/haveno/core/trade/protocol/tasks/ProcessPaymentReceivedMessage.java
index 5e5c8776..f8283be0 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/ProcessPaymentReceivedMessage.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/ProcessPaymentReceivedMessage.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/RemoveOffer.java b/core/src/main/java/haveno/core/trade/protocol/tasks/RemoveOffer.java
index c5b8a3f5..2589c90c 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/RemoveOffer.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/RemoveOffer.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/SellerPublishDepositTx.java b/core/src/main/java/haveno/core/trade/protocol/tasks/SellerPublishDepositTx.java
index 36bd2a19..b01c774d 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/SellerPublishDepositTx.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/SellerPublishDepositTx.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/SellerPublishTradeStatistics.java b/core/src/main/java/haveno/core/trade/protocol/tasks/SellerPublishTradeStatistics.java
index af41cbe4..355c0cd4 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/SellerPublishTradeStatistics.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/SellerPublishTradeStatistics.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/SellerSendPaymentReceivedMessage.java b/core/src/main/java/haveno/core/trade/protocol/tasks/SellerSendPaymentReceivedMessage.java
index 78d8537b..78e5ceea 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/SellerSendPaymentReceivedMessage.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/SellerSendPaymentReceivedMessage.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/SendMailboxMessageTask.java b/core/src/main/java/haveno/core/trade/protocol/tasks/SendMailboxMessageTask.java
index be107ed4..b5cff658 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/SendMailboxMessageTask.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/SendMailboxMessageTask.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/TradeTask.java b/core/src/main/java/haveno/core/trade/protocol/tasks/TradeTask.java
index b7e0b8d1..231e5482 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/TradeTask.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/TradeTask.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/VerifyPeersAccountAgeWitness.java b/core/src/main/java/haveno/core/trade/protocol/tasks/VerifyPeersAccountAgeWitness.java
index 7b27486c..b7d07190 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/VerifyPeersAccountAgeWitness.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/VerifyPeersAccountAgeWitness.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/FinalizeMediatedPayoutTx.java b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/FinalizeMediatedPayoutTx.java
index 90d44128..33bf7b8c 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/FinalizeMediatedPayoutTx.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/FinalizeMediatedPayoutTx.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks.mediation;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/ProcessMediatedPayoutSignatureMessage.java b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/ProcessMediatedPayoutSignatureMessage.java
index aaee1e55..a4e29c43 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/ProcessMediatedPayoutSignatureMessage.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/ProcessMediatedPayoutSignatureMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks.mediation;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/ProcessMediatedPayoutTxPublishedMessage.java b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/ProcessMediatedPayoutTxPublishedMessage.java
index aced5329..783e0436 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/ProcessMediatedPayoutTxPublishedMessage.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/ProcessMediatedPayoutTxPublishedMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks.mediation;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SendMediatedPayoutSignatureMessage.java b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SendMediatedPayoutSignatureMessage.java
index 1e863e76..ec715548 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SendMediatedPayoutSignatureMessage.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SendMediatedPayoutSignatureMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks.mediation;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SendMediatedPayoutTxPublishedMessage.java b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SendMediatedPayoutTxPublishedMessage.java
index bd7775d8..906859e6 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SendMediatedPayoutTxPublishedMessage.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SendMediatedPayoutTxPublishedMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks.mediation;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SetupMediatedPayoutTxListener.java b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SetupMediatedPayoutTxListener.java
index 85d3d140..2c5ceb8d 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SetupMediatedPayoutTxListener.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SetupMediatedPayoutTxListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks.mediation;
diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SignMediatedPayoutTx.java b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SignMediatedPayoutTx.java
index 9e33e08e..0b008990 100644
--- a/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SignMediatedPayoutTx.java
+++ b/core/src/main/java/haveno/core/trade/protocol/tasks/mediation/SignMediatedPayoutTx.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.protocol.tasks.mediation;
diff --git a/core/src/main/java/haveno/core/trade/statistics/ReferralId.java b/core/src/main/java/haveno/core/trade/statistics/ReferralId.java
index e6789f2e..28d24551 100644
--- a/core/src/main/java/haveno/core/trade/statistics/ReferralId.java
+++ b/core/src/main/java/haveno/core/trade/statistics/ReferralId.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.statistics;
diff --git a/core/src/main/java/haveno/core/trade/statistics/ReferralIdService.java b/core/src/main/java/haveno/core/trade/statistics/ReferralIdService.java
index 976432b9..3cac5a4d 100644
--- a/core/src/main/java/haveno/core/trade/statistics/ReferralIdService.java
+++ b/core/src/main/java/haveno/core/trade/statistics/ReferralIdService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.statistics;
diff --git a/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3.java b/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3.java
index 8d0defa4..61cd5eb9 100644
--- a/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3.java
+++ b/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.statistics;
diff --git a/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3StorageService.java b/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3StorageService.java
index deb01a14..b58177db 100644
--- a/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3StorageService.java
+++ b/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3StorageService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.statistics;
diff --git a/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3Store.java b/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3Store.java
index 3bf7039f..2874b6ef 100644
--- a/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3Store.java
+++ b/core/src/main/java/haveno/core/trade/statistics/TradeStatistics3Store.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.statistics;
diff --git a/core/src/main/java/haveno/core/trade/statistics/TradeStatisticsForJson.java b/core/src/main/java/haveno/core/trade/statistics/TradeStatisticsForJson.java
index f3a553fc..774726d2 100644
--- a/core/src/main/java/haveno/core/trade/statistics/TradeStatisticsForJson.java
+++ b/core/src/main/java/haveno/core/trade/statistics/TradeStatisticsForJson.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.statistics;
diff --git a/core/src/main/java/haveno/core/trade/statistics/TradeStatisticsManager.java b/core/src/main/java/haveno/core/trade/statistics/TradeStatisticsManager.java
index 9e762a8e..7c84e9d0 100644
--- a/core/src/main/java/haveno/core/trade/statistics/TradeStatisticsManager.java
+++ b/core/src/main/java/haveno/core/trade/statistics/TradeStatisticsManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade.statistics;
diff --git a/core/src/main/java/haveno/core/user/AutoConfirmSettings.java b/core/src/main/java/haveno/core/user/AutoConfirmSettings.java
index 7b0a2590..55f7db17 100644
--- a/core/src/main/java/haveno/core/user/AutoConfirmSettings.java
+++ b/core/src/main/java/haveno/core/user/AutoConfirmSettings.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/main/java/haveno/core/user/BlockChainExplorer.java b/core/src/main/java/haveno/core/user/BlockChainExplorer.java
index 37b82745..d574f51a 100644
--- a/core/src/main/java/haveno/core/user/BlockChainExplorer.java
+++ b/core/src/main/java/haveno/core/user/BlockChainExplorer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/main/java/haveno/core/user/Cookie.java b/core/src/main/java/haveno/core/user/Cookie.java
index 8299482c..8976e9cb 100644
--- a/core/src/main/java/haveno/core/user/Cookie.java
+++ b/core/src/main/java/haveno/core/user/Cookie.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/main/java/haveno/core/user/CookieKey.java b/core/src/main/java/haveno/core/user/CookieKey.java
index 8276cfda..d729529c 100644
--- a/core/src/main/java/haveno/core/user/CookieKey.java
+++ b/core/src/main/java/haveno/core/user/CookieKey.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/main/java/haveno/core/user/DontShowAgainLookup.java b/core/src/main/java/haveno/core/user/DontShowAgainLookup.java
index c1ed8d9d..3c9a4996 100644
--- a/core/src/main/java/haveno/core/user/DontShowAgainLookup.java
+++ b/core/src/main/java/haveno/core/user/DontShowAgainLookup.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/main/java/haveno/core/user/Preferences.java b/core/src/main/java/haveno/core/user/Preferences.java
index fe34802e..bfb10aa4 100644
--- a/core/src/main/java/haveno/core/user/Preferences.java
+++ b/core/src/main/java/haveno/core/user/Preferences.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/main/java/haveno/core/user/PreferencesPayload.java b/core/src/main/java/haveno/core/user/PreferencesPayload.java
index b8c89f45..b0a2fd7d 100644
--- a/core/src/main/java/haveno/core/user/PreferencesPayload.java
+++ b/core/src/main/java/haveno/core/user/PreferencesPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/main/java/haveno/core/user/User.java b/core/src/main/java/haveno/core/user/User.java
index d73cad79..bcd7676e 100644
--- a/core/src/main/java/haveno/core/user/User.java
+++ b/core/src/main/java/haveno/core/user/User.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/main/java/haveno/core/user/UserPayload.java b/core/src/main/java/haveno/core/user/UserPayload.java
index 26f81579..934f987a 100644
--- a/core/src/main/java/haveno/core/user/UserPayload.java
+++ b/core/src/main/java/haveno/core/user/UserPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/main/java/haveno/core/util/AveragePriceUtil.java b/core/src/main/java/haveno/core/util/AveragePriceUtil.java
index 4790b9f3..b548c012 100644
--- a/core/src/main/java/haveno/core/util/AveragePriceUtil.java
+++ b/core/src/main/java/haveno/core/util/AveragePriceUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util;
diff --git a/core/src/main/java/haveno/core/util/InlierUtil.java b/core/src/main/java/haveno/core/util/InlierUtil.java
index 4b7e522a..94d11799 100644
--- a/core/src/main/java/haveno/core/util/InlierUtil.java
+++ b/core/src/main/java/haveno/core/util/InlierUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util;
diff --git a/core/src/main/java/haveno/core/util/JsonUtil.java b/core/src/main/java/haveno/core/util/JsonUtil.java
index 04f5bb61..014f170e 100644
--- a/core/src/main/java/haveno/core/util/JsonUtil.java
+++ b/core/src/main/java/haveno/core/util/JsonUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util;
diff --git a/core/src/main/java/haveno/core/util/PriceUtil.java b/core/src/main/java/haveno/core/util/PriceUtil.java
index 01e20e88..f1b6a9c7 100644
--- a/core/src/main/java/haveno/core/util/PriceUtil.java
+++ b/core/src/main/java/haveno/core/util/PriceUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util;
diff --git a/core/src/main/java/haveno/core/util/SimpleMarkdownParser.java b/core/src/main/java/haveno/core/util/SimpleMarkdownParser.java
index 1e1e37b5..7a076059 100644
--- a/core/src/main/java/haveno/core/util/SimpleMarkdownParser.java
+++ b/core/src/main/java/haveno/core/util/SimpleMarkdownParser.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util;
diff --git a/core/src/main/java/haveno/core/util/Validator.java b/core/src/main/java/haveno/core/util/Validator.java
index b1f5edde..2b2ea416 100644
--- a/core/src/main/java/haveno/core/util/Validator.java
+++ b/core/src/main/java/haveno/core/util/Validator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util;
diff --git a/core/src/main/java/haveno/core/util/VolumeUtil.java b/core/src/main/java/haveno/core/util/VolumeUtil.java
index c92b190e..2b25651b 100644
--- a/core/src/main/java/haveno/core/util/VolumeUtil.java
+++ b/core/src/main/java/haveno/core/util/VolumeUtil.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/util/coin/CoinUtil.java b/core/src/main/java/haveno/core/util/coin/CoinUtil.java
index 65c8e4ec..ec7ff113 100644
--- a/core/src/main/java/haveno/core/util/coin/CoinUtil.java
+++ b/core/src/main/java/haveno/core/util/coin/CoinUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.coin;
diff --git a/core/src/main/java/haveno/core/util/coin/ImmutableCoinFormatter.java b/core/src/main/java/haveno/core/util/coin/ImmutableCoinFormatter.java
index a685efab..24da3148 100644
--- a/core/src/main/java/haveno/core/util/coin/ImmutableCoinFormatter.java
+++ b/core/src/main/java/haveno/core/util/coin/ImmutableCoinFormatter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.coin;
diff --git a/core/src/main/java/haveno/core/util/validation/AmountValidator4Decimals.java b/core/src/main/java/haveno/core/util/validation/AmountValidator4Decimals.java
index 1c9a26a6..11f6e43e 100644
--- a/core/src/main/java/haveno/core/util/validation/AmountValidator4Decimals.java
+++ b/core/src/main/java/haveno/core/util/validation/AmountValidator4Decimals.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/util/validation/AmountValidator8Decimals.java b/core/src/main/java/haveno/core/util/validation/AmountValidator8Decimals.java
index 5a329918..7a8afc12 100644
--- a/core/src/main/java/haveno/core/util/validation/AmountValidator8Decimals.java
+++ b/core/src/main/java/haveno/core/util/validation/AmountValidator8Decimals.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/util/validation/BtcAddressValidator.java b/core/src/main/java/haveno/core/util/validation/BtcAddressValidator.java
index c187a7f1..7424a5e7 100644
--- a/core/src/main/java/haveno/core/util/validation/BtcAddressValidator.java
+++ b/core/src/main/java/haveno/core/util/validation/BtcAddressValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/util/validation/HexStringValidator.java b/core/src/main/java/haveno/core/util/validation/HexStringValidator.java
index a8f45f0d..f2626490 100644
--- a/core/src/main/java/haveno/core/util/validation/HexStringValidator.java
+++ b/core/src/main/java/haveno/core/util/validation/HexStringValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/util/validation/InputValidator.java b/core/src/main/java/haveno/core/util/validation/InputValidator.java
index 512ad7dc..2f687ab2 100644
--- a/core/src/main/java/haveno/core/util/validation/InputValidator.java
+++ b/core/src/main/java/haveno/core/util/validation/InputValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/util/validation/IntegerValidator.java b/core/src/main/java/haveno/core/util/validation/IntegerValidator.java
index a1843bd1..a5ef3f99 100644
--- a/core/src/main/java/haveno/core/util/validation/IntegerValidator.java
+++ b/core/src/main/java/haveno/core/util/validation/IntegerValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/util/validation/MonetaryValidator.java b/core/src/main/java/haveno/core/util/validation/MonetaryValidator.java
index a28e6cbb..3dc69a08 100644
--- a/core/src/main/java/haveno/core/util/validation/MonetaryValidator.java
+++ b/core/src/main/java/haveno/core/util/validation/MonetaryValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/util/validation/NumberValidator.java b/core/src/main/java/haveno/core/util/validation/NumberValidator.java
index 89360e9f..67c89fe0 100644
--- a/core/src/main/java/haveno/core/util/validation/NumberValidator.java
+++ b/core/src/main/java/haveno/core/util/validation/NumberValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/util/validation/RegexValidatorFactory.java b/core/src/main/java/haveno/core/util/validation/RegexValidatorFactory.java
index 0e3090ed..c9a5d643 100644
--- a/core/src/main/java/haveno/core/util/validation/RegexValidatorFactory.java
+++ b/core/src/main/java/haveno/core/util/validation/RegexValidatorFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/util/validation/StringValidator.java b/core/src/main/java/haveno/core/util/validation/StringValidator.java
index 33a51883..fe9b098e 100644
--- a/core/src/main/java/haveno/core/util/validation/StringValidator.java
+++ b/core/src/main/java/haveno/core/util/validation/StringValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/util/validation/UrlInputValidator.java b/core/src/main/java/haveno/core/util/validation/UrlInputValidator.java
index df97942d..fb0e03b7 100644
--- a/core/src/main/java/haveno/core/util/validation/UrlInputValidator.java
+++ b/core/src/main/java/haveno/core/util/validation/UrlInputValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.validation;
diff --git a/core/src/main/java/haveno/core/xmr/Balances.java b/core/src/main/java/haveno/core/xmr/Balances.java
index 3a5bee18..ab038030 100644
--- a/core/src/main/java/haveno/core/xmr/Balances.java
+++ b/core/src/main/java/haveno/core/xmr/Balances.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/xmr/XmrConnectionModule.java b/core/src/main/java/haveno/core/xmr/XmrConnectionModule.java
index 3749463b..03a808da 100644
--- a/core/src/main/java/haveno/core/xmr/XmrConnectionModule.java
+++ b/core/src/main/java/haveno/core/xmr/XmrConnectionModule.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Haveno.
+ *
+ * Haveno is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Haveno. If not, see .
+ */
+
package haveno.core.xmr;
import com.google.inject.Singleton;
diff --git a/core/src/main/java/haveno/core/xmr/XmrModule.java b/core/src/main/java/haveno/core/xmr/XmrModule.java
index ecca89b8..f869b97a 100644
--- a/core/src/main/java/haveno/core/xmr/XmrModule.java
+++ b/core/src/main/java/haveno/core/xmr/XmrModule.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/xmr/XmrNodeSettings.java b/core/src/main/java/haveno/core/xmr/XmrNodeSettings.java
index 14a58104..0db9868f 100644
--- a/core/src/main/java/haveno/core/xmr/XmrNodeSettings.java
+++ b/core/src/main/java/haveno/core/xmr/XmrNodeSettings.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr;
diff --git a/core/src/main/java/haveno/core/xmr/exceptions/AddressEntryException.java b/core/src/main/java/haveno/core/xmr/exceptions/AddressEntryException.java
index c0cf37e5..6b591373 100644
--- a/core/src/main/java/haveno/core/xmr/exceptions/AddressEntryException.java
+++ b/core/src/main/java/haveno/core/xmr/exceptions/AddressEntryException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.exceptions;
diff --git a/core/src/main/java/haveno/core/xmr/exceptions/InsufficientFundsException.java b/core/src/main/java/haveno/core/xmr/exceptions/InsufficientFundsException.java
index cbdaeb12..37e99d76 100644
--- a/core/src/main/java/haveno/core/xmr/exceptions/InsufficientFundsException.java
+++ b/core/src/main/java/haveno/core/xmr/exceptions/InsufficientFundsException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.exceptions;
diff --git a/core/src/main/java/haveno/core/xmr/exceptions/InvalidHostException.java b/core/src/main/java/haveno/core/xmr/exceptions/InvalidHostException.java
index 10542dfd..69ecdbc7 100644
--- a/core/src/main/java/haveno/core/xmr/exceptions/InvalidHostException.java
+++ b/core/src/main/java/haveno/core/xmr/exceptions/InvalidHostException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.exceptions;
diff --git a/core/src/main/java/haveno/core/xmr/exceptions/RejectedTxException.java b/core/src/main/java/haveno/core/xmr/exceptions/RejectedTxException.java
index ce74645a..0de9ba9e 100644
--- a/core/src/main/java/haveno/core/xmr/exceptions/RejectedTxException.java
+++ b/core/src/main/java/haveno/core/xmr/exceptions/RejectedTxException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.exceptions;
diff --git a/core/src/main/java/haveno/core/xmr/exceptions/SigningException.java b/core/src/main/java/haveno/core/xmr/exceptions/SigningException.java
index f2b6a3ba..060c7fd0 100644
--- a/core/src/main/java/haveno/core/xmr/exceptions/SigningException.java
+++ b/core/src/main/java/haveno/core/xmr/exceptions/SigningException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.exceptions;
diff --git a/core/src/main/java/haveno/core/xmr/exceptions/TransactionVerificationException.java b/core/src/main/java/haveno/core/xmr/exceptions/TransactionVerificationException.java
index af44a9eb..3481e591 100644
--- a/core/src/main/java/haveno/core/xmr/exceptions/TransactionVerificationException.java
+++ b/core/src/main/java/haveno/core/xmr/exceptions/TransactionVerificationException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.exceptions;
diff --git a/core/src/main/java/haveno/core/xmr/exceptions/TxBroadcastException.java b/core/src/main/java/haveno/core/xmr/exceptions/TxBroadcastException.java
index be580b1a..0a2edbac 100644
--- a/core/src/main/java/haveno/core/xmr/exceptions/TxBroadcastException.java
+++ b/core/src/main/java/haveno/core/xmr/exceptions/TxBroadcastException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.exceptions;
diff --git a/core/src/main/java/haveno/core/xmr/exceptions/TxBroadcastTimeoutException.java b/core/src/main/java/haveno/core/xmr/exceptions/TxBroadcastTimeoutException.java
index bc5c35eb..eaf22635 100644
--- a/core/src/main/java/haveno/core/xmr/exceptions/TxBroadcastTimeoutException.java
+++ b/core/src/main/java/haveno/core/xmr/exceptions/TxBroadcastTimeoutException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.exceptions;
diff --git a/core/src/main/java/haveno/core/xmr/exceptions/WalletException.java b/core/src/main/java/haveno/core/xmr/exceptions/WalletException.java
index 35fb31c5..47e6e3b7 100644
--- a/core/src/main/java/haveno/core/xmr/exceptions/WalletException.java
+++ b/core/src/main/java/haveno/core/xmr/exceptions/WalletException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.exceptions;
diff --git a/core/src/main/java/haveno/core/xmr/listeners/AddressConfidenceListener.java b/core/src/main/java/haveno/core/xmr/listeners/AddressConfidenceListener.java
index c9ee1426..f4dd0b64 100644
--- a/core/src/main/java/haveno/core/xmr/listeners/AddressConfidenceListener.java
+++ b/core/src/main/java/haveno/core/xmr/listeners/AddressConfidenceListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.listeners;
diff --git a/core/src/main/java/haveno/core/xmr/listeners/BalanceListener.java b/core/src/main/java/haveno/core/xmr/listeners/BalanceListener.java
index 1eaa14eb..a5cc1c7b 100644
--- a/core/src/main/java/haveno/core/xmr/listeners/BalanceListener.java
+++ b/core/src/main/java/haveno/core/xmr/listeners/BalanceListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.listeners;
diff --git a/core/src/main/java/haveno/core/xmr/listeners/TxConfidenceListener.java b/core/src/main/java/haveno/core/xmr/listeners/TxConfidenceListener.java
index 68b48be0..aa98da10 100644
--- a/core/src/main/java/haveno/core/xmr/listeners/TxConfidenceListener.java
+++ b/core/src/main/java/haveno/core/xmr/listeners/TxConfidenceListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.listeners;
diff --git a/core/src/main/java/haveno/core/xmr/listeners/XmrBalanceListener.java b/core/src/main/java/haveno/core/xmr/listeners/XmrBalanceListener.java
index 75f9b9a2..e5ef43be 100644
--- a/core/src/main/java/haveno/core/xmr/listeners/XmrBalanceListener.java
+++ b/core/src/main/java/haveno/core/xmr/listeners/XmrBalanceListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.listeners;
diff --git a/core/src/main/java/haveno/core/xmr/model/AddressEntry.java b/core/src/main/java/haveno/core/xmr/model/AddressEntry.java
index 463b73ae..18982afe 100644
--- a/core/src/main/java/haveno/core/xmr/model/AddressEntry.java
+++ b/core/src/main/java/haveno/core/xmr/model/AddressEntry.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.model;
diff --git a/core/src/main/java/haveno/core/xmr/model/AddressEntryList.java b/core/src/main/java/haveno/core/xmr/model/AddressEntryList.java
index 71b1bb4e..376e827f 100644
--- a/core/src/main/java/haveno/core/xmr/model/AddressEntryList.java
+++ b/core/src/main/java/haveno/core/xmr/model/AddressEntryList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.model;
diff --git a/core/src/main/java/haveno/core/xmr/model/InputsAndChangeOutput.java b/core/src/main/java/haveno/core/xmr/model/InputsAndChangeOutput.java
index 00233a44..183f1216 100644
--- a/core/src/main/java/haveno/core/xmr/model/InputsAndChangeOutput.java
+++ b/core/src/main/java/haveno/core/xmr/model/InputsAndChangeOutput.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.model;
diff --git a/core/src/main/java/haveno/core/xmr/model/PreparedDepositTxAndMakerInputs.java b/core/src/main/java/haveno/core/xmr/model/PreparedDepositTxAndMakerInputs.java
index c184ab82..96af9d02 100644
--- a/core/src/main/java/haveno/core/xmr/model/PreparedDepositTxAndMakerInputs.java
+++ b/core/src/main/java/haveno/core/xmr/model/PreparedDepositTxAndMakerInputs.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.model;
diff --git a/core/src/main/java/haveno/core/xmr/model/RawTransactionInput.java b/core/src/main/java/haveno/core/xmr/model/RawTransactionInput.java
index 940e9f32..c5778f62 100644
--- a/core/src/main/java/haveno/core/xmr/model/RawTransactionInput.java
+++ b/core/src/main/java/haveno/core/xmr/model/RawTransactionInput.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.model;
diff --git a/core/src/main/java/haveno/core/xmr/nodes/ProxySocketFactory.java b/core/src/main/java/haveno/core/xmr/nodes/ProxySocketFactory.java
index cbb37842..a477e85a 100644
--- a/core/src/main/java/haveno/core/xmr/nodes/ProxySocketFactory.java
+++ b/core/src/main/java/haveno/core/xmr/nodes/ProxySocketFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
/**
diff --git a/core/src/main/java/haveno/core/xmr/nodes/SeedPeersSocks5Dns.java b/core/src/main/java/haveno/core/xmr/nodes/SeedPeersSocks5Dns.java
index f0608c9b..62268ac8 100644
--- a/core/src/main/java/haveno/core/xmr/nodes/SeedPeersSocks5Dns.java
+++ b/core/src/main/java/haveno/core/xmr/nodes/SeedPeersSocks5Dns.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
/**
diff --git a/core/src/main/java/haveno/core/xmr/nodes/XmrNetworkConfig.java b/core/src/main/java/haveno/core/xmr/nodes/XmrNetworkConfig.java
index b4586e9f..89394ec4 100644
--- a/core/src/main/java/haveno/core/xmr/nodes/XmrNetworkConfig.java
+++ b/core/src/main/java/haveno/core/xmr/nodes/XmrNetworkConfig.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.nodes;
diff --git a/core/src/main/java/haveno/core/xmr/nodes/XmrNodeConverter.java b/core/src/main/java/haveno/core/xmr/nodes/XmrNodeConverter.java
index cc401308..16d4451d 100644
--- a/core/src/main/java/haveno/core/xmr/nodes/XmrNodeConverter.java
+++ b/core/src/main/java/haveno/core/xmr/nodes/XmrNodeConverter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.nodes;
diff --git a/core/src/main/java/haveno/core/xmr/nodes/XmrNodes.java b/core/src/main/java/haveno/core/xmr/nodes/XmrNodes.java
index 5cc3e9a5..72df3b3c 100644
--- a/core/src/main/java/haveno/core/xmr/nodes/XmrNodes.java
+++ b/core/src/main/java/haveno/core/xmr/nodes/XmrNodes.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/core/src/main/java/haveno/core/xmr/nodes/XmrNodesRepository.java b/core/src/main/java/haveno/core/xmr/nodes/XmrNodesRepository.java
index 07ff67b0..581545f6 100644
--- a/core/src/main/java/haveno/core/xmr/nodes/XmrNodesRepository.java
+++ b/core/src/main/java/haveno/core/xmr/nodes/XmrNodesRepository.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.nodes;
diff --git a/core/src/main/java/haveno/core/xmr/nodes/XmrNodesSetupPreferences.java b/core/src/main/java/haveno/core/xmr/nodes/XmrNodesSetupPreferences.java
index 583a82c5..642e8a8b 100644
--- a/core/src/main/java/haveno/core/xmr/nodes/XmrNodesSetupPreferences.java
+++ b/core/src/main/java/haveno/core/xmr/nodes/XmrNodesSetupPreferences.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.nodes;
diff --git a/core/src/main/java/haveno/core/xmr/setup/HavenoKeyChainFactory.java b/core/src/main/java/haveno/core/xmr/setup/HavenoKeyChainFactory.java
index 8947ff7c..ccf1b4c4 100644
--- a/core/src/main/java/haveno/core/xmr/setup/HavenoKeyChainFactory.java
+++ b/core/src/main/java/haveno/core/xmr/setup/HavenoKeyChainFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.setup;
diff --git a/core/src/main/java/haveno/core/xmr/setup/HavenoKeyChainGroupStructure.java b/core/src/main/java/haveno/core/xmr/setup/HavenoKeyChainGroupStructure.java
index cc080a8a..310a7012 100644
--- a/core/src/main/java/haveno/core/xmr/setup/HavenoKeyChainGroupStructure.java
+++ b/core/src/main/java/haveno/core/xmr/setup/HavenoKeyChainGroupStructure.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.setup;
diff --git a/core/src/main/java/haveno/core/xmr/setup/MoneroWalletRpcManager.java b/core/src/main/java/haveno/core/xmr/setup/MoneroWalletRpcManager.java
index 3afcb915..c993ebd1 100644
--- a/core/src/main/java/haveno/core/xmr/setup/MoneroWalletRpcManager.java
+++ b/core/src/main/java/haveno/core/xmr/setup/MoneroWalletRpcManager.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Haveno.
+ *
+ * Haveno is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Haveno. If not, see .
+ */
+
package haveno.core.xmr.setup;
import lombok.extern.slf4j.Slf4j;
diff --git a/core/src/main/java/haveno/core/xmr/setup/RegTestHost.java b/core/src/main/java/haveno/core/xmr/setup/RegTestHost.java
index 8eecb62e..f5999c2f 100644
--- a/core/src/main/java/haveno/core/xmr/setup/RegTestHost.java
+++ b/core/src/main/java/haveno/core/xmr/setup/RegTestHost.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.setup;
diff --git a/core/src/main/java/haveno/core/xmr/setup/WalletConfig.java b/core/src/main/java/haveno/core/xmr/setup/WalletConfig.java
index 553d2ac3..362b7642 100644
--- a/core/src/main/java/haveno/core/xmr/setup/WalletConfig.java
+++ b/core/src/main/java/haveno/core/xmr/setup/WalletConfig.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.setup;
diff --git a/core/src/main/java/haveno/core/xmr/setup/WalletsSetup.java b/core/src/main/java/haveno/core/xmr/setup/WalletsSetup.java
index de134a11..ca0cdbcd 100644
--- a/core/src/main/java/haveno/core/xmr/setup/WalletsSetup.java
+++ b/core/src/main/java/haveno/core/xmr/setup/WalletsSetup.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.setup;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/BtcCoinSelector.java b/core/src/main/java/haveno/core/xmr/wallet/BtcCoinSelector.java
index 89188af7..733ccda7 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/BtcCoinSelector.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/BtcCoinSelector.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.wallet;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/BtcWalletService.java b/core/src/main/java/haveno/core/xmr/wallet/BtcWalletService.java
index e0f9cc2d..1116d0ad 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/BtcWalletService.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/BtcWalletService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.wallet;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/HavenoDefaultCoinSelector.java b/core/src/main/java/haveno/core/xmr/wallet/HavenoDefaultCoinSelector.java
index b8a35603..d928c307 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/HavenoDefaultCoinSelector.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/HavenoDefaultCoinSelector.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.wallet;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/HavenoRiskAnalysis.java b/core/src/main/java/haveno/core/xmr/wallet/HavenoRiskAnalysis.java
index e85e03d2..f19ad622 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/HavenoRiskAnalysis.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/HavenoRiskAnalysis.java
@@ -16,20 +16,20 @@
*/
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.wallet;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/NonBsqCoinSelector.java b/core/src/main/java/haveno/core/xmr/wallet/NonBsqCoinSelector.java
index 8f3f5eeb..d2564605 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/NonBsqCoinSelector.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/NonBsqCoinSelector.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.wallet;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/Restrictions.java b/core/src/main/java/haveno/core/xmr/wallet/Restrictions.java
index 18056e53..a70d2cc1 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/Restrictions.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/Restrictions.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.wallet;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/TradeWalletService.java b/core/src/main/java/haveno/core/xmr/wallet/TradeWalletService.java
index 12dac1aa..42516b9f 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/TradeWalletService.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/TradeWalletService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.wallet;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/WalletService.java b/core/src/main/java/haveno/core/xmr/wallet/WalletService.java
index fb42904c..ba56cc70 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/WalletService.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/WalletService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.wallet;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/WalletsManager.java b/core/src/main/java/haveno/core/xmr/wallet/WalletsManager.java
index 3cdfc4ca..eec7bebe 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/WalletsManager.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/WalletsManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.wallet;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/XmrKeyImageListener.java b/core/src/main/java/haveno/core/xmr/wallet/XmrKeyImageListener.java
index f4176f16..79cb8754 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/XmrKeyImageListener.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/XmrKeyImageListener.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Haveno.
+ *
+ * Haveno is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Haveno. If not, see .
+ */
+
package haveno.core.xmr.wallet;
import monero.daemon.model.MoneroKeyImageSpentStatus;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/XmrKeyImagePoller.java b/core/src/main/java/haveno/core/xmr/wallet/XmrKeyImagePoller.java
index 158f4fe1..8c411158 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/XmrKeyImagePoller.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/XmrKeyImagePoller.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Haveno.
+ *
+ * Haveno is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Haveno. If not, see .
+ */
+
package haveno.core.xmr.wallet;
import lombok.extern.slf4j.Slf4j;
diff --git a/core/src/main/java/haveno/core/xmr/wallet/XmrWalletService.java b/core/src/main/java/haveno/core/xmr/wallet/XmrWalletService.java
index 44528ee9..38913e6a 100644
--- a/core/src/main/java/haveno/core/xmr/wallet/XmrWalletService.java
+++ b/core/src/main/java/haveno/core/xmr/wallet/XmrWalletService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Haveno.
+ *
+ * Haveno is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Haveno. If not, see .
+ */
+
package haveno.core.xmr.wallet;
import com.google.common.util.concurrent.Service.State;
diff --git a/core/src/test/java/haveno/core/account/sign/SignedWitnessServiceTest.java b/core/src/test/java/haveno/core/account/sign/SignedWitnessServiceTest.java
index a84c1645..9b26def5 100644
--- a/core/src/test/java/haveno/core/account/sign/SignedWitnessServiceTest.java
+++ b/core/src/test/java/haveno/core/account/sign/SignedWitnessServiceTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.sign;
diff --git a/core/src/test/java/haveno/core/account/witness/AccountAgeWitnessServiceTest.java b/core/src/test/java/haveno/core/account/witness/AccountAgeWitnessServiceTest.java
index ba4acc9b..c60e06cb 100644
--- a/core/src/test/java/haveno/core/account/witness/AccountAgeWitnessServiceTest.java
+++ b/core/src/test/java/haveno/core/account/witness/AccountAgeWitnessServiceTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.account.witness;
diff --git a/core/src/test/java/haveno/core/app/HavenoHelpFormatterTest.java b/core/src/test/java/haveno/core/app/HavenoHelpFormatterTest.java
index fbed2aa5..b2af6bf0 100644
--- a/core/src/test/java/haveno/core/app/HavenoHelpFormatterTest.java
+++ b/core/src/test/java/haveno/core/app/HavenoHelpFormatterTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.app;
diff --git a/core/src/test/java/haveno/core/arbitration/ArbitratorManagerTest.java b/core/src/test/java/haveno/core/arbitration/ArbitratorManagerTest.java
index 184430ce..c69ccdc6 100644
--- a/core/src/test/java/haveno/core/arbitration/ArbitratorManagerTest.java
+++ b/core/src/test/java/haveno/core/arbitration/ArbitratorManagerTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.arbitration;
diff --git a/core/src/test/java/haveno/core/arbitration/ArbitratorTest.java b/core/src/test/java/haveno/core/arbitration/ArbitratorTest.java
index 4b6e1624..34a775aa 100644
--- a/core/src/test/java/haveno/core/arbitration/ArbitratorTest.java
+++ b/core/src/test/java/haveno/core/arbitration/ArbitratorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.arbitration;
diff --git a/core/src/test/java/haveno/core/arbitration/MediatorTest.java b/core/src/test/java/haveno/core/arbitration/MediatorTest.java
index 8aba525a..810be4a6 100644
--- a/core/src/test/java/haveno/core/arbitration/MediatorTest.java
+++ b/core/src/test/java/haveno/core/arbitration/MediatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.arbitration;
diff --git a/core/src/test/java/haveno/core/arbitration/TraderDataItemTest.java b/core/src/test/java/haveno/core/arbitration/TraderDataItemTest.java
index c6fae6ae..cec1b838 100644
--- a/core/src/test/java/haveno/core/arbitration/TraderDataItemTest.java
+++ b/core/src/test/java/haveno/core/arbitration/TraderDataItemTest.java
@@ -14,20 +14,20 @@ import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.mockito.Mockito.mock;
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
public class TraderDataItemTest {
private TraderDataItem traderDataItem1;
diff --git a/core/src/test/java/haveno/core/crypto/EncryptionTest.java b/core/src/test/java/haveno/core/crypto/EncryptionTest.java
index 493ddbe6..d3952f40 100644
--- a/core/src/test/java/haveno/core/crypto/EncryptionTest.java
+++ b/core/src/test/java/haveno/core/crypto/EncryptionTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.crypto;
diff --git a/core/src/test/java/haveno/core/crypto/SigTest.java b/core/src/test/java/haveno/core/crypto/SigTest.java
index 0df69178..9d5e65ef 100644
--- a/core/src/test/java/haveno/core/crypto/SigTest.java
+++ b/core/src/test/java/haveno/core/crypto/SigTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.crypto;
diff --git a/core/src/test/java/haveno/core/locale/CurrencyUtilTest.java b/core/src/test/java/haveno/core/locale/CurrencyUtilTest.java
index e3e544df..0152771d 100644
--- a/core/src/test/java/haveno/core/locale/CurrencyUtilTest.java
+++ b/core/src/test/java/haveno/core/locale/CurrencyUtilTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/test/java/haveno/core/locale/MockTestnetCoin.java b/core/src/test/java/haveno/core/locale/MockTestnetCoin.java
index 151c7444..e6a7c092 100644
--- a/core/src/test/java/haveno/core/locale/MockTestnetCoin.java
+++ b/core/src/test/java/haveno/core/locale/MockTestnetCoin.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.locale;
diff --git a/core/src/test/java/haveno/core/message/MarshallerTest.java b/core/src/test/java/haveno/core/message/MarshallerTest.java
index 5d45b81d..cb7b00fb 100644
--- a/core/src/test/java/haveno/core/message/MarshallerTest.java
+++ b/core/src/test/java/haveno/core/message/MarshallerTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.message;
diff --git a/core/src/test/java/haveno/core/monetary/PriceTest.java b/core/src/test/java/haveno/core/monetary/PriceTest.java
index efaf9953..49a32ac0 100644
--- a/core/src/test/java/haveno/core/monetary/PriceTest.java
+++ b/core/src/test/java/haveno/core/monetary/PriceTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.monetary;
diff --git a/core/src/test/java/haveno/core/network/p2p/seed/DefaultSeedNodeRepositoryTest.java b/core/src/test/java/haveno/core/network/p2p/seed/DefaultSeedNodeRepositoryTest.java
index 6e72f6d0..0644254d 100644
--- a/core/src/test/java/haveno/core/network/p2p/seed/DefaultSeedNodeRepositoryTest.java
+++ b/core/src/test/java/haveno/core/network/p2p/seed/DefaultSeedNodeRepositoryTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.network.p2p.seed;
diff --git a/core/src/test/java/haveno/core/notifications/MobileModelTest.java b/core/src/test/java/haveno/core/notifications/MobileModelTest.java
index 4f3471d6..45679f34 100644
--- a/core/src/test/java/haveno/core/notifications/MobileModelTest.java
+++ b/core/src/test/java/haveno/core/notifications/MobileModelTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.notifications;
diff --git a/core/src/test/java/haveno/core/offer/OfferMaker.java b/core/src/test/java/haveno/core/offer/OfferMaker.java
index 78314214..0d01d4ef 100644
--- a/core/src/test/java/haveno/core/offer/OfferMaker.java
+++ b/core/src/test/java/haveno/core/offer/OfferMaker.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/test/java/haveno/core/offer/OfferTest.java b/core/src/test/java/haveno/core/offer/OfferTest.java
index 80b7778d..1fceb2e4 100644
--- a/core/src/test/java/haveno/core/offer/OfferTest.java
+++ b/core/src/test/java/haveno/core/offer/OfferTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer;
diff --git a/core/src/test/java/haveno/core/offer/availability/ArbitratorSelectionTest.java b/core/src/test/java/haveno/core/offer/availability/ArbitratorSelectionTest.java
index 89aaa28f..c298ce4a 100644
--- a/core/src/test/java/haveno/core/offer/availability/ArbitratorSelectionTest.java
+++ b/core/src/test/java/haveno/core/offer/availability/ArbitratorSelectionTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.offer.availability;
diff --git a/core/src/test/java/haveno/core/payment/PaymentAccountsTest.java b/core/src/test/java/haveno/core/payment/PaymentAccountsTest.java
index fb96d74d..1ed1a9d1 100644
--- a/core/src/test/java/haveno/core/payment/PaymentAccountsTest.java
+++ b/core/src/test/java/haveno/core/payment/PaymentAccountsTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/test/java/haveno/core/payment/ReceiptPredicatesTest.java b/core/src/test/java/haveno/core/payment/ReceiptPredicatesTest.java
index 9836b0e0..1a0243b1 100644
--- a/core/src/test/java/haveno/core/payment/ReceiptPredicatesTest.java
+++ b/core/src/test/java/haveno/core/payment/ReceiptPredicatesTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/test/java/haveno/core/payment/ReceiptValidatorTest.java b/core/src/test/java/haveno/core/payment/ReceiptValidatorTest.java
index 4196ea65..3dba813a 100644
--- a/core/src/test/java/haveno/core/payment/ReceiptValidatorTest.java
+++ b/core/src/test/java/haveno/core/payment/ReceiptValidatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/test/java/haveno/core/payment/TradeLimitsTest.java b/core/src/test/java/haveno/core/payment/TradeLimitsTest.java
index 267bbaf0..843293af 100644
--- a/core/src/test/java/haveno/core/payment/TradeLimitsTest.java
+++ b/core/src/test/java/haveno/core/payment/TradeLimitsTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment;
diff --git a/core/src/test/java/haveno/core/payment/validation/CryptoAddressValidatorTest.java b/core/src/test/java/haveno/core/payment/validation/CryptoAddressValidatorTest.java
index 97ee8757..aad83f33 100644
--- a/core/src/test/java/haveno/core/payment/validation/CryptoAddressValidatorTest.java
+++ b/core/src/test/java/haveno/core/payment/validation/CryptoAddressValidatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.payment.validation;
diff --git a/core/src/test/java/haveno/core/provider/price/MarketPriceFeedServiceTest.java b/core/src/test/java/haveno/core/provider/price/MarketPriceFeedServiceTest.java
index 9effcaa5..805a6141 100644
--- a/core/src/test/java/haveno/core/provider/price/MarketPriceFeedServiceTest.java
+++ b/core/src/test/java/haveno/core/provider/price/MarketPriceFeedServiceTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.provider.price;
diff --git a/core/src/test/java/haveno/core/trade/TradableListTest.java b/core/src/test/java/haveno/core/trade/TradableListTest.java
index 87d3c194..7577d636 100644
--- a/core/src/test/java/haveno/core/trade/TradableListTest.java
+++ b/core/src/test/java/haveno/core/trade/TradableListTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.trade;
diff --git a/core/src/test/java/haveno/core/user/PreferencesTest.java b/core/src/test/java/haveno/core/user/PreferencesTest.java
index 4af2b7ec..d4fa98fb 100644
--- a/core/src/test/java/haveno/core/user/PreferencesTest.java
+++ b/core/src/test/java/haveno/core/user/PreferencesTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/test/java/haveno/core/user/UserPayloadModelVOTest.java b/core/src/test/java/haveno/core/user/UserPayloadModelVOTest.java
index 83aed0e9..445f3685 100644
--- a/core/src/test/java/haveno/core/user/UserPayloadModelVOTest.java
+++ b/core/src/test/java/haveno/core/user/UserPayloadModelVOTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.user;
diff --git a/core/src/test/java/haveno/core/util/ProtoUtilTest.java b/core/src/test/java/haveno/core/util/ProtoUtilTest.java
index edee3c1c..ae224f5e 100644
--- a/core/src/test/java/haveno/core/util/ProtoUtilTest.java
+++ b/core/src/test/java/haveno/core/util/ProtoUtilTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util;
diff --git a/core/src/test/java/haveno/core/util/RegexValidatorTest.java b/core/src/test/java/haveno/core/util/RegexValidatorTest.java
index 04c725f0..6d015f16 100644
--- a/core/src/test/java/haveno/core/util/RegexValidatorTest.java
+++ b/core/src/test/java/haveno/core/util/RegexValidatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util;
diff --git a/core/src/test/java/haveno/core/util/coin/CoinUtilTest.java b/core/src/test/java/haveno/core/util/coin/CoinUtilTest.java
index a27c7ac1..70054855 100644
--- a/core/src/test/java/haveno/core/util/coin/CoinUtilTest.java
+++ b/core/src/test/java/haveno/core/util/coin/CoinUtilTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.util.coin;
diff --git a/core/src/test/java/haveno/core/xmr/nodes/BtcNetworkConfigTest.java b/core/src/test/java/haveno/core/xmr/nodes/BtcNetworkConfigTest.java
index f247d439..e77ef467 100644
--- a/core/src/test/java/haveno/core/xmr/nodes/BtcNetworkConfigTest.java
+++ b/core/src/test/java/haveno/core/xmr/nodes/BtcNetworkConfigTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.nodes;
diff --git a/core/src/test/java/haveno/core/xmr/nodes/XmrNodeConverterTest.java b/core/src/test/java/haveno/core/xmr/nodes/XmrNodeConverterTest.java
index 439e68a6..06476ae8 100644
--- a/core/src/test/java/haveno/core/xmr/nodes/XmrNodeConverterTest.java
+++ b/core/src/test/java/haveno/core/xmr/nodes/XmrNodeConverterTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.nodes;
diff --git a/core/src/test/java/haveno/core/xmr/nodes/XmrNodesRepositoryTest.java b/core/src/test/java/haveno/core/xmr/nodes/XmrNodesRepositoryTest.java
index 622b3fd6..3c2ca003 100644
--- a/core/src/test/java/haveno/core/xmr/nodes/XmrNodesRepositoryTest.java
+++ b/core/src/test/java/haveno/core/xmr/nodes/XmrNodesRepositoryTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.nodes;
diff --git a/core/src/test/java/haveno/core/xmr/nodes/XmrNodesSetupPreferencesTest.java b/core/src/test/java/haveno/core/xmr/nodes/XmrNodesSetupPreferencesTest.java
index efbfce52..972a98e9 100644
--- a/core/src/test/java/haveno/core/xmr/nodes/XmrNodesSetupPreferencesTest.java
+++ b/core/src/test/java/haveno/core/xmr/nodes/XmrNodesSetupPreferencesTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.nodes;
diff --git a/core/src/test/java/haveno/core/xmr/wallet/RestrictionsTest.java b/core/src/test/java/haveno/core/xmr/wallet/RestrictionsTest.java
index a815d506..9db323f0 100644
--- a/core/src/test/java/haveno/core/xmr/wallet/RestrictionsTest.java
+++ b/core/src/test/java/haveno/core/xmr/wallet/RestrictionsTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.core.xmr.wallet;
diff --git a/daemon/src/main/java/haveno/daemon/app/HavenoDaemon.java b/daemon/src/main/java/haveno/daemon/app/HavenoDaemon.java
index 300573e0..4179655f 100644
--- a/daemon/src/main/java/haveno/daemon/app/HavenoDaemon.java
+++ b/daemon/src/main/java/haveno/daemon/app/HavenoDaemon.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.app;
diff --git a/daemon/src/main/java/haveno/daemon/app/HavenoDaemonMain.java b/daemon/src/main/java/haveno/daemon/app/HavenoDaemonMain.java
index a4faa5ce..df92b186 100644
--- a/daemon/src/main/java/haveno/daemon/app/HavenoDaemonMain.java
+++ b/daemon/src/main/java/haveno/daemon/app/HavenoDaemonMain.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.app;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcAccountService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcAccountService.java
index 14ce7c21..387d52a4 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcAccountService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcAccountService.java
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Haveno. If not, see .
*/
+
package haveno.daemon.grpc;
import com.google.common.annotations.VisibleForTesting;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcErrorMessageHandler.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcErrorMessageHandler.java
index 7bfcc72e..a24f6a59 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcErrorMessageHandler.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcErrorMessageHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcExceptionHandler.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcExceptionHandler.java
index f45bf635..0056f5b0 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcExceptionHandler.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcExceptionHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcHelpService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcHelpService.java
index 2abfc11a..86fc6e1d 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcHelpService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcHelpService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcOffersService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcOffersService.java
index 5443068c..5f2bb84b 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcOffersService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcOffersService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcPaymentAccountsService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcPaymentAccountsService.java
index dc87ae52..82f619af 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcPaymentAccountsService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcPaymentAccountsService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcPriceService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcPriceService.java
index dd29b2ce..b91497d6 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcPriceService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcPriceService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcServer.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcServer.java
index 9cfa3d25..9b569758 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcServer.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcServer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcShutdownService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcShutdownService.java
index 000ca3aa..94cd0c41 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcShutdownService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcShutdownService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcTradesService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcTradesService.java
index 860f718e..782eb286 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcTradesService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcTradesService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcVersionService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcVersionService.java
index 432a821f..f6abaffb 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcVersionService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcVersionService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcWalletsService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcWalletsService.java
index 6453de4f..d430afa3 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcWalletsService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcWalletsService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcXmrConnectionService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcXmrConnectionService.java
index c5be2146..9d293ba2 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcXmrConnectionService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcXmrConnectionService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/daemon/src/main/java/haveno/daemon/grpc/GrpcXmrNodeService.java b/daemon/src/main/java/haveno/daemon/grpc/GrpcXmrNodeService.java
index 97671fa5..24a1053c 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/GrpcXmrNodeService.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/GrpcXmrNodeService.java
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Haveno. If not, see .
*/
+
package haveno.daemon.grpc;
import haveno.core.api.CoreApi;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/interceptor/CallRateMeteringInterceptor.java b/daemon/src/main/java/haveno/daemon/grpc/interceptor/CallRateMeteringInterceptor.java
index 7d140869..850776d4 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/interceptor/CallRateMeteringInterceptor.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/interceptor/CallRateMeteringInterceptor.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc.interceptor;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/interceptor/GrpcServiceRateMeteringConfig.java b/daemon/src/main/java/haveno/daemon/grpc/interceptor/GrpcServiceRateMeteringConfig.java
index 15798f03..8ed16980 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/interceptor/GrpcServiceRateMeteringConfig.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/interceptor/GrpcServiceRateMeteringConfig.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc.interceptor;
diff --git a/daemon/src/main/java/haveno/daemon/grpc/interceptor/PasswordAuthInterceptor.java b/daemon/src/main/java/haveno/daemon/grpc/interceptor/PasswordAuthInterceptor.java
index 4eccc52f..c9a7bb03 100644
--- a/daemon/src/main/java/haveno/daemon/grpc/interceptor/PasswordAuthInterceptor.java
+++ b/daemon/src/main/java/haveno/daemon/grpc/interceptor/PasswordAuthInterceptor.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc.interceptor;
diff --git a/daemon/src/test/java/haveno/daemon/grpc/interceptor/GrpcServiceRateMeteringConfigTest.java b/daemon/src/test/java/haveno/daemon/grpc/interceptor/GrpcServiceRateMeteringConfigTest.java
index af631dac..58ab15d2 100644
--- a/daemon/src/test/java/haveno/daemon/grpc/interceptor/GrpcServiceRateMeteringConfigTest.java
+++ b/daemon/src/test/java/haveno/daemon/grpc/interceptor/GrpcServiceRateMeteringConfigTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.daemon.grpc.interceptor;
diff --git a/desktop/src/main/java/haveno/desktop/DesktopModule.java b/desktop/src/main/java/haveno/desktop/DesktopModule.java
index 70712ddb..c1405725 100644
--- a/desktop/src/main/java/haveno/desktop/DesktopModule.java
+++ b/desktop/src/main/java/haveno/desktop/DesktopModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop;
diff --git a/desktop/src/main/java/haveno/desktop/Navigation.java b/desktop/src/main/java/haveno/desktop/Navigation.java
index 9d049f9b..ded19452 100644
--- a/desktop/src/main/java/haveno/desktop/Navigation.java
+++ b/desktop/src/main/java/haveno/desktop/Navigation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop;
diff --git a/desktop/src/main/java/haveno/desktop/app/HavenoApp.java b/desktop/src/main/java/haveno/desktop/app/HavenoApp.java
index 0b3ebb42..06a604dd 100644
--- a/desktop/src/main/java/haveno/desktop/app/HavenoApp.java
+++ b/desktop/src/main/java/haveno/desktop/app/HavenoApp.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.app;
diff --git a/desktop/src/main/java/haveno/desktop/app/HavenoAppMain.java b/desktop/src/main/java/haveno/desktop/app/HavenoAppMain.java
index 5089b8dd..90acacfa 100644
--- a/desktop/src/main/java/haveno/desktop/app/HavenoAppMain.java
+++ b/desktop/src/main/java/haveno/desktop/app/HavenoAppMain.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.app;
diff --git a/desktop/src/main/java/haveno/desktop/app/HavenoAppModule.java b/desktop/src/main/java/haveno/desktop/app/HavenoAppModule.java
index abaded6a..8928e014 100644
--- a/desktop/src/main/java/haveno/desktop/app/HavenoAppModule.java
+++ b/desktop/src/main/java/haveno/desktop/app/HavenoAppModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.app;
diff --git a/desktop/src/main/java/haveno/desktop/common/UITimer.java b/desktop/src/main/java/haveno/desktop/common/UITimer.java
index 708d45d8..e8482ea0 100644
--- a/desktop/src/main/java/haveno/desktop/common/UITimer.java
+++ b/desktop/src/main/java/haveno/desktop/common/UITimer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common;
diff --git a/desktop/src/main/java/haveno/desktop/common/ViewfxException.java b/desktop/src/main/java/haveno/desktop/common/ViewfxException.java
index a6a7f960..798380e1 100644
--- a/desktop/src/main/java/haveno/desktop/common/ViewfxException.java
+++ b/desktop/src/main/java/haveno/desktop/common/ViewfxException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common;
diff --git a/desktop/src/main/java/haveno/desktop/common/fxml/FxmlViewLoader.java b/desktop/src/main/java/haveno/desktop/common/fxml/FxmlViewLoader.java
index e1f4e611..f7d76bef 100644
--- a/desktop/src/main/java/haveno/desktop/common/fxml/FxmlViewLoader.java
+++ b/desktop/src/main/java/haveno/desktop/common/fxml/FxmlViewLoader.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.fxml;
diff --git a/desktop/src/main/java/haveno/desktop/common/model/Activatable.java b/desktop/src/main/java/haveno/desktop/common/model/Activatable.java
index 4bdc495b..a3f39d9e 100644
--- a/desktop/src/main/java/haveno/desktop/common/model/Activatable.java
+++ b/desktop/src/main/java/haveno/desktop/common/model/Activatable.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.model;
diff --git a/desktop/src/main/java/haveno/desktop/common/model/ActivatableDataModel.java b/desktop/src/main/java/haveno/desktop/common/model/ActivatableDataModel.java
index 36aef907..53a51356 100644
--- a/desktop/src/main/java/haveno/desktop/common/model/ActivatableDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/common/model/ActivatableDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.model;
diff --git a/desktop/src/main/java/haveno/desktop/common/model/ActivatableViewModel.java b/desktop/src/main/java/haveno/desktop/common/model/ActivatableViewModel.java
index 6b9e595c..f926776a 100644
--- a/desktop/src/main/java/haveno/desktop/common/model/ActivatableViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/common/model/ActivatableViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.model;
diff --git a/desktop/src/main/java/haveno/desktop/common/model/ActivatableWithDataModel.java b/desktop/src/main/java/haveno/desktop/common/model/ActivatableWithDataModel.java
index f7e449bc..6acac969 100644
--- a/desktop/src/main/java/haveno/desktop/common/model/ActivatableWithDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/common/model/ActivatableWithDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.model;
diff --git a/desktop/src/main/java/haveno/desktop/common/model/DataModel.java b/desktop/src/main/java/haveno/desktop/common/model/DataModel.java
index 407e2b19..6bef9bf6 100644
--- a/desktop/src/main/java/haveno/desktop/common/model/DataModel.java
+++ b/desktop/src/main/java/haveno/desktop/common/model/DataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.model;
diff --git a/desktop/src/main/java/haveno/desktop/common/model/Model.java b/desktop/src/main/java/haveno/desktop/common/model/Model.java
index 820867f0..5d65c42e 100644
--- a/desktop/src/main/java/haveno/desktop/common/model/Model.java
+++ b/desktop/src/main/java/haveno/desktop/common/model/Model.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.model;
diff --git a/desktop/src/main/java/haveno/desktop/common/model/ViewModel.java b/desktop/src/main/java/haveno/desktop/common/model/ViewModel.java
index 22223a24..293e4633 100644
--- a/desktop/src/main/java/haveno/desktop/common/model/ViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/common/model/ViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.model;
diff --git a/desktop/src/main/java/haveno/desktop/common/model/WithDataModel.java b/desktop/src/main/java/haveno/desktop/common/model/WithDataModel.java
index 08504734..88178753 100644
--- a/desktop/src/main/java/haveno/desktop/common/model/WithDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/common/model/WithDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.model;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/AbstractView.java b/desktop/src/main/java/haveno/desktop/common/view/AbstractView.java
index a9aa43e4..8fa997e7 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/AbstractView.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/AbstractView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/ActivatableView.java b/desktop/src/main/java/haveno/desktop/common/view/ActivatableView.java
index 37d14b26..e40d56a1 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/ActivatableView.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/ActivatableView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/ActivatableViewAndModel.java b/desktop/src/main/java/haveno/desktop/common/view/ActivatableViewAndModel.java
index 60f330c6..d81b58ee 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/ActivatableViewAndModel.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/ActivatableViewAndModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/CachingViewLoader.java b/desktop/src/main/java/haveno/desktop/common/view/CachingViewLoader.java
index a09de2d3..998dc3ee 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/CachingViewLoader.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/CachingViewLoader.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/DefaultPathConvention.java b/desktop/src/main/java/haveno/desktop/common/view/DefaultPathConvention.java
index 52f172f3..6e8c185b 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/DefaultPathConvention.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/DefaultPathConvention.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/FxmlView.java b/desktop/src/main/java/haveno/desktop/common/view/FxmlView.java
index 9821de39..d858ac9e 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/FxmlView.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/FxmlView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/InitializableView.java b/desktop/src/main/java/haveno/desktop/common/view/InitializableView.java
index 6ad2e782..af9a5160 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/InitializableView.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/InitializableView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/View.java b/desktop/src/main/java/haveno/desktop/common/view/View.java
index d636982f..f170b695 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/View.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/View.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/ViewFactory.java b/desktop/src/main/java/haveno/desktop/common/view/ViewFactory.java
index 7f2dc677..4849d540 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/ViewFactory.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/ViewFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/ViewLoader.java b/desktop/src/main/java/haveno/desktop/common/view/ViewLoader.java
index 0bdfc7ba..8cd9f7f3 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/ViewLoader.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/ViewLoader.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/ViewPath.java b/desktop/src/main/java/haveno/desktop/common/view/ViewPath.java
index 54217763..fbaaaa3c 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/ViewPath.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/ViewPath.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view;
diff --git a/desktop/src/main/java/haveno/desktop/common/view/guice/InjectorViewFactory.java b/desktop/src/main/java/haveno/desktop/common/view/guice/InjectorViewFactory.java
index 302957ff..c7c3565c 100644
--- a/desktop/src/main/java/haveno/desktop/common/view/guice/InjectorViewFactory.java
+++ b/desktop/src/main/java/haveno/desktop/common/view/guice/InjectorViewFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.view.guice;
diff --git a/desktop/src/main/java/haveno/desktop/components/AccountStatusTooltipLabel.java b/desktop/src/main/java/haveno/desktop/components/AccountStatusTooltipLabel.java
index 5c72a501..501efe9a 100644
--- a/desktop/src/main/java/haveno/desktop/components/AccountStatusTooltipLabel.java
+++ b/desktop/src/main/java/haveno/desktop/components/AccountStatusTooltipLabel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/AddressTextField.java b/desktop/src/main/java/haveno/desktop/components/AddressTextField.java
index 1e687759..96a7aecc 100644
--- a/desktop/src/main/java/haveno/desktop/components/AddressTextField.java
+++ b/desktop/src/main/java/haveno/desktop/components/AddressTextField.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/AddressWithIconAndDirection.java b/desktop/src/main/java/haveno/desktop/components/AddressWithIconAndDirection.java
index b4fe63c5..2e095b88 100644
--- a/desktop/src/main/java/haveno/desktop/components/AddressWithIconAndDirection.java
+++ b/desktop/src/main/java/haveno/desktop/components/AddressWithIconAndDirection.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/AutoTooltipButton.java b/desktop/src/main/java/haveno/desktop/components/AutoTooltipButton.java
index a9a04b2e..83261ba2 100644
--- a/desktop/src/main/java/haveno/desktop/components/AutoTooltipButton.java
+++ b/desktop/src/main/java/haveno/desktop/components/AutoTooltipButton.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/AutoTooltipCheckBox.java b/desktop/src/main/java/haveno/desktop/components/AutoTooltipCheckBox.java
index 1d7d50f0..3f3eb40c 100644
--- a/desktop/src/main/java/haveno/desktop/components/AutoTooltipCheckBox.java
+++ b/desktop/src/main/java/haveno/desktop/components/AutoTooltipCheckBox.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/AutoTooltipLabel.java b/desktop/src/main/java/haveno/desktop/components/AutoTooltipLabel.java
index 84ee4931..4cd70d91 100644
--- a/desktop/src/main/java/haveno/desktop/components/AutoTooltipLabel.java
+++ b/desktop/src/main/java/haveno/desktop/components/AutoTooltipLabel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/AutoTooltipRadioButton.java b/desktop/src/main/java/haveno/desktop/components/AutoTooltipRadioButton.java
index c2da4a50..d301b989 100644
--- a/desktop/src/main/java/haveno/desktop/components/AutoTooltipRadioButton.java
+++ b/desktop/src/main/java/haveno/desktop/components/AutoTooltipRadioButton.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/AutoTooltipTableColumn.java b/desktop/src/main/java/haveno/desktop/components/AutoTooltipTableColumn.java
index 201344c5..3cc56c69 100644
--- a/desktop/src/main/java/haveno/desktop/components/AutoTooltipTableColumn.java
+++ b/desktop/src/main/java/haveno/desktop/components/AutoTooltipTableColumn.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/AutoTooltipToggleButton.java b/desktop/src/main/java/haveno/desktop/components/AutoTooltipToggleButton.java
index 071ed7fe..207dc444 100644
--- a/desktop/src/main/java/haveno/desktop/components/AutoTooltipToggleButton.java
+++ b/desktop/src/main/java/haveno/desktop/components/AutoTooltipToggleButton.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/AutocompleteComboBox.java b/desktop/src/main/java/haveno/desktop/components/AutocompleteComboBox.java
index 0bf4dd1a..2b1adc57 100644
--- a/desktop/src/main/java/haveno/desktop/components/AutocompleteComboBox.java
+++ b/desktop/src/main/java/haveno/desktop/components/AutocompleteComboBox.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/BalanceTextField.java b/desktop/src/main/java/haveno/desktop/components/BalanceTextField.java
index 97387bf6..4e00789d 100644
--- a/desktop/src/main/java/haveno/desktop/components/BalanceTextField.java
+++ b/desktop/src/main/java/haveno/desktop/components/BalanceTextField.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/BusyAnimation.java b/desktop/src/main/java/haveno/desktop/components/BusyAnimation.java
index 80cb34ba..a1abdee7 100644
--- a/desktop/src/main/java/haveno/desktop/components/BusyAnimation.java
+++ b/desktop/src/main/java/haveno/desktop/components/BusyAnimation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/ColoredDecimalPlacesWithZerosText.java b/desktop/src/main/java/haveno/desktop/components/ColoredDecimalPlacesWithZerosText.java
index 2875ac2b..910114db 100644
--- a/desktop/src/main/java/haveno/desktop/components/ColoredDecimalPlacesWithZerosText.java
+++ b/desktop/src/main/java/haveno/desktop/components/ColoredDecimalPlacesWithZerosText.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/ExplorerAddressTextField.java b/desktop/src/main/java/haveno/desktop/components/ExplorerAddressTextField.java
index ce76137e..7dff009b 100644
--- a/desktop/src/main/java/haveno/desktop/components/ExplorerAddressTextField.java
+++ b/desktop/src/main/java/haveno/desktop/components/ExplorerAddressTextField.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/ExternalHyperlink.java b/desktop/src/main/java/haveno/desktop/components/ExternalHyperlink.java
index c2d85e42..0ade0810 100644
--- a/desktop/src/main/java/haveno/desktop/components/ExternalHyperlink.java
+++ b/desktop/src/main/java/haveno/desktop/components/ExternalHyperlink.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/FundsTextField.java b/desktop/src/main/java/haveno/desktop/components/FundsTextField.java
index 21506f25..08047509 100644
--- a/desktop/src/main/java/haveno/desktop/components/FundsTextField.java
+++ b/desktop/src/main/java/haveno/desktop/components/FundsTextField.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/HyperlinkWithIcon.java b/desktop/src/main/java/haveno/desktop/components/HyperlinkWithIcon.java
index 764b504b..28d89251 100644
--- a/desktop/src/main/java/haveno/desktop/components/HyperlinkWithIcon.java
+++ b/desktop/src/main/java/haveno/desktop/components/HyperlinkWithIcon.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/InfoAutoTooltipLabel.java b/desktop/src/main/java/haveno/desktop/components/InfoAutoTooltipLabel.java
index efbbf4cf..de4f019a 100644
--- a/desktop/src/main/java/haveno/desktop/components/InfoAutoTooltipLabel.java
+++ b/desktop/src/main/java/haveno/desktop/components/InfoAutoTooltipLabel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/InfoDisplay.java b/desktop/src/main/java/haveno/desktop/components/InfoDisplay.java
index 3d98f435..a19569e9 100644
--- a/desktop/src/main/java/haveno/desktop/components/InfoDisplay.java
+++ b/desktop/src/main/java/haveno/desktop/components/InfoDisplay.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/InfoInputTextField.java b/desktop/src/main/java/haveno/desktop/components/InfoInputTextField.java
index 12c02366..cf818aad 100644
--- a/desktop/src/main/java/haveno/desktop/components/InfoInputTextField.java
+++ b/desktop/src/main/java/haveno/desktop/components/InfoInputTextField.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/InfoTextField.java b/desktop/src/main/java/haveno/desktop/components/InfoTextField.java
index 819e24c1..beafcf94 100644
--- a/desktop/src/main/java/haveno/desktop/components/InfoTextField.java
+++ b/desktop/src/main/java/haveno/desktop/components/InfoTextField.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/InputTextField.java b/desktop/src/main/java/haveno/desktop/components/InputTextField.java
index 888573d9..8c4ace02 100644
--- a/desktop/src/main/java/haveno/desktop/components/InputTextField.java
+++ b/desktop/src/main/java/haveno/desktop/components/InputTextField.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/JFXRadioButtonSkinHavenoStyle.java b/desktop/src/main/java/haveno/desktop/components/JFXRadioButtonSkinHavenoStyle.java
index 6a58647c..4ab09a7c 100644
--- a/desktop/src/main/java/haveno/desktop/components/JFXRadioButtonSkinHavenoStyle.java
+++ b/desktop/src/main/java/haveno/desktop/components/JFXRadioButtonSkinHavenoStyle.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/MenuItem.java b/desktop/src/main/java/haveno/desktop/components/MenuItem.java
index 5d8f45b3..c32eab65 100644
--- a/desktop/src/main/java/haveno/desktop/components/MenuItem.java
+++ b/desktop/src/main/java/haveno/desktop/components/MenuItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/PasswordTextField.java b/desktop/src/main/java/haveno/desktop/components/PasswordTextField.java
index 94b1fc84..7297ef6b 100644
--- a/desktop/src/main/java/haveno/desktop/components/PasswordTextField.java
+++ b/desktop/src/main/java/haveno/desktop/components/PasswordTextField.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/PeerInfoIcon.java b/desktop/src/main/java/haveno/desktop/components/PeerInfoIcon.java
index e6d86cd8..0e808850 100644
--- a/desktop/src/main/java/haveno/desktop/components/PeerInfoIcon.java
+++ b/desktop/src/main/java/haveno/desktop/components/PeerInfoIcon.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/PeerInfoIconDispute.java b/desktop/src/main/java/haveno/desktop/components/PeerInfoIconDispute.java
index c81e7383..81c8f2ed 100644
--- a/desktop/src/main/java/haveno/desktop/components/PeerInfoIconDispute.java
+++ b/desktop/src/main/java/haveno/desktop/components/PeerInfoIconDispute.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/PeerInfoIconTrading.java b/desktop/src/main/java/haveno/desktop/components/PeerInfoIconTrading.java
index 2791e637..6a9f1344 100644
--- a/desktop/src/main/java/haveno/desktop/components/PeerInfoIconTrading.java
+++ b/desktop/src/main/java/haveno/desktop/components/PeerInfoIconTrading.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/PopOverWrapper.java b/desktop/src/main/java/haveno/desktop/components/PopOverWrapper.java
index 804b72b7..1f60fbe5 100644
--- a/desktop/src/main/java/haveno/desktop/components/PopOverWrapper.java
+++ b/desktop/src/main/java/haveno/desktop/components/PopOverWrapper.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/SimpleMarkdownLabel.java b/desktop/src/main/java/haveno/desktop/components/SimpleMarkdownLabel.java
index 7c041341..d8cfd664 100644
--- a/desktop/src/main/java/haveno/desktop/components/SimpleMarkdownLabel.java
+++ b/desktop/src/main/java/haveno/desktop/components/SimpleMarkdownLabel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/TableGroupHeadline.java b/desktop/src/main/java/haveno/desktop/components/TableGroupHeadline.java
index 7767bdae..22ce1f6d 100644
--- a/desktop/src/main/java/haveno/desktop/components/TableGroupHeadline.java
+++ b/desktop/src/main/java/haveno/desktop/components/TableGroupHeadline.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/TextFieldWithCopyIcon.java b/desktop/src/main/java/haveno/desktop/components/TextFieldWithCopyIcon.java
index 876dd27b..d337916d 100644
--- a/desktop/src/main/java/haveno/desktop/components/TextFieldWithCopyIcon.java
+++ b/desktop/src/main/java/haveno/desktop/components/TextFieldWithCopyIcon.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/TextFieldWithIcon.java b/desktop/src/main/java/haveno/desktop/components/TextFieldWithIcon.java
index 27aafe33..2e66a0e0 100644
--- a/desktop/src/main/java/haveno/desktop/components/TextFieldWithIcon.java
+++ b/desktop/src/main/java/haveno/desktop/components/TextFieldWithIcon.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/TitledGroupBg.java b/desktop/src/main/java/haveno/desktop/components/TitledGroupBg.java
index c28f102f..2487a763 100644
--- a/desktop/src/main/java/haveno/desktop/components/TitledGroupBg.java
+++ b/desktop/src/main/java/haveno/desktop/components/TitledGroupBg.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/TooltipUtil.java b/desktop/src/main/java/haveno/desktop/components/TooltipUtil.java
index 5ccd1610..1b37f382 100644
--- a/desktop/src/main/java/haveno/desktop/components/TooltipUtil.java
+++ b/desktop/src/main/java/haveno/desktop/components/TooltipUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/TxIdTextField.java b/desktop/src/main/java/haveno/desktop/components/TxIdTextField.java
index a0eac01f..21786959 100644
--- a/desktop/src/main/java/haveno/desktop/components/TxIdTextField.java
+++ b/desktop/src/main/java/haveno/desktop/components/TxIdTextField.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/main/java/haveno/desktop/components/chart/ChartDataModel.java b/desktop/src/main/java/haveno/desktop/components/chart/ChartDataModel.java
index 6e8120cc..3b676540 100644
--- a/desktop/src/main/java/haveno/desktop/components/chart/ChartDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/components/chart/ChartDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.chart;
diff --git a/desktop/src/main/java/haveno/desktop/components/chart/ChartView.java b/desktop/src/main/java/haveno/desktop/components/chart/ChartView.java
index fed25ed7..bb68fdd7 100644
--- a/desktop/src/main/java/haveno/desktop/components/chart/ChartView.java
+++ b/desktop/src/main/java/haveno/desktop/components/chart/ChartView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.chart;
diff --git a/desktop/src/main/java/haveno/desktop/components/chart/ChartViewModel.java b/desktop/src/main/java/haveno/desktop/components/chart/ChartViewModel.java
index 04035ad9..fc2bcb08 100644
--- a/desktop/src/main/java/haveno/desktop/components/chart/ChartViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/components/chart/ChartViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.chart;
diff --git a/desktop/src/main/java/haveno/desktop/components/chart/TemporalAdjusterModel.java b/desktop/src/main/java/haveno/desktop/components/chart/TemporalAdjusterModel.java
index f6f48f79..fdf79afb 100644
--- a/desktop/src/main/java/haveno/desktop/components/chart/TemporalAdjusterModel.java
+++ b/desktop/src/main/java/haveno/desktop/components/chart/TemporalAdjusterModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.chart;
diff --git a/desktop/src/main/java/haveno/desktop/components/indicator/TxConfidenceIndicator.java b/desktop/src/main/java/haveno/desktop/components/indicator/TxConfidenceIndicator.java
index d0281735..d0cf0ad3 100644
--- a/desktop/src/main/java/haveno/desktop/components/indicator/TxConfidenceIndicator.java
+++ b/desktop/src/main/java/haveno/desktop/components/indicator/TxConfidenceIndicator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
/*
diff --git a/desktop/src/main/java/haveno/desktop/components/indicator/skin/StaticProgressIndicatorSkin.java b/desktop/src/main/java/haveno/desktop/components/indicator/skin/StaticProgressIndicatorSkin.java
index 1302f946..09587ef0 100644
--- a/desktop/src/main/java/haveno/desktop/components/indicator/skin/StaticProgressIndicatorSkin.java
+++ b/desktop/src/main/java/haveno/desktop/components/indicator/skin/StaticProgressIndicatorSkin.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
/*
diff --git a/desktop/src/main/java/haveno/desktop/components/list/FilterBox.java b/desktop/src/main/java/haveno/desktop/components/list/FilterBox.java
index 4b3f1436..9bed491f 100644
--- a/desktop/src/main/java/haveno/desktop/components/list/FilterBox.java
+++ b/desktop/src/main/java/haveno/desktop/components/list/FilterBox.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.list;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AchTransferForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AchTransferForm.java
index f8cbbffe..b566c7b6 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AchTransferForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AchTransferForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AdvancedCashForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AdvancedCashForm.java
index db138ab2..7d192653 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AdvancedCashForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AdvancedCashForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AliPayForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AliPayForm.java
index c7316b2d..f4d7cce6 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AliPayForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AliPayForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AmazonGiftCardForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AmazonGiftCardForm.java
index 4d976c7c..3bcdc440 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AmazonGiftCardForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AmazonGiftCardForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AssetsForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AssetsForm.java
index 5038afd3..f57c3f15 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AssetsForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AssetsForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AustraliaPayidForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AustraliaPayidForm.java
index 3f4a3a53..f9e984d1 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/AustraliaPayidForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/AustraliaPayidForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/BankForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/BankForm.java
index 1ba7e5d0..ae268620 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/BankForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/BankForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/BizumForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/BizumForm.java
index 3b11eb9b..667f6937 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/BizumForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/BizumForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/CapitualForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/CapitualForm.java
index bd75eecc..0a02b243 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/CapitualForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/CapitualForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/CashAtAtmForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/CashAtAtmForm.java
index dcbe9fbc..339dce09 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/CashAtAtmForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/CashAtAtmForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/CashDepositForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/CashDepositForm.java
index f708d3ae..d4f1795c 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/CashDepositForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/CashDepositForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/CelPayForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/CelPayForm.java
index 85591935..e8838889 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/CelPayForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/CelPayForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/ChaseQuickPayForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/ChaseQuickPayForm.java
index 31bf606f..4dc8618e 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/ChaseQuickPayForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/ChaseQuickPayForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/DomesticWireTransferForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/DomesticWireTransferForm.java
index 1c6dca11..995eb4b9 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/DomesticWireTransferForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/DomesticWireTransferForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/F2FForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/F2FForm.java
index 3ec594ea..ada24a71 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/F2FForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/F2FForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/FasterPaymentsForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/FasterPaymentsForm.java
index f1f62552..a19f4fb0 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/FasterPaymentsForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/FasterPaymentsForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/GeneralUsBankForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/GeneralUsBankForm.java
index 2758e0f4..514cb27a 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/GeneralUsBankForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/GeneralUsBankForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/HalCashForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/HalCashForm.java
index 719fa6a4..e3e663ac 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/HalCashForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/HalCashForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/IfscBankForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/IfscBankForm.java
index 3fbfb72b..f35a839b 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/IfscBankForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/IfscBankForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/ImpsForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/ImpsForm.java
index 0fa676d0..2794f071 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/ImpsForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/ImpsForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/InteracETransferForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/InteracETransferForm.java
index 55cf4e9e..8447a1a0 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/InteracETransferForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/InteracETransferForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/JapanBankTransferForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/JapanBankTransferForm.java
index 37056583..118d5580 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/JapanBankTransferForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/JapanBankTransferForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneseForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneseForm.java
index 76a36578..66ed3d43 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneseForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneseForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneyBeamForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneyBeamForm.java
index dbf61378..ff9b5022 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneyBeamForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneyBeamForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneyGramForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneyGramForm.java
index 6f151333..46579d5c 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneyGramForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/MoneyGramForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/NationalBankForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/NationalBankForm.java
index 53e56b27..132f9e2d 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/NationalBankForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/NationalBankForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/NeftForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/NeftForm.java
index e671bb07..edd8c826 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/NeftForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/NeftForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/NequiForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/NequiForm.java
index c1b6aecb..46f0b7cf 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/NequiForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/NequiForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaxumForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaxumForm.java
index f59a12ae..7c751082 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaxumForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaxumForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PayByMailForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PayByMailForm.java
index 7305cd58..c8b9053e 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PayByMailForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PayByMailForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaymentMethodForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaymentMethodForm.java
index 3fa7755c..64d0066d 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaymentMethodForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaymentMethodForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PayseraForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PayseraForm.java
index 65195611..140472f8 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PayseraForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PayseraForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaytmForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaytmForm.java
index 481c2cb1..44910762 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaytmForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PaytmForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PerfectMoneyForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PerfectMoneyForm.java
index a1f8a163..2b60ee9f 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PerfectMoneyForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PerfectMoneyForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PixForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PixForm.java
index 66f20ec3..291fa5e0 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PixForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PixForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PopmoneyForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PopmoneyForm.java
index 8a3119cd..daac87ec 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PopmoneyForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PopmoneyForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PromptPayForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PromptPayForm.java
index 5b76d547..0ef9f5b1 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/PromptPayForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/PromptPayForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/RevolutForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/RevolutForm.java
index 97fb85ad..1af77864 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/RevolutForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/RevolutForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/RtgsForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/RtgsForm.java
index 34bbc508..0a33650c 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/RtgsForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/RtgsForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SameBankForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SameBankForm.java
index ff0625d4..20529426 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SameBankForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SameBankForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SatispayForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SatispayForm.java
index 8de3edcc..2198cc65 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SatispayForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SatispayForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SepaForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SepaForm.java
index 2ade62f7..526d9d37 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SepaForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SepaForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SepaInstantForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SepaInstantForm.java
index 4c1b2ff9..380f31ac 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SepaInstantForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SepaInstantForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SpecificBankForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SpecificBankForm.java
index 1c4ef58c..0c3eda1a 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SpecificBankForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SpecificBankForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/StrikeForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/StrikeForm.java
index b4dc9030..bb79b1da 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/StrikeForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/StrikeForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SwiftForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SwiftForm.java
index a0b057c3..7b7d50b3 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SwiftForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SwiftForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SwishForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SwishForm.java
index 5a55bad0..916c4f41 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/SwishForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/SwishForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/TikkieForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/TikkieForm.java
index eb449c7c..1254f40c 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/TikkieForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/TikkieForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/TransferwiseForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/TransferwiseForm.java
index a85ce0c2..8de2eae5 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/TransferwiseForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/TransferwiseForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/TransferwiseUsdForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/TransferwiseUsdForm.java
index 7c8c1251..922b5aec 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/TransferwiseUsdForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/TransferwiseUsdForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/USPostalMoneyOrderForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/USPostalMoneyOrderForm.java
index d3fee57f..9f7b0eec 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/USPostalMoneyOrderForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/USPostalMoneyOrderForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/UpholdForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/UpholdForm.java
index 146248a7..4ef493cf 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/UpholdForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/UpholdForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/UpiForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/UpiForm.java
index 167c8078..05703c80 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/UpiForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/UpiForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/VerseForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/VerseForm.java
index 8b5e3c94..73ea4358 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/VerseForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/VerseForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/WeChatPayForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/WeChatPayForm.java
index 9a75d9af..eb384687 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/WeChatPayForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/WeChatPayForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/WesternUnionForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/WesternUnionForm.java
index 2e10d2a1..82cea4ba 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/WesternUnionForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/WesternUnionForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/components/paymentmethods/ZelleForm.java b/desktop/src/main/java/haveno/desktop/components/paymentmethods/ZelleForm.java
index ac4fa400..79dab45e 100644
--- a/desktop/src/main/java/haveno/desktop/components/paymentmethods/ZelleForm.java
+++ b/desktop/src/main/java/haveno/desktop/components/paymentmethods/ZelleForm.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components.paymentmethods;
diff --git a/desktop/src/main/java/haveno/desktop/main/MainView.java b/desktop/src/main/java/haveno/desktop/main/MainView.java
index adabe6f7..b22d923e 100644
--- a/desktop/src/main/java/haveno/desktop/main/MainView.java
+++ b/desktop/src/main/java/haveno/desktop/main/MainView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main;
diff --git a/desktop/src/main/java/haveno/desktop/main/MainViewModel.java b/desktop/src/main/java/haveno/desktop/main/MainViewModel.java
index 76558bb6..92671768 100644
--- a/desktop/src/main/java/haveno/desktop/main/MainViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/MainViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main;
diff --git a/desktop/src/main/java/haveno/desktop/main/SharedPresentation.java b/desktop/src/main/java/haveno/desktop/main/SharedPresentation.java
index 6f736c63..b26bb6a3 100644
--- a/desktop/src/main/java/haveno/desktop/main/SharedPresentation.java
+++ b/desktop/src/main/java/haveno/desktop/main/SharedPresentation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/AccountView.java b/desktop/src/main/java/haveno/desktop/main/account/AccountView.java
index 65bab373..52214061 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/AccountView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/AccountView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/backup/BackupView.java b/desktop/src/main/java/haveno/desktop/main/account/content/backup/BackupView.java
index bc14e1d6..aa4ee081 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/backup/BackupView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/backup/BackupView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.backup;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsDataModel.java b/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsDataModel.java
index 0784d7b6..d6b937ac 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.cryptoaccounts;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsView.java b/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsView.java
index 4dde7eed..04136bab 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.cryptoaccounts;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsViewModel.java b/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsViewModel.java
index 74ac3a40..9043c9cd 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/cryptoaccounts/CryptoAccountsViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.cryptoaccounts;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/notifications/ManageMarketAlertsWindow.java b/desktop/src/main/java/haveno/desktop/main/account/content/notifications/ManageMarketAlertsWindow.java
index 9638b995..9ac8a97d 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/notifications/ManageMarketAlertsWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/notifications/ManageMarketAlertsWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.notifications;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/notifications/MobileNotificationsView.java b/desktop/src/main/java/haveno/desktop/main/account/content/notifications/MobileNotificationsView.java
index ba20aa9c..b7e5de4a 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/notifications/MobileNotificationsView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/notifications/MobileNotificationsView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.notifications;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/notifications/NoWebCamFoundException.java b/desktop/src/main/java/haveno/desktop/main/account/content/notifications/NoWebCamFoundException.java
index c78ea84d..8f30b918 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/notifications/NoWebCamFoundException.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/notifications/NoWebCamFoundException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.notifications;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/password/PasswordView.java b/desktop/src/main/java/haveno/desktop/main/account/content/password/PasswordView.java
index 332170d3..2c3cee54 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/password/PasswordView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/password/PasswordView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.password;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/seedwords/SeedWordsView.java b/desktop/src/main/java/haveno/desktop/main/account/content/seedwords/SeedWordsView.java
index 0340f41c..cb6e6a3d 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/seedwords/SeedWordsView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/seedwords/SeedWordsView.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsDataModel.java b/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsDataModel.java
index 9cf407a6..d34857a1 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.traditionalaccounts;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsView.java b/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsView.java
index 7b180073..b7d6f58b 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.traditionalaccounts;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsViewModel.java b/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsViewModel.java
index 737b4ffa..21eb83a3 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/traditionalaccounts/TraditionalAccountsViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.traditionalaccounts;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/content/walletinfo/WalletInfoView.java b/desktop/src/main/java/haveno/desktop/main/account/content/walletinfo/WalletInfoView.java
index 2d4f6243..83deb0c4 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/content/walletinfo/WalletInfoView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/content/walletinfo/WalletInfoView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.content.walletinfo;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/register/AgentRegistrationView.java b/desktop/src/main/java/haveno/desktop/main/account/register/AgentRegistrationView.java
index 5c62603c..4f51a634 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/register/AgentRegistrationView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/register/AgentRegistrationView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.register;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/register/AgentRegistrationViewModel.java b/desktop/src/main/java/haveno/desktop/main/account/register/AgentRegistrationViewModel.java
index 82594721..47fcbc52 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/register/AgentRegistrationViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/register/AgentRegistrationViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.register;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/register/arbitrator/ArbitratorRegistrationView.java b/desktop/src/main/java/haveno/desktop/main/account/register/arbitrator/ArbitratorRegistrationView.java
index 81aa0d88..f18bf042 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/register/arbitrator/ArbitratorRegistrationView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/register/arbitrator/ArbitratorRegistrationView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.register.arbitrator;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/register/arbitrator/ArbitratorRegistrationViewModel.java b/desktop/src/main/java/haveno/desktop/main/account/register/arbitrator/ArbitratorRegistrationViewModel.java
index 138d0037..080446f8 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/register/arbitrator/ArbitratorRegistrationViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/register/arbitrator/ArbitratorRegistrationViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.register.arbitrator;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/register/mediator/MediatorRegistrationView.java b/desktop/src/main/java/haveno/desktop/main/account/register/mediator/MediatorRegistrationView.java
index 0cfa2524..c58bcdea 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/register/mediator/MediatorRegistrationView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/register/mediator/MediatorRegistrationView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.register.mediator;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/register/mediator/MediatorRegistrationViewModel.java b/desktop/src/main/java/haveno/desktop/main/account/register/mediator/MediatorRegistrationViewModel.java
index 23ec857c..8b765671 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/register/mediator/MediatorRegistrationViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/register/mediator/MediatorRegistrationViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.register.mediator;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/register/refundagent/RefundAgentRegistrationView.java b/desktop/src/main/java/haveno/desktop/main/account/register/refundagent/RefundAgentRegistrationView.java
index 1f1ff351..a45fe222 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/register/refundagent/RefundAgentRegistrationView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/register/refundagent/RefundAgentRegistrationView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.register.refundagent;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/register/refundagent/RefundAgentRegistrationViewModel.java b/desktop/src/main/java/haveno/desktop/main/account/register/refundagent/RefundAgentRegistrationViewModel.java
index 9de55eed..4c008d09 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/register/refundagent/RefundAgentRegistrationViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/register/refundagent/RefundAgentRegistrationViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.register.refundagent;
diff --git a/desktop/src/main/java/haveno/desktop/main/account/register/signing/SigningView.java b/desktop/src/main/java/haveno/desktop/main/account/register/signing/SigningView.java
index ec611af0..d2c1fb2c 100644
--- a/desktop/src/main/java/haveno/desktop/main/account/register/signing/SigningView.java
+++ b/desktop/src/main/java/haveno/desktop/main/account/register/signing/SigningView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.account.register.signing;
diff --git a/desktop/src/main/java/haveno/desktop/main/debug/DebugView.java b/desktop/src/main/java/haveno/desktop/main/debug/DebugView.java
index 9a3319d4..ec1277d3 100644
--- a/desktop/src/main/java/haveno/desktop/main/debug/DebugView.java
+++ b/desktop/src/main/java/haveno/desktop/main/debug/DebugView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.debug;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/FundsView.java b/desktop/src/main/java/haveno/desktop/main/funds/FundsView.java
index 988660bb..8e705cc8 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/FundsView.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/FundsView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/deposit/DepositListItem.java b/desktop/src/main/java/haveno/desktop/main/funds/deposit/DepositListItem.java
index 0ce1cb21..89057fc0 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/deposit/DepositListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/deposit/DepositListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.deposit;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/deposit/DepositView.java b/desktop/src/main/java/haveno/desktop/main/funds/deposit/DepositView.java
index 17321b91..2f1db739 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/deposit/DepositView.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/deposit/DepositView.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/locked/LockedListItem.java b/desktop/src/main/java/haveno/desktop/main/funds/locked/LockedListItem.java
index 7cb441d9..7ffd4651 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/locked/LockedListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/locked/LockedListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.locked;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/locked/LockedView.java b/desktop/src/main/java/haveno/desktop/main/funds/locked/LockedView.java
index af82228c..e8cd2a0c 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/locked/LockedView.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/locked/LockedView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.locked;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/reserved/ReservedListItem.java b/desktop/src/main/java/haveno/desktop/main/funds/reserved/ReservedListItem.java
index eb4f7dc4..a6f0a1e4 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/reserved/ReservedListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/reserved/ReservedListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.reserved;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/reserved/ReservedView.java b/desktop/src/main/java/haveno/desktop/main/funds/reserved/ReservedView.java
index 921e056f..b9463389 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/reserved/ReservedView.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/reserved/ReservedView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.reserved;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/DisplayedTransactions.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/DisplayedTransactions.java
index e0bfb6c3..50c02e17 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/DisplayedTransactions.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/DisplayedTransactions.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/DisplayedTransactionsFactory.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/DisplayedTransactionsFactory.java
index 77b58b74..4a4a0a34 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/DisplayedTransactionsFactory.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/DisplayedTransactionsFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/DummyTransactionAwareTradable.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/DummyTransactionAwareTradable.java
index ba3dfc26..9814f52b 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/DummyTransactionAwareTradable.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/DummyTransactionAwareTradable.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/ObservableListDecorator.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/ObservableListDecorator.java
index e9f6976d..f6cf2dc9 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/ObservableListDecorator.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/ObservableListDecorator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TradableRepository.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TradableRepository.java
index 871c0271..e729b970 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TradableRepository.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TradableRepository.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareOpenOffer.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareOpenOffer.java
index 27b7990c..d8862b85 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareOpenOffer.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareOpenOffer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTradable.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTradable.java
index 892e045f..c8c58e55 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTradable.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTradable.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTradableFactory.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTradableFactory.java
index 5f6334c1..c5db2d08 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTradableFactory.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTradableFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTrade.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTrade.java
index 0d398936..fe5bdb0d 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTrade.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionAwareTrade.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionListItemFactory.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionListItemFactory.java
index 6bd896ac..c1aad38a 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionListItemFactory.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionListItemFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionsListItem.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionsListItem.java
index c0fcfedb..8717aa4f 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionsListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionsListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionsView.java b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionsView.java
index 0e8f50bc..4edeefb5 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionsView.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/transactions/TransactionsView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/withdrawal/WithdrawalListItem.java b/desktop/src/main/java/haveno/desktop/main/funds/withdrawal/WithdrawalListItem.java
index 9c9b5aa6..ed9a0f0a 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/withdrawal/WithdrawalListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/withdrawal/WithdrawalListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.withdrawal;
diff --git a/desktop/src/main/java/haveno/desktop/main/funds/withdrawal/WithdrawalView.java b/desktop/src/main/java/haveno/desktop/main/funds/withdrawal/WithdrawalView.java
index daa027ca..cacc215f 100644
--- a/desktop/src/main/java/haveno/desktop/main/funds/withdrawal/WithdrawalView.java
+++ b/desktop/src/main/java/haveno/desktop/main/funds/withdrawal/WithdrawalView.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/desktop/src/main/java/haveno/desktop/main/market/MarketView.java b/desktop/src/main/java/haveno/desktop/main/market/MarketView.java
index c50bc16f..72de57fd 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/MarketView.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/MarketView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferBookChartView.java b/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferBookChartView.java
index bb38f0ab..90ad518d 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferBookChartView.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferBookChartView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferBookChartViewModel.java b/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferBookChartViewModel.java
index 0df8b455..7f970494 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferBookChartViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferBookChartViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferListItem.java b/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferListItem.java
index fc993cea..527b01ee 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/offerbook/OfferListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadItem.java b/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadItem.java
index 00e76371..01cec660 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.spread;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadView.java b/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadView.java
index 1324142f..e1ceb4a6 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadView.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.spread;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadViewModel.java b/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadViewModel.java
index 00002880..7efba12b 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.spread;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadViewPaymentMethod.java b/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadViewPaymentMethod.java
index 7832ed7d..baa598f9 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadViewPaymentMethod.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/spread/SpreadViewPaymentMethod.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.spread;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/trades/ChartCalculations.java b/desktop/src/main/java/haveno/desktop/main/market/trades/ChartCalculations.java
index 0a2e8f1a..c8ba1af3 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/trades/ChartCalculations.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/trades/ChartCalculations.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.trades;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/trades/TradeStatistics3ListItem.java b/desktop/src/main/java/haveno/desktop/main/market/trades/TradeStatistics3ListItem.java
index 8bbf7b06..f69ae31e 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/trades/TradeStatistics3ListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/trades/TradeStatistics3ListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.trades;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/trades/TradesChartsView.java b/desktop/src/main/java/haveno/desktop/main/market/trades/TradesChartsView.java
index 4553380e..98b08912 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/trades/TradesChartsView.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/trades/TradesChartsView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.trades;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/trades/TradesChartsViewModel.java b/desktop/src/main/java/haveno/desktop/main/market/trades/TradesChartsViewModel.java
index d88ea04e..665f25aa 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/trades/TradesChartsViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/trades/TradesChartsViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.trades;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/CandleData.java b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/CandleData.java
index ceedae60..59a0611c 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/CandleData.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/CandleData.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.trades.charts;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/Candle.java b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/Candle.java
index 8087a70b..4cb2d367 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/Candle.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/Candle.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
/*
diff --git a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/CandleStickChart.java b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/CandleStickChart.java
index 7397bdca..21561915 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/CandleStickChart.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/CandleStickChart.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
/*
diff --git a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/CandleTooltip.java b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/CandleTooltip.java
index e38a1c34..0d4da8a4 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/CandleTooltip.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/price/CandleTooltip.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
/*
diff --git a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/volume/VolumeBar.java b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/volume/VolumeBar.java
index acb0c079..9e0ce60e 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/volume/VolumeBar.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/volume/VolumeBar.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.trades.charts.volume;
diff --git a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/volume/VolumeChart.java b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/volume/VolumeChart.java
index ad0af1eb..f9fc70da 100644
--- a/desktop/src/main/java/haveno/desktop/main/market/trades/charts/volume/VolumeChart.java
+++ b/desktop/src/main/java/haveno/desktop/main/market/trades/charts/volume/VolumeChart.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.trades.charts.volume;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/BuyOfferView.java b/desktop/src/main/java/haveno/desktop/main/offer/BuyOfferView.java
index 5ae1de32..45a0dc74 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/BuyOfferView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/BuyOfferView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/ClosableView.java b/desktop/src/main/java/haveno/desktop/main/offer/ClosableView.java
index 9f88fb60..1fbd9af6 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/ClosableView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/ClosableView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/InitializableViewWithTakeOfferData.java b/desktop/src/main/java/haveno/desktop/main/offer/InitializableViewWithTakeOfferData.java
index d4abfe78..6832e58d 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/InitializableViewWithTakeOfferData.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/InitializableViewWithTakeOfferData.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferDataModel.java b/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferDataModel.java
index c29ffa67..cdd74c1a 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferView.java b/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferView.java
index bceeaf6f..821cd34e 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferViewModel.java b/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferViewModel.java
index 5a5c0eb2..51fe0dc4 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/MutableOfferViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/OfferDataModel.java b/desktop/src/main/java/haveno/desktop/main/offer/OfferDataModel.java
index 4460a13b..533f2834 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/OfferDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/OfferDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/OfferView.java b/desktop/src/main/java/haveno/desktop/main/offer/OfferView.java
index 0fb25210..6ba827f0 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/OfferView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/OfferView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/OfferViewModelUtil.java b/desktop/src/main/java/haveno/desktop/main/offer/OfferViewModelUtil.java
index c7e435d9..7d59896b 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/OfferViewModelUtil.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/OfferViewModelUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/OfferViewUtil.java b/desktop/src/main/java/haveno/desktop/main/offer/OfferViewUtil.java
index 00fec8bb..4f18294d 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/OfferViewUtil.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/OfferViewUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/SelectableView.java b/desktop/src/main/java/haveno/desktop/main/offer/SelectableView.java
index 0978098a..feca8f51 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/SelectableView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/SelectableView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/SellOfferView.java b/desktop/src/main/java/haveno/desktop/main/offer/SellOfferView.java
index 144aee1c..8c3d3916 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/SellOfferView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/SellOfferView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferDataModel.java b/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferDataModel.java
index 3e54df33..53524d2f 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.createoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferView.java b/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferView.java
index 8cde03a0..8065e82d 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.createoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferViewModel.java b/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferViewModel.java
index a38f3d77..f3d68659 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/createoffer/CreateOfferViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.createoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBook.java b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBook.java
index a058939a..b1bf0779 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBook.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBook.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookListItem.java b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookListItem.java
index 282b7a02..e340f967 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookView.java b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookView.java
index 8fa1546b..abbbebf2 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookViewModel.java b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookViewModel.java
index 9daf6a56..21708812 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OfferBookViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OtherOfferBookView.java b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OtherOfferBookView.java
index e6537cfd..67979aac 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OtherOfferBookView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OtherOfferBookView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OtherOfferBookViewModel.java b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OtherOfferBookViewModel.java
index c6fc412a..3ee25763 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OtherOfferBookViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/OtherOfferBookViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/TopCryptoOfferBookView.java b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/TopCryptoOfferBookView.java
index b04f0410..eb982da6 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/TopCryptoOfferBookView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/TopCryptoOfferBookView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/TopCryptoOfferBookViewModel.java b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/TopCryptoOfferBookViewModel.java
index 8ce52b69..3ebb1fd9 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/TopCryptoOfferBookViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/TopCryptoOfferBookViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/XmrOfferBookView.java b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/XmrOfferBookView.java
index 697431d5..0a100890 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/XmrOfferBookView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/XmrOfferBookView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/XmrOfferBookViewModel.java b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/XmrOfferBookViewModel.java
index afa2a9d6..fa95062a 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/offerbook/XmrOfferBookViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/offerbook/XmrOfferBookViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOfferListItem.java b/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOfferListItem.java
index 7a1e2677..f27d618d 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOfferListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOfferListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.signedoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOfferView.java b/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOfferView.java
index dfbde8df..934a4b05 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOfferView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOfferView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.signedoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOffersDataModel.java b/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOffersDataModel.java
index bdd66388..311cca34 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOffersDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOffersDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.signedoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOffersViewModel.java b/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOffersViewModel.java
index 511f6ca4..770d7197 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOffersViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/signedoffer/SignedOffersViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.signedoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferDataModel.java b/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferDataModel.java
index 72571eb6..59eaa3dd 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.takeoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferView.java b/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferView.java
index 1082dce7..da41c381 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferView.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.takeoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferViewModel.java b/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferViewModel.java
index d21f543b..6b83669c 100644
--- a/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/offer/takeoffer/TakeOfferViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.takeoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/Overlay.java b/desktop/src/main/java/haveno/desktop/main/overlays/Overlay.java
index 9e35e4c4..775ed019 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/Overlay.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/Overlay.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/editor/PeerInfoWithTagEditor.java b/desktop/src/main/java/haveno/desktop/main/overlays/editor/PeerInfoWithTagEditor.java
index 068845a2..43a2c6d5 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/editor/PeerInfoWithTagEditor.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/editor/PeerInfoWithTagEditor.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.editor;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/notifications/Notification.java b/desktop/src/main/java/haveno/desktop/main/overlays/notifications/Notification.java
index 261d24c6..57a9550e 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/notifications/Notification.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/notifications/Notification.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.notifications;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/notifications/NotificationCenter.java b/desktop/src/main/java/haveno/desktop/main/overlays/notifications/NotificationCenter.java
index 81c81dfc..8c548026 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/notifications/NotificationCenter.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/notifications/NotificationCenter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.notifications;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/notifications/NotificationManager.java b/desktop/src/main/java/haveno/desktop/main/overlays/notifications/NotificationManager.java
index d788dce2..f8e332db 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/notifications/NotificationManager.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/notifications/NotificationManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.notifications;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/popups/Popup.java b/desktop/src/main/java/haveno/desktop/main/overlays/popups/Popup.java
index 416c3566..a6207067 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/popups/Popup.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/popups/Popup.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.popups;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/popups/PopupManager.java b/desktop/src/main/java/haveno/desktop/main/overlays/popups/PopupManager.java
index 1889a039..ed354b4f 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/popups/PopupManager.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/popups/PopupManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.popups;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/ClosedTradesSummaryWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/ClosedTradesSummaryWindow.java
index de49b4e1..1bc6da72 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/ClosedTradesSummaryWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/ClosedTradesSummaryWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/ContractWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/ContractWindow.java
index 4e09e34e..96e10a80 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/ContractWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/ContractWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/DisplayAlertMessageWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/DisplayAlertMessageWindow.java
index a989bc39..a2af5988 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/DisplayAlertMessageWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/DisplayAlertMessageWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/DisputeSummaryWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/DisputeSummaryWindow.java
index ffe6741b..5bdc0c91 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/DisputeSummaryWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/DisputeSummaryWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/EditCustomExplorerWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/EditCustomExplorerWindow.java
index 1274ef0e..c1fab708 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/EditCustomExplorerWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/EditCustomExplorerWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/FilterWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/FilterWindow.java
index e0a3a7ec..27de13ea 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/FilterWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/FilterWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/GenericMessageWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/GenericMessageWindow.java
index 1351e29c..01d119a4 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/GenericMessageWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/GenericMessageWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/OfferDetailsWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/OfferDetailsWindow.java
index 3ea75a5b..f52ffd06 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/OfferDetailsWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/OfferDetailsWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/QRCodeWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/QRCodeWindow.java
index 1786b00c..223933e5 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/QRCodeWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/QRCodeWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SelectDepositTxWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SelectDepositTxWindow.java
index 4a7cac56..53c14c45 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SelectDepositTxWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SelectDepositTxWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SendAlertMessageWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SendAlertMessageWindow.java
index ca8ce6fc..59cc1332 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SendAlertMessageWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SendAlertMessageWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SendPrivateNotificationWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SendPrivateNotificationWindow.java
index 6990cf65..e8e70ff7 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SendPrivateNotificationWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SendPrivateNotificationWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/ShowWalletDataWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/ShowWalletDataWindow.java
index 754ed678..6b2545c2 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/ShowWalletDataWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/ShowWalletDataWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignPaymentAccountsWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignPaymentAccountsWindow.java
index 79841490..783f824d 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignPaymentAccountsWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignPaymentAccountsWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignSpecificWitnessWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignSpecificWitnessWindow.java
index 880494b8..b76507b3 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignSpecificWitnessWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignSpecificWitnessWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignUnsignedPubKeysWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignUnsignedPubKeysWindow.java
index c840a718..aa1277ce 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignUnsignedPubKeysWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SignUnsignedPubKeysWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SwiftPaymentDetails.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SwiftPaymentDetails.java
index 178c3deb..93810ad6 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/SwiftPaymentDetails.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/SwiftPaymentDetails.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TacWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TacWindow.java
index 32685a31..ef45f471 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TacWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TacWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TorNetworkSettingsWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TorNetworkSettingsWindow.java
index 1899041b..607efb20 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TorNetworkSettingsWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TorNetworkSettingsWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TradeDetailsWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TradeDetailsWindow.java
index 7936f3a6..2087e093 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TradeDetailsWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TradeDetailsWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TradeFeedbackWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TradeFeedbackWindow.java
index 32aa5f5f..76d414b3 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TradeFeedbackWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TradeFeedbackWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TxDetails.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TxDetails.java
index 2100e22e..e96fcb32 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TxDetails.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TxDetails.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/UnlockDisputeAgentRegistrationWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/UnlockDisputeAgentRegistrationWindow.java
index 6a84138f..b7313f1a 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/UnlockDisputeAgentRegistrationWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/UnlockDisputeAgentRegistrationWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/UpdateAmazonGiftCardAccountWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/UpdateAmazonGiftCardAccountWindow.java
index bfe18e2b..fca183d0 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/UpdateAmazonGiftCardAccountWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/UpdateAmazonGiftCardAccountWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/UpdateRevolutAccountWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/UpdateRevolutAccountWindow.java
index 6c152a78..4de31e9e 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/UpdateRevolutAccountWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/UpdateRevolutAccountWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/VerifyDisputeResultSignatureWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/VerifyDisputeResultSignatureWindow.java
index afbb6a3e..fd60d071 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/VerifyDisputeResultSignatureWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/VerifyDisputeResultSignatureWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/WalletPasswordWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/WalletPasswordWindow.java
index 9a0d65dd..04fff8ec 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/WalletPasswordWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/WalletPasswordWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/WebCamWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/WebCamWindow.java
index 88a7abb2..fd3bf31a 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/WebCamWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/WebCamWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/DisplayUpdateDownloadWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/DisplayUpdateDownloadWindow.java
index ce634228..9092502e 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/DisplayUpdateDownloadWindow.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/DisplayUpdateDownloadWindow.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows.downloadupdate;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/DownloadTask.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/DownloadTask.java
index a307b742..4d455017 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/DownloadTask.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/DownloadTask.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows.downloadupdate;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/HavenoInstaller.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/HavenoInstaller.java
index d24de49e..8bc4080f 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/HavenoInstaller.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/HavenoInstaller.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows.downloadupdate;
diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/VerifyTask.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/VerifyTask.java
index 89a36d7d..96f69889 100644
--- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/VerifyTask.java
+++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/downloadupdate/VerifyTask.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows.downloadupdate;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/PortfolioView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/PortfolioView.java
index 982f3e78..0c894dbf 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/PortfolioView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/PortfolioView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradableListItem.java b/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradableListItem.java
index d17ec3db..55331b72 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradableListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradableListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.closedtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesDataModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesDataModel.java
index 98b8f479..b7479d24 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.closedtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesListItem.java b/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesListItem.java
index 7cd2f9ba..6c1e30b8 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.closedtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesView.java
index ce05b831..b04a86eb 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.closedtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesViewModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesViewModel.java
index d522ca9b..4819d83b 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/closedtrades/ClosedTradesViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.closedtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferDataModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferDataModel.java
index 1368d1e5..6c6b06b9 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.duplicateoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferView.java
index b2c6a10f..65de9c74 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.duplicateoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferViewModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferViewModel.java
index 6eafc192..f9c2788d 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/duplicateoffer/DuplicateOfferViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.duplicateoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferDataModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferDataModel.java
index 493fcc49..bd0eedab 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.editoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferView.java
index 549661b0..ba9a1737 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.editoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferViewModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferViewModel.java
index ceb5027f..cab90c96 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/editoffer/EditOfferViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.editoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesDataModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesDataModel.java
index 481bad48..0283acc2 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.failedtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesListItem.java b/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesListItem.java
index b2ada1cf..0b7b7c3a 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.failedtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesView.java
index 908b9245..027c9128 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.failedtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesViewModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesViewModel.java
index cdf8ac05..064ac7b9 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/failedtrades/FailedTradesViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.failedtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOfferListItem.java b/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOfferListItem.java
index 93721abd..67869a9f 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOfferListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOfferListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.openoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersDataModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersDataModel.java
index 3161bad5..99bd3541 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.openoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersView.java
index 6403cb5d..009ae827 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.openoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersViewModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersViewModel.java
index 57992bf3..d5608918 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/openoffer/OpenOffersViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.openoffer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/BuyerSubView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/BuyerSubView.java
index 60a05f14..0488c9c3 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/BuyerSubView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/BuyerSubView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesDataModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesDataModel.java
index 5ca5cf0f..c699b704 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesDataModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesDataModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesListItem.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesListItem.java
index 66292c30..8e47d0e0 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesView.java
index 02f1943b..b32bb771 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesViewModel.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesViewModel.java
index 5f7a934e..a6afd46a 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/SellerSubView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/SellerSubView.java
index 492ca154..5072fd24 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/SellerSubView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/SellerSubView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/TradeStepInfo.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/TradeStepInfo.java
index cb3aa433..e61153cf 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/TradeStepInfo.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/TradeStepInfo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/TradeSubView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/TradeSubView.java
index 9a327340..00cfca6a 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/TradeSubView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/TradeSubView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/TradeStepView.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/TradeStepView.java
index 362518ae..d40a09f2 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/TradeStepView.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/TradeStepView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades.steps;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/TradeWizardItem.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/TradeWizardItem.java
index 819b83df..33522897 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/TradeWizardItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/TradeWizardItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades.steps;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep1View.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep1View.java
index 3702bc35..804a6dd7 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep1View.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep1View.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades.steps.buyer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep2View.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep2View.java
index 11d96396..08a5cfda 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep2View.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep2View.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades.steps.buyer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep3View.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep3View.java
index 0c80a599..57fda229 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep3View.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep3View.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades.steps.buyer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep4View.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep4View.java
index 8ed71ec4..34bfc752 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep4View.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep4View.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades.steps.buyer;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep1View.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep1View.java
index 7956abf8..f641ddf3 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep1View.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep1View.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades.steps.seller;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep2View.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep2View.java
index 8b78a3d2..06ceba45 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep2View.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep2View.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades.steps.seller;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java
index dce9c0f8..d73a12e7 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades.steps.seller;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep4View.java b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep4View.java
index c57eec9a..82927e1d 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep4View.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep4View.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.pendingtrades.steps.seller;
diff --git a/desktop/src/main/java/haveno/desktop/main/portfolio/presentation/PortfolioUtil.java b/desktop/src/main/java/haveno/desktop/main/portfolio/presentation/PortfolioUtil.java
index e01c55db..90e54386 100644
--- a/desktop/src/main/java/haveno/desktop/main/portfolio/presentation/PortfolioUtil.java
+++ b/desktop/src/main/java/haveno/desktop/main/portfolio/presentation/PortfolioUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.portfolio.presentation;
diff --git a/desktop/src/main/java/haveno/desktop/main/presentation/AccountPresentation.java b/desktop/src/main/java/haveno/desktop/main/presentation/AccountPresentation.java
index c54dbff9..3dc117ae 100644
--- a/desktop/src/main/java/haveno/desktop/main/presentation/AccountPresentation.java
+++ b/desktop/src/main/java/haveno/desktop/main/presentation/AccountPresentation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.presentation;
diff --git a/desktop/src/main/java/haveno/desktop/main/presentation/MarketPricePresentation.java b/desktop/src/main/java/haveno/desktop/main/presentation/MarketPricePresentation.java
index 7325428f..18f30743 100644
--- a/desktop/src/main/java/haveno/desktop/main/presentation/MarketPricePresentation.java
+++ b/desktop/src/main/java/haveno/desktop/main/presentation/MarketPricePresentation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.presentation;
diff --git a/desktop/src/main/java/haveno/desktop/main/presentation/SettingsPresentation.java b/desktop/src/main/java/haveno/desktop/main/presentation/SettingsPresentation.java
index 8f25f918..ed70cd71 100644
--- a/desktop/src/main/java/haveno/desktop/main/presentation/SettingsPresentation.java
+++ b/desktop/src/main/java/haveno/desktop/main/presentation/SettingsPresentation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.presentation;
diff --git a/desktop/src/main/java/haveno/desktop/main/settings/SettingsView.java b/desktop/src/main/java/haveno/desktop/main/settings/SettingsView.java
index 4a2f0a83..1c040d8c 100644
--- a/desktop/src/main/java/haveno/desktop/main/settings/SettingsView.java
+++ b/desktop/src/main/java/haveno/desktop/main/settings/SettingsView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.settings;
diff --git a/desktop/src/main/java/haveno/desktop/main/settings/about/AboutView.java b/desktop/src/main/java/haveno/desktop/main/settings/about/AboutView.java
index b7daafe2..84e80fac 100644
--- a/desktop/src/main/java/haveno/desktop/main/settings/about/AboutView.java
+++ b/desktop/src/main/java/haveno/desktop/main/settings/about/AboutView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.settings.about;
diff --git a/desktop/src/main/java/haveno/desktop/main/settings/network/MoneroNetworkListItem.java b/desktop/src/main/java/haveno/desktop/main/settings/network/MoneroNetworkListItem.java
index 8f74f474..80bd094f 100644
--- a/desktop/src/main/java/haveno/desktop/main/settings/network/MoneroNetworkListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/settings/network/MoneroNetworkListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.settings.network;
diff --git a/desktop/src/main/java/haveno/desktop/main/settings/network/NetworkSettingsView.java b/desktop/src/main/java/haveno/desktop/main/settings/network/NetworkSettingsView.java
index 5ed9e468..dbe77dfe 100644
--- a/desktop/src/main/java/haveno/desktop/main/settings/network/NetworkSettingsView.java
+++ b/desktop/src/main/java/haveno/desktop/main/settings/network/NetworkSettingsView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.settings.network;
diff --git a/desktop/src/main/java/haveno/desktop/main/settings/network/P2pNetworkListItem.java b/desktop/src/main/java/haveno/desktop/main/settings/network/P2pNetworkListItem.java
index dc652c1f..0a1de7ca 100644
--- a/desktop/src/main/java/haveno/desktop/main/settings/network/P2pNetworkListItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/settings/network/P2pNetworkListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.settings.network;
diff --git a/desktop/src/main/java/haveno/desktop/main/settings/preferences/PreferencesView.java b/desktop/src/main/java/haveno/desktop/main/settings/preferences/PreferencesView.java
index 62d5db1c..fc89f1af 100644
--- a/desktop/src/main/java/haveno/desktop/main/settings/preferences/PreferencesView.java
+++ b/desktop/src/main/java/haveno/desktop/main/settings/preferences/PreferencesView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.settings.preferences;
diff --git a/desktop/src/main/java/haveno/desktop/main/settings/preferences/PreferencesViewModel.java b/desktop/src/main/java/haveno/desktop/main/settings/preferences/PreferencesViewModel.java
index c681ad0c..dd6c8ad3 100644
--- a/desktop/src/main/java/haveno/desktop/main/settings/preferences/PreferencesViewModel.java
+++ b/desktop/src/main/java/haveno/desktop/main/settings/preferences/PreferencesViewModel.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.settings.preferences;
diff --git a/desktop/src/main/java/haveno/desktop/main/shared/ChatView.java b/desktop/src/main/java/haveno/desktop/main/shared/ChatView.java
index fcb0d3d7..0adfdde2 100644
--- a/desktop/src/main/java/haveno/desktop/main/shared/ChatView.java
+++ b/desktop/src/main/java/haveno/desktop/main/shared/ChatView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.shared;
diff --git a/desktop/src/main/java/haveno/desktop/main/shared/PriceFeedComboBoxItem.java b/desktop/src/main/java/haveno/desktop/main/shared/PriceFeedComboBoxItem.java
index 7014dc7b..17ad7eca 100644
--- a/desktop/src/main/java/haveno/desktop/main/shared/PriceFeedComboBoxItem.java
+++ b/desktop/src/main/java/haveno/desktop/main/shared/PriceFeedComboBoxItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.shared;
diff --git a/desktop/src/main/java/haveno/desktop/main/support/SupportView.java b/desktop/src/main/java/haveno/desktop/main/support/SupportView.java
index 0ff81ea2..034b3292 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/SupportView.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/SupportView.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/desktop/src/main/java/haveno/desktop/main/support/dispute/DisputeChatPopup.java b/desktop/src/main/java/haveno/desktop/main/support/dispute/DisputeChatPopup.java
index d22f8b97..41e03425 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/dispute/DisputeChatPopup.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/dispute/DisputeChatPopup.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.support.dispute;
diff --git a/desktop/src/main/java/haveno/desktop/main/support/dispute/DisputeView.java b/desktop/src/main/java/haveno/desktop/main/support/dispute/DisputeView.java
index 5f0f9a7d..2c418845 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/dispute/DisputeView.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/dispute/DisputeView.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/DisputeAgentView.java b/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/DisputeAgentView.java
index e5a01e7c..10c657dc 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/DisputeAgentView.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/DisputeAgentView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.support.dispute.agent;
diff --git a/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/arbitration/ArbitratorView.java b/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/arbitration/ArbitratorView.java
index 821892e1..5da0fda6 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/arbitration/ArbitratorView.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/arbitration/ArbitratorView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.support.dispute.agent.arbitration;
diff --git a/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/mediation/MediatorView.java b/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/mediation/MediatorView.java
index dca55b08..c8069b34 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/mediation/MediatorView.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/mediation/MediatorView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.support.dispute.agent.mediation;
diff --git a/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/refund/RefundAgentView.java b/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/refund/RefundAgentView.java
index 8b225c7f..39ed2a69 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/refund/RefundAgentView.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/dispute/agent/refund/RefundAgentView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.support.dispute.agent.refund;
diff --git a/desktop/src/main/java/haveno/desktop/main/support/dispute/client/DisputeClientView.java b/desktop/src/main/java/haveno/desktop/main/support/dispute/client/DisputeClientView.java
index 202bf117..90c94546 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/dispute/client/DisputeClientView.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/dispute/client/DisputeClientView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.support.dispute.client;
diff --git a/desktop/src/main/java/haveno/desktop/main/support/dispute/client/arbitration/ArbitrationClientView.java b/desktop/src/main/java/haveno/desktop/main/support/dispute/client/arbitration/ArbitrationClientView.java
index b9eda655..5470f32e 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/dispute/client/arbitration/ArbitrationClientView.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/dispute/client/arbitration/ArbitrationClientView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.support.dispute.client.arbitration;
diff --git a/desktop/src/main/java/haveno/desktop/main/support/dispute/client/mediation/MediationClientView.java b/desktop/src/main/java/haveno/desktop/main/support/dispute/client/mediation/MediationClientView.java
index 73865352..0b4771a8 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/dispute/client/mediation/MediationClientView.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/dispute/client/mediation/MediationClientView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.support.dispute.client.mediation;
diff --git a/desktop/src/main/java/haveno/desktop/main/support/dispute/client/refund/RefundClientView.java b/desktop/src/main/java/haveno/desktop/main/support/dispute/client/refund/RefundClientView.java
index 2dfa06ad..4aeab412 100644
--- a/desktop/src/main/java/haveno/desktop/main/support/dispute/client/refund/RefundClientView.java
+++ b/desktop/src/main/java/haveno/desktop/main/support/dispute/client/refund/RefundClientView.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.support.dispute.client.refund;
diff --git a/desktop/src/main/java/haveno/desktop/setup/DesktopPersistedDataHost.java b/desktop/src/main/java/haveno/desktop/setup/DesktopPersistedDataHost.java
index 646ec366..6ce1cf4a 100644
--- a/desktop/src/main/java/haveno/desktop/setup/DesktopPersistedDataHost.java
+++ b/desktop/src/main/java/haveno/desktop/setup/DesktopPersistedDataHost.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.setup;
diff --git a/desktop/src/main/java/haveno/desktop/util/AxisInlierUtils.java b/desktop/src/main/java/haveno/desktop/util/AxisInlierUtils.java
index ea9c46f2..03956c6d 100644
--- a/desktop/src/main/java/haveno/desktop/util/AxisInlierUtils.java
+++ b/desktop/src/main/java/haveno/desktop/util/AxisInlierUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/Colors.java b/desktop/src/main/java/haveno/desktop/util/Colors.java
index c5ce12f8..366987c2 100644
--- a/desktop/src/main/java/haveno/desktop/util/Colors.java
+++ b/desktop/src/main/java/haveno/desktop/util/Colors.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/CssTheme.java b/desktop/src/main/java/haveno/desktop/util/CssTheme.java
index 380f96ab..1e1c5476 100644
--- a/desktop/src/main/java/haveno/desktop/util/CssTheme.java
+++ b/desktop/src/main/java/haveno/desktop/util/CssTheme.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/CurrencyList.java b/desktop/src/main/java/haveno/desktop/util/CurrencyList.java
index e196394b..3e68ccf8 100644
--- a/desktop/src/main/java/haveno/desktop/util/CurrencyList.java
+++ b/desktop/src/main/java/haveno/desktop/util/CurrencyList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/CurrencyListItem.java b/desktop/src/main/java/haveno/desktop/util/CurrencyListItem.java
index b40b7668..5a85a80d 100644
--- a/desktop/src/main/java/haveno/desktop/util/CurrencyListItem.java
+++ b/desktop/src/main/java/haveno/desktop/util/CurrencyListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/CurrencyPredicates.java b/desktop/src/main/java/haveno/desktop/util/CurrencyPredicates.java
index d97889ef..a201bd6f 100644
--- a/desktop/src/main/java/haveno/desktop/util/CurrencyPredicates.java
+++ b/desktop/src/main/java/haveno/desktop/util/CurrencyPredicates.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/FormBuilder.java b/desktop/src/main/java/haveno/desktop/util/FormBuilder.java
index f7e89212..d34d65ea 100644
--- a/desktop/src/main/java/haveno/desktop/util/FormBuilder.java
+++ b/desktop/src/main/java/haveno/desktop/util/FormBuilder.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/GUIProfiler.java b/desktop/src/main/java/haveno/desktop/util/GUIProfiler.java
index f7d0cb1e..4a8813f3 100644
--- a/desktop/src/main/java/haveno/desktop/util/GUIProfiler.java
+++ b/desktop/src/main/java/haveno/desktop/util/GUIProfiler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/GUIUtil.java b/desktop/src/main/java/haveno/desktop/util/GUIUtil.java
index 1f5c0d1e..0ae62787 100644
--- a/desktop/src/main/java/haveno/desktop/util/GUIUtil.java
+++ b/desktop/src/main/java/haveno/desktop/util/GUIUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/ImageUtil.java b/desktop/src/main/java/haveno/desktop/util/ImageUtil.java
index 52b99537..77b55620 100644
--- a/desktop/src/main/java/haveno/desktop/util/ImageUtil.java
+++ b/desktop/src/main/java/haveno/desktop/util/ImageUtil.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/Layout.java b/desktop/src/main/java/haveno/desktop/util/Layout.java
index 44ff50cd..975bb40d 100644
--- a/desktop/src/main/java/haveno/desktop/util/Layout.java
+++ b/desktop/src/main/java/haveno/desktop/util/Layout.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/MovingAverageUtils.java b/desktop/src/main/java/haveno/desktop/util/MovingAverageUtils.java
index 753be450..96ae9a42 100644
--- a/desktop/src/main/java/haveno/desktop/util/MovingAverageUtils.java
+++ b/desktop/src/main/java/haveno/desktop/util/MovingAverageUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/Transitions.java b/desktop/src/main/java/haveno/desktop/util/Transitions.java
index c0ce04c2..0241990c 100644
--- a/desktop/src/main/java/haveno/desktop/util/Transitions.java
+++ b/desktop/src/main/java/haveno/desktop/util/Transitions.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/main/java/haveno/desktop/util/filtering/FilterableListItem.java b/desktop/src/main/java/haveno/desktop/util/filtering/FilterableListItem.java
index 188972a7..c22df51b 100644
--- a/desktop/src/main/java/haveno/desktop/util/filtering/FilterableListItem.java
+++ b/desktop/src/main/java/haveno/desktop/util/filtering/FilterableListItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util.filtering;
diff --git a/desktop/src/main/java/haveno/desktop/util/filtering/FilteringUtils.java b/desktop/src/main/java/haveno/desktop/util/filtering/FilteringUtils.java
index 6aa79ef9..177280b4 100644
--- a/desktop/src/main/java/haveno/desktop/util/filtering/FilteringUtils.java
+++ b/desktop/src/main/java/haveno/desktop/util/filtering/FilteringUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util.filtering;
diff --git a/desktop/src/main/java/haveno/desktop/util/validation/PasswordValidator.java b/desktop/src/main/java/haveno/desktop/util/validation/PasswordValidator.java
index f91b4a1a..40069b1c 100644
--- a/desktop/src/main/java/haveno/desktop/util/validation/PasswordValidator.java
+++ b/desktop/src/main/java/haveno/desktop/util/validation/PasswordValidator.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util.validation;
diff --git a/desktop/src/test/java/haveno/desktop/AwesomeFontDemo.java b/desktop/src/test/java/haveno/desktop/AwesomeFontDemo.java
index 250593e7..31f12162 100644
--- a/desktop/src/test/java/haveno/desktop/AwesomeFontDemo.java
+++ b/desktop/src/test/java/haveno/desktop/AwesomeFontDemo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop;
diff --git a/desktop/src/test/java/haveno/desktop/BindingTest.java b/desktop/src/test/java/haveno/desktop/BindingTest.java
index 46e5977f..8f333dfc 100644
--- a/desktop/src/test/java/haveno/desktop/BindingTest.java
+++ b/desktop/src/test/java/haveno/desktop/BindingTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop;
diff --git a/desktop/src/test/java/haveno/desktop/MarketsPrintTool.java b/desktop/src/test/java/haveno/desktop/MarketsPrintTool.java
index 02a080b5..f6298235 100644
--- a/desktop/src/test/java/haveno/desktop/MarketsPrintTool.java
+++ b/desktop/src/test/java/haveno/desktop/MarketsPrintTool.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop;
diff --git a/desktop/src/test/java/haveno/desktop/MaterialDesignIconDemo.java b/desktop/src/test/java/haveno/desktop/MaterialDesignIconDemo.java
index 5f83ed68..38c670d7 100644
--- a/desktop/src/test/java/haveno/desktop/MaterialDesignIconDemo.java
+++ b/desktop/src/test/java/haveno/desktop/MaterialDesignIconDemo.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop;
diff --git a/desktop/src/test/java/haveno/desktop/MaterialDesignIconDemoLauncher.java b/desktop/src/test/java/haveno/desktop/MaterialDesignIconDemoLauncher.java
index 763f0e3b..f6901f93 100644
--- a/desktop/src/test/java/haveno/desktop/MaterialDesignIconDemoLauncher.java
+++ b/desktop/src/test/java/haveno/desktop/MaterialDesignIconDemoLauncher.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop;
diff --git a/desktop/src/test/java/haveno/desktop/common/fxml/FxmlViewLoaderTests.java b/desktop/src/test/java/haveno/desktop/common/fxml/FxmlViewLoaderTests.java
index 4e56e686..b2672a1b 100644
--- a/desktop/src/test/java/haveno/desktop/common/fxml/FxmlViewLoaderTests.java
+++ b/desktop/src/test/java/haveno/desktop/common/fxml/FxmlViewLoaderTests.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.fxml;
diff --git a/desktop/src/test/java/haveno/desktop/common/support/CachingViewLoaderTests.java b/desktop/src/test/java/haveno/desktop/common/support/CachingViewLoaderTests.java
index 85b793e3..539aa4ca 100644
--- a/desktop/src/test/java/haveno/desktop/common/support/CachingViewLoaderTests.java
+++ b/desktop/src/test/java/haveno/desktop/common/support/CachingViewLoaderTests.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.common.support;
diff --git a/desktop/src/test/java/haveno/desktop/components/ColoredDecimalPlacesWithZerosTextTest.java b/desktop/src/test/java/haveno/desktop/components/ColoredDecimalPlacesWithZerosTextTest.java
index 44f95598..234ddfcc 100644
--- a/desktop/src/test/java/haveno/desktop/components/ColoredDecimalPlacesWithZerosTextTest.java
+++ b/desktop/src/test/java/haveno/desktop/components/ColoredDecimalPlacesWithZerosTextTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.components;
diff --git a/desktop/src/test/java/haveno/desktop/main/funds/transactions/DisplayedTransactionsTest.java b/desktop/src/test/java/haveno/desktop/main/funds/transactions/DisplayedTransactionsTest.java
index 773800e2..d7237ba8 100644
--- a/desktop/src/test/java/haveno/desktop/main/funds/transactions/DisplayedTransactionsTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/funds/transactions/DisplayedTransactionsTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/test/java/haveno/desktop/main/funds/transactions/ObservableListDecoratorTest.java b/desktop/src/test/java/haveno/desktop/main/funds/transactions/ObservableListDecoratorTest.java
index e9966cb6..97635172 100644
--- a/desktop/src/test/java/haveno/desktop/main/funds/transactions/ObservableListDecoratorTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/funds/transactions/ObservableListDecoratorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/test/java/haveno/desktop/main/funds/transactions/TransactionAwareTradableFactoryTest.java b/desktop/src/test/java/haveno/desktop/main/funds/transactions/TransactionAwareTradableFactoryTest.java
index 423e30bd..0e131b49 100644
--- a/desktop/src/test/java/haveno/desktop/main/funds/transactions/TransactionAwareTradableFactoryTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/funds/transactions/TransactionAwareTradableFactoryTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/test/java/haveno/desktop/main/funds/transactions/TransactionAwareTradeTest.java b/desktop/src/test/java/haveno/desktop/main/funds/transactions/TransactionAwareTradeTest.java
index d9186525..214ad2e6 100644
--- a/desktop/src/test/java/haveno/desktop/main/funds/transactions/TransactionAwareTradeTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/funds/transactions/TransactionAwareTradeTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.funds.transactions;
diff --git a/desktop/src/test/java/haveno/desktop/main/market/offerbook/OfferBookChartViewModelTest.java b/desktop/src/test/java/haveno/desktop/main/market/offerbook/OfferBookChartViewModelTest.java
index 3d3411d1..0aa4b545 100644
--- a/desktop/src/test/java/haveno/desktop/main/market/offerbook/OfferBookChartViewModelTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/market/offerbook/OfferBookChartViewModelTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.offerbook;
diff --git a/desktop/src/test/java/haveno/desktop/main/market/spread/SpreadViewModelTest.java b/desktop/src/test/java/haveno/desktop/main/market/spread/SpreadViewModelTest.java
index 1b66e609..54938473 100644
--- a/desktop/src/test/java/haveno/desktop/main/market/spread/SpreadViewModelTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/market/spread/SpreadViewModelTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.spread;
diff --git a/desktop/src/test/java/haveno/desktop/main/market/trades/TradesChartsViewModelTest.java b/desktop/src/test/java/haveno/desktop/main/market/trades/TradesChartsViewModelTest.java
index 191f33c8..f6c91048 100644
--- a/desktop/src/test/java/haveno/desktop/main/market/trades/TradesChartsViewModelTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/market/trades/TradesChartsViewModelTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.market.trades;
diff --git a/desktop/src/test/java/haveno/desktop/main/offer/createoffer/CreateOfferViewModelTest.java b/desktop/src/test/java/haveno/desktop/main/offer/createoffer/CreateOfferViewModelTest.java
index e7ec8fa6..4b33c8ba 100644
--- a/desktop/src/test/java/haveno/desktop/main/offer/createoffer/CreateOfferViewModelTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/offer/createoffer/CreateOfferViewModelTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.createoffer;
diff --git a/desktop/src/test/java/haveno/desktop/main/offer/offerbook/OfferBookListItemMaker.java b/desktop/src/test/java/haveno/desktop/main/offer/offerbook/OfferBookListItemMaker.java
index 0c59a1d7..eea8787a 100644
--- a/desktop/src/test/java/haveno/desktop/main/offer/offerbook/OfferBookListItemMaker.java
+++ b/desktop/src/test/java/haveno/desktop/main/offer/offerbook/OfferBookListItemMaker.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/test/java/haveno/desktop/main/offer/offerbook/OfferBookViewModelTest.java b/desktop/src/test/java/haveno/desktop/main/offer/offerbook/OfferBookViewModelTest.java
index 9f4d2085..9449b84d 100644
--- a/desktop/src/test/java/haveno/desktop/main/offer/offerbook/OfferBookViewModelTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/offer/offerbook/OfferBookViewModelTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.offer.offerbook;
diff --git a/desktop/src/test/java/haveno/desktop/main/overlays/OverlayTest.java b/desktop/src/test/java/haveno/desktop/main/overlays/OverlayTest.java
index fa86f85b..096c02df 100644
--- a/desktop/src/test/java/haveno/desktop/main/overlays/OverlayTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/overlays/OverlayTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays;
diff --git a/desktop/src/test/java/haveno/desktop/main/overlays/windows/downloadupdate/HavenoInstallerTest.java b/desktop/src/test/java/haveno/desktop/main/overlays/windows/downloadupdate/HavenoInstallerTest.java
index 114241e4..c715685e 100644
--- a/desktop/src/test/java/haveno/desktop/main/overlays/windows/downloadupdate/HavenoInstallerTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/overlays/windows/downloadupdate/HavenoInstallerTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows.downloadupdate;
diff --git a/desktop/src/test/java/haveno/desktop/main/overlays/windows/downloadupdate/VerifyTaskTest.java b/desktop/src/test/java/haveno/desktop/main/overlays/windows/downloadupdate/VerifyTaskTest.java
index d586d675..4d8ecaa9 100644
--- a/desktop/src/test/java/haveno/desktop/main/overlays/windows/downloadupdate/VerifyTaskTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/overlays/windows/downloadupdate/VerifyTaskTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.overlays.windows.downloadupdate;
diff --git a/desktop/src/test/java/haveno/desktop/main/settings/preferences/PreferencesViewModelTest.java b/desktop/src/test/java/haveno/desktop/main/settings/preferences/PreferencesViewModelTest.java
index 1224905d..752cfabb 100644
--- a/desktop/src/test/java/haveno/desktop/main/settings/preferences/PreferencesViewModelTest.java
+++ b/desktop/src/test/java/haveno/desktop/main/settings/preferences/PreferencesViewModelTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.main.settings.preferences;
diff --git a/desktop/src/test/java/haveno/desktop/maker/CurrencyListItemMakers.java b/desktop/src/test/java/haveno/desktop/maker/CurrencyListItemMakers.java
index 98fbddee..5ec853c5 100644
--- a/desktop/src/test/java/haveno/desktop/maker/CurrencyListItemMakers.java
+++ b/desktop/src/test/java/haveno/desktop/maker/CurrencyListItemMakers.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.maker;
diff --git a/desktop/src/test/java/haveno/desktop/maker/OfferMaker.java b/desktop/src/test/java/haveno/desktop/maker/OfferMaker.java
index 6c8233c7..cfa89787 100644
--- a/desktop/src/test/java/haveno/desktop/maker/OfferMaker.java
+++ b/desktop/src/test/java/haveno/desktop/maker/OfferMaker.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.maker;
diff --git a/desktop/src/test/java/haveno/desktop/maker/PreferenceMakers.java b/desktop/src/test/java/haveno/desktop/maker/PreferenceMakers.java
index 950db07d..01cbb16c 100644
--- a/desktop/src/test/java/haveno/desktop/maker/PreferenceMakers.java
+++ b/desktop/src/test/java/haveno/desktop/maker/PreferenceMakers.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.maker;
diff --git a/desktop/src/test/java/haveno/desktop/maker/PriceMaker.java b/desktop/src/test/java/haveno/desktop/maker/PriceMaker.java
index d33fb0bc..d5d618ab 100644
--- a/desktop/src/test/java/haveno/desktop/maker/PriceMaker.java
+++ b/desktop/src/test/java/haveno/desktop/maker/PriceMaker.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.maker;
diff --git a/desktop/src/test/java/haveno/desktop/maker/TradeCurrencyMakers.java b/desktop/src/test/java/haveno/desktop/maker/TradeCurrencyMakers.java
index 215d5943..cbf6b58d 100644
--- a/desktop/src/test/java/haveno/desktop/maker/TradeCurrencyMakers.java
+++ b/desktop/src/test/java/haveno/desktop/maker/TradeCurrencyMakers.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.maker;
diff --git a/desktop/src/test/java/haveno/desktop/maker/VolumeMaker.java b/desktop/src/test/java/haveno/desktop/maker/VolumeMaker.java
index 47470f75..45cd7404 100644
--- a/desktop/src/test/java/haveno/desktop/maker/VolumeMaker.java
+++ b/desktop/src/test/java/haveno/desktop/maker/VolumeMaker.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.maker;
diff --git a/desktop/src/test/java/haveno/desktop/util/CurrencyListTest.java b/desktop/src/test/java/haveno/desktop/util/CurrencyListTest.java
index 4a89373e..c44f9814 100644
--- a/desktop/src/test/java/haveno/desktop/util/CurrencyListTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/CurrencyListTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/test/java/haveno/desktop/util/GUIUtilTest.java b/desktop/src/test/java/haveno/desktop/util/GUIUtilTest.java
index 26714798..ae3559b4 100644
--- a/desktop/src/test/java/haveno/desktop/util/GUIUtilTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/GUIUtilTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/test/java/haveno/desktop/util/ImmutableCoinFormatterTest.java b/desktop/src/test/java/haveno/desktop/util/ImmutableCoinFormatterTest.java
index 4733ce5c..1cb16e5f 100644
--- a/desktop/src/test/java/haveno/desktop/util/ImmutableCoinFormatterTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/ImmutableCoinFormatterTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/test/java/haveno/desktop/util/MovingAverageUtilsTest.java b/desktop/src/test/java/haveno/desktop/util/MovingAverageUtilsTest.java
index de6d8d1f..b6830dff 100644
--- a/desktop/src/test/java/haveno/desktop/util/MovingAverageUtilsTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/MovingAverageUtilsTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util;
diff --git a/desktop/src/test/java/haveno/desktop/util/validation/FiatVolumeValidatorTest.java b/desktop/src/test/java/haveno/desktop/util/validation/FiatVolumeValidatorTest.java
index bf31c7df..cdd35f96 100644
--- a/desktop/src/test/java/haveno/desktop/util/validation/FiatVolumeValidatorTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/validation/FiatVolumeValidatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util.validation;
diff --git a/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferAnswerValidatorTest.java b/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferAnswerValidatorTest.java
index a397aae8..8c0b88c8 100644
--- a/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferAnswerValidatorTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferAnswerValidatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util.validation;
diff --git a/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferQuestionValidatorTest.java b/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferQuestionValidatorTest.java
index 5fc3aa4f..8385e5d8 100644
--- a/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferQuestionValidatorTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferQuestionValidatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util.validation;
diff --git a/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferValidatorTest.java b/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferValidatorTest.java
index cb8c3696..1967e2c5 100644
--- a/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferValidatorTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/validation/InteracETransferValidatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util.validation;
diff --git a/desktop/src/test/java/haveno/desktop/util/validation/LengthValidatorTest.java b/desktop/src/test/java/haveno/desktop/util/validation/LengthValidatorTest.java
index 8664bb76..61a2eabd 100644
--- a/desktop/src/test/java/haveno/desktop/util/validation/LengthValidatorTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/validation/LengthValidatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util.validation;
diff --git a/desktop/src/test/java/haveno/desktop/util/validation/RegexValidatorTest.java b/desktop/src/test/java/haveno/desktop/util/validation/RegexValidatorTest.java
index 7fb94a10..b2dddcbc 100644
--- a/desktop/src/test/java/haveno/desktop/util/validation/RegexValidatorTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/validation/RegexValidatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util.validation;
diff --git a/desktop/src/test/java/haveno/desktop/util/validation/XmrValidatorTest.java b/desktop/src/test/java/haveno/desktop/util/validation/XmrValidatorTest.java
index 42792bef..d4258328 100644
--- a/desktop/src/test/java/haveno/desktop/util/validation/XmrValidatorTest.java
+++ b/desktop/src/test/java/haveno/desktop/util/validation/XmrValidatorTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.desktop.util.validation;
diff --git a/desktop/src/test/java/org/bitcoinj/core/CoinMaker.java b/desktop/src/test/java/org/bitcoinj/core/CoinMaker.java
index 87da551b..5708af89 100644
--- a/desktop/src/test/java/org/bitcoinj/core/CoinMaker.java
+++ b/desktop/src/test/java/org/bitcoinj/core/CoinMaker.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package org.bitcoinj.core;
diff --git a/p2p/src/main/java/haveno/network/DnsLookupException.java b/p2p/src/main/java/haveno/network/DnsLookupException.java
index 367b90bf..3142659a 100644
--- a/p2p/src/main/java/haveno/network/DnsLookupException.java
+++ b/p2p/src/main/java/haveno/network/DnsLookupException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network;
diff --git a/p2p/src/main/java/haveno/network/DnsLookupTor.java b/p2p/src/main/java/haveno/network/DnsLookupTor.java
index be5bd85b..a0bbb75c 100644
--- a/p2p/src/main/java/haveno/network/DnsLookupTor.java
+++ b/p2p/src/main/java/haveno/network/DnsLookupTor.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network;
diff --git a/p2p/src/main/java/haveno/network/Socks5DnsDiscovery.java b/p2p/src/main/java/haveno/network/Socks5DnsDiscovery.java
index 880c56d2..ac6c514f 100644
--- a/p2p/src/main/java/haveno/network/Socks5DnsDiscovery.java
+++ b/p2p/src/main/java/haveno/network/Socks5DnsDiscovery.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network;
diff --git a/p2p/src/main/java/haveno/network/Socks5MultiDiscovery.java b/p2p/src/main/java/haveno/network/Socks5MultiDiscovery.java
index e25911ea..bbe4a3f3 100644
--- a/p2p/src/main/java/haveno/network/Socks5MultiDiscovery.java
+++ b/p2p/src/main/java/haveno/network/Socks5MultiDiscovery.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network;
diff --git a/p2p/src/main/java/haveno/network/Socks5ProxyProvider.java b/p2p/src/main/java/haveno/network/Socks5ProxyProvider.java
index 75cfed2a..951dc984 100644
--- a/p2p/src/main/java/haveno/network/Socks5ProxyProvider.java
+++ b/p2p/src/main/java/haveno/network/Socks5ProxyProvider.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network;
diff --git a/p2p/src/main/java/haveno/network/Socks5SeedOnionDiscovery.java b/p2p/src/main/java/haveno/network/Socks5SeedOnionDiscovery.java
index 0f677cf9..5696c44f 100644
--- a/p2p/src/main/java/haveno/network/Socks5SeedOnionDiscovery.java
+++ b/p2p/src/main/java/haveno/network/Socks5SeedOnionDiscovery.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network;
diff --git a/p2p/src/main/java/haveno/network/crypto/DecryptedDataTuple.java b/p2p/src/main/java/haveno/network/crypto/DecryptedDataTuple.java
index 2a72afb9..68bb0c19 100644
--- a/p2p/src/main/java/haveno/network/crypto/DecryptedDataTuple.java
+++ b/p2p/src/main/java/haveno/network/crypto/DecryptedDataTuple.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.crypto;
diff --git a/p2p/src/main/java/haveno/network/crypto/EncryptionService.java b/p2p/src/main/java/haveno/network/crypto/EncryptionService.java
index b0e6fa7b..16cb322c 100644
--- a/p2p/src/main/java/haveno/network/crypto/EncryptionService.java
+++ b/p2p/src/main/java/haveno/network/crypto/EncryptionService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.crypto;
diff --git a/p2p/src/main/java/haveno/network/crypto/EncryptionServiceModule.java b/p2p/src/main/java/haveno/network/crypto/EncryptionServiceModule.java
index 7ed10448..bc098208 100644
--- a/p2p/src/main/java/haveno/network/crypto/EncryptionServiceModule.java
+++ b/p2p/src/main/java/haveno/network/crypto/EncryptionServiceModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.crypto;
diff --git a/p2p/src/main/java/haveno/network/http/FakeDnsResolver.java b/p2p/src/main/java/haveno/network/http/FakeDnsResolver.java
index d2e232c5..3bda21a8 100644
--- a/p2p/src/main/java/haveno/network/http/FakeDnsResolver.java
+++ b/p2p/src/main/java/haveno/network/http/FakeDnsResolver.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.http;
diff --git a/p2p/src/main/java/haveno/network/http/HttpClient.java b/p2p/src/main/java/haveno/network/http/HttpClient.java
index 92add888..9ebff363 100644
--- a/p2p/src/main/java/haveno/network/http/HttpClient.java
+++ b/p2p/src/main/java/haveno/network/http/HttpClient.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.http;
diff --git a/p2p/src/main/java/haveno/network/http/HttpClientImpl.java b/p2p/src/main/java/haveno/network/http/HttpClientImpl.java
index e1d13b05..23a0a998 100644
--- a/p2p/src/main/java/haveno/network/http/HttpClientImpl.java
+++ b/p2p/src/main/java/haveno/network/http/HttpClientImpl.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.http;
diff --git a/p2p/src/main/java/haveno/network/http/HttpException.java b/p2p/src/main/java/haveno/network/http/HttpException.java
index a920ddf4..d6b9447e 100644
--- a/p2p/src/main/java/haveno/network/http/HttpException.java
+++ b/p2p/src/main/java/haveno/network/http/HttpException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.http;
diff --git a/p2p/src/main/java/haveno/network/http/HttpMethod.java b/p2p/src/main/java/haveno/network/http/HttpMethod.java
index e740d7d1..eb3e7b85 100644
--- a/p2p/src/main/java/haveno/network/http/HttpMethod.java
+++ b/p2p/src/main/java/haveno/network/http/HttpMethod.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.http;
diff --git a/p2p/src/main/java/haveno/network/http/SocksConnectionSocketFactory.java b/p2p/src/main/java/haveno/network/http/SocksConnectionSocketFactory.java
index a7f090e6..75efeccd 100644
--- a/p2p/src/main/java/haveno/network/http/SocksConnectionSocketFactory.java
+++ b/p2p/src/main/java/haveno/network/http/SocksConnectionSocketFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.http;
diff --git a/p2p/src/main/java/haveno/network/http/SocksSSLConnectionSocketFactory.java b/p2p/src/main/java/haveno/network/http/SocksSSLConnectionSocketFactory.java
index a43b4c47..ac2b0bfe 100644
--- a/p2p/src/main/java/haveno/network/http/SocksSSLConnectionSocketFactory.java
+++ b/p2p/src/main/java/haveno/network/http/SocksSSLConnectionSocketFactory.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.http;
diff --git a/p2p/src/main/java/haveno/network/p2p/AckMessage.java b/p2p/src/main/java/haveno/network/p2p/AckMessage.java
index 48a1cf69..7a7a0ff9 100644
--- a/p2p/src/main/java/haveno/network/p2p/AckMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/AckMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/AckMessageSourceType.java b/p2p/src/main/java/haveno/network/p2p/AckMessageSourceType.java
index 33950272..d74c09eb 100644
--- a/p2p/src/main/java/haveno/network/p2p/AckMessageSourceType.java
+++ b/p2p/src/main/java/haveno/network/p2p/AckMessageSourceType.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/AnonymousMessage.java b/p2p/src/main/java/haveno/network/p2p/AnonymousMessage.java
index a9f556f8..095e1b04 100644
--- a/p2p/src/main/java/haveno/network/p2p/AnonymousMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/AnonymousMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/BootstrapListener.java b/p2p/src/main/java/haveno/network/p2p/BootstrapListener.java
index 1b0c53f6..e7a57173 100644
--- a/p2p/src/main/java/haveno/network/p2p/BootstrapListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/BootstrapListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/BundleOfEnvelopes.java b/p2p/src/main/java/haveno/network/p2p/BundleOfEnvelopes.java
index 573699db..1c9fa35e 100644
--- a/p2p/src/main/java/haveno/network/p2p/BundleOfEnvelopes.java
+++ b/p2p/src/main/java/haveno/network/p2p/BundleOfEnvelopes.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/CloseConnectionMessage.java b/p2p/src/main/java/haveno/network/p2p/CloseConnectionMessage.java
index d01ef359..a14225e8 100644
--- a/p2p/src/main/java/haveno/network/p2p/CloseConnectionMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/CloseConnectionMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/DecryptedDirectMessageListener.java b/p2p/src/main/java/haveno/network/p2p/DecryptedDirectMessageListener.java
index 09d49726..d68eee3f 100644
--- a/p2p/src/main/java/haveno/network/p2p/DecryptedDirectMessageListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/DecryptedDirectMessageListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/DecryptedMessageWithPubKey.java b/p2p/src/main/java/haveno/network/p2p/DecryptedMessageWithPubKey.java
index 91675e4a..a081578a 100644
--- a/p2p/src/main/java/haveno/network/p2p/DecryptedMessageWithPubKey.java
+++ b/p2p/src/main/java/haveno/network/p2p/DecryptedMessageWithPubKey.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/DirectMessage.java b/p2p/src/main/java/haveno/network/p2p/DirectMessage.java
index 6821362e..0f3e03d2 100644
--- a/p2p/src/main/java/haveno/network/p2p/DirectMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/DirectMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/ExtendedDataSizePermission.java b/p2p/src/main/java/haveno/network/p2p/ExtendedDataSizePermission.java
index 522e3ba9..455da755 100644
--- a/p2p/src/main/java/haveno/network/p2p/ExtendedDataSizePermission.java
+++ b/p2p/src/main/java/haveno/network/p2p/ExtendedDataSizePermission.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/InitialDataRequest.java b/p2p/src/main/java/haveno/network/p2p/InitialDataRequest.java
index 1ac3d06a..a0e6147b 100644
--- a/p2p/src/main/java/haveno/network/p2p/InitialDataRequest.java
+++ b/p2p/src/main/java/haveno/network/p2p/InitialDataRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/InitialDataResponse.java b/p2p/src/main/java/haveno/network/p2p/InitialDataResponse.java
index e00f0f21..7f8597de 100644
--- a/p2p/src/main/java/haveno/network/p2p/InitialDataResponse.java
+++ b/p2p/src/main/java/haveno/network/p2p/InitialDataResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/NetworkNodeProvider.java b/p2p/src/main/java/haveno/network/p2p/NetworkNodeProvider.java
index 5bdaa2cc..36fd984e 100644
--- a/p2p/src/main/java/haveno/network/p2p/NetworkNodeProvider.java
+++ b/p2p/src/main/java/haveno/network/p2p/NetworkNodeProvider.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/NetworkNotReadyException.java b/p2p/src/main/java/haveno/network/p2p/NetworkNotReadyException.java
index 275442f0..3939fc05 100644
--- a/p2p/src/main/java/haveno/network/p2p/NetworkNotReadyException.java
+++ b/p2p/src/main/java/haveno/network/p2p/NetworkNotReadyException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/NodeAddress.java b/p2p/src/main/java/haveno/network/p2p/NodeAddress.java
index 047b421b..b2d89716 100644
--- a/p2p/src/main/java/haveno/network/p2p/NodeAddress.java
+++ b/p2p/src/main/java/haveno/network/p2p/NodeAddress.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/P2PModule.java b/p2p/src/main/java/haveno/network/p2p/P2PModule.java
index 082a6285..5bb0f1ef 100644
--- a/p2p/src/main/java/haveno/network/p2p/P2PModule.java
+++ b/p2p/src/main/java/haveno/network/p2p/P2PModule.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/P2PService.java b/p2p/src/main/java/haveno/network/p2p/P2PService.java
index c517dc86..ac244f72 100644
--- a/p2p/src/main/java/haveno/network/p2p/P2PService.java
+++ b/p2p/src/main/java/haveno/network/p2p/P2PService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/P2PServiceListener.java b/p2p/src/main/java/haveno/network/p2p/P2PServiceListener.java
index da97654d..dd82d6a7 100644
--- a/p2p/src/main/java/haveno/network/p2p/P2PServiceListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/P2PServiceListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/PrefixedSealedAndSignedMessage.java b/p2p/src/main/java/haveno/network/p2p/PrefixedSealedAndSignedMessage.java
index 5fc38f49..ff3d4d3e 100644
--- a/p2p/src/main/java/haveno/network/p2p/PrefixedSealedAndSignedMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/PrefixedSealedAndSignedMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/SendDirectMessageListener.java b/p2p/src/main/java/haveno/network/p2p/SendDirectMessageListener.java
index bf25c768..9baede4f 100644
--- a/p2p/src/main/java/haveno/network/p2p/SendDirectMessageListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/SendDirectMessageListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/SendMailboxMessageListener.java b/p2p/src/main/java/haveno/network/p2p/SendMailboxMessageListener.java
index b73bf43e..bbf819c0 100644
--- a/p2p/src/main/java/haveno/network/p2p/SendMailboxMessageListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/SendMailboxMessageListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/SendersNodeAddressMessage.java b/p2p/src/main/java/haveno/network/p2p/SendersNodeAddressMessage.java
index 03ac17f8..a4e384d3 100644
--- a/p2p/src/main/java/haveno/network/p2p/SendersNodeAddressMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/SendersNodeAddressMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/SupportedCapabilitiesMessage.java b/p2p/src/main/java/haveno/network/p2p/SupportedCapabilitiesMessage.java
index b8823fdd..d3aa057f 100644
--- a/p2p/src/main/java/haveno/network/p2p/SupportedCapabilitiesMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/SupportedCapabilitiesMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/UidMessage.java b/p2p/src/main/java/haveno/network/p2p/UidMessage.java
index c88756fe..69c6e043 100644
--- a/p2p/src/main/java/haveno/network/p2p/UidMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/UidMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/main/java/haveno/network/p2p/mailbox/IgnoredMailboxMap.java b/p2p/src/main/java/haveno/network/p2p/mailbox/IgnoredMailboxMap.java
index b21ff71b..8df1af09 100644
--- a/p2p/src/main/java/haveno/network/p2p/mailbox/IgnoredMailboxMap.java
+++ b/p2p/src/main/java/haveno/network/p2p/mailbox/IgnoredMailboxMap.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.mailbox;
diff --git a/p2p/src/main/java/haveno/network/p2p/mailbox/IgnoredMailboxService.java b/p2p/src/main/java/haveno/network/p2p/mailbox/IgnoredMailboxService.java
index 7d6fd929..c3b4e684 100644
--- a/p2p/src/main/java/haveno/network/p2p/mailbox/IgnoredMailboxService.java
+++ b/p2p/src/main/java/haveno/network/p2p/mailbox/IgnoredMailboxService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.mailbox;
diff --git a/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxItem.java b/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxItem.java
index b56eeedd..2f97055f 100644
--- a/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxItem.java
+++ b/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxItem.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.mailbox;
diff --git a/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessage.java b/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessage.java
index 0203cffa..08499925 100644
--- a/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.mailbox;
diff --git a/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessageList.java b/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessageList.java
index 3d3d1d0c..a9d04949 100644
--- a/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessageList.java
+++ b/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessageList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.mailbox;
diff --git a/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessageService.java b/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessageService.java
index 09780edc..231c1dd9 100644
--- a/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessageService.java
+++ b/p2p/src/main/java/haveno/network/p2p/mailbox/MailboxMessageService.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/p2p/src/main/java/haveno/network/p2p/messaging/DecryptedMailboxListener.java b/p2p/src/main/java/haveno/network/p2p/messaging/DecryptedMailboxListener.java
index 225468c8..196633fa 100644
--- a/p2p/src/main/java/haveno/network/p2p/messaging/DecryptedMailboxListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/messaging/DecryptedMailboxListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.messaging;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/BanFilter.java b/p2p/src/main/java/haveno/network/p2p/network/BanFilter.java
index 0c1b2dea..86c63153 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/BanFilter.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/BanFilter.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/BridgeAddressProvider.java b/p2p/src/main/java/haveno/network/p2p/network/BridgeAddressProvider.java
index 65dfb47d..f2dba22e 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/BridgeAddressProvider.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/BridgeAddressProvider.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/CloseConnectionReason.java b/p2p/src/main/java/haveno/network/p2p/network/CloseConnectionReason.java
index 3db04c29..55a2bef7 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/CloseConnectionReason.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/CloseConnectionReason.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/Connection.java b/p2p/src/main/java/haveno/network/p2p/network/Connection.java
index 1eaa0e6a..f82d4ef6 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/Connection.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/Connection.java
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/p2p/src/main/java/haveno/network/p2p/network/ConnectionListener.java b/p2p/src/main/java/haveno/network/p2p/network/ConnectionListener.java
index e433ef8b..732efb46 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/ConnectionListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/ConnectionListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/ConnectionState.java b/p2p/src/main/java/haveno/network/p2p/network/ConnectionState.java
index 2b53073e..0dd48893 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/ConnectionState.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/ConnectionState.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/ConnectionStatistics.java b/p2p/src/main/java/haveno/network/p2p/network/ConnectionStatistics.java
index e250f695..0a641b19 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/ConnectionStatistics.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/ConnectionStatistics.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/DefaultPluggableTransports.java b/p2p/src/main/java/haveno/network/p2p/network/DefaultPluggableTransports.java
index 700ad017..7a709c9c 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/DefaultPluggableTransports.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/DefaultPluggableTransports.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/HavenoRuntimeException.java b/p2p/src/main/java/haveno/network/p2p/network/HavenoRuntimeException.java
index 6225654b..a6b4adbb 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/HavenoRuntimeException.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/HavenoRuntimeException.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/InboundConnection.java b/p2p/src/main/java/haveno/network/p2p/network/InboundConnection.java
index fc594ec9..5e923258 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/InboundConnection.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/InboundConnection.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/LocalhostNetworkNode.java b/p2p/src/main/java/haveno/network/p2p/network/LocalhostNetworkNode.java
index 051f5e99..9254c9af 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/LocalhostNetworkNode.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/LocalhostNetworkNode.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/MessageListener.java b/p2p/src/main/java/haveno/network/p2p/network/MessageListener.java
index 07cda27d..0ee8db23 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/MessageListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/MessageListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/NetworkNode.java b/p2p/src/main/java/haveno/network/p2p/network/NetworkNode.java
index a0a8bbf0..be9d6089 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/NetworkNode.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/NetworkNode.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/NewTor.java b/p2p/src/main/java/haveno/network/p2p/network/NewTor.java
index 021d49b8..e7119656 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/NewTor.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/NewTor.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/OutboundConnection.java b/p2p/src/main/java/haveno/network/p2p/network/OutboundConnection.java
index a4a0769e..f704ccf7 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/OutboundConnection.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/OutboundConnection.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/PeerType.java b/p2p/src/main/java/haveno/network/p2p/network/PeerType.java
index 7e693b55..3086f7b5 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/PeerType.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/PeerType.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/ProtoOutputStream.java b/p2p/src/main/java/haveno/network/p2p/network/ProtoOutputStream.java
index 1431e462..3530ff2d 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/ProtoOutputStream.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/ProtoOutputStream.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/RuleViolation.java b/p2p/src/main/java/haveno/network/p2p/network/RuleViolation.java
index 1a767d0e..46c00f4d 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/RuleViolation.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/RuleViolation.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/RunningTor.java b/p2p/src/main/java/haveno/network/p2p/network/RunningTor.java
index 647f9398..e0cd2f83 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/RunningTor.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/RunningTor.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/Server.java b/p2p/src/main/java/haveno/network/p2p/network/Server.java
index f0af0c04..9cf39f57 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/Server.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/Server.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/SetupListener.java b/p2p/src/main/java/haveno/network/p2p/network/SetupListener.java
index 76e1528a..711f544a 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/SetupListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/SetupListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/Statistic.java b/p2p/src/main/java/haveno/network/p2p/network/Statistic.java
index 91515868..bb3b8d10 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/Statistic.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/Statistic.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/SupportedCapabilitiesListener.java b/p2p/src/main/java/haveno/network/p2p/network/SupportedCapabilitiesListener.java
index cd5ba14f..6dfbd736 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/SupportedCapabilitiesListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/SupportedCapabilitiesListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/TorMode.java b/p2p/src/main/java/haveno/network/p2p/network/TorMode.java
index d76f9a7d..69191381 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/TorMode.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/TorMode.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/network/TorNetworkNode.java b/p2p/src/main/java/haveno/network/p2p/network/TorNetworkNode.java
index f0a622bd..f3047250 100644
--- a/p2p/src/main/java/haveno/network/p2p/network/TorNetworkNode.java
+++ b/p2p/src/main/java/haveno/network/p2p/network/TorNetworkNode.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/BroadcastHandler.java b/p2p/src/main/java/haveno/network/p2p/peers/BroadcastHandler.java
index eb2ece9e..68531d2b 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/BroadcastHandler.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/BroadcastHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/Broadcaster.java b/p2p/src/main/java/haveno/network/p2p/peers/Broadcaster.java
index 109e192f..b639938a 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/Broadcaster.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/Broadcaster.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/PeerManager.java b/p2p/src/main/java/haveno/network/p2p/peers/PeerManager.java
index 2c7fdd6c..c7b2619a 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/PeerManager.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/PeerManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/getdata/GetDataRequestHandler.java b/p2p/src/main/java/haveno/network/p2p/peers/getdata/GetDataRequestHandler.java
index e9a18075..350539a3 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/getdata/GetDataRequestHandler.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/getdata/GetDataRequestHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.getdata;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/getdata/RequestDataHandler.java b/p2p/src/main/java/haveno/network/p2p/peers/getdata/RequestDataHandler.java
index ba47b839..bb9e240e 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/getdata/RequestDataHandler.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/getdata/RequestDataHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.getdata;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/getdata/RequestDataManager.java b/p2p/src/main/java/haveno/network/p2p/peers/getdata/RequestDataManager.java
index 5a62959e..84fdbd98 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/getdata/RequestDataManager.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/getdata/RequestDataManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.getdata;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetDataRequest.java b/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetDataRequest.java
index fe2b6e89..623724dd 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetDataRequest.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetDataRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.getdata.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetDataResponse.java b/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetDataResponse.java
index e44b0b60..40774ffe 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetDataResponse.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetDataResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.getdata.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetUpdatedDataRequest.java b/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetUpdatedDataRequest.java
index 10dc57ce..9a2a9938 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetUpdatedDataRequest.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/GetUpdatedDataRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.getdata.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/PreliminaryGetDataRequest.java b/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/PreliminaryGetDataRequest.java
index 27bca59e..21cf169b 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/PreliminaryGetDataRequest.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/getdata/messages/PreliminaryGetDataRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.getdata.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/keepalive/KeepAliveHandler.java b/p2p/src/main/java/haveno/network/p2p/peers/keepalive/KeepAliveHandler.java
index 54673fca..91ba2278 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/keepalive/KeepAliveHandler.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/keepalive/KeepAliveHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.keepalive;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/keepalive/KeepAliveManager.java b/p2p/src/main/java/haveno/network/p2p/peers/keepalive/KeepAliveManager.java
index d1772dc8..d143990a 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/keepalive/KeepAliveManager.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/keepalive/KeepAliveManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.keepalive;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/KeepAliveMessage.java b/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/KeepAliveMessage.java
index d675956c..c5ba8405 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/KeepAliveMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/KeepAliveMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.keepalive.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/Ping.java b/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/Ping.java
index 233a4c1a..f8411240 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/Ping.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/Ping.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.keepalive.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/Pong.java b/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/Pong.java
index 73f0f5f8..5c4646e4 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/Pong.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/keepalive/messages/Pong.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.keepalive.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/GetPeersRequestHandler.java b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/GetPeersRequestHandler.java
index 365358bb..094f1513 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/GetPeersRequestHandler.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/GetPeersRequestHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.peerexchange;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/Peer.java b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/Peer.java
index 73c9e362..2183b4ec 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/Peer.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/Peer.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.peerexchange;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerExchangeHandler.java b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerExchangeHandler.java
index 4aedf4e4..cd12c17a 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerExchangeHandler.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerExchangeHandler.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.peerexchange;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerExchangeManager.java b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerExchangeManager.java
index ec7d3b60..ca55c9ed 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerExchangeManager.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerExchangeManager.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.peerexchange;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerList.java b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerList.java
index ae5e5006..bf102909 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerList.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/PeerList.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.peerexchange;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/GetPeersRequest.java b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/GetPeersRequest.java
index b9543542..0f9cd58d 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/GetPeersRequest.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/GetPeersRequest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.peerexchange.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/GetPeersResponse.java b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/GetPeersResponse.java
index 8b19607b..67f0f6bf 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/GetPeersResponse.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/GetPeersResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.peerexchange.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/PeerExchangeMessage.java b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/PeerExchangeMessage.java
index c12704c8..ee63bafe 100644
--- a/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/PeerExchangeMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/peers/peerexchange/messages/PeerExchangeMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers.peerexchange.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/seed/SeedNodeRepository.java b/p2p/src/main/java/haveno/network/p2p/seed/SeedNodeRepository.java
index 2755ae97..020c46eb 100644
--- a/p2p/src/main/java/haveno/network/p2p/seed/SeedNodeRepository.java
+++ b/p2p/src/main/java/haveno/network/p2p/seed/SeedNodeRepository.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.seed;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/HashMapChangedListener.java b/p2p/src/main/java/haveno/network/p2p/storage/HashMapChangedListener.java
index 89031c13..4c8b9396 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/HashMapChangedListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/HashMapChangedListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/P2PDataStorage.java b/p2p/src/main/java/haveno/network/p2p/storage/P2PDataStorage.java
index 45017c99..8d20b333 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/P2PDataStorage.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/P2PDataStorage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/messages/AddDataMessage.java b/p2p/src/main/java/haveno/network/p2p/storage/messages/AddDataMessage.java
index efa56080..bf2cf751 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/messages/AddDataMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/messages/AddDataMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/messages/AddOncePayload.java b/p2p/src/main/java/haveno/network/p2p/storage/messages/AddOncePayload.java
index 35b371d5..580745ed 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/messages/AddOncePayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/messages/AddOncePayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/messages/AddPersistableNetworkPayloadMessage.java b/p2p/src/main/java/haveno/network/p2p/storage/messages/AddPersistableNetworkPayloadMessage.java
index 50084807..df1705ad 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/messages/AddPersistableNetworkPayloadMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/messages/AddPersistableNetworkPayloadMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/messages/BroadcastMessage.java b/p2p/src/main/java/haveno/network/p2p/storage/messages/BroadcastMessage.java
index fe689407..31b34000 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/messages/BroadcastMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/messages/BroadcastMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/messages/RefreshOfferMessage.java b/p2p/src/main/java/haveno/network/p2p/storage/messages/RefreshOfferMessage.java
index c760183a..b62d9e8a 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/messages/RefreshOfferMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/messages/RefreshOfferMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/messages/RemoveDataMessage.java b/p2p/src/main/java/haveno/network/p2p/storage/messages/RemoveDataMessage.java
index 8e9b6ad7..eb9c0acb 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/messages/RemoveDataMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/messages/RemoveDataMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/messages/RemoveMailboxDataMessage.java b/p2p/src/main/java/haveno/network/p2p/storage/messages/RemoveMailboxDataMessage.java
index 4d8b1fe8..b6d8dc07 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/messages/RemoveMailboxDataMessage.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/messages/RemoveMailboxDataMessage.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.messages;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/CapabilityRequiringPayload.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/CapabilityRequiringPayload.java
index 029b3870..478c033a 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/CapabilityRequiringPayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/CapabilityRequiringPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/DateSortedTruncatablePayload.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/DateSortedTruncatablePayload.java
index 2a879281..3c59f737 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/DateSortedTruncatablePayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/DateSortedTruncatablePayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/DateTolerantPayload.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/DateTolerantPayload.java
index c428d09f..0e7c960f 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/DateTolerantPayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/DateTolerantPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/ExpirablePayload.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/ExpirablePayload.java
index 01811827..e4a01849 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/ExpirablePayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/ExpirablePayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/MailboxStoragePayload.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/MailboxStoragePayload.java
index d1070760..2c0419b9 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/MailboxStoragePayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/MailboxStoragePayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/PersistableNetworkPayload.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/PersistableNetworkPayload.java
index 63ff2ff7..ebd34f5a 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/PersistableNetworkPayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/PersistableNetworkPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/PersistableProtectedPayload.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/PersistableProtectedPayload.java
index 2a405d68..39e3c557 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/PersistableProtectedPayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/PersistableProtectedPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/ProcessOncePersistableNetworkPayload.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/ProcessOncePersistableNetworkPayload.java
index f7dadb5a..87ef1195 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/ProcessOncePersistableNetworkPayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/ProcessOncePersistableNetworkPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedMailboxStorageEntry.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedMailboxStorageEntry.java
index a8c5b080..4bb2146e 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedMailboxStorageEntry.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedMailboxStorageEntry.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedStorageEntry.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedStorageEntry.java
index f4cebe26..a30c4e5f 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedStorageEntry.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedStorageEntry.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedStoragePayload.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedStoragePayload.java
index 91cf2348..f8abe05c 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedStoragePayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/ProtectedStoragePayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/payload/RequiresOwnerIsOnlinePayload.java b/p2p/src/main/java/haveno/network/p2p/storage/payload/RequiresOwnerIsOnlinePayload.java
index 11ff9d7c..48c14838 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/payload/RequiresOwnerIsOnlinePayload.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/payload/RequiresOwnerIsOnlinePayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/AppendOnlyDataStoreListener.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/AppendOnlyDataStoreListener.java
index 5e76291a..acc3c698 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/AppendOnlyDataStoreListener.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/AppendOnlyDataStoreListener.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/AppendOnlyDataStoreService.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/AppendOnlyDataStoreService.java
index 6aabfe76..c3edd701 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/AppendOnlyDataStoreService.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/AppendOnlyDataStoreService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/HistoricalDataStoreService.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/HistoricalDataStoreService.java
index 900a88c8..6e7cbe4b 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/HistoricalDataStoreService.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/HistoricalDataStoreService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/MapStoreService.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/MapStoreService.java
index 2780f8cc..8e08e862 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/MapStoreService.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/MapStoreService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/PersistableNetworkPayloadStore.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/PersistableNetworkPayloadStore.java
index 3683a4f8..0d782078 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/PersistableNetworkPayloadStore.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/PersistableNetworkPayloadStore.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/ProtectedDataStoreService.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/ProtectedDataStoreService.java
index 8e1291b2..1f3b7435 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/ProtectedDataStoreService.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/ProtectedDataStoreService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/RemovedPayloadsMap.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/RemovedPayloadsMap.java
index e05a42fa..ae7bb919 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/RemovedPayloadsMap.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/RemovedPayloadsMap.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/RemovedPayloadsService.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/RemovedPayloadsService.java
index 902ae73f..7bb9f465 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/RemovedPayloadsService.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/RemovedPayloadsService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/ResourceDataStoreService.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/ResourceDataStoreService.java
index b10573c8..b316c6bc 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/ResourceDataStoreService.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/ResourceDataStoreService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/SequenceNumberMap.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/SequenceNumberMap.java
index b8dffb71..f774c4c3 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/SequenceNumberMap.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/SequenceNumberMap.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/p2p/storage/persistence/StoreService.java b/p2p/src/main/java/haveno/network/p2p/storage/persistence/StoreService.java
index a2115316..d844cdba 100644
--- a/p2p/src/main/java/haveno/network/p2p/storage/persistence/StoreService.java
+++ b/p2p/src/main/java/haveno/network/p2p/storage/persistence/StoreService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.persistence;
diff --git a/p2p/src/main/java/haveno/network/utils/CapabilityUtils.java b/p2p/src/main/java/haveno/network/utils/CapabilityUtils.java
index f6c3369c..480bd581 100644
--- a/p2p/src/main/java/haveno/network/utils/CapabilityUtils.java
+++ b/p2p/src/main/java/haveno/network/utils/CapabilityUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.utils;
diff --git a/p2p/src/main/java/haveno/network/utils/Utils.java b/p2p/src/main/java/haveno/network/utils/Utils.java
index b99bce0a..bbe8873c 100644
--- a/p2p/src/main/java/haveno/network/utils/Utils.java
+++ b/p2p/src/main/java/haveno/network/utils/Utils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.utils;
diff --git a/p2p/src/test/java/haveno/network/crypto/EncryptionServiceTests.java b/p2p/src/test/java/haveno/network/crypto/EncryptionServiceTests.java
index 56cb5368..144adf6a 100644
--- a/p2p/src/test/java/haveno/network/crypto/EncryptionServiceTests.java
+++ b/p2p/src/test/java/haveno/network/crypto/EncryptionServiceTests.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.crypto;
diff --git a/p2p/src/test/java/haveno/network/p2p/DummySeedNode.java b/p2p/src/test/java/haveno/network/p2p/DummySeedNode.java
index 3b575eec..b9ebaa96 100644
--- a/p2p/src/test/java/haveno/network/p2p/DummySeedNode.java
+++ b/p2p/src/test/java/haveno/network/p2p/DummySeedNode.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/test/java/haveno/network/p2p/MockNode.java b/p2p/src/test/java/haveno/network/p2p/MockNode.java
index 5d7fda70..94ab1a52 100644
--- a/p2p/src/test/java/haveno/network/p2p/MockNode.java
+++ b/p2p/src/test/java/haveno/network/p2p/MockNode.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/test/java/haveno/network/p2p/PeerServiceTest.java b/p2p/src/test/java/haveno/network/p2p/PeerServiceTest.java
index 42fc011b..d7d6a363 100644
--- a/p2p/src/test/java/haveno/network/p2p/PeerServiceTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/PeerServiceTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/test/java/haveno/network/p2p/TestUtils.java b/p2p/src/test/java/haveno/network/p2p/TestUtils.java
index 41f30ddf..e6b71f8f 100644
--- a/p2p/src/test/java/haveno/network/p2p/TestUtils.java
+++ b/p2p/src/test/java/haveno/network/p2p/TestUtils.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p;
diff --git a/p2p/src/test/java/haveno/network/p2p/mocks/MockMailboxPayload.java b/p2p/src/test/java/haveno/network/p2p/mocks/MockMailboxPayload.java
index afda8b64..70993bf3 100644
--- a/p2p/src/test/java/haveno/network/p2p/mocks/MockMailboxPayload.java
+++ b/p2p/src/test/java/haveno/network/p2p/mocks/MockMailboxPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/mocks/MockPayload.java b/p2p/src/test/java/haveno/network/p2p/mocks/MockPayload.java
index c838639a..a0eb0af5 100644
--- a/p2p/src/test/java/haveno/network/p2p/mocks/MockPayload.java
+++ b/p2p/src/test/java/haveno/network/p2p/mocks/MockPayload.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/network/LocalhostNetworkNodeTest.java b/p2p/src/test/java/haveno/network/p2p/network/LocalhostNetworkNodeTest.java
index f6f0ca15..29afdf0b 100644
--- a/p2p/src/test/java/haveno/network/p2p/network/LocalhostNetworkNodeTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/network/LocalhostNetworkNodeTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/test/java/haveno/network/p2p/network/TorNetworkNodeTest.java b/p2p/src/test/java/haveno/network/p2p/network/TorNetworkNodeTest.java
index 2269c020..a3547650 100644
--- a/p2p/src/test/java/haveno/network/p2p/network/TorNetworkNodeTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/network/TorNetworkNodeTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.network;
diff --git a/p2p/src/test/java/haveno/network/p2p/peers/PeerManagerTest.java b/p2p/src/test/java/haveno/network/p2p/peers/PeerManagerTest.java
index 5ba55705..e3303a09 100644
--- a/p2p/src/test/java/haveno/network/p2p/peers/PeerManagerTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/peers/PeerManagerTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.peers;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageBuildGetDataResponseTest.java b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageBuildGetDataResponseTest.java
index 4b50fff5..7cb077b3 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageBuildGetDataResponseTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageBuildGetDataResponseTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageClientAPITest.java b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageClientAPITest.java
index 9990cfa7..fcdd22a1 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageClientAPITest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageClientAPITest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageGetDataIntegrationTest.java b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageGetDataIntegrationTest.java
index 47c27400..f5e558ee 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageGetDataIntegrationTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageGetDataIntegrationTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageOnMessageHandlerTest.java b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageOnMessageHandlerTest.java
index 80a7a99f..c258f311 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageOnMessageHandlerTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageOnMessageHandlerTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStoragePersistableNetworkPayloadTest.java b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStoragePersistableNetworkPayloadTest.java
index 8d1bafe4..ad1d6616 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStoragePersistableNetworkPayloadTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStoragePersistableNetworkPayloadTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageProcessGetDataResponse.java b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageProcessGetDataResponse.java
index 3a2c7b41..f379eca3 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageProcessGetDataResponse.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageProcessGetDataResponse.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageProtectedStorageEntryTest.java b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageProtectedStorageEntryTest.java
index f26c18e5..219936ba 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageProtectedStorageEntryTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageProtectedStorageEntryTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageRemoveExpiredTest.java b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageRemoveExpiredTest.java
index 3f78de84..3a7afc26 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageRemoveExpiredTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageRemoveExpiredTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageRequestDataTest.java b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageRequestDataTest.java
index d99d82d9..d3194a59 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageRequestDataTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStorageRequestDataTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStoreDisconnectTest.java b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStoreDisconnectTest.java
index 65321368..f3138069 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStoreDisconnectTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/P2PDataStoreDisconnectTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/TestState.java b/p2p/src/test/java/haveno/network/p2p/storage/TestState.java
index d43acc54..332fb253 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/TestState.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/TestState.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/messages/AddDataMessageTest.java b/p2p/src/test/java/haveno/network/p2p/storage/messages/AddDataMessageTest.java
index 99181e01..2f23e13f 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/messages/AddDataMessageTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/messages/AddDataMessageTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.messages;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/mocks/AppendOnlyDataStoreServiceFake.java b/p2p/src/test/java/haveno/network/p2p/storage/mocks/AppendOnlyDataStoreServiceFake.java
index 210c9e70..b7e0b3fd 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/mocks/AppendOnlyDataStoreServiceFake.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/mocks/AppendOnlyDataStoreServiceFake.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/mocks/ClockFake.java b/p2p/src/test/java/haveno/network/p2p/storage/mocks/ClockFake.java
index 42d59dd7..b718b1e5 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/mocks/ClockFake.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/mocks/ClockFake.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/mocks/DateTolerantPayloadStub.java b/p2p/src/test/java/haveno/network/p2p/storage/mocks/DateTolerantPayloadStub.java
index 45f31108..08c79cc5 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/mocks/DateTolerantPayloadStub.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/mocks/DateTolerantPayloadStub.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/mocks/ExpirableProtectedStoragePayloadStub.java b/p2p/src/test/java/haveno/network/p2p/storage/mocks/ExpirableProtectedStoragePayloadStub.java
index 42ff1792..e26ae9e3 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/mocks/ExpirableProtectedStoragePayloadStub.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/mocks/ExpirableProtectedStoragePayloadStub.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/mocks/MapStoreServiceFake.java b/p2p/src/test/java/haveno/network/p2p/storage/mocks/MapStoreServiceFake.java
index 0c47de65..f1e79910 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/mocks/MapStoreServiceFake.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/mocks/MapStoreServiceFake.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/mocks/MockData.java b/p2p/src/test/java/haveno/network/p2p/storage/mocks/MockData.java
index e1af0475..584ce947 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/mocks/MockData.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/mocks/MockData.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/mocks/PersistableExpirableProtectedStoragePayloadStub.java b/p2p/src/test/java/haveno/network/p2p/storage/mocks/PersistableExpirableProtectedStoragePayloadStub.java
index c7a3f123..1e40c687 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/mocks/PersistableExpirableProtectedStoragePayloadStub.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/mocks/PersistableExpirableProtectedStoragePayloadStub.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/mocks/PersistableNetworkPayloadStub.java b/p2p/src/test/java/haveno/network/p2p/storage/mocks/PersistableNetworkPayloadStub.java
index 013dc5a3..b49e1960 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/mocks/PersistableNetworkPayloadStub.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/mocks/PersistableNetworkPayloadStub.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/mocks/ProtectedStoragePayloadStub.java b/p2p/src/test/java/haveno/network/p2p/storage/mocks/ProtectedStoragePayloadStub.java
index c1fa361b..26559fba 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/mocks/ProtectedStoragePayloadStub.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/mocks/ProtectedStoragePayloadStub.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.mocks;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/payload/ProtectedMailboxStorageEntryTest.java b/p2p/src/test/java/haveno/network/p2p/storage/payload/ProtectedMailboxStorageEntryTest.java
index 9f313835..58e6480e 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/payload/ProtectedMailboxStorageEntryTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/payload/ProtectedMailboxStorageEntryTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/test/java/haveno/network/p2p/storage/payload/ProtectedStorageEntryTest.java b/p2p/src/test/java/haveno/network/p2p/storage/payload/ProtectedStorageEntryTest.java
index 3b056ef2..a9e20c42 100644
--- a/p2p/src/test/java/haveno/network/p2p/storage/payload/ProtectedStorageEntryTest.java
+++ b/p2p/src/test/java/haveno/network/p2p/storage/payload/ProtectedStorageEntryTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.p2p.storage.payload;
diff --git a/p2p/src/test/java/haveno/network/utils/UtilsTest.java b/p2p/src/test/java/haveno/network/utils/UtilsTest.java
index c255197e..1ddf3669 100644
--- a/p2p/src/test/java/haveno/network/utils/UtilsTest.java
+++ b/p2p/src/test/java/haveno/network/utils/UtilsTest.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.network.utils;
diff --git a/proto/src/main/proto/grpc.proto b/proto/src/main/proto/grpc.proto
index dc7ab4c3..cf9a051f 100644
--- a/proto/src/main/proto/grpc.proto
+++ b/proto/src/main/proto/grpc.proto
@@ -1,3 +1,20 @@
+/*
+ * This file is part of Bisq.
+ *
+ * Bisq is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see .
+ */
+
/*
* This file is part of Haveno.
*
diff --git a/relay/src/main/java/haveno/relay/RelayMain.java b/relay/src/main/java/haveno/relay/RelayMain.java
index f613ba99..c96c3d23 100644
--- a/relay/src/main/java/haveno/relay/RelayMain.java
+++ b/relay/src/main/java/haveno/relay/RelayMain.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.relay;
diff --git a/relay/src/main/java/haveno/relay/RelayService.java b/relay/src/main/java/haveno/relay/RelayService.java
index ce66d007..7f4e7fba 100644
--- a/relay/src/main/java/haveno/relay/RelayService.java
+++ b/relay/src/main/java/haveno/relay/RelayService.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.relay;
diff --git a/seednode/src/main/java/haveno/seednode/SeedNode.java b/seednode/src/main/java/haveno/seednode/SeedNode.java
index e2ea706c..2fb53327 100644
--- a/seednode/src/main/java/haveno/seednode/SeedNode.java
+++ b/seednode/src/main/java/haveno/seednode/SeedNode.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.seednode;
diff --git a/seednode/src/main/java/haveno/seednode/SeedNodeMain.java b/seednode/src/main/java/haveno/seednode/SeedNodeMain.java
index e29857b0..ade9a0b4 100644
--- a/seednode/src/main/java/haveno/seednode/SeedNodeMain.java
+++ b/seednode/src/main/java/haveno/seednode/SeedNodeMain.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.seednode;
diff --git a/statsnode/src/main/java/haveno/statistics/Statistics.java b/statsnode/src/main/java/haveno/statistics/Statistics.java
index 4b2ff2d3..4ba2469a 100644
--- a/statsnode/src/main/java/haveno/statistics/Statistics.java
+++ b/statsnode/src/main/java/haveno/statistics/Statistics.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.statistics;
diff --git a/statsnode/src/main/java/haveno/statistics/StatisticsMain.java b/statsnode/src/main/java/haveno/statistics/StatisticsMain.java
index 0fa19fbf..f4587c26 100644
--- a/statsnode/src/main/java/haveno/statistics/StatisticsMain.java
+++ b/statsnode/src/main/java/haveno/statistics/StatisticsMain.java
@@ -1,18 +1,18 @@
/*
- * This file is part of Haveno.
+ * This file is part of Bisq.
*
- * Haveno is free software: you can redistribute it and/or modify it
+ * Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
- * Haveno is distributed in the hope that it will be useful, but WITHOUT
+ * Bisq is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with Haveno. If not, see .
+ * along with Bisq. If not, see .
*/
package haveno.statistics;