From dcec8dddcc3d354b2ce478f9683ea5563417b639 Mon Sep 17 00:00:00 2001 From: Ann Mossman <233583+mossmana@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:06:04 -0800 Subject: [PATCH] license update - batch 1 --- BETA_TESTING.md | 5 +++++ CODE_OF_CONDUCT.md | 5 +++++ CONTRIBUTING.md | 5 +++++ DOCUMENTATION.md | 5 +++++ README.md | 5 +++++ STYLE.md | 5 +++++ TESTING.md | 5 +++++ TRIAGE.md | 5 +++++ analysis_options.yaml | 3 +++ devtools_options.yaml | 3 +++ docs/README.md | 5 +++++ pubspec.yaml | 3 +++ 12 files changed, 54 insertions(+) diff --git a/BETA_TESTING.md b/BETA_TESTING.md index a60344ce69c..4c31d90e3d1 100644 --- a/BETA_TESTING.md +++ b/BETA_TESTING.md @@ -1,3 +1,8 @@ + # Build DevTools This page describes the fastest way to build DevTools with the goal to use it. Do not mix this setup with development environment. If you want to make code changes, follow [contributing guidance](https://github.com/flutter/devtools/blob/master/CONTRIBUTING.md). diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d50aef91c87..755422ade83 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,8 @@ + # Code of conduct When contributing code to the `devtools` project, please observe diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a40e56a606..7cfda95d628 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,8 @@ + # Contributing to DevTools ![GitHub contributors](https://img.shields.io/github/contributors/flutter/devtools.svg) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 0dadcd687ea..c98f846f805 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1,3 +1,8 @@ + ## DevTools Documentation - How To Guide The documentation for Dart & Flutter DevTools lives on [flutter.dev](https://docs.flutter.dev/tools/devtools). diff --git a/README.md b/README.md index b2e4db91153..299fada89c1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + # Dart & Flutter DevTools [![Build Status](https://github.com/flutter/devtools/workflows/devtools/badge.svg)](https://github.com/flutter/devtools/actions) diff --git a/STYLE.md b/STYLE.md index 3c54b8243cc..878461888fb 100644 --- a/STYLE.md +++ b/STYLE.md @@ -1,3 +1,8 @@ + # DevTools style guide We fully follow [Effective Dart](https://dart.dev/effective-dart) diff --git a/TESTING.md b/TESTING.md index 1d61b985699..a1b4b24b2d3 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,3 +1,8 @@ + # Testing for DevTools DevTools is test covered by multiple types of tests, all of which are run on the CI for each DevTools PR / commit: diff --git a/TRIAGE.md b/TRIAGE.md index 910e65afccd..532b97eabdb 100644 --- a/TRIAGE.md +++ b/TRIAGE.md @@ -1,3 +1,8 @@ + # Triage ## The Process diff --git a/analysis_options.yaml b/analysis_options.yaml index 40a61d23190..d02affc44bf 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -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: package:flutter_lints/flutter.yaml analyzer: diff --git a/devtools_options.yaml b/devtools_options.yaml index 2bc8e05fd20..73cb68f7d99 100644 --- a/devtools_options.yaml +++ b/devtools_options.yaml @@ -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. description: This file stores settings for Dart & Flutter DevTools. documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states extensions: diff --git a/docs/README.md b/docs/README.md index 27b41d627a2..eea905cdc31 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,8 @@ + ## Home This wiki is primarily aimed at engineers building or making contributions to DevTools. diff --git a/pubspec.yaml b/pubspec.yaml index cef5b3b9205..5ad4f638825 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 environment: sdk: ^3.6.0