From 94afe5dd5b97cd3faac87dcf3c7fe31c711224e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Blondon?= Date: Sat, 17 May 2025 23:42:44 +0200 Subject: [PATCH] doc: fix goal of the file in the header comment It also attributes the copyright to the main creator (fjtrujy). --- src/samples/debug/screenshot/main.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/samples/debug/screenshot/main.c b/src/samples/debug/screenshot/main.c index 3d9e0b6f..eda4902b 100644 --- a/src/samples/debug/screenshot/main.c +++ b/src/samples/debug/screenshot/main.c @@ -3,11 +3,9 @@ * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in PSPSDK root for details. * - * main.c - Basic sample to demonstrate the kprintf handler. + * main.c - Basic sample to demonstrate how to take a screenshot. * - * Copyright (c) 2005 Marcus R. Brown - * Copyright (c) 2005 James Forshaw - * Copyright (c) 2005 John Kelley + * Copyright (c) 2025 Francisco Javier Trujillo Mata * */