From c9487dbd473beaa577c2410a8c25f2cabbc9f060 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Tue, 10 Jan 2023 22:10:19 -0500 Subject: [PATCH] which - add license file header --- world/usr.bin/which/src/which.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/world/usr.bin/which/src/which.c b/world/usr.bin/which/src/which.c index 4a7543a..df84b35 100644 --- a/world/usr.bin/which/src/which.c +++ b/world/usr.bin/which/src/which.c @@ -1,3 +1,31 @@ +/* + *---------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * wrote this file. As long as you + * retain this notice you can do whatever you want with this stuff. If + * we meet some day, and you think this stuff is worth it, you can buy + * me a beer in return. + * --------------------------------------------------------------------- + * ______ _______ _ _________ + * ( __ \ ( ___ )( ( /|( )\__ __/ + * | ( \ )| ( ) || \ ( ||/ ) ( + * | | ) || | | || \ | | | | + * | | | || | | || (\ \) | | | + * | | ) || | | || | \ | | | + * | (__/ )| (___) || ) \ | | | + * (______/ (_______)|/ )_) )_( + * + * _______ _______ _ _________ _______ + * ( ____ )( ___ )( \ /|\__ __/( ____ \ + * | ( )|| ( ) || \ ( | ) ( | ( |/ + * | (____)|| (___) || \ | | | | | | + * | _____)| ___ || (\ \) | | | | | + * | ( | ( ) || | \ | | | | | + * | ) | ) ( || ) \ |___) (___| (____|\ + * |/ |/ \||/ \_)\_______/(_______/ + * + */ + #include #include #include