From f44d5e3aa8a02c40ccd16ef83b07eb3ecedfdc6e Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 7 Mar 2024 18:36:52 -0800 Subject: [PATCH] Copyright --- pkgs/cupertino_http/lib/src/cupertino_web_socket.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/cupertino_http/lib/src/cupertino_web_socket.dart b/pkgs/cupertino_http/lib/src/cupertino_web_socket.dart index 6b4cab070c..33dc04a7f6 100644 --- a/pkgs/cupertino_http/lib/src/cupertino_web_socket.dart +++ b/pkgs/cupertino_http/lib/src/cupertino_web_socket.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:async'; import 'dart:convert'; import 'dart:typed_data';