From a0a27e7c5ab461be9a4220375c2964922bae494c Mon Sep 17 00:00:00 2001 From: Burer Date: Sun, 1 Mar 2026 09:27:37 +0200 Subject: [PATCH] apps/piano: tweak copyright header Co-authored-by: Doczom Co-authored-by: qullarwee --- .asm-lsp.toml | 3 +++ programs/media/piano/keymap.asm | 3 --- programs/media/piano/piano.asm | 6 +----- 3 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 .asm-lsp.toml diff --git a/.asm-lsp.toml b/.asm-lsp.toml new file mode 100644 index 000000000..1dfab1cb4 --- /dev/null +++ b/.asm-lsp.toml @@ -0,0 +1,3 @@ +[default_config] +assembler = "fasm" +instruction_set = "x86" diff --git a/programs/media/piano/keymap.asm b/programs/media/piano/keymap.asm index bf99e9f83..34e426cdd 100644 --- a/programs/media/piano/keymap.asm +++ b/programs/media/piano/keymap.asm @@ -2,9 +2,6 @@ ; ; Piano - Default Keymap (256 bytes) ; Copyright (C) 2025 KolibriOS team -; -; Contributor Burer - Main code -; Contributor Doczom - Idea ; ==================================================================== diff --git a/programs/media/piano/piano.asm b/programs/media/piano/piano.asm index 1abd50fa0..35afd6acc 100644 --- a/programs/media/piano/piano.asm +++ b/programs/media/piano/piano.asm @@ -3,11 +3,7 @@ ; Piano - Toy Piano ; Copyright (C) 2019-2025 KolibriOS team ; -; Contributor ??? - Initial code -; Contributor Antonio - Refactoring and new functionality -; Contributor Burer - Refactoring and Spanish translation -; Contributor Doczom - Refactoring and bugfixes -; Contributor qullarwee - New keyboard layout +; Authors: Antonio and Leency ; ====================================================================