The maintainer's email address has been changed.

Signed-off-by: Steve Jeong <steve@how2flow.net>
Change-Id: I111e25d014248274696c3b216851deaeab2b7f6e
This commit is contained in:
Steve Jeong
2023-07-11 15:35:06 +09:00
parent d112664e24
commit 63e03fe4a1
5 changed files with 5 additions and 5 deletions

2
debian/control vendored
View File

@@ -1,7 +1,7 @@
Source: odroid-wiringpi Source: odroid-wiringpi
Section: electronics Section: electronics
Priority: optional Priority: optional
Maintainer: Deokgyu Yang <secugyu@gmail.com>, Steve Jeong <how2soft@gmail.com> Maintainer: Deokgyu Yang <secugyu@gmail.com>, Steve Jeong <steve@how2flow.net>
Standards-Version: 3.8.0 Standards-Version: 3.8.0
Homepage: https://wiki.odroid.com Homepage: https://wiki.odroid.com
Build-Depends: debhelper (>= 10), Build-Depends: debhelper (>= 10),

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# /etc/odroid-allowuser.sh # /etc/odroid-allowuser.sh
# written by Steve Jeong <how2soft@gmail.com> # written by Steve Jeong <steve@how2flow.net>
# #
# allow access sys node (with odroid-wiringpi gpiomem). # allow access sys node (with odroid-wiringpi gpiomem).
# udev rules: 99-odroid-wiringpi-*.rules # udev rules: 99-odroid-wiringpi-*.rules

View File

@@ -6,7 +6,7 @@
// //
/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
/******************************************************************************* /*******************************************************************************
Copyright (C) 2022 Steve Jeong <how2soft@gmail.com> Copyright (C) 2022-2023 Steve Jeong <steve@how2flow.net>
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -6,7 +6,7 @@
*/ */
/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
/******************************************************************************* /*******************************************************************************
Copyright (C) 2021 Steve Jeong <how2soft@gmail.com> Copyright (C) 2021-2023 Steve Jeong <steve@how2flow.net>
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1332,7 +1332,7 @@ int wiringPiSetupPhys (void)
* *
* "inputToSysNode" is what it is. * "inputToSysNode" is what it is.
* *
* Authored by Steve Jeong <how2soft@gmail.com>, <steve.jeong@hardkernel.com> * Authored by Steve Jeong <steve@how2flow.net>
*/ */
/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
int wiringPiSetupSys (void) int wiringPiSetupSys (void)