Package: findutils
Version: 4.4.2-4
Severity: wishlist
Lintian choke with this:

static void copying(void)
{
  static const char *copy_para[]=
    {
      "Copyright (C) 1994, 1996, 1998, 2000, 2001, 2003, 2004, 2005, 2006, 2007"
      ,"Free Software Foundation, Inc."
      ,""
      ,"Permission is granted to copy, distribute and/or modify this document"
      ,"under the terms of the GNU Free Documentation License, Version 1.2 or"
      ,"any later version published by the Free Software Foundation; with no"
      ,"Invariant Sections, with no Front-Cover Texts, and with no Back-Cover"
      ,"Texts.  A copy of the license is included in the ``GNU Free"
      ,"Documentation License'' file as part of this distribution."
      ""
      ,NULL
    };
  const char **s = copy_para;
  while (*s)
    comment(*s++);
}


Could you override the license-problem-gfdl-invariants tag ?

Thanks


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to