Skip to content

Commit

Permalink
license update - batch 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmana committed Jan 9, 2025
1 parent 8762b31 commit 2e6c25c
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/devtools_app/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
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.
-->
## What is this?

This is a companion repo to the main Flutter repo. It contains the source code
Expand Down
3 changes: 3 additions & 0 deletions packages/devtools_app/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,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.
include: ../../analysis_options.yaml

analyzer:
Expand Down
3 changes: 3 additions & 0 deletions packages/devtools_app/dart_test.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# 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.
retry: 3
3 changes: 3 additions & 0 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,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.
name: devtools_app
description: Web-based performance tooling for Dart and Flutter.
publish_to: none
Expand Down
5 changes: 5 additions & 0 deletions packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
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.
-->
This is draft for future release notes, that are going to land on
[the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes).

Expand Down
5 changes: 5 additions & 0 deletions packages/devtools_app/release_notes/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
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.
-->
## Updating NEXT_RELEASE_NOTES.md

When you add a user-facing change to DevTools,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
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.
-->
This is draft for future release notes, that are going to land on
[the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes).

Expand Down
5 changes: 5 additions & 0 deletions packages/devtools_app/test/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
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.
-->
DevTools tests are grouped by their respective screen (if applicable). If a test is for feature that does not belong to
a single screen, it should be placed inside `test/shared/`.

Expand Down
Original file line number Diff line number Diff line change
@@ -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 'package:flutter_test/flutter_test.dart';

Expand Down

0 comments on commit 2e6c25c

Please sign in to comment.