about summary refs log tree commit diff
path: root/src/locale/en/copyright-policy.tsx
blob: 9412d0059e7a414f5d3ee53d73f567efb7dce0a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
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>
    </>
  )
}