| # 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. |
| --- |
| remove_licenses: |
| #0 |
| - |- |
| // Copyright <value> 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. |
| #1 |
| - |- |
| /** |
| Copyright <value> 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. |
| **/ |
| #2 |
| - |- |
| #!/bin/bash |
| # |
| # Copyright <value> 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. |
| #3 |
| - |- |
| <!-- |
| Copyright <value> 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. |
| --> |
| #4 |
| - |- |
| REM Copyright <value> The Chromium Authors. All rights reserved. |
| REM Use of this source code is governed by a BSD-style license that can be |
| REM found in the LICENSE file. |
| #5 |
| - |- |
| // Copyright <value> 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 |
| #6 |
| - |- |
| // Copyright <value> 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. |
| add_licenses: |
| #0 |
| - |- |
| // Copyright <value> 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. |
| #1 |
| - |- |
| /** |
| Copyright <value> 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. |
| **/ |
| #2 |
| - |- |
| #!/bin/bash |
| # |
| # Copyright <value> 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. |
| #3 |
| - |- |
| <!-- |
| Copyright <value> 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. |
| --> |
| #4 |
| - |- |
| REM Copyright <value> The Flutter Authors |
| REM Use of this source code is governed by a BSD-style license that can be |
| REM found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. |
| update_paths: |
| include: |
| - /Users/mossman/Development/devtools |
| exclude: |
| - /Users/mossman/Development/devtools/third_party |
| - /Users/mossman/Development/devtools/packages/devtools_app/build |
| - /Users/mossman/Development/devtools/tool/flutter-sdk |
| - /Users/mossman/Development/devtools/.github |
| - /Users/mossman/Development/devtools/.vscode |
| - /Users/mossman/Development/devtools/packages/devtools_app/lib/src/shared/http/_http_date.dart |
| - /Users/mossman/Development/devtools/packages/devtools_app/lib/src/shared/http/_http_exception.dart |
| file_types: |
| bat: |
| remove: |
| - 4 |
| add: 4 |
| cc: |
| remove: |
| - 0 |
| - 1 |
| add: 0 |
| cpp: |
| remove: |
| - 0 |
| - 1 |
| add: 0 |
| css: |
| remove: |
| - 1 |
| add: 1 |
| dart: |
| remove: |
| - 0 |
| - 1 |
| - 5 |
| - 6 |
| add: 0 |
| gradle: |
| remove: |
| - 0 |
| - 1 |
| add: 0 |
| h: |
| remove: |
| - 0 |
| - 1 |
| add: 0 |
| html: |
| remove: |
| - 3 |
| add: 3 |
| java: |
| remove: |
| - 0 |
| - 1 |
| add: 0 |
| md: |
| remove: |
| - 3 |
| add: 3 |
| sh: |
| remove: |
| - 2 |
| add: 2 |
| swift: |
| remove: |
| - 0 |
| - 1 |
| add: 0 |
| xml: |
| remove: |
| - 3 |
| add: 3 |
| yaml: |
| remove: |
| - 2 |
| add: 2 |
| yml: |
| remove: |
| - 2 |
| add: 2 |