X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Fm_spacing.c;h=9bb746a0810b284c465e76ea3a2cea3937715362;hp=01941f566b4b34cd60b631bce56e18d34995f720;hb=c0f109a299a82a33c16bd7af942a12ce9aefaaf0;hpb=ba39fbc2e0cee4681395df4079d9e61c27262132 diff --git a/menu/m_spacing.c b/menu/m_spacing.c index 01941f56..9bb746a0 100644 --- a/menu/m_spacing.c +++ b/menu/m_spacing.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2010,2012 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2010,2012 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -37,7 +38,7 @@ #include "menu.priv.h" -MODULE_ID("$Id: m_spacing.c,v 1.19 2012/03/10 23:43:41 tom Exp $") +MODULE_ID("$Id: m_spacing.c,v 1.20 2020/02/02 23:34:34 tom Exp $") #define MAX_SPC_DESC ((TABSIZE) ? (TABSIZE) : 8) #define MAX_SPC_COLS ((TABSIZE) ? (TABSIZE) : 8)