X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=ncurses%2Ftty%2FMKexpanded.sh;h=65c6b93e46274e12f1131abcfb032b7899973b16;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hp=89e747416d01b9f3d7486b03d2a5bae06aa10031;hpb=ade723c546e6559187580c695f7f4637eac13125;p=ncurses.git diff --git a/ncurses/tty/MKexpanded.sh b/ncurses/tty/MKexpanded.sh index 89e74741..65c6b93e 100755 --- a/ncurses/tty/MKexpanded.sh +++ b/ncurses/tty/MKexpanded.sh @@ -1,6 +1,7 @@ #! /bin/sh ############################################################################## -# Copyright (c) 1998-2017,2019 Free Software Foundation, Inc. # +# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 1998-2015,2017 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 "Software"), # @@ -29,7 +30,7 @@ # # Author: Thomas E. Dickey, 1997-on # -# $Id: MKexpanded.sh,v 1.21 2019/03/02 22:47:55 tom Exp $ +# $Id: MKexpanded.sh,v 1.22 2020/02/02 23:34:34 tom Exp $ # # Script to generate 'expanded.c', a dummy source that contains functions # corresponding to complex macros used in this library. By making functions,