From: Aaron Taylor Date: Fri, 11 Jun 2021 00:45:16 +0000 (-0700) Subject: Added reminder note to top of WolframAutomata for C89 compliance. X-Git-Url: http://git.subgeniuskitty.com/screensavers/.git/commitdiff_plain/5216b8b29643018d4755189d7141052f80e835b0 Added reminder note to top of WolframAutomata for C89 compliance. --- diff --git a/hacks/WolframAutomata/WolframAutomata.c b/hacks/WolframAutomata/WolframAutomata.c index 4b5c1ec..2decd95 100644 --- a/hacks/WolframAutomata/WolframAutomata.c +++ b/hacks/WolframAutomata/WolframAutomata.c @@ -1,8 +1,10 @@ -/* (c) 2021 Aaron Taylor */ -/* See LICENSE.txt file for copyright and license details. */ +/* (c) 2021 Aaron Taylor */ +/* See LICENSE.txt file for copyright and license details. */ #include "screenhack.h" +/* Keep this source code C89 compliant per XScreensaver's instructions. */ + /* -------------------------------------------------------------------------- */ /* Data Structures */ /* -------------------------------------------------------------------------- */