From 16e6a29c28853e797ed75dbbab1ebe6ff39b2eb1 Mon Sep 17 00:00:00 2001 From: Steve Jeong Date: Tue, 3 Jan 2023 12:04:06 +0900 Subject: [PATCH] change maintainer's e-mail and name. change mail address gmail of "jkhpro1003" to "how2soft". "jkh" means that is the initials of my korean name spelling. I changed it because only Koreans don't use it. Signed-off-by: Steve Jeong Change-Id: Ibf7ceef9b1085f706bb0ce82fcddfa2d13a16b9d --- debian/control | 2 +- etc/odroid-wpi-pwm.sh | 2 +- wiringPi/odroidm1.c | 2 +- wiringPi/odroidm1.h | 2 +- wiringPi/wiringPi.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index a2bf543..4f3cbbb 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: odroid-wiringpi Section: electronics Priority: optional -Maintainer: Deokgyu Yang , Steve Jeong +Maintainer: Deokgyu Yang , Steve Jeong Standards-Version: 3.8.0 Homepage: https://wiki.odroid.com Build-Depends: debhelper (>= 10), diff --git a/etc/odroid-wpi-pwm.sh b/etc/odroid-wpi-pwm.sh index a2f8d74..0ebd025 100644 --- a/etc/odroid-wpi-pwm.sh +++ b/etc/odroid-wpi-pwm.sh @@ -1,7 +1,7 @@ #!/bin/sh # /etc/odroid-wpi-pwm.sh -# written by steve.jeong +# written by Steve Jeong # # allow access pwm sys node (with odroid-wiringpi gpiomem). # udev rules: 99-odroid-wiringpi-pwm.rules diff --git a/wiringPi/odroidm1.c b/wiringPi/odroidm1.c index 46c6259..68d40e5 100644 --- a/wiringPi/odroidm1.c +++ b/wiringPi/odroidm1.c @@ -6,7 +6,7 @@ // /*----------------------------------------------------------------------------*/ /******************************************************************************* -Copyright (C) 2022 Steve Jeong +Copyright (C) 2022 Steve Jeong This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/wiringPi/odroidm1.h b/wiringPi/odroidm1.h index 2676fa6..16eb9c0 100644 --- a/wiringPi/odroidm1.h +++ b/wiringPi/odroidm1.h @@ -6,7 +6,7 @@ */ /*----------------------------------------------------------------------------*/ /******************************************************************************* -Copyright (C) 2021 steve Jeong +Copyright (C) 2021 Steve Jeong This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/wiringPi/wiringPi.c b/wiringPi/wiringPi.c index 0a4c1b7..4d7b239 100644 --- a/wiringPi/wiringPi.c +++ b/wiringPi/wiringPi.c @@ -1324,7 +1324,7 @@ int wiringPiSetupPhys (void) * * "inputToSysNode" is what it is. * - * Authored by steve.jeong , + * Authored by Steve Jeong , */ /*----------------------------------------------------------------------------*/ int wiringPiSetupSys (void)