From c0a3ca44b653eca4493adf187e6d62cd162996d1 Mon Sep 17 00:00:00 2001 From: James Vecellio-Grant <159560811+Discountchubbs@users.noreply.github.com> Date: Wed, 9 Sep 2026 00:56:07 -0700 Subject: [PATCH] Update model_replay.py --- openpilot/sunnypilot/modeld_v2/model_replay.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openpilot/sunnypilot/modeld_v2/model_replay.py b/openpilot/sunnypilot/modeld_v2/model_replay.py index e5e4ef382d..35f0bbe87b 100644 --- a/openpilot/sunnypilot/modeld_v2/model_replay.py +++ b/openpilot/sunnypilot/modeld_v2/model_replay.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 argparse import os import sys