Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions access.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ <h2>One year of updates</h2>
or the renewal purchase time.
</p>
<p>
Purchases recorded before <strong>2026-08-12T00:00:00.000Z</strong> receive a transition
period through <strong>2027-08-11T20:35:05.557Z</strong>, one year after the public PME-F
2.1 artifact.
Purchases recorded before <strong>2026-08-12T00:00:00.000Z</strong> receive updates at
least through <strong>2027-08-11T20:35:05.557Z</strong>, one year after the public PME-F
2.1 artifact. If the ordinary one-year period from purchase ends later, the later date
applies.
</p>
<p>
After expiry, PME-F does not stop working. You may keep using versions already obtained
Expand Down
1 change: 1 addition & 0 deletions test/public-pages.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test("public pages expose one canonical access and privacy policy", async () =>
assert.match(access, /one calendar year/u);
assert.match(access, /2026-08-12T00:00:00\.000Z/u);
assert.match(access, /2027-08-11T20:35:05\.557Z/u);
assert.match(access, /the later date\s+applies/u);
assert.match(access, /does not stop working/u);
assert.match(access, /retained for 80 days/u);
assert.match(access, /does not require a PME account, device registration, or DRM/u);
Expand Down
Loading