aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src')
-rw-r--r--os/hal/src/i2c.c4
-rw-r--r--os/hal/src/rtc.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/src/i2c.c b/os/hal/src/i2c.c
index 28dd99762..5cf5cb4f7 100644
--- a/os/hal/src/i2c.c
+++ b/os/hal/src/i2c.c
@@ -17,6 +17,10 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/*
+ Concepts and parts of this file have been contributed by Uladzimir Pylinsky
+ aka barthess.
+ */
/**
* @file i2c.c
diff --git a/os/hal/src/rtc.c b/os/hal/src/rtc.c
index dda5a9c95..d7750001d 100644
--- a/os/hal/src/rtc.c
+++ b/os/hal/src/rtc.c
@@ -17,6 +17,10 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/*
+ Concepts and parts of this file have been contributed by Uladzimir Pylinsky
+ aka barthess.
+ */
/**
* @file rtc.c