From c448f6fe55500af0d0f726f43892a7acaef4a1eb Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 7 Oct 2019 18:57:25 +0200 Subject: [PATCH] LOLWUT: version 6: give credits. --- src/lolwut6.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lolwut6.c b/src/lolwut6.c index 045f06fe..46f76cc2 100644 --- a/src/lolwut6.c +++ b/src/lolwut6.c @@ -31,6 +31,11 @@ * This file implements the LOLWUT command. The command should do something * fun and interesting, and should be replaced by a new implementation at * each new version of Redis. + * + * Thanks to the Shhh computer art collective for the help in tuning the + * output to have a better artistic effect. Also thanks to Michele Hiki Falcone + * for sending me the original gameboy image that this LOLWUT makes + * generative. */ #include "server.h"