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)