Skip to content

Commit 7f5ad18

Browse files
authored
Adding missing license headers (#1735)
1 parent fedead7 commit 7f5ad18

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

pkgs/http_client_conformance_tests/example/client_test.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'package:http/http.dart';
26
import 'package:http_client_conformance_tests/http_client_conformance_tests.dart';
37
import 'package:test/test.dart';

pkgs/http_client_conformance_tests/lib/src/dummy_isolate.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'dart:async';
26

37
// ignore: avoid_classes_with_only_static_members

pkgs/http_parser/test/example_test.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'dart:io';
26

37
import 'package:test/test.dart';
+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
export 'src/http_profile.dart';

pkgs/web_socket/example/web_socket_example.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'dart:convert';
26
import 'dart:io';
37

pkgs/web_socket/lib/testing.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
export 'src/fake_web_socket.dart' show fakes;

pkgs/web_socket_conformance_tests/example/client_test.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'dart:typed_data';
26

37
import 'package:test/test.dart';

0 commit comments

Comments
 (0)