From 272049c71a01170e8a3e1cefdef8139fd217a96a Mon Sep 17 00:00:00 2001
From: Eugene Fox
Date: Wed, 21 Aug 2024 00:12:37 +0000
Subject: [PATCH] docs: updated wording on /attributions page
---
app/attribution/page.tsx | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/app/attribution/page.tsx b/app/attribution/page.tsx
index acd77e7..e64cc75 100644
--- a/app/attribution/page.tsx
+++ b/app/attribution/page.tsx
@@ -1,11 +1,11 @@
import Package from "@/../package.json";
import Button from "@/_components/Button";
import { canonicalName, getTitle } from "@/_data/metadata";
+import ThirdPartyAttribution from "@/_data/ThirdPartyAttributiont";
import { ArrowLeft24Regular, ArrowRight24Regular } from "@fluentui/react-icons";
import { Metadata } from "next";
import React from "react";
import cls from "./page.module.scss";
-import ThirdPartyAttribution from "@/_data/ThirdPartyAttributiont";
export const metadata: Metadata =
{
@@ -32,10 +32,8 @@ const AttributionPage: React.FC = () => (
As the website owners, we do not collect any personal data.
-
-
For more information about how Microsoft collects and uses your data,
- visit the Microsoft Privacy Statement .
+ see the Microsoft Privacy Statement .
If "Do Not Track" option is enabled in your browser, the website will not load any tracking code.
@@ -62,8 +60,11 @@ const AttributionPage: React.FC = () => (
Educational purposes.
- Any other purposes that may be considered as fair use.
+ Any other cases that may be deemed as a fair use.
+
+ When shared or modified, each copyrighted material must have a proper attribution.
+
(
Third-party content
- Source code of this website has a list of dependency libraries which are subjects to their individual licenses and terms.
- License text can be found for each denpendency library individually in its own designated source code repository.
+ Source code of this website has a list of dependencies which are subjects to their individual licenses and terms.
+ License text can be found for each dependency library individually in their own designated source code repositories.