summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-07 02:09:22 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-07 02:09:22 -0500
commit0555b67578be9c01965007a9350cf7d749112c32 (patch)
treea4d5ac25699dc2489781003627379726d48b34b9 /static
parent270511c959239ddf19b4e5a04e029018450c5155 (diff)
add machine-readable license information
Diffstat (limited to 'static')
-rw-r--r--static/404.html1
-rw-r--r--static/build.html1
-rw-r--r--static/contact.html1
-rw-r--r--static/donate.html1
-rw-r--r--static/faq.html1
-rw-r--r--static/features.html1
-rw-r--r--static/index.html1
-rw-r--r--static/install.html1
-rw-r--r--static/pdfviewer-privacy-policy.html1
-rw-r--r--static/releases.html1
-rw-r--r--static/source.html1
-rw-r--r--static/usage.html1
12 files changed, 12 insertions, 0 deletions
diff --git a/static/404.html b/static/404.html
index 40ef8ac3..cc64ebc2 100644
--- a/static/404.html
+++ b/static/404.html
@@ -22,6 +22,7 @@
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
+ <link rel="license" href="/LICENSE.txt"/>
</head>
<body>
<nav id="site-menu">
diff --git a/static/build.html b/static/build.html
index c9bf3af0..496dff7b 100644
--- a/static/build.html
+++ b/static/build.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/build"/>
+ <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?6"></script>
</head>
<body>
diff --git a/static/contact.html b/static/contact.html
index 2855dd2f..5823b3ca 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/contact"/>
+ <link rel="license" href="/LICENSE.txt"/>
</head>
<body>
<nav id="site-menu">
diff --git a/static/donate.html b/static/donate.html
index bc672d7b..3914d490 100644
--- a/static/donate.html
+++ b/static/donate.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/donate"/>
+ <link rel="license" href="/LICENSE.txt"/>
</head>
<body>
<nav id="site-menu">
diff --git a/static/faq.html b/static/faq.html
index bf9030e8..6da23058 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/faq"/>
+ <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?6"></script>
</head>
<body>
diff --git a/static/features.html b/static/features.html
index 49df98a9..748275c3 100644
--- a/static/features.html
+++ b/static/features.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/features"/>
+ <link rel="license" href="/LICENSE.txt"/>
</head>
<body>
<nav id="site-menu">
diff --git a/static/index.html b/static/index.html
index 867700e4..01faf784 100644
--- a/static/index.html
+++ b/static/index.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/"/>
+ <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?6"></script>
</head>
<body>
diff --git a/static/install.html b/static/install.html
index 3e9d19c0..87c9418b 100644
--- a/static/install.html
+++ b/static/install.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/install"/>
+ <link rel="license" href="/LICENSE.txt"/>
</head>
<body>
<nav id="site-menu">
diff --git a/static/pdfviewer-privacy-policy.html b/static/pdfviewer-privacy-policy.html
index ab54d79f..ae1274e9 100644
--- a/static/pdfviewer-privacy-policy.html
+++ b/static/pdfviewer-privacy-policy.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/pdfviewer-privacy-policy"/>
+ <link rel="license" href="/LICENSE.txt"/>
</head>
<body>
<nav id="site-menu">
diff --git a/static/releases.html b/static/releases.html
index a54b6b2b..733a7acb 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -25,6 +25,7 @@
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/releases"/>
<link rel="alternate" type="application/atom+xml" href="/releases.atom"/>
+ <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/releases.js?13"></script>
<script type="module" src="/redirect.js?7"></script>
</head>
diff --git a/static/source.html b/static/source.html
index 8ced8b9a..19515c45 100644
--- a/static/source.html
+++ b/static/source.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/source"/>
+ <link rel="license" href="/LICENSE.txt"/>
</head>
<body>
<nav id="site-menu">
diff --git a/static/usage.html b/static/usage.html
index dc3a1f14..22864658 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -24,6 +24,7 @@
<link rel="stylesheet" href="/grapheneos.css?23"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/usage"/>
+ <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?6"></script>
</head>
<body>