BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dmca.php 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?php
  2. declare(strict_types=1);
  3. View::show_header('DMCA');
  4. ?>
  5. <h2>DMCA Information</h2>
  6. <section class="tldr">
  7. <p>
  8. <em>If</em> you're a copyright owner or an agent thereof,
  9. <em>and</em> you believe that user-generated content (UGC) on the domain https://biotorrents.de infringes your
  10. copyrights:
  11. <em>then</em> you may notify our Digital Millennium Copyright Act (DMCA) agent in writing.
  12. </p>
  13. <ul class="p">
  14. <li>
  15. Identification of the copyrighted work claimed to have been infringed.
  16. <em>Please include your copyright registration number or proof of status pending.</em>
  17. Copyright infringement claims for U.S. works require registration.
  18. Requests without a registration number will be ignored.
  19. </li>
  20. <li>
  21. Identification of the material that is claimed to be infringing.
  22. To speed up request processing, please include:
  23. (1) the torrent's permalink <code>[PL]</code> URI exactly as it appears, <em>and</em>
  24. (2) the corresponding BitTorrent <code>info_hash</code>.
  25. </li>
  26. <li>
  27. A statement that you have a good faith belief that use of the material in the manner complained of is not
  28. authorized by the copyright owner, its agent, or the law.
  29. </li>
  30. <li>
  31. A statement that the information in the notification is accurate, and under penalty of perjury,
  32. that you're authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.
  33. </li>
  34. <li>
  35. Your physical or electronic signature, or of someone authorized to act on your behalf.
  36. </li>
  37. <li>
  38. Information reasonably sufficient to permit BioTorrents.de to contact you,
  39. such as an address, telephone number, and email.
  40. </li>
  41. </ul>
  42. <p>
  43. Because a high percentage of DMCA takedown notices are invalid or abusive,
  44. BioTorrents.de reserves the right to ignore requests for unregistered works.
  45. </p>
  46. <p>
  47. BioTorrents.de authenticates all valid requests.
  48. As a stopgap pending investigation,
  49. access to the targets of valid requests will be expeditiously disabled.
  50. </p>
  51. <p>
  52. All relevant parties will be notified and updated during the investigation.
  53. The targets of successful claims will then be deleted.
  54. </p>
  55. <p>
  56. Circumstances that may delay request processing, including not limited:
  57. </p>
  58. <ul class="p">
  59. <li>
  60. URI formulations that violate BioTorrents.de's normal access rules,
  61. e.g., unsecured HTTP or the <code>www</code> subdomain,
  62. <em>or</em> requests that fail to identify a specific piece of UGC.
  63. </li>
  64. <li>
  65. Generic or boilerplate statements.
  66. Neither statement should contain passages with quoted online search results.
  67. </li>
  68. <li>
  69. Requests signed by other means than 256-bit Ed25519 or 4096-bit RSA,
  70. or encoded in other formats than UTF-8 or ASCII plaintext.
  71. </li>
  72. <li>
  73. PO boxes, addresses outside the U.S., or addresses that can't accept USPS Certified Mail.
  74. VoIP telephone numbers or numbers without a <code>+1</code> country code.
  75. </li>
  76. <li>
  77. Email servers that don't comply with at least two of:
  78. <a href="https://tools.ietf.org/html/rfc7208">RFC 7208 (SPF)</a>,
  79. <a href="https://tools.ietf.org/html/rfc8463">RFC 8463 (DKIM)</a>, and
  80. <a href="https://tools.ietf.org/html/rfc7489">RFC 7489 (DMARC)</a>.
  81. Requests from free mailboxes such as Gmail, ProtonMail, Yahoo, etc.
  82. Any email in violation of
  83. <a href="https://www.law.cornell.edu/uscode/text/15/7704">15 USC 7704(a)</a>.
  84. </li>
  85. </ul>
  86. <p>
  87. Our agent to receive notifications of claimed infringement is:
  88. </p>
  89. <p>
  90. <strong>
  91. Address
  92. </strong>
  93. <br />
  94. Copyright Manager<br />
  95. Omics Tools LLC<br />
  96. 30 N Gould St Ste 4000<br />
  97. Sheridan, WY 82801
  98. </p>
  99. <p>
  100. <strong>
  101. Email
  102. </strong>
  103. <br />
  104. dmca at biotorrents dot de
  105. </p>
  106. <p>
  107. Please remember that under
  108. <a href="https://www.law.cornell.edu/uscode/text/17/512">17 USC 512(f)</a>,
  109. any person who knowingly materially misrepresents infringement may be subject to liability.
  110. </p>
  111. <p>
  112. Consult your legal counsel or see 17 USC 512(c)(3) to confirm these requirements.
  113. Please also see
  114. <a href="https://www.law.cornell.edu/uscode/text/17/108">17 USC 108</a>.
  115. </p>
  116. </section>
  117. <?php View::show_footer();