From bdf16e17aa7358125866596e90946700055a5939 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Tue, 5 Mar 2024 08:46:34 -0800 Subject: [PATCH] Update connect_stub.dart --- pkgs/web_socket/lib/src/connect_stub.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/web_socket/lib/src/connect_stub.dart b/pkgs/web_socket/lib/src/connect_stub.dart index 828a09dc63..3a420deeec 100644 --- a/pkgs/web_socket/lib/src/connect_stub.dart +++ b/pkgs/web_socket/lib/src/connect_stub.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 '../web_socket.dart'; Future connect(Uri url, {Iterable? protocols}) {