Make sure all our .dart files have license headers (#44467)

This commit is contained in:
Ian Hickson
2019-11-08 16:53:21 -08:00
committed by GitHub
parent f4da9f72eb
commit 1ce4a4f36f
76 changed files with 172 additions and 55 deletions

View File

@@ -1,2 +1,6 @@
// Copyright 2014 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.
/// [Flutter platform integration APIs for Android.](https://docs.flutter.io/javadoc/)
library Android;

View File

@@ -1,2 +1,6 @@
// Copyright 2014 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.
/// [Flutter platform integration APIs for iOS.](https://docs.flutter.io/objcdoc/)
library iOS;