From 5a96147afcb98f7f7c9fd0b4109a33d240341358 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 30 Oct 2023 11:11:34 -0700 Subject: [PATCH] Add copyright --- pkgs/http_profile/lib/http_profile.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/http_profile/lib/http_profile.dart b/pkgs/http_profile/lib/http_profile.dart index 0f20a3aa1a..a66fefea84 100644 --- a/pkgs/http_profile/lib/http_profile.dart +++ b/pkgs/http_profile/lib/http_profile.dart @@ -1,3 +1,7 @@ +// Copyright (c) 2023, 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:io'; /// Records information about an HTTP request.