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 <how2soft@gmail.com>
Change-Id: Ibf7ceef9b1085f706bb0ce82fcddfa2d13a16b9d
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 <secugyu@gmail.com>, Steve Jeong <jkhpro@gmail.com>
+Maintainer: Deokgyu Yang <secugyu@gmail.com>, Steve Jeong <how2soft@gmail.com>
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 <jkhpro1003@gmail.com>
+# written by Steve Jeong <how2soft@gmail.com>
#
# 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 <jkhpro1003@gmail.com>
+Copyright (C) 2022 Steve Jeong <how2soft@gmail.com>
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 <jkhpro1003@gmail.com>
+Copyright (C) 2021 Steve Jeong <how2soft@gmail.com>
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 @@
*
* "inputToSysNode" is what it is.
*
- * Authored by steve.jeong <jkhpro1003@gmail.com>, <steve.jeong@hardkernel.com>
+ * Authored by Steve Jeong <how2soft@gmail.com>, <steve.jeong@hardkernel.com>
*/
/*----------------------------------------------------------------------------*/
int wiringPiSetupSys (void)