From 8a00c8d2235a573c1ae9251ccdd96247bf4af71d Mon Sep 17 00:00:00 2001 From: Radu Liviu Carjan Date: Tue, 27 Sep 2022 10:55:24 +0300 Subject: [PATCH] wip: Moved England&Wales contracts into the correct folders --- .../Clauses/Acceptable Use Policy.docx | Bin .../Clauses/Acceptable Use Policy.txt | 0 .../Clauses/Consumer Terms.docx | Bin .../Clauses/Consumer Terms.txt | 0 .../Clauses/Privacy Notice.docx | Bin .../Clauses/Privacy Notice.txt | 0 .../Clauses/Website Terms.docx | Bin .../Clauses/Website Terms.txt | 0 .../{AUP.json => Acceptable Use Policy.json} | 4 ++-- England and Wales/Contracts/Consumer.json | 7 +++++++ England and Wales/Contracts/Privacy Notice.json | 7 +++++++ England and Wales/Contracts/Website.json | 7 +++++++ England and Wales/Contracts/contract type1.json | 7 ------- England and Wales/Contracts/contract type2.json | 7 ------- England and Wales/Contracts/contract type3.json | 7 ------- 15 files changed, 23 insertions(+), 23 deletions(-) rename AUP_EW_June2022.docx => England and Wales/Clauses/Acceptable Use Policy.docx (100%) rename AUP_EW_June2022.txt => England and Wales/Clauses/Acceptable Use Policy.txt (100%) rename Consumer_EW_June2022.docx => England and Wales/Clauses/Consumer Terms.docx (100%) rename Consumer_EW_June2022.txt => England and Wales/Clauses/Consumer Terms.txt (100%) rename Privacy_Notice_EW_June2022.docx => England and Wales/Clauses/Privacy Notice.docx (100%) rename Privacy_Notice_EW_June2022.txt => England and Wales/Clauses/Privacy Notice.txt (100%) rename Website_EW_June2022.docx => England and Wales/Clauses/Website Terms.docx (100%) rename Website_EW_June2022.txt => England and Wales/Clauses/Website Terms.txt (100%) rename England and Wales/Contracts/{AUP.json => Acceptable Use Policy.json} (92%) create mode 100644 England and Wales/Contracts/Consumer.json create mode 100644 England and Wales/Contracts/Privacy Notice.json create mode 100644 England and Wales/Contracts/Website.json delete mode 100644 England and Wales/Contracts/contract type1.json delete mode 100644 England and Wales/Contracts/contract type2.json delete mode 100644 England and Wales/Contracts/contract type3.json diff --git a/AUP_EW_June2022.docx b/England and Wales/Clauses/Acceptable Use Policy.docx similarity index 100% rename from AUP_EW_June2022.docx rename to England and Wales/Clauses/Acceptable Use Policy.docx diff --git a/AUP_EW_June2022.txt b/England and Wales/Clauses/Acceptable Use Policy.txt similarity index 100% rename from AUP_EW_June2022.txt rename to England and Wales/Clauses/Acceptable Use Policy.txt diff --git a/Consumer_EW_June2022.docx b/England and Wales/Clauses/Consumer Terms.docx similarity index 100% rename from Consumer_EW_June2022.docx rename to England and Wales/Clauses/Consumer Terms.docx diff --git a/Consumer_EW_June2022.txt b/England and Wales/Clauses/Consumer Terms.txt similarity index 100% rename from Consumer_EW_June2022.txt rename to England and Wales/Clauses/Consumer Terms.txt diff --git a/Privacy_Notice_EW_June2022.docx b/England and Wales/Clauses/Privacy Notice.docx similarity index 100% rename from Privacy_Notice_EW_June2022.docx rename to England and Wales/Clauses/Privacy Notice.docx diff --git a/Privacy_Notice_EW_June2022.txt b/England and Wales/Clauses/Privacy Notice.txt similarity index 100% rename from Privacy_Notice_EW_June2022.txt rename to England and Wales/Clauses/Privacy Notice.txt diff --git a/Website_EW_June2022.docx b/England and Wales/Clauses/Website Terms.docx similarity index 100% rename from Website_EW_June2022.docx rename to England and Wales/Clauses/Website Terms.docx diff --git a/Website_EW_June2022.txt b/England and Wales/Clauses/Website Terms.txt similarity index 100% rename from Website_EW_June2022.txt rename to England and Wales/Clauses/Website Terms.txt diff --git a/England and Wales/Contracts/AUP.json b/England and Wales/Contracts/Acceptable Use Policy.json similarity index 92% rename from England and Wales/Contracts/AUP.json rename to England and Wales/Contracts/Acceptable Use Policy.json index b79b7f9..e3cf718 100644 --- a/England and Wales/Contracts/AUP.json +++ b/England and Wales/Contracts/Acceptable Use Policy.json @@ -2,6 +2,6 @@ "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"], + "clauses": [ "Acceptable Use Policy"], "url": "https://contrai.io/" -} \ No newline at end of file +} diff --git a/England and Wales/Contracts/Consumer.json b/England and Wales/Contracts/Consumer.json new file mode 100644 index 0000000..0ab01e6 --- /dev/null +++ b/England and Wales/Contracts/Consumer.json @@ -0,0 +1,7 @@ +{ + "id": 4, + "title": "Consumer terms of use", + "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": [ "Consumer Terms"], + "url": "https://contrai.io/" +} diff --git a/England and Wales/Contracts/Privacy Notice.json b/England and Wales/Contracts/Privacy Notice.json new file mode 100644 index 0000000..75255a8 --- /dev/null +++ b/England and Wales/Contracts/Privacy Notice.json @@ -0,0 +1,7 @@ +{ + "id": 4, + "title": "Acceptable Use Policy", + "description": "A privacy policy is a document that explains how an organization handles any customer, client or employee information gathered in its operations. A privacy page should specify any Personally identifiable information that is gathered, such as name, address and credit card number, as well as other things like order history, browsing habits, uploads and downloads.", + "clauses": [ "Privacy Notice"], + "url": "https://contrai.io/" +} diff --git a/England and Wales/Contracts/Website.json b/England and Wales/Contracts/Website.json new file mode 100644 index 0000000..f7dd581 --- /dev/null +++ b/England and Wales/Contracts/Website.json @@ -0,0 +1,7 @@ +{ + "id": 4, + "title": "Website terms of use", + "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": [ "Website Terms"], + "url": "https://contrai.io/" +} diff --git a/England and Wales/Contracts/contract type1.json b/England and Wales/Contracts/contract type1.json deleted file mode 100644 index d799209..0000000 --- a/England and Wales/Contracts/contract type1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "id": 1, - "title": "Contract Type 1", - "description": "Vestibulum accumsan lacinia mi. Donec ut mi mollis, pharetra diam et, sollicitudin augue. Quisque in viverra ante. Sed ex nunc, consequat vitae libero eget, vestibulum feugiat justo. Nullam lacinia auctor leo. Nunc venenatis ultricies dictum. Aliquam ullamcorper eros nunc, vel vulputate libero pharetra ac. Morbi eu tellus gravida felis sollicitudin ornare. Nam id mi sapien.", - "clauses": [ "jurisdiction","definitions","payment","delivery","termination","support","confidentiality"], - "url": "https://contrai.io/" -} \ No newline at end of file diff --git a/England and Wales/Contracts/contract type2.json b/England and Wales/Contracts/contract type2.json deleted file mode 100644 index 814e5ec..0000000 --- a/England and Wales/Contracts/contract type2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "id": 2, - "title": "Contract Type 2", - "description": "Vestibulum accumsan lacinia mi. Donec ut mi mollis, pharetra diam et, sollicitudin augue. Quisque in viverra ante. Sed ex nunc, consequat vitae libero eget, vestibulum feugiat justo. Nullam lacinia auctor leo. Nunc venenatis ultricies dictum. Aliquam ullamcorper eros nunc, vel vulputate libero pharetra ac. Morbi eu tellus gravida felis sollicitudin ornare. Nam id mi sapien.", - "clauses": [ "jurisdiction","definitions","payment","delivery","term and termination","support","notices"], - "url": "https://contrai.io/" -} \ No newline at end of file diff --git a/England and Wales/Contracts/contract type3.json b/England and Wales/Contracts/contract type3.json deleted file mode 100644 index a2f7627..0000000 --- a/England and Wales/Contracts/contract type3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "id": 3, - "title": "Contract Type 3", - "description": "Vestibulum accumsan lacinia mi. Donec ut mi mollis, pharetra diam et, sollicitudin augue. Quisque in viverra ante. Sed ex nunc, consequat vitae libero eget, vestibulum feugiat justo. Nullam lacinia auctor leo. Nunc venenatis ultricies dictum. Aliquam ullamcorper eros nunc, vel vulputate libero pharetra ac. Morbi eu tellus gravida felis sollicitudin ornare. Nam id mi sapien.", - "clauses": [ "jurisdiction","definitions","indemnification","delivery","support","term and termination","warranties","notices"], - "url": "https://contrai.io/" -} \ No newline at end of file