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 3.9KB

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