chore: update copyright header to Google LLC BSD format #86
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Health | |
| on: | |
| pull_request: | |
| branches: [ master ] | |
| types: [opened, synchronize, reopened, labeled, unlabeled] | |
| jobs: | |
| health: | |
| uses: dart-lang/ecosystem/.github/workflows/health.yaml@main | |
| with: | |
| sdk: stable | |
| # Drop coverage | |
| checks: "changelog,license,breaking,do-not-submit,leaking,unused-dependencies" | |
| license: | | |
| // Copyright %YEAR% Google LLC | |
| // | |
| // 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 | |
| license_test_string: "Google LLC" | |
| # GENERATED FILES | |
| ignore_license: 'generated/**,_test_package/**' | |
| # TOO BIG! | |
| ignore_changelog: 'generated/**' | |
| # TOO BIG! | |
| ignore_unuseddependencies: 'generated/**' | |
| permissions: | |
| pull-requests: write |