X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2FMKterm.h.awk.in;h=ee4e2b48dc1fc35a60503963f33564bc8f2dd4ae;hp=c315e2e1a216631f49bc35d0a347d4b8d3e7f4ad;hb=2db461ea0b1b29c142e3000d830b520c946e385b;hpb=896224bea6196d73d03e39b1a266887d6f2cb6ff diff --git a/include/MKterm.h.awk.in b/include/MKterm.h.awk.in index c315e2e1..ee4e2b48 100644 --- a/include/MKterm.h.awk.in +++ b/include/MKterm.h.awk.in @@ -26,7 +26,8 @@ BEGIN { lcurl = "{"; rcurl = "}"; print "/****************************************************************************" - print " * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. *" + print " * Copyright 2018-2019,2020 Thomas E. Dickey *" + print " * Copyright 1998-2013,2017 Free Software Foundation, Inc. *" print " * *" print " * Permission is hereby granted, free of charge, to any person obtaining a *" print " * copy of this software and associated documentation files (the *" @@ -59,7 +60,7 @@ BEGIN { print "/* and: Thomas E. Dickey 1995-on */" print "/****************************************************************************/" print "" - print "/* $Id: MKterm.h.awk.in,v 1.73 2019/12/21 18:29:09 tom Exp $ */" + print "/* $Id: MKterm.h.awk.in,v 1.74 2020/02/02 23:34:34 tom Exp $ */" print "" print "/*" print "** term.h -- Definition of struct term"