From 4bac4c4be9517d82e3092576be9ef33b1c23ebf7 Mon Sep 17 00:00:00 2001 From: James Vecellio-Grant <159560811+Discountchubbs@users.noreply.github.com> Date: Wed, 9 Sep 2026 00:54:42 -0700 Subject: [PATCH] License --- openpilot/sunnypilot/modeld_v2/helpers.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openpilot/sunnypilot/modeld_v2/helpers.py b/openpilot/sunnypilot/modeld_v2/helpers.py index 15f5e56a8d..5beb52ac7f 100644 --- a/openpilot/sunnypilot/modeld_v2/helpers.py +++ b/openpilot/sunnypilot/modeld_v2/helpers.py @@ -1,3 +1,10 @@ +""" +Copyright (c) 2021-, Haibin Wen, sunnypilot, and a number of other contributors. + +This file is part of sunnypilot and is licensed under the MIT License. +See the LICENSE.md file in the root directory for more details. +""" + import io import struct import pickle