diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d03542a1eac..dd3190e9d7d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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. name: devtools diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index 345376f4ff5..ff2e487527a 100644 --- a/.github/workflows/flutter-prep.yaml +++ b/.github/workflows/flutter-prep.yaml @@ -1,6 +1,6 @@ -# Copyright 2023 The Chromium Authors. All rights reserved. +# Copyright 2023 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. name: Flutter SDK prep diff --git a/packages/devtools_app/benchmark/scripts/utils.dart b/packages/devtools_app/benchmark/scripts/utils.dart index 4f4c9d9581c..5e015fe4b34 100644 --- a/packages/devtools_app/benchmark/scripts/utils.dart +++ b/packages/devtools_app/benchmark/scripts/utils.dart @@ -1,6 +1,6 @@ -// Copyright 2023 The Chromium Authors. All rights reserved. +// Copyright 2023 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:io'; diff --git a/packages/devtools_app/lib/src/screens/network/constants.dart b/packages/devtools_app/lib/src/screens/network/constants.dart index d09b0e7a749..b12334fac8b 100644 --- a/packages/devtools_app/lib/src/screens/network/constants.dart +++ b/packages/devtools_app/lib/src/screens/network/constants.dart @@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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. enum NetworkEventKeys { log, diff --git a/packages/devtools_app/lib/src/screens/network/har_builder.dart b/packages/devtools_app/lib/src/screens/network/har_builder.dart index b715fc83187..44c44c37d59 100644 --- a/packages/devtools_app/lib/src/screens/network/har_builder.dart +++ b/packages/devtools_app/lib/src/screens/network/har_builder.dart @@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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 '../../shared/http/http_request_data.dart'; import '../../shared/utils/utils.dart'; diff --git a/packages/devtools_app/lib/src/screens/network/har_data_entry.dart b/packages/devtools_app/lib/src/screens/network/har_data_entry.dart index 0318c7f7783..2a2ba7d4d69 100644 --- a/packages/devtools_app/lib/src/screens/network/har_data_entry.dart +++ b/packages/devtools_app/lib/src/screens/network/har_data_entry.dart @@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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:convert'; diff --git a/packages/devtools_app/lib/src/screens/network/har_network_data.dart b/packages/devtools_app/lib/src/screens/network/har_network_data.dart index 5b81bb0d02f..11fd93c0e1d 100644 --- a/packages/devtools_app/lib/src/screens/network/har_network_data.dart +++ b/packages/devtools_app/lib/src/screens/network/har_network_data.dart @@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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 'package:devtools_shared/devtools_shared.dart'; import '../../shared/http/http_request_data.dart'; diff --git a/packages/devtools_app/lib/src/screens/network/network_controller.dart b/packages/devtools_app/lib/src/screens/network/network_controller.dart index b8c3e4436ba..c89fd1b66da 100644 --- a/packages/devtools_app/lib/src/screens/network/network_controller.dart +++ b/packages/devtools_app/lib/src/screens/network/network_controller.dart @@ -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'; diff --git a/packages/devtools_app/lib/src/screens/network/network_model.dart b/packages/devtools_app/lib/src/screens/network/network_model.dart index 303719b761e..d967a4588c2 100644 --- a/packages/devtools_app/lib/src/screens/network/network_model.dart +++ b/packages/devtools_app/lib/src/screens/network/network_model.dart @@ -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 'package:devtools_shared/devtools_shared.dart'; import 'package:flutter/material.dart'; diff --git a/packages/devtools_app/lib/src/screens/network/network_request_inspector.dart b/packages/devtools_app/lib/src/screens/network/network_request_inspector.dart index e373f09ced8..0e174a226a4 100644 --- a/packages/devtools_app/lib/src/screens/network/network_request_inspector.dart +++ b/packages/devtools_app/lib/src/screens/network/network_request_inspector.dart @@ -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 'package:devtools_app_shared/ui.dart'; import 'package:flutter/material.dart'; diff --git a/packages/devtools_app/lib/src/screens/network/network_request_inspector_views.dart b/packages/devtools_app/lib/src/screens/network/network_request_inspector_views.dart index 363fb8986a3..20bc201e231 100644 --- a/packages/devtools_app/lib/src/screens/network/network_request_inspector_views.dart +++ b/packages/devtools_app/lib/src/screens/network/network_request_inspector_views.dart @@ -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:convert'; diff --git a/packages/devtools_app/lib/src/screens/network/network_screen.dart b/packages/devtools_app/lib/src/screens/network/network_screen.dart index 3a7fe814f1b..f9b38850e9a 100644 --- a/packages/devtools_app/lib/src/screens/network/network_screen.dart +++ b/packages/devtools_app/lib/src/screens/network/network_screen.dart @@ -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'; diff --git a/packages/devtools_app/lib/src/screens/network/network_service.dart b/packages/devtools_app/lib/src/screens/network/network_service.dart index d72c6d19d6e..4368d11faaf 100644 --- a/packages/devtools_app/lib/src/screens/network/network_service.dart +++ b/packages/devtools_app/lib/src/screens/network/network_service.dart @@ -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 'package:vm_service/vm_service.dart'; diff --git a/packages/devtools_app/lib/src/screens/network/offline_network_data.dart b/packages/devtools_app/lib/src/screens/network/offline_network_data.dart index bde196cb1f0..63c34bb3a94 100644 --- a/packages/devtools_app/lib/src/screens/network/offline_network_data.dart +++ b/packages/devtools_app/lib/src/screens/network/offline_network_data.dart @@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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 'package:devtools_shared/devtools_shared.dart'; diff --git a/packages/devtools_app/lib/src/screens/network/utils/http_utils.dart b/packages/devtools_app/lib/src/screens/network/utils/http_utils.dart index e6e564941d2..4225665af94 100644 --- a/packages/devtools_app/lib/src/screens/network/utils/http_utils.dart +++ b/packages/devtools_app/lib/src/screens/network/utils/http_utils.dart @@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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:convert'; diff --git a/packages/devtools_app/lib/src/shared/http/constants.dart b/packages/devtools_app/lib/src/shared/http/constants.dart index 6f5852b46ac..abc7c09b687 100644 --- a/packages/devtools_app/lib/src/shared/http/constants.dart +++ b/packages/devtools_app/lib/src/shared/http/constants.dart @@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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. enum HttpRequestDataKeys { connectionInfo, diff --git a/packages/devtools_app/test/integration_test_infra/in_file_args_test.dart b/packages/devtools_app/test/integration_test_infra/in_file_args_test.dart index 0602e100ca2..36452fd344b 100644 --- a/packages/devtools_app/test/integration_test_infra/in_file_args_test.dart +++ b/packages/devtools_app/test/integration_test_infra/in_file_args_test.dart @@ -31,9 +31,9 @@ void main() { const testAppPath = 'test/test_infra/fixtures/memory_app'; final args = TestFileArgs.fromFileContent(''' -// Copyright 2023 The Chromium Authors. All rights reserved. +// Copyright 2023 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. // Do not delete these arguments. They are parsed by test runner. //test-argument:appPath="$testAppPath" diff --git a/packages/devtools_app/test/screens/network/har_network_test.dart b/packages/devtools_app/test/screens/network/har_network_test.dart index 849ab884539..98a8a7883a7 100644 --- a/packages/devtools_app/test/screens/network/har_network_test.dart +++ b/packages/devtools_app/test/screens/network/har_network_test.dart @@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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:convert'; import 'dart:io'; diff --git a/packages/devtools_app/test/screens/network/network_controller_test.dart b/packages/devtools_app/test/screens/network/network_controller_test.dart index 3ccd6aa03df..256df4407ea 100644 --- a/packages/devtools_app/test/screens/network/network_controller_test.dart +++ b/packages/devtools_app/test/screens/network/network_controller_test.dart @@ -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. @TestOn('vm') library; diff --git a/packages/devtools_app/test/screens/network/network_model_test.dart b/packages/devtools_app/test/screens/network/network_model_test.dart index 803ab33e2c0..8b1459e7a80 100644 --- a/packages/devtools_app/test/screens/network/network_model_test.dart +++ b/packages/devtools_app/test/screens/network/network_model_test.dart @@ -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:convert'; diff --git a/packages/devtools_app/test/screens/network/network_profiler_test.dart b/packages/devtools_app/test/screens/network/network_profiler_test.dart index b31d24fabc8..c3f640c081a 100644 --- a/packages/devtools_app/test/screens/network/network_profiler_test.dart +++ b/packages/devtools_app/test/screens/network/network_profiler_test.dart @@ -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. @TestOn('vm') library; diff --git a/packages/devtools_app/test/screens/network/network_request_inspector_test.dart b/packages/devtools_app/test/screens/network/network_request_inspector_test.dart index b8ad213926d..b2dbeca9165 100644 --- a/packages/devtools_app/test/screens/network/network_request_inspector_test.dart +++ b/packages/devtools_app/test/screens/network/network_request_inspector_test.dart @@ -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:convert'; diff --git a/packages/devtools_app/test/screens/network/network_screen_test.dart b/packages/devtools_app/test/screens/network/network_screen_test.dart index 65de45e9f78..1879f9c47f1 100644 --- a/packages/devtools_app/test/screens/network/network_screen_test.dart +++ b/packages/devtools_app/test/screens/network/network_screen_test.dart @@ -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 'package:devtools_app/devtools_app.dart'; import 'package:devtools_app_shared/ui.dart'; diff --git a/packages/devtools_app/test/screens/network/network_table_test.dart b/packages/devtools_app/test/screens/network/network_table_test.dart index f473b9abf1c..7f37e5621cd 100644 --- a/packages/devtools_app/test/screens/network/network_table_test.dart +++ b/packages/devtools_app/test/screens/network/network_table_test.dart @@ -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. @TestOn('vm') library; diff --git a/packages/devtools_app/test/screens/network/offline_data_test.dart b/packages/devtools_app/test/screens/network/offline_data_test.dart index 88595ff83c6..8069682b3a6 100644 --- a/packages/devtools_app/test/screens/network/offline_data_test.dart +++ b/packages/devtools_app/test/screens/network/offline_data_test.dart @@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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:convert'; import 'dart:io'; diff --git a/packages/devtools_app/test/screens/network/utils/network_test_utils.dart b/packages/devtools_app/test/screens/network/utils/network_test_utils.dart index b286f469a29..0d9506c787e 100644 --- a/packages/devtools_app/test/screens/network/utils/network_test_utils.dart +++ b/packages/devtools_app/test/screens/network/utils/network_test_utils.dart @@ -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 'package:vm_service/vm_service.dart'; diff --git a/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_dark.css b/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_dark.css index 520f513c94d..450be78d76b 100644 --- a/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_dark.css +++ b/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_dark.css @@ -1,7 +1,7 @@ /** -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 "devtools_shared.css"; diff --git a/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_light.css b/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_light.css index 59cd018ce16..895a26d6a9a 100644 --- a/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_light.css +++ b/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_light.css @@ -1,7 +1,7 @@ /** -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 "devtools_shared.css"; diff --git a/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_shared.css b/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_shared.css index d9aa9f00f00..11ebc80b5b9 100644 --- a/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_shared.css +++ b/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_shared.css @@ -1,7 +1,7 @@ /** -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. **/ :root { diff --git a/third_party/packages/widget_icons/example/lib/main.dart b/third_party/packages/widget_icons/example/lib/main.dart index d9a0d9142c6..cc9c60e4f0c 100644 --- a/third_party/packages/widget_icons/example/lib/main.dart +++ b/third_party/packages/widget_icons/example/lib/main.dart @@ -1,6 +1,6 @@ -// Copyright 2021 The Chromium Authors. All rights reserved. +// Copyright 2021 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 'package:flutter/material.dart'; import 'package:widget_icons/widget_icons.dart'; diff --git a/third_party/packages/widget_icons/lib/widget_icons.dart b/third_party/packages/widget_icons/lib/widget_icons.dart index f3f6305c934..71cbfc8b505 100644 --- a/third_party/packages/widget_icons/lib/widget_icons.dart +++ b/third_party/packages/widget_icons/lib/widget_icons.dart @@ -1,6 +1,6 @@ -// Copyright 2021 The Chromium Authors. All rights reserved. +// Copyright 2021 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. // ignore_for_file: constant_identifier_names diff --git a/third_party/packages/widget_icons/lib/widget_theme.dart b/third_party/packages/widget_icons/lib/widget_theme.dart index 3d26ae6b2e7..6980e7321b0 100644 --- a/third_party/packages/widget_icons/lib/widget_theme.dart +++ b/third_party/packages/widget_icons/lib/widget_theme.dart @@ -1,6 +1,6 @@ -// Copyright 2021 The Chromium Authors. All rights reserved. +// Copyright 2021 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 'package:flutter/material.dart'; import 'package:widget_icons/widget_icons.dart'; diff --git a/third_party/packages/widget_icons/test/widget_theme_test.dart b/third_party/packages/widget_icons/test/widget_theme_test.dart index ec957540a97..1e35ae57409 100644 --- a/third_party/packages/widget_icons/test/widget_theme_test.dart +++ b/third_party/packages/widget_icons/test/widget_theme_test.dart @@ -1,6 +1,6 @@ -// Copyright 2021 The Chromium Authors. All rights reserved. +// Copyright 2021 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 'package:flutter_test/flutter_test.dart'; import 'package:widget_icons/widget_icons.dart'; diff --git a/tool/json_to_map.dart b/tool/json_to_map.dart index b0a98069543..dffb32204c0 100644 --- a/tool/json_to_map.dart +++ b/tool/json_to_map.dart @@ -49,9 +49,9 @@ void main(List args) { File('$jsonFileDirectoryPath/$fileNameWithoutExtension.dart') ..createSync() ..writeAsStringSync(''' -// Copyright 2023 The Chromium Authors. All rights reserved. +// Copyright 2023 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. // ignore_for_file: prefer_single_quotes // ignore_for_file: prefer-trailing-comma