From a72ff755ca0d8446f101dfb2979d58a1d3640e89 Mon Sep 17 00:00:00 2001 From: x Date: Fri, 17 Mar 2023 20:06:53 +0100 Subject: [PATCH] TurboRLE: Run Length Encoding encode --- trlec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trlec.c b/trlec.c index 4fcbbe5..829101a 100644 --- a/trlec.c +++ b/trlec.c @@ -1,6 +1,6 @@ /** Copyright (C) powturbo 2015-2023 - GPL v2 License + SPDX-License-Identifier: GPL v2 License This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by