X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftput-colorcube;h=67a4997a6392b8a833e102fe43c6bebbdcfcb1ff;hp=480ff92ee77e1baeaa2bffdefeabe31dc6129b87;hb=cf6a62567b2365c8678b7d561845bdbd1739e5da;hpb=c885a3fdd089f784f17dd2e9c03d8eb774072dc9 diff --git a/test/tput-colorcube b/test/tput-colorcube old mode 100644 new mode 100755 index 480ff92e..67a4997a --- 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.