From ee2f9a75c7748871d752c3efd99541f78d2db26a Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Thu, 5 Dec 2024 12:51:01 +0000 Subject: [PATCH] Add missing copyright header --- pkg/web_app/lib/src/widget/weekly_sparkline/widget.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/web_app/lib/src/widget/weekly_sparkline/widget.dart b/pkg/web_app/lib/src/widget/weekly_sparkline/widget.dart index cacb741cb5..ef6eeae27e 100644 --- a/pkg/web_app/lib/src/widget/weekly_sparkline/widget.dart +++ b/pkg/web_app/lib/src/widget/weekly_sparkline/widget.dart @@ -1,3 +1,7 @@ +// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +// for details. All rights reserved. Use of this source code is governed by a +// BSD-style license that can be found in the LICENSE file. + import 'dart:math'; import 'package:_pub_shared/format/encoding.dart';