diff --git a/checks/copyright-file b/checks/copyright-file
index 888b88b..89effa4 100644
--- a/checks/copyright-file
+++ b/checks/copyright-file
@@ -206,6 +206,10 @@ if (m,Upstream Author\(s\),) {
     tag "copyright-lists-upstream-authors-with-dh_make-boilerplate", "";
 }
 
+if (m/Please also look if/) {
+    tag "copyright-contains-dh_make-todo-boilerplate", "";
+}
+
 } # </run>
 
 # -----------------------------------
diff --git a/checks/copyright-file.desc b/checks/copyright-file.desc
index a6dd138..5504a19 100644
--- a/checks/copyright-file.desc
+++ b/checks/copyright-file.desc
@@ -147,3 +147,11 @@ Info: There is "Upstream Author(s)" in your copyright file. This was most
  remove the "(" and ")".
  .
  o/~ join us now and carefully edit debian/copyright files! o/~
+
+Tag: copyright-contains-dh_make-todo-boilerplate
+Type: error
+Ref: policy 12.5
+Info: The string "Please also look if..." appears in the copyright
+ file, which indicates that you either didn't check the whole source
+ to find additional copyright/license, or that you didn't remove that
+ paragraph after having done so.
