diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-01-12 19:29:23 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-01-12 19:29:23 -0500 |
| commit | 7ed5fcd1a0222776e1aba58210309074fffdde39 (patch) | |
| tree | 8710fef3d23cc496e9c6f64360d78a7278bf88b3 /pages/tos.js | |
| parent | d80e37150cd9ed548067d9783b649fc2ff04940e (diff) | |
| download | alp-website-7ed5fcd1a0222776e1aba58210309074fffdde39.tar.gz alp-website-7ed5fcd1a0222776e1aba58210309074fffdde39.tar.bz2 alp-website-7ed5fcd1a0222776e1aba58210309074fffdde39.zip | |
Merging stuff
Diffstat (limited to 'pages/tos.js')
| -rw-r--r-- | pages/tos.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pages/tos.js b/pages/tos.js index fbb57c5..6c004fd 100644 --- a/pages/tos.js +++ b/pages/tos.js @@ -2,6 +2,8 @@ Alee Productions Website: Website for Alee Productions Copyright (C) 2019 Alee + AS OF DECEMBER 6TH 2019 DO NOT MODIFY THE TOS WITHOUT ALEE'S PERMISSION. + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or @@ -16,6 +18,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ + import Layout from "../components/Layout"; const TOS = () => ( @@ -66,12 +69,10 @@ const TOS = () => ( possibly permanently terminated from using our services. </li> <li>Do not argue or threaten the staff.</li> - <li>Blackmailing members is also not tolerated here.</li> + <li>Blackmailing, attacking, cyberbullying, and threatening members is never tolerated here.</li> <li>No NSFW content.</li> <li>No raids to be started when using our services.</li> <li>No alts are to be on any of our services.</li> - <li>Threatening anyone will also not be tolerated. (i.e. DDoS, trying to find you and etc) - </li> <li>Any malicious content will not be tolerated. (i.e. Viruses, Malware, Adware and etc) </li> </ul> @@ -176,7 +177,7 @@ const TOS = () => ( <p>If there's staff abusing their powers please report them to Alee immediately.</p> <p>Thanks for reading the ToS!</p> <p>- Alee Productions Community Team</p> - <p>Last updated on November 26th 2019</p> + <p>Last updated on January 12th 2020</p> </div> <a href="#top" className="green-text">Back to top</a> </div> |
