Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4832a85
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8169973
Choose a head ref
  • 1 commit
  • 366 files changed
  • 1 contributor

Commits on Mar 16, 2021

  1. Add missing licenses, and add a check (#3720)

    Adds a new CI check that all code files have a copyright+license block (and that it's one we are expecting to see).
    
    Fixes the ~350 files (!) that did not have them. This includes all of the files in the .../example/ directories, following the example of flutter/flutter. (This does mean some manual intervention will be needed when generating new example directories in the future, but it's one-time per example.)
    
    Also standardized some variants that used different line breaks than most of the rest of the repo (likely added since I standardized them all a while ago, but didn't add a check for at the time to enforce going forward), to simplify the checks.
    
    Fixes flutter/flutter#77114
    stuartmorgan-g authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8169973 View commit details
    Browse the repository at this point in the history
Loading