<script lang="ts" setup></script>
<template>
	<div>
		<h3>Age Policy</h3>
		You must be 18 years of age or older to have an account. If you are found to
		be underage, your account will be suspended without notice.
		<h3>General</h3>
		<ol>
			<li>Rockfic.com is not affiliated with any band listed on the site;</li>
			<li>
				All stories are fictional and for entertainment purposes only, which
				means that while the characters may be loosely based on the public
				personas of real people, the stories are completely ungrounded from
				reality and are in no way meant to reflect the private lives, actual
				practices, or activities of any persons named;
			</li>
			<li>
				Rockfic.com will remove a work of fiction if an individual named within
				requests its removal;
			</li>
			<li>
				We do not sell, trade or otherwise disclose personal user information to
				any third party;
			</li>
			<li>
				We reserve the right to access and disclose individually identifiable
				information to comply with any legal obligation or governmental request
				to enforce or apply our Terms of Use, or to ensure the constitutional
				rights and safety of Rockfic.com users.
			</li>
		</ol>

		<h3>Content</h3>
		<ol>
			<li>
				Rockfic.com does not own any of the stories published on the site, nor
				are its administrators legally accountable for its content;
			</li>
			<li>Authors are the sole copyright owners of their stories;</li>
			<li>
				Authors are responsible for managing any content they create; this
				includes managing the privacy settings facilitated by the site;
			</li>
			<li>
				Rockfic.com reserves the right to remove content, including anything we
				consider offensive, inappropriate or defamatory, at our discretion; any
				content we decide to remove will be done in accordance with our
				Submission Rules;
			</li>
			<li>
				Rockfic.com reserves the right to edit content, in line with our
				Submission Rules.
			</li>
			<li>
				If you believe that you own the copyright in any of the content on
				Rockfic.com, and you have not been recognized as the copyright owner,
				please contact us and your case will be investigated;
			</li>
			<li>
				While we investigate reports of inappropriate content or copyright
				issues, we may temporarily remove the content in question; if we agree
				that you are the copyright owner or that the content is inappropriate,
				we will remove the relevant content permanently.
			</li>
		</ol>

		<h3>Conduct</h3>
		<ol>
			<li>
				Rockfic.com operates a strict anti-bullying and anti-harassment policy;
				if you have an issue to report, contact us;
			</li>
			<li>
				Rockfic.com will permanently ban users who:
				<ol style="list-style-type: lower-alpha">
					<li>
						break the law, for example by saying something libellous, or by
						posting something which results in a criminal offence;
					</li>
					<li>share the personal details of users without their permission;</li>
					<li>impersonate another user;</li>
					<li>
						collect or use any information from Rockfic.com with the intent to
						harm, discredit or harass any other user; or
					</li>
					<li>do anything which impacts the performance of the site.</li>
				</ol>
			</li>
		</ol>
		<h3>Copyright</h3>
		All content on this site is copyright of its respective author. You may not,
		except with our express written permission, distribute or commercially
		exploit the content. Nor may you transmit it or store it in any other
		website or other form of electronic retrieval system.
	</div>
</template>