From 44f3e69dc79e64101fdaac335ebd6c8c62815458 Mon Sep 17 00:00:00 2001 From: armored-dragon Date: Fri, 15 Nov 2024 15:08:10 -0600 Subject: [PATCH] Fix another location. Added copyright notices. --- interface/resources/qml/LoginDialog/SignUpBody.qml | 1 + interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/interface/resources/qml/LoginDialog/SignUpBody.qml b/interface/resources/qml/LoginDialog/SignUpBody.qml index 0c39c8e81c..b133523211 100644 --- a/interface/resources/qml/LoginDialog/SignUpBody.qml +++ b/interface/resources/qml/LoginDialog/SignUpBody.qml @@ -3,6 +3,7 @@ // // Created by Stephen Birarda on 7 Dec 2016 // Copyright 2016 High Fidelity, Inc. +// Copyright 2024 Overte e.V. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml index b2a383f590..20a68237cf 100644 --- a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml +++ b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml @@ -2,6 +2,8 @@ // Created by Dante Ruiz on 6/5/17. // Copyright 2017 High Fidelity, Inc. // Copyright 2020 Vircadia contributors. +// Copyright 2024 Overte e.V. +// // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html @@ -928,7 +930,7 @@ Flickable { hoverEnabled: true onEntered: privacyPolicyUnderline.visible = true; onExited: privacyPolicyUnderline.visible = false; - onClicked: About.openUrl("https://overte.org/privacy-policy"); + onClicked: About.openUrl("https://overte.org/privacy_policy.html"); } }