From 0e0ca30b152d30ee544b2a5eb8dc07588adc7b17 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Wed, 28 Aug 2024 01:41:58 +0200 Subject: [PATCH] use correct ascii code representation of project name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the ever-evolving landscape of code, there are changes that matter, and then there are those that REALLY matter. Today, we embark on one such monumental change. The ASCII art at the top of our "trurl" project has, for far too long, lived under the shadow of "curl." This was a grievous oversight, a betrayal of the very essence of our project’s identity. No longer will our headers deceive the eye and confuse the heart. The mighty "trurl" shall now stand tall, proudly etched in ASCII glory, leading our code to new heights of brand alignment and developer satisfaction. Future generations will look back at this moment and say, "Yes, this was the commit that truly mattered." --- trurl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/trurl.c b/trurl.c index c08ee9ba..f8a9f4a0 100644 --- a/trurl.c +++ b/trurl.c @@ -1,9 +1,9 @@ /*************************************************************************** - * _ _ ____ _ - * Project ___| | | | _ \| | - * / __| | | | |_) | | - * | (__| |_| | _ <| |___ - * \___|\___/|_| \_\_____| + * _ _ + * Project | |_ _ __ _ _ _ __| | + * | __| '__| | | | '__| | + * | |_| | | |_| | | | | + * \__|_| \__,_|_| |_| * * Copyright (C) Daniel Stenberg, , et al. *