Skip to content

Commit

Permalink
License update - Batch 34 (#8735)
Browse files Browse the repository at this point in the history
* license update - batch 34

* reverted header for copied code

* reverted another header for copied code

* attributed the header to the original source and added a todo
  • Loading branch information
mossmana authored Jan 17, 2025
1 parent 427efbf commit 295dfad
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
8 changes: 5 additions & 3 deletions packages/devtools_app/lib/src/shared/http/_http_cookies.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Copyright (c) 2013, 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.

// This code was pulled from dart:io.
// https://github.com/dart-lang/sdk/blob/main/sdk/lib/_http/http_headers.dart#L965
// TODO(mossman): Is there a way to use dart:io directly?

// ignore_for_file: annotate_overrides
// ignore_for_file: empty_statements
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_app/lib/src/shared/http/curl_command.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2022 The Chromium Authors. All rights reserved.
// Copyright 2022 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.

import '../primitives/utils.dart';
import 'http_request_data.dart';
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_app/lib/src/shared/http/http.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2019 The Chromium Authors. All rights reserved.
// Copyright 2019 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.

/// This library contains code pulled from dart:io that is not platform specific.
library;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2019 The Chromium Authors. All rights reserved.
// Copyright 2019 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.

import 'dart:async';
import 'dart:convert';
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_app/lib/src/shared/http/http_service.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2020 The Chromium Authors. All rights reserved.
// Copyright 2020 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.

import 'dart:async';

Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_app/test/http/curl_command_test.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2022 The Chromium Authors. All rights reserved.
// Copyright 2022 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.

import 'dart:typed_data';

Expand Down

0 comments on commit 295dfad

Please sign in to comment.