Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License update - Batch 17 #8695

Merged
merged 3 commits into from
Jan 14, 2025
Merged

License update - Batch 17 #8695

merged 3 commits into from
Jan 14, 2025

Conversation

mossmana
Copy link
Contributor

Updates the license headers for:

  1. packages/devtools_app/lib/src/screens/inspector/inspector_breadcrumbs.dart
  2. packages/devtools_app/lib/src/screens/inspector/inspector_controller.dart
  3. packages/devtools_app/lib/src/screens/inspector/inspector_data_models.dart
  4. packages/devtools_app/lib/src/screens/inspector/inspector_screen_body.dart
  5. packages/devtools_app/lib/src/screens/inspector/inspector_screen_details_tab.dart
  6. packages/devtools_app/lib/src/screens/inspector/inspector_tree_controller.dart
  7. packages/devtools_app/lib/src/screens/inspector/layout_explorer/box/box.dart
  8. packages/devtools_app/lib/src/screens/inspector/layout_explorer/flex/flex.dart
  9. packages/devtools_app/lib/src/screens/inspector/layout_explorer/flex/utils.dart
  10. packages/devtools_app/lib/src/screens/inspector/layout_explorer/layout_explorer.dart
  11. packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/arrow.dart
  12. packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/dimension.dart
  13. packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/free_space.dart
  14. packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/layout_explorer_widget.dart
  15. packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/overflow_indicator_painter.dart
  16. packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/theme.dart
  17. packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/utils.dart
  18. packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/widget_constraints.dart
  19. packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/widgets_theme.dart
  20. packages/devtools_app/lib/src/screens/inspector_shared/inspector_controls.dart
  21. packages/devtools_app/lib/src/screens/inspector_shared/inspector_screen.dart
  22. packages/devtools_app/lib/src/screens/inspector_shared/inspector_screen_controller.dart
  23. packages/devtools_app/lib/src/screens/inspector_shared/inspector_settings_dialog.dart
  24. packages/devtools_app/test/screens/inspector/diagnostics_test.dart
  25. packages/devtools_app/test/screens/inspector/inspector_error_navigator_test.dart
  26. packages/devtools_app/test/screens/inspector/inspector_integration_test.dart
  27. packages/devtools_app/test/screens/inspector/inspector_screen_test.dart
  28. packages/devtools_app/test/screens/inspector/inspector_tree_test.dart
  29. packages/devtools_app/test/screens/inspector/layout_explorer/flex/arrow_test.dart
  30. packages/devtools_app/test/screens/inspector/layout_explorer/flex/flex_test.dart
  31. packages/devtools_app/test/screens/inspector/layout_explorer/inspector_data_models_test.dart
  32. packages/devtools_app/test/screens/inspector/layout_explorer/layout_explorer_serialization_delegate.dart
  33. packages/devtools_app/test/screens/inspector/layout_explorer/layout_explorer_test_utils.dart
  34. packages/devtools_app/test/screens/inspector/layout_explorer/widget_theme_test.dart
  35. packages/devtools_app/test/screens/inspector/utils/inspector_tree.dart

#8216

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read the [Flutter Style Guide] recently, and have followed its advice.
  • I signed the [CLA].
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or there is a reason for not adding tests.

build.yaml badge

@mossmana mossmana marked this pull request as ready for review January 13, 2025 18:30
@mossmana mossmana requested review from elliette and a team as code owners January 13, 2025 18:30
Comment on lines 1 to 6
// Copyright 2025 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
// Copyright 2022 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate header. please remove old one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"found" should be on the next line for the exact matching to work properly

Copy link
Member

@kenzieschmoll kenzieschmoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with one comment

@mossmana mossmana merged commit fdc5704 into flutter:master Jan 14, 2025
24 checks passed
@mossmana mossmana deleted the 8216-batch17 branch January 14, 2025 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants