From 4bf57e5551bf17407bebc6a5b77b7faa59726b16 Mon Sep 17 00:00:00 2001 From: Timm Date: Tue, 4 Jun 2024 23:41:35 +0200 Subject: [PATCH] Update copyright notice --- .../battery_monitor/batt_mon_i2c_ina219/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/jukebox/components/battery_monitor/batt_mon_i2c_ina219/__init__.py b/src/jukebox/components/battery_monitor/batt_mon_i2c_ina219/__init__.py index 51216b3a0..6b0e2a6b4 100644 --- a/src/jukebox/components/battery_monitor/batt_mon_i2c_ina219/__init__.py +++ b/src/jukebox/components/battery_monitor/batt_mon_i2c_ina219/__init__.py @@ -1,6 +1,7 @@ -# MIT License +# RPi-Jukebox-RFID Version 3 +# Copyright (c) See file LICENSE in project root folder # -# Copyright (c) 2021 Arne Pagel +# Copyright (c) 2021 Arne Pagel, 2024 Timm Eversmeyer # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -22,6 +23,7 @@ # # Contributing author(s): # - Arne Pagel +# - Timm Eversmeyer import logging import jukebox.plugs as plugs