setterm.c currently refers to a non-existent COPYRIGHT file. Gordon Irlam comments: > setterm.c had a funky hand written copyright license at the time. > I'd be happy to re-license it under the GPL v2 or any later version if > that suits your needs. Or just let me know what else you would > prefer, and I'd probably be happy to license it under that. This patch replaces the ambiguity with the GPL license header. Signed-off-by: Daniel Drake <d.drake@xxxxxxx> diff --git a/misc-utils/setterm.c b/misc-utils/setterm.c index 0a2f44c..0450897 100644 --- a/misc-utils/setterm.c +++ b/misc-utils/setterm.c @@ -1,8 +1,20 @@ /* setterm.c, set terminal attributes. * - * Copyright (C) 1990 Gordon Irlam (gordoni@xxxxxxxxxxx). Conditions of use, - * modification, and redistribution are contained in the file COPYRIGHT that - * forms part of this distribution. + * Copyright (C) 1990 Gordon Irlam (gordoni@xxxxxxxxxxx). + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * Adaption to Linux by Peter MacDonald. * - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html