From e4ee4855df0da42edffb25e764b10ef44e6cb0e3 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 8 Jul 2021 18:47:29 +0200 Subject: [PATCH] Changed the header text in main.cpp --- es-app/src/main.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index ea58e90d7..ea023c41b 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -1,15 +1,14 @@ // SPDX-License-Identifier: MIT // -// EmulationStation Desktop Edition, an emulator front-end -// with controller navigation and theming support. +// EmulationStation Desktop Edition (ES-DE) is a front-end for browsing +// and launching games from your multi-platform game collection. // -// Originally created by Alec "Aloshi" Lofquist. -// http://www.aloshi.com +// Originally created by Alec Lofquist. // Improved and extended by the RetroPie community. // Desktop Edition fork by Leon Styhre. // -// The line length limit is 100 characters and the indentations are 4 spaces. -// Line breaks are Unix-style (line feed only). +// The column limit is 100 characters. +// All ES-DE C++ source code is formatted using clang-format. // // main.cpp //