X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/388687b7120815bc61f49de6c5dd0ea793dad67b..0e9fb635dcf111b9220f57f025d4b8566b33bc76:/cookbooks/dmca/files/default/html/index.php diff --git a/cookbooks/dmca/files/default/html/index.php b/cookbooks/dmca/files/default/html/index.php index 6e6aa972f..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
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');