From 42aaf515c7fe5dd643aa01ec3017da70a82163d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Wed, 25 Nov 2015 10:04:43 -0300 Subject: [PATCH] include terms.html --- public/views/disclaimer.html | 19 +------------------ public/views/includes/terms.html | 17 +++++++++++++++++ public/views/preferencesAbout.html | 2 +- public/views/termOfUse.html | 13 +++++++++++++ src/js/routes.js | 9 +++++++++ 5 files changed, 41 insertions(+), 19 deletions(-) create mode 100644 public/views/includes/terms.html create mode 100644 public/views/termOfUse.html diff --git a/public/views/disclaimer.html b/public/views/disclaimer.html index 9c4cd2a92..9f313c7a2 100644 --- a/public/views/disclaimer.html +++ b/public/views/disclaimer.html @@ -12,24 +12,7 @@
-
-

-

Terms of Use
-
    -
  • The software you are about to use functions as a free, open source, and multi-signature digital wallet.
  • -
  • The software does not constitute an account where BitPay or other third parties serve as financial intermediaries or custodians of your bitcoin.
  • -
  • While the software has undergone beta testing and continues to be improved by feedback from the open-source user and developer community, we cannot guarantee that there will be no bugs in the software.
  • -
  • You acknowledge that your use of this software is at your own discretion and in compliance with all applicable laws.
  • -
  • You are responsible for safekeeping your passwords, private key pairs, PINs and any other codes you use to access the software.
  • -
  • IF YOU LOSE ACCESS TO YOUR COPAY WALLET OR YOUR ENCRYPTED PRIVATE KEYS AND YOU HAVE NOT SEPARATELY STORED A BACKUP OF YOUR WALLET AND CORRESPONDING PASSWORD, YOU ACKNOWLEDGE AND AGREE THAT ANY BITCOIN YOU HAVE ASSOCIATED WITH THAT COPAY WALLET WILL BECOME INACCESSIBLE.
  • -
  • All transaction requests are irreversible.
  • -
  • The authors of the software, employees and affiliates of Bitpay, copyright holders, and BitPay, Inc. cannot retrieve your private keys or passwords if you lose or forget them and cannot guarantee transaction confirmation as they do not have control over the Bitcoin network.
  • -
  • To the fullest extent permitted by law, this software is provided “as is” and no representations or warranties can be made of any kind, express or implied, including but not limited to the warranties of merchantability, fitness or a particular purpose and noninfringement.
  • -
  • You assume any and all risks associated with the use of the software.
  • -
  • In no event shall the authors of the software, employees and affiliates of Bitpay, copyright holders, or BitPay, Inc. be held liable for any claim, damages or other liability, whether in an action of contract, tort, or otherwise, arising from, out of or in connection with the software.
  • -
  • We reserve the right to modify this disclaimer from time to time.
  • -
-

+
diff --git a/public/views/includes/terms.html b/public/views/includes/terms.html new file mode 100644 index 000000000..a3f514f68 --- /dev/null +++ b/public/views/includes/terms.html @@ -0,0 +1,17 @@ +

+

Terms of Use
+ +

diff --git a/public/views/preferencesAbout.html b/public/views/preferencesAbout.html index 703534699..bde19af47 100644 --- a/public/views/preferencesAbout.html +++ b/public/views/preferencesAbout.html @@ -25,7 +25,7 @@