X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftput-colorcube;h=67a4997a6392b8a833e102fe43c6bebbdcfcb1ff;hp=480ff92ee77e1baeaa2bffdefeabe31dc6129b87;hb=3ef920d65fb2d4046096131d868ae8d4bba79d46;hpb=1713400c1c9b80cb7cb9d204acb0525dc592b07d diff --git a/test/tput-colorcube b/test/tput-colorcube index 480ff92e..67a4997a 100755 --- a/test/tput-colorcube +++ b/test/tput-colorcube @@ -1,6 +1,7 @@ #!/bin/sh ############################################################################## -# Copyright (c) 2016 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 2016 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"), # @@ -26,7 +27,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: tput-colorcube,v 1.1 2016/12/17 23:37:37 tom Exp $ +# $Id: tput-colorcube,v 1.2 2020/02/02 23:34:34 tom Exp $ # Use this script to print an xterm-style color cube, e.g., as done in # the xterm 88colors2.pl and 256colors2.pl scripts.