Skip to content

Commit 7fd74e6

Browse files
committed
Remove patent policy URI, which is both insecure, and not required for a CG spec.
1 parent 2ff19b1 commit 7fd74e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/latest/json-ld-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
// This is important for Rec-track documents, do not copy a patent URI from a random
9797
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
9898
// Team Contact.
99-
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/46168/status",
99+
//wgPatentURI: "https://www.w3.org/2004/01/pp-impl/46168/status",
100100
maxTocLevel: 2,
101101
//alternateFormats: [ {uri: "diff-20130910.html", label: "diff to previous version"} ]
102102
};

spec/latest/json-ld/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
// This is important for Rec-track documents, do not copy a patent URI from a random
9696
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
9797
// Team Contact.
98-
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/46168/status",
98+
//wgPatentURI: "http://www.w3.org/2004/01/pp-impl/46168/status",
9999
maxTocLevel: 2
100100
//alternateFormats: [ {uri: "diff-20130910.html", label: "diff to previous version"} ]
101101
};

0 commit comments

Comments
 (0)