From bbed7697b2d0b4f0e72708c5acf4193bf52068b9 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 045f06fee..46f76cc2a 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"