Update RDAP terms of service in config

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176360318
This commit is contained in:
mountford 2017-11-20 07:57:08 -08:00 committed by jianglai
parent cd314bdc75
commit 582b7bb76a

View file

@ -1120,26 +1120,31 @@ public final class RegistryConfig {
.put("/tos", RdapNoticeDescriptor.builder() .put("/tos", RdapNoticeDescriptor.builder()
.setTitle("RDAP Terms of Service") .setTitle("RDAP Terms of Service")
.setDescription(ImmutableList.of( .setDescription(ImmutableList.of(
"By querying our Domain Database, you are agreeing to comply with these terms so" "By querying our Domain Database as part of the RDAP pilot program (RDAP Domain"
+ " please read them carefully.", + "Database), you are agreeing to comply with these terms, so please read"
+ " them carefully.",
"Any information provided is 'as is' without any guarantee of accuracy.", "Any information provided is 'as is' without any guarantee of accuracy.",
"Please do not misuse the Domain Database. It is intended solely for" "Please do not misuse the RDAP Domain Database. It is intended solely for"
+ " query-based access.", + " query-based access on an experimental basis and should not be used for or"
"Don't use the Domain Database to allow, enable, or otherwise support the" + " relied upon for any other purpose.",
"Don't use the RDAP Domain Database to allow, enable, or otherwise support the"
+ " transmission of mass unsolicited, commercial advertising or" + " transmission of mass unsolicited, commercial advertising or"
+ " solicitations.", + " solicitations.",
"Don't access our Domain Database through the use of high volume, automated" "Don't access our RDAP Domain Database through the use of high volume, automated"
+ " electronic processes that send queries or data to the systems of any" + " electronic processes that send queries or data to the systems of any"
+ " ICANN-accredited registrar.", + " ICANN-accredited registrar.",
"You may only use the information contained in the Domain Database for lawful" "You may only use the information contained in the RDAP Domain Database for"
+ " purposes.", + " lawful purposes.",
"Do not compile, repackage, disseminate, or otherwise use the information" "Do not compile, repackage, disseminate, or otherwise use the information"
+ " contained in the Domain Database in its entirety, or in any substantial" + " contained in the RDAP Domain Database in its entirety, or in any"
+ " portion, without our prior written permission.", + " substantial portion, without our prior written permission.",
"We may retain certain details about queries to our Domain Database for the" "We may retain certain details about queries to our RDAP Domain Database for the"
+ " purposes of detecting and preventing misuse.", + " purposes of detecting and preventing misuse.",
"We reserve the right to restrict or deny your access to the database if we" "We reserve the right to restrict or deny your access to the RDAP Domain Database"
+ " suspect that you have failed to comply with these terms.", + " if we suspect that you have failed to comply with these terms.",
"We reserve the right to modify or discontinue our participation in the RDAP"
+ " pilot program and suspend or terminate access to the RDAP Domain Database"
+ " at any time and for any reason in our sole discretion.",
"We reserve the right to modify this agreement at any time.")) "We reserve the right to modify this agreement at any time."))
.setLinkValueSuffix("help/tos") .setLinkValueSuffix("help/tos")
.build()) .build())