diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..5c98b42 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml \ No newline at end of file diff --git a/.idea/Documents.iml b/.idea/Documents.iml new file mode 100644 index 0000000..0d15912 --- /dev/null +++ b/.idea/Documents.iml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..691ca64 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..11109da --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/England and Wales/Clauses/one.txt b/England and Wales/Clauses/one.txt new file mode 100644 index 0000000..ca1e43e --- /dev/null +++ b/England and Wales/Clauses/one.txt @@ -0,0 +1,33 @@ +Acceptable Use Policy +Your use of our website and all associated digital content and services (the "Platform") is subject to this Acceptable Use Policy. +As a condition of using the Platform, you agree not to use the Platform: +{{Standard_Rules}} +* in a way that breaches or encourages others to breach any applicable laws. +* for any fraudulent or other unlawful purpose or activity. +* in a way that infringes the intellectual property or other rights of any other person. +* to distribute viruses or malware or other similar harmful software code. +* to share or promote unsolicited advertising or send spam. +* to simulate communications from us or another service or entity in order to collect identity information, authentication credentials, or other information ('phishing'). +* to defame any other person. +* in any manner that harms minors. +* to promote any unlawful activity. +* to represent or suggest that we endorse any other business, product or service unless we have separately agreed to do so in writing. +* in any manner that disrupts the operation of the Platform or the website or business of any other entity. +* to misuse any reporting or flagging process, including making false complaints or takedown requests, or otherwise making vexatious, groundless or frivolous complaints or claims. +* to gain unauthorised access to or use of computers, data, systems, accounts or networks. +* to attempt to circumvent password or user account or authentication methods. +* {{Add_Rules}} +Additional Content Standards +These additional content standards apply to any content you upload to our website in addition to the rules on use of the Platform set out above. We have the right to determine, at our reasonable discretion, whether a contribution complies with these content standards. +Your content: +{{Standard_Content}} +* must be accurate and express genuinely held opinions. +* must not promote political activity. +* must not promote gambling, lotteries or games of chance. +* must not promote get-rich-quick schemes, pyramid schemes or multi-level marketing schemes. +* must not contain or promote adult content and services or other sexually explicit material. +* must not contain hateful language or imagery or violent threats. +* must not abuse, harass, upset or embarrass other users. +* must not promote discrimination of race, sex, religion, sexual orientation, age, disability, or nationality. +* must not contain any advertising or promote any services or web links to other sites. +* {{Add_Content}} \ No newline at end of file diff --git a/England and Wales/Contracts/AUP.json b/England and Wales/Contracts/AUP.json new file mode 100644 index 0000000..b79b7f9 --- /dev/null +++ b/England and Wales/Contracts/AUP.json @@ -0,0 +1,7 @@ +{ + "id": 4, + "title": "Acceptable Use Policy", + "description": "A terms of use is an agreement that a user must agree to and abide by in order to use a website or service. Terms of use (TOU) can go by many other names, including terms of service (TOS) and terms and conditions.Terms of use are often seen on e-commerce websites and social media websites, but it is not limited to those types of websites and should be used with any website that stores personal information of any kind.", + "clauses": [ "one"], + "url": "https://contrai.io/" +} \ No newline at end of file