Skip to content

Commit

Permalink
Copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Mar 4, 2024
1 parent 18f3934 commit f02516d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/web_socket/lib/browser_web_socket.dart
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
// 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.

export 'src/browser_web_socket.dart' show BrowserWebSocket;
4 changes: 4 additions & 0 deletions pkgs/web_socket/lib/io_web_socket.dart
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
// 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.

export 'src/io_web_socket.dart' show IOWebSocket;
4 changes: 4 additions & 0 deletions pkgs/web_socket/lib/web_socket.dart
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
// 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.

export 'src/web_socket.dart';

0 comments on commit f02516d

Please sign in to comment.