From 71c9130ede00c6ddf1e72e479178f4c2360f6a9e Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 8 Nov 2018 11:01:27 +0100 Subject: unposted: add usual copyright header to nearcolor module sources --- Src/Modules/nearcolor.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'Src') diff --git a/Src/Modules/nearcolor.c b/Src/Modules/nearcolor.c index 128658e20..b51b4fd2c 100644 --- a/Src/Modules/nearcolor.c +++ b/Src/Modules/nearcolor.c @@ -1,3 +1,32 @@ +/* + * nearcolor.c - map colours to nearest match in 88 or 256 colour palette + * + * This file is part of zsh, the Z shell. + * + * Copyright (c) 2018 Oliver Kiddle + * All rights reserved. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and to distribute modified versions of this software for any + * purpose, provided that the above copyright notice and the following + * two paragraphs appear in all copies of this software. + * + * In no event shall Oliver Kiddle or the Zsh Development Group be liable + * to any party for direct, indirect, special, incidental, or consequential + * damages arising out of the use of this software and its documentation, + * even if Oliver Kiddle and the Zsh Development Group have been advised of + * the possibility of such damage. + * + * Oliver Kiddle and the Zsh Development Group specifically disclaim any + * warranties, including, but not limited to, the implied warranties of + * merchantability and fitness for a particular purpose. The software + * provided hereunder is on an "as is" basis, and Oliver Kiddle and the + * Zsh Development Group have no obligation to provide maintenance, + * support, updates, enhancements, or modifications. + * + */ + #include "nearcolor.mdh" #include "nearcolor.pro" -- cgit 1.4.1