https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d7ab15dcb4bc9229d8ca026db15f21dda18dd016

commit d7ab15dcb4bc9229d8ca026db15f21dda18dd016
Author:     Stanislav Motylkov <x86co...@gmail.com>
AuthorDate: Mon Jul 29 20:34:25 2024 +0300
Commit:     Stanislav Motylkov <x86co...@gmail.com>
CommitDate: Mon Jul 29 20:46:53 2024 +0300

    [REACTOS] Fix Kamil Horníček's last name again
    
    UTF-8 is allowed for the code files. Changing the encoding is not restricted
    by the code of conduct and contributing guidelines.
    
    Here's justification:
    - 
https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=+Herm%C3%A8s
    - 
https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=+Herv%C3%A9
    - https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=+G%C3%A9+
    - 
https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=+J%C3%A9r%C3%B4me
    
    So we in fact do use UTF-8 encoding for the code files when attributing it
    to the author(s) whose name contain non-ANSI characters.
    
    As a core developer and repository maintainer, I have the right to change
    file contents (including its encoding) without prior discussion, as long as
    it corresponds with the repository's code of conduct.
    
    I won't permit curtailment of my rights!
    
    This is my answer and addendum to the commit b6bf1108905a,
    which tries to disrespect me as a developer and maintainer.
---
 base/applications/dxdiag/ddtest.c               | 2 +-
 dll/keyboard/kbdcz1/kbdcz1.c                    | 2 +-
 modules/rosapps/applications/notevil/notevil.rc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/applications/dxdiag/ddtest.c 
b/base/applications/dxdiag/ddtest.c
index 26fdb750cf9..3eb94c6ce65 100644
--- a/base/applications/dxdiag/ddtest.c
+++ b/base/applications/dxdiag/ddtest.c
@@ -2,7 +2,7 @@
  * PROJECT:     ReactX Diagnosis Application
  * LICENSE:     LGPL - See COPYING in the top level directory
  * PURPOSE:     ReactX DirectDraw tests
- * COPYRIGHT:   Copyright 2008 Kamil Hornicek
+ * COPYRIGHT:   Copyright 2008 Kamil Horníček
  *
  */
 
diff --git a/dll/keyboard/kbdcz1/kbdcz1.c b/dll/keyboard/kbdcz1/kbdcz1.c
index 42a4f9255ec..e320df92ad9 100644
--- a/dll/keyboard/kbdcz1/kbdcz1.c
+++ b/dll/keyboard/kbdcz1/kbdcz1.c
@@ -4,7 +4,7 @@
  * License: LGPL, see: LGPL.txt
  *
  * Based on other kbd*.dlls
- * modified by Kamil Hornicek <ty...@atlas.cz>
+ * modified by Kamil Horníček <ty...@atlas.cz>
  */
 
 #define WIN32_NO_STATUS
diff --git a/modules/rosapps/applications/notevil/notevil.rc 
b/modules/rosapps/applications/notevil/notevil.rc
index 726722c214e..2a4a98962d3 100644
--- a/modules/rosapps/applications/notevil/notevil.rc
+++ b/modules/rosapps/applications/notevil/notevil.rc
@@ -110,7 +110,7 @@ BEGIN
     66,  "Jose Catena"
     67,  "Jurgen van Gael"
     68,  "Kai Tietz"
-    69,  "Kamil Hornicek"
+    69,  "Kamil Horníček"
     70,  "KJK::Hyperion"
     71,  "Klemens R. Friedl"
     72,  "Lucas Suggs"

Reply via email to