From 563f2d2f7a58c6e35ff0fc2b90a4a39cc23b603c Mon Sep 17 00:00:00 2001 From: Simon Poole Date: Thu, 21 Mar 2019 13:43:46 +0100 Subject: [PATCH] Link to explanantions when not to use the form is 3-fold redirect This replaces the URL with the correct one (https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Takedown_procedure/When_To_Use_The_Form) --- cookbooks/dmca/files/default/html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/dmca/files/default/html/index.php b/cookbooks/dmca/files/default/html/index.php index 6e6aa972f..4b283d3b3 100644 --- a/cookbooks/dmca/files/default/html/index.php +++ b/cookbooks/dmca/files/default/html/index.php @@ -37,7 +37,7 @@ $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 another reason, Go 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'); -- 2.43.2