about summary refs log tree commit diff
path: root/src/locale/en/copyright-policy.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/en/copyright-policy.tsx')
-rw-r--r--src/locale/en/copyright-policy.tsx88
1 files changed, 0 insertions, 88 deletions
diff --git a/src/locale/en/copyright-policy.tsx b/src/locale/en/copyright-policy.tsx
deleted file mode 100644
index 9412d0059..000000000
--- a/src/locale/en/copyright-policy.tsx
+++ /dev/null
@@ -1,88 +0,0 @@
-import React from 'react'
-import {H3, H4, P, UL, LI, A} from 'view/com/util/Html'
-
-export default function () {
-  return (
-    <>
-      <H4>Last Updated:&nbsp;April 6, 2023</H4>
-      <P>Notification of Copyright Infringement</P>
-      <P>
-        Bluesky, PBLLC d.b.a. Bluesky (&ldquo;Bluesky&rdquo;) respects the
-        intellectual property rights of others and expects its users to do the
-        same.
-      </P>
-      <P>
-        It is Bluesky&rsquo;s policy, in appropriate circumstances and at its
-        discretion, to disable the accounts of users who repeatedly infringe the
-        copyrights of others.
-      </P>
-      <P>
-        In accordance with the Digital Millennium Copyright Act of 1998, the
-        text of which may be found on the U.S. Copyright Office website at{' '}
-        <A href="http://www.copyright.gov/legislation/dmca.pdf">
-          http://www.copyright.gov/legislation/dmca.pdf
-        </A>
-        , Bluesky will respond expeditiously to claims of copyright infringement
-        committed using the Bluesky website, app, or other Bluesky owned or
-        controlled online networ k services &nbsp;accessible through a mobile
-        device or other type of device (the &ldquo;Sites&rdquo;) that are
-        reported to Bluesky&rsquo;s Designated Copyright Agent, identified in
-        the sample notice below.
-      </P>
-      <P>
-        If you are a copyright owner, or are authorized to act on behalf of one,
-        or authorized to act under any exclusive right under copyright, please
-        report alleged copyright infringements taking place on or through the
-        Sites by completing the following DMCA Notice of Alleged Infringement
-        and delivering it to Bluesky&rsquo;s Designated Copyright Agent. Upon
-        receipt of the Notice as described below, Bluesky will take whatever
-        action, in its sole discretion, it deems appropriate, including removal
-        of the challenged material from the Sites.
-      </P>
-      <H3>DMCA Notice of Alleged Infringement (&ldquo;Notice&rdquo;)</H3>
-      <P>
-        1. Identify the copyrighted work that you claim has been infringed, or
-        &ndash; if multiple copyrighted works are covered by this Notice &ndash;
-        you may provide a representative list of the copyrighted works that you
-        claim have been infringed.
-      </P>
-      <P>
-        2. Identify the material that you claim is infringing (or to be the
-        subject of infringing activity) and that is to be removed or access to
-        which is to be disabled, and information reasonably sufficient to permit
-        us to locate the material, including at a minimum, if applicable, the
-        URL of the link shown on the Site(s) where such material may be found.
-      </P>
-      <P>
-        3. Provide your mailing address, telephone number, and email address.
-      </P>
-      <P>
-        4. Include both of the following statements in the body of the Notice:
-      </P>
-      <UL>
-        <LI>
-          &ldquo;I hereby state that I have a good faith belief that the
-          disputed use of the copyrighted material is not authorized by the
-          copyright owner, its agent, or the law (e.g., as a fair use).&rdquo;
-        </LI>
-        <LI>
-          &ldquo;I hereby state that the information in this Notice is accurate
-          and, under penalty of perjury, that I am the owner, or authorized to
-          act on behalf of the owner, of the copyright or of an exclusive right
-          under the copyright that is allegedly infringed.&rdquo;
-        </LI>
-      </UL>
-      <P>
-        5. Provide your full legal name and your electronic or physical
-        signature.
-      </P>
-      <P>
-        Deliver this Notice, with all items completed, to Bluesky&rsquo;s
-        Designated Copyright Agent:
-      </P>
-      <P>Copyright Agent</P>
-      <P>c/o Bluesky, PBLLC</P>
-      <P>support@bsky.app</P>
-    </>
-  )
-}