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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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 of one,
  9. <em>and</em> you believe that user-generated content (UGC) on the domain
  10. https://biotorrents.de infringes your 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. 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 processing, please include:
  23. (1) the permalink <code>[PL]</code> URI, <em>and</em>
  24. (2) the 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 us 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. Omics Tools LLC reserves the right to ignore requests for unregistered works.
  45. </p>
  46. <p>
  47. We authenticate 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 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, <em>or</em> requests that fail to identify specific pieces of UGC.
  62. </li>
  63. <li>
  64. Generic or boilerplate statements.
  65. Neither statement should contain passages with quoted online search results.
  66. </li>
  67. <li>
  68. Requests signed by other means than Ed25519 or RSA 4096,
  69. or encoded in other formats than UTF-8 or ASCII.
  70. </li>
  71. <li>
  72. PO boxes, addresses outside the U.S., or addresses that can't accept USPS Certified Mail.
  73. VoIP telephone numbers or numbers without a <code>+1</code> country code.
  74. </li>
  75. <li>
  76. Email servers that don't comply with at least two of:
  77. <a href="https://tools.ietf.org/html/rfc7208">RFC 7208 (SPF)</a>,
  78. <a href="https://tools.ietf.org/html/rfc8463">RFC 8463 (DKIM)</a>, and
  79. <a href="https://tools.ietf.org/html/rfc7489">RFC 7489 (DMARC)</a>.
  80. Requests from free mailboxes such as Gmail, ProtonMail, etc.
  81. Any email that violates
  82. <a href="https://www.law.cornell.edu/uscode/text/15/7704">15 USC 7704(a)</a>.
  83. </li>
  84. </ul>
  85. <p>
  86. Our agent to receive notifications of claimed infringement is:
  87. </p>
  88. <p>
  89. <strong>
  90. Address
  91. </strong>
  92. <br />
  93. Copyright Manager<br />
  94. Omics Tools LLC<br />
  95. 30 N Gould St Ste 4000<br />
  96. Sheridan, WY 82801
  97. </p>
  98. <p>
  99. <strong>
  100. Email
  101. </strong>
  102. <br />
  103. dmca at biotorrents dot de
  104. </p>
  105. <p>
  106. Remember that under
  107. <a href="https://www.law.cornell.edu/uscode/text/17/512">17 USC 512(f)</a>,
  108. anyone who knowingly materially misrepresents infringement may be subject to liability.
  109. Also see
  110. <a href="https://www.law.cornell.edu/uscode/text/17/107">17 USC 107</a> and
  111. <a href="https://www.law.cornell.edu/uscode/text/17/108">17 USC 108</a>.
  112. </p>
  113. <p>
  114. Please use
  115. <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG 760EBED7CFE266D7</a>
  116. if you wish.
  117. </p>
  118. </section>
  119. <?php View::show_footer();