From: polarbearing Date: Fri, 31 Jan 2020 18:01:57 +0000 (+0100) Subject: Improve wording when not to use this form X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8b5606e6160016e5fe634779e2ab90ccd7e67f29?hp=4f4f788c6b64d9711310f35e265a93e67d57d787 Improve wording when not to use this form as discussed in recent DWG meeting, the target wiki page has already been updated accordingly. Intention is to reduce the misdirected requests. --- diff --git a/cookbooks/dmca/files/default/html/index.php b/cookbooks/dmca/files/default/html/index.php index 4b283d3b3..33c28006e 100644 --- a/cookbooks/dmca/files/default/html/index.php +++ b/cookbooks/dmca/files/default/html/index.php @@ -37,7 +37,8 @@ $form->addElement('static', null, '

To file a copyright infringement notificat

  • A statement that the complaining party has a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law.
  • A statement that the information in the notification is accurate and, under penalty of perjury, that the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.

    To expedite our ability to process your request, such written notice should be sent to our designated agent via our online copyright complaint form below.

    -

    This form is only for cases where you believe that material on OpenStreetMap\'s websites or in its geodata database infringes your copyright or that of your clients. For example, you claim someone has copied material from a map belonging to you. If you have come here for another reason, Go here.

    '); +

    This form is only for cases where you believe that material on OpenStreetMap\'s websites or in its geodata database infringes your copyright or that of your clients. For example, you claim someone has copied material from a map belonging to you.

    +

    If you have come here for reporting map inaccuracies, privacy issues or another reason, Read here.

    '); $form->addElement('text', 'url', 'URL of Allegedly Infringing Material', array('size' => 50, 'maxlength' => 255)); $form->addRule('url', 'Please enter URL of Allegedly Infringing Material', 'required', null, 'client');