Make sure all our .dart files have license headers (#44467)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user