diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 8db56b812bd2..1f82f6218393 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.59 2007/09/10 07:38:46 rillig Exp $ +$NetBSD: TODO,v 1.60 2008/01/10 03:48:34 rillig Exp $ Please add your own entries at the bottom of this file. If possible, include the name of an example package where a warning should occur. @@ -25,3 +25,4 @@ include the name of an example package where a warning should occur. * Packages including lang/python/extension.mk must follow the Python version scheme. Enforcing PYPKGPREFIX for those is most likely a good idea. * Check for parallel files/dirs whose names differ only in case. +* Check for license files that are completely unused.