diff --git a/packages/android_intent/example/android/app/src/main/java/io/flutter/plugins/androidintentexample/MainActivity.java b/packages/android_intent/example/android/app/src/main/java/io/flutter/plugins/androidintentexample/MainActivity.java index 81b27de6a29f..4af83acdf1cb 100644 --- a/packages/android_intent/example/android/app/src/main/java/io/flutter/plugins/androidintentexample/MainActivity.java +++ b/packages/android_intent/example/android/app/src/main/java/io/flutter/plugins/androidintentexample/MainActivity.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.androidintentexample; import android.os.Bundle; diff --git a/packages/android_intent/example/ios/Runner/AppDelegate.h b/packages/android_intent/example/ios/Runner/AppDelegate.h index 36e21bbf9cf4..d9e18e990f2e 100644 --- a/packages/android_intent/example/ios/Runner/AppDelegate.h +++ b/packages/android_intent/example/ios/Runner/AppDelegate.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import diff --git a/packages/android_intent/example/ios/Runner/AppDelegate.m b/packages/android_intent/example/ios/Runner/AppDelegate.m index 59a72e90be12..f08675707182 100644 --- a/packages/android_intent/example/ios/Runner/AppDelegate.m +++ b/packages/android_intent/example/ios/Runner/AppDelegate.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" diff --git a/packages/android_intent/example/ios/Runner/main.m b/packages/android_intent/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/android_intent/example/ios/Runner/main.m +++ b/packages/android_intent/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/android_intent/example/lib/main.dart b/packages/android_intent/example/lib/main.dart index 0c34223f9460..0edbb7aef5ae 100644 --- a/packages/android_intent/example/lib/main.dart +++ b/packages/android_intent/example/lib/main.dart @@ -1,3 +1,7 @@ +// Copyright 2017 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. + import 'package:android_intent/android_intent.dart'; import 'package:flutter/material.dart'; import 'package:platform/platform.dart'; diff --git a/packages/android_intent/ios/Classes/AndroidIntentPlugin.h b/packages/android_intent/ios/Classes/AndroidIntentPlugin.h index ec69c4fe1068..2401eb33d91c 100644 --- a/packages/android_intent/ios/Classes/AndroidIntentPlugin.h +++ b/packages/android_intent/ios/Classes/AndroidIntentPlugin.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import @interface AndroidIntentPlugin : NSObject diff --git a/packages/android_intent/ios/Classes/AndroidIntentPlugin.m b/packages/android_intent/ios/Classes/AndroidIntentPlugin.m index d2d7d226ea7e..44cea6a3f573 100644 --- a/packages/android_intent/ios/Classes/AndroidIntentPlugin.m +++ b/packages/android_intent/ios/Classes/AndroidIntentPlugin.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import "AndroidIntentPlugin.h" @implementation AndroidIntentPlugin diff --git a/packages/android_intent/lib/android_intent.dart b/packages/android_intent/lib/android_intent.dart index 57468f22c552..5c2da6ca8e12 100644 --- a/packages/android_intent/lib/android_intent.dart +++ b/packages/android_intent/lib/android_intent.dart @@ -1,3 +1,7 @@ +// Copyright 2017 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. + import 'dart:async'; import 'package:flutter/services.dart'; diff --git a/packages/battery/example/ios/Runner/main.m b/packages/battery/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/battery/example/ios/Runner/main.m +++ b/packages/battery/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/battery/lib/battery.dart b/packages/battery/lib/battery.dart index 0230311399ec..0692773418c4 100644 --- a/packages/battery/lib/battery.dart +++ b/packages/battery/lib/battery.dart @@ -1,3 +1,7 @@ +// Copyright 2017 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. + import 'dart:async'; import 'package:flutter/services.dart'; diff --git a/packages/firebase_analytics/example/android/app/src/main/java/io/flutter/firebaseanalyticsexample/MainActivity.java b/packages/firebase_analytics/example/android/app/src/main/java/io/flutter/firebaseanalyticsexample/MainActivity.java old mode 100755 new mode 100644 index 9c9c46bcabfd..82551cb6ed93 --- a/packages/firebase_analytics/example/android/app/src/main/java/io/flutter/firebaseanalyticsexample/MainActivity.java +++ b/packages/firebase_analytics/example/android/app/src/main/java/io/flutter/firebaseanalyticsexample/MainActivity.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.firebaseanalyticsexample; import android.os.Bundle; diff --git a/packages/firebase_analytics/example/ios/Runner/AppDelegate.h b/packages/firebase_analytics/example/ios/Runner/AppDelegate.h index 36e21bbf9cf4..d9e18e990f2e 100644 --- a/packages/firebase_analytics/example/ios/Runner/AppDelegate.h +++ b/packages/firebase_analytics/example/ios/Runner/AppDelegate.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import diff --git a/packages/firebase_analytics/example/ios/Runner/AppDelegate.m b/packages/firebase_analytics/example/ios/Runner/AppDelegate.m old mode 100755 new mode 100644 index 0e94ecd7e4e8..a4b51c88eb60 --- a/packages/firebase_analytics/example/ios/Runner/AppDelegate.m +++ b/packages/firebase_analytics/example/ios/Runner/AppDelegate.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" diff --git a/packages/firebase_analytics/example/ios/Runner/main.m b/packages/firebase_analytics/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/firebase_analytics/example/ios/Runner/main.m +++ b/packages/firebase_analytics/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/firebase_auth/example/android/app/src/main/java/io/flutter/plugins/firebaseauthexample/MainActivity.java b/packages/firebase_auth/example/android/app/src/main/java/io/flutter/plugins/firebaseauthexample/MainActivity.java old mode 100755 new mode 100644 index 0f2d8dcceb71..eafed31638e1 --- a/packages/firebase_auth/example/android/app/src/main/java/io/flutter/plugins/firebaseauthexample/MainActivity.java +++ b/packages/firebase_auth/example/android/app/src/main/java/io/flutter/plugins/firebaseauthexample/MainActivity.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.firebaseauthexample; import android.os.Bundle; diff --git a/packages/firebase_auth/example/ios/Runner/AppDelegate.h b/packages/firebase_auth/example/ios/Runner/AppDelegate.h index 36e21bbf9cf4..d9e18e990f2e 100644 --- a/packages/firebase_auth/example/ios/Runner/AppDelegate.h +++ b/packages/firebase_auth/example/ios/Runner/AppDelegate.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import diff --git a/packages/firebase_auth/example/ios/Runner/AppDelegate.m b/packages/firebase_auth/example/ios/Runner/AppDelegate.m index 0e94ecd7e4e8..a4b51c88eb60 100644 --- a/packages/firebase_auth/example/ios/Runner/AppDelegate.m +++ b/packages/firebase_auth/example/ios/Runner/AppDelegate.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" diff --git a/packages/firebase_auth/example/ios/Runner/main.m b/packages/firebase_auth/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/firebase_auth/example/ios/Runner/main.m +++ b/packages/firebase_auth/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.h b/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.h old mode 100755 new mode 100644 index 429a2015f6ac..bf0eac8f1f06 --- a/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.h +++ b/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import @interface FirebaseAuthPlugin : NSObject diff --git a/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m b/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m index d681ea8ed0b7..1acf0d0e2002 100644 --- a/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m +++ b/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import "FirebaseAuthPlugin.h" #import "Firebase/Firebase.h" diff --git a/packages/firebase_database/android/src/main/java/io/flutter/plugins/firebase/database/FirebaseDatabasePlugin.java b/packages/firebase_database/android/src/main/java/io/flutter/plugins/firebase/database/FirebaseDatabasePlugin.java old mode 100755 new mode 100644 index 6d6a372f442b..51f000c3f505 --- a/packages/firebase_database/android/src/main/java/io/flutter/plugins/firebase/database/FirebaseDatabasePlugin.java +++ b/packages/firebase_database/android/src/main/java/io/flutter/plugins/firebase/database/FirebaseDatabasePlugin.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.firebase.database; import android.util.SparseArray; diff --git a/packages/firebase_database/example/android/app/src/main/java/io/flutter/plugins/firebasedatabaseexample/MainActivity.java b/packages/firebase_database/example/android/app/src/main/java/io/flutter/plugins/firebasedatabaseexample/MainActivity.java old mode 100755 new mode 100644 index 6554657a40b0..0c58e26a5c1b --- a/packages/firebase_database/example/android/app/src/main/java/io/flutter/plugins/firebasedatabaseexample/MainActivity.java +++ b/packages/firebase_database/example/android/app/src/main/java/io/flutter/plugins/firebasedatabaseexample/MainActivity.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.firebasedatabaseexample; import android.os.Bundle; diff --git a/packages/firebase_database/example/ios/Runner/AppDelegate.h b/packages/firebase_database/example/ios/Runner/AppDelegate.h index 36e21bbf9cf4..d9e18e990f2e 100644 --- a/packages/firebase_database/example/ios/Runner/AppDelegate.h +++ b/packages/firebase_database/example/ios/Runner/AppDelegate.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import diff --git a/packages/firebase_database/example/ios/Runner/AppDelegate.m b/packages/firebase_database/example/ios/Runner/AppDelegate.m index 0e94ecd7e4e8..a4b51c88eb60 100644 --- a/packages/firebase_database/example/ios/Runner/AppDelegate.m +++ b/packages/firebase_database/example/ios/Runner/AppDelegate.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" diff --git a/packages/firebase_database/example/ios/Runner/main.m b/packages/firebase_database/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/firebase_database/example/ios/Runner/main.m +++ b/packages/firebase_database/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/firebase_database/ios/Classes/FirebaseDatabasePlugin.h b/packages/firebase_database/ios/Classes/FirebaseDatabasePlugin.h old mode 100755 new mode 100644 index 10c5c5cb2039..deff3a495152 --- a/packages/firebase_database/ios/Classes/FirebaseDatabasePlugin.h +++ b/packages/firebase_database/ios/Classes/FirebaseDatabasePlugin.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import @interface FirebaseDatabasePlugin : NSObject diff --git a/packages/firebase_database/ios/Classes/FirebaseDatabasePlugin.m b/packages/firebase_database/ios/Classes/FirebaseDatabasePlugin.m index bf4cbd9e8f5e..90406dc4c3d5 100644 --- a/packages/firebase_database/ios/Classes/FirebaseDatabasePlugin.m +++ b/packages/firebase_database/ios/Classes/FirebaseDatabasePlugin.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import "FirebaseDatabasePlugin.h" #import diff --git a/packages/firebase_messaging/example/ios/Runner/main.m b/packages/firebase_messaging/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/firebase_messaging/example/ios/Runner/main.m +++ b/packages/firebase_messaging/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/firebase_storage/example/android/app/src/main/java/io/flutter/plugins/firebasestorageexample/MainActivity.java b/packages/firebase_storage/example/android/app/src/main/java/io/flutter/plugins/firebasestorageexample/MainActivity.java old mode 100755 new mode 100644 index e286a77ce6c4..4fa7818db065 --- a/packages/firebase_storage/example/android/app/src/main/java/io/flutter/plugins/firebasestorageexample/MainActivity.java +++ b/packages/firebase_storage/example/android/app/src/main/java/io/flutter/plugins/firebasestorageexample/MainActivity.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.firebasestorageexample; import android.os.Bundle; diff --git a/packages/firebase_storage/example/ios/Runner/AppDelegate.h b/packages/firebase_storage/example/ios/Runner/AppDelegate.h index 36e21bbf9cf4..d9e18e990f2e 100644 --- a/packages/firebase_storage/example/ios/Runner/AppDelegate.h +++ b/packages/firebase_storage/example/ios/Runner/AppDelegate.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import diff --git a/packages/firebase_storage/example/ios/Runner/AppDelegate.m b/packages/firebase_storage/example/ios/Runner/AppDelegate.m index 0e94ecd7e4e8..a4b51c88eb60 100644 --- a/packages/firebase_storage/example/ios/Runner/AppDelegate.m +++ b/packages/firebase_storage/example/ios/Runner/AppDelegate.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" diff --git a/packages/firebase_storage/example/ios/Runner/main.m b/packages/firebase_storage/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/firebase_storage/example/ios/Runner/main.m +++ b/packages/firebase_storage/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/firebase_storage/example/lib/main.dart b/packages/firebase_storage/example/lib/main.dart index 14ad1a83e6ef..0dabf2dcb88a 100755 --- a/packages/firebase_storage/example/lib/main.dart +++ b/packages/firebase_storage/example/lib/main.dart @@ -1,3 +1,7 @@ +// Copyright 2017 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. + import 'dart:async'; import 'dart:io'; import 'dart:math'; diff --git a/packages/firebase_storage/ios/Classes/FirebaseStoragePlugin.h b/packages/firebase_storage/ios/Classes/FirebaseStoragePlugin.h old mode 100755 new mode 100644 index 7038def5afab..69e21ec3c96b --- a/packages/firebase_storage/ios/Classes/FirebaseStoragePlugin.h +++ b/packages/firebase_storage/ios/Classes/FirebaseStoragePlugin.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import @interface FirebaseStoragePlugin : NSObject diff --git a/packages/firebase_storage/ios/Classes/FirebaseStoragePlugin.m b/packages/firebase_storage/ios/Classes/FirebaseStoragePlugin.m index 1b3fdebb4800..2bb8af11cd24 100644 --- a/packages/firebase_storage/ios/Classes/FirebaseStoragePlugin.m +++ b/packages/firebase_storage/ios/Classes/FirebaseStoragePlugin.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import "FirebaseStoragePlugin.h" #import diff --git a/packages/firebase_storage/lib/firebase_storage.dart b/packages/firebase_storage/lib/firebase_storage.dart index 7242802cfdd4..6c23814d7ebb 100755 --- a/packages/firebase_storage/lib/firebase_storage.dart +++ b/packages/firebase_storage/lib/firebase_storage.dart @@ -1,3 +1,7 @@ +// Copyright 2017 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. + import 'dart:async'; import 'dart:io'; diff --git a/packages/google_sign_in/example/android/app/src/main/java/io/flutter/plugins/googlesigninexample/MainActivity.java b/packages/google_sign_in/example/android/app/src/main/java/io/flutter/plugins/googlesigninexample/MainActivity.java old mode 100755 new mode 100644 index ef75014d387f..026cec2b464c --- a/packages/google_sign_in/example/android/app/src/main/java/io/flutter/plugins/googlesigninexample/MainActivity.java +++ b/packages/google_sign_in/example/android/app/src/main/java/io/flutter/plugins/googlesigninexample/MainActivity.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.googlesigninexample; import android.os.Bundle; diff --git a/packages/google_sign_in/example/ios/Runner/AppDelegate.h b/packages/google_sign_in/example/ios/Runner/AppDelegate.h index 36e21bbf9cf4..d9e18e990f2e 100644 --- a/packages/google_sign_in/example/ios/Runner/AppDelegate.h +++ b/packages/google_sign_in/example/ios/Runner/AppDelegate.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import diff --git a/packages/google_sign_in/example/ios/Runner/AppDelegate.m b/packages/google_sign_in/example/ios/Runner/AppDelegate.m old mode 100755 new mode 100644 index 5e664cf3faa5..f38793df8d4f --- a/packages/google_sign_in/example/ios/Runner/AppDelegate.m +++ b/packages/google_sign_in/example/ios/Runner/AppDelegate.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" diff --git a/packages/google_sign_in/example/ios/Runner/main.m b/packages/google_sign_in/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/google_sign_in/example/ios/Runner/main.m +++ b/packages/google_sign_in/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/google_sign_in/example/lib/main.dart b/packages/google_sign_in/example/lib/main.dart index e9dd3cb30f1f..492a040d60f3 100755 --- a/packages/google_sign_in/example/lib/main.dart +++ b/packages/google_sign_in/example/lib/main.dart @@ -1,3 +1,7 @@ +// Copyright 2017 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. + import 'dart:async'; import 'dart:convert' show JSON; diff --git a/packages/image_picker/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerPlugin.java b/packages/image_picker/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerPlugin.java old mode 100755 new mode 100644 index 97cb4a099a1b..986a9c054f4d --- a/packages/image_picker/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerPlugin.java +++ b/packages/image_picker/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerPlugin.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.imagepicker; import android.app.Activity; diff --git a/packages/image_picker/example/android/app/src/main/java/io/flutter/plugins/imagepickerexample/MainActivity.java b/packages/image_picker/example/android/app/src/main/java/io/flutter/plugins/imagepickerexample/MainActivity.java old mode 100755 new mode 100644 index 6137e0f5c181..4690ebce064a --- a/packages/image_picker/example/android/app/src/main/java/io/flutter/plugins/imagepickerexample/MainActivity.java +++ b/packages/image_picker/example/android/app/src/main/java/io/flutter/plugins/imagepickerexample/MainActivity.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.imagepickerexample; import android.os.Bundle; diff --git a/packages/image_picker/example/ios/Runner/AppDelegate.h b/packages/image_picker/example/ios/Runner/AppDelegate.h index 36e21bbf9cf4..d9e18e990f2e 100644 --- a/packages/image_picker/example/ios/Runner/AppDelegate.h +++ b/packages/image_picker/example/ios/Runner/AppDelegate.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import diff --git a/packages/image_picker/example/ios/Runner/AppDelegate.m b/packages/image_picker/example/ios/Runner/AppDelegate.m index 0e94ecd7e4e8..a4b51c88eb60 100644 --- a/packages/image_picker/example/ios/Runner/AppDelegate.m +++ b/packages/image_picker/example/ios/Runner/AppDelegate.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" diff --git a/packages/image_picker/example/ios/Runner/main.m b/packages/image_picker/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/image_picker/example/ios/Runner/main.m +++ b/packages/image_picker/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/image_picker/example/lib/main.dart b/packages/image_picker/example/lib/main.dart index 8bab3b010ae8..509f241b2cd6 100755 --- a/packages/image_picker/example/lib/main.dart +++ b/packages/image_picker/example/lib/main.dart @@ -1,3 +1,7 @@ +// Copyright 2017 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. + import 'dart:io'; import 'dart:async'; diff --git a/packages/image_picker/ios/Classes/ImagePickerPlugin.h b/packages/image_picker/ios/Classes/ImagePickerPlugin.h old mode 100755 new mode 100644 index 9878e2f5e1bc..c0554d956a2d --- a/packages/image_picker/ios/Classes/ImagePickerPlugin.h +++ b/packages/image_picker/ios/Classes/ImagePickerPlugin.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import @interface ImagePickerPlugin : NSObject diff --git a/packages/image_picker/ios/Classes/ImagePickerPlugin.m b/packages/image_picker/ios/Classes/ImagePickerPlugin.m index fb4100ff5f59..a8b0097bd4db 100644 --- a/packages/image_picker/ios/Classes/ImagePickerPlugin.m +++ b/packages/image_picker/ios/Classes/ImagePickerPlugin.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + @import UIKit; #import "ImagePickerPlugin.h" diff --git a/packages/image_picker/lib/image_picker.dart b/packages/image_picker/lib/image_picker.dart index 90ebb8d90f3d..5ad1ad0bd8c3 100755 --- a/packages/image_picker/lib/image_picker.dart +++ b/packages/image_picker/lib/image_picker.dart @@ -1,3 +1,7 @@ +// Copyright 2017 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. + import 'dart:async'; import 'dart:io'; diff --git a/packages/path_provider/example/android/app/src/main/java/io/flutter/plugins/pathproviderexample/MainActivity.java b/packages/path_provider/example/android/app/src/main/java/io/flutter/plugins/pathproviderexample/MainActivity.java index 9a6f9f14d455..9bd248e435b4 100644 --- a/packages/path_provider/example/android/app/src/main/java/io/flutter/plugins/pathproviderexample/MainActivity.java +++ b/packages/path_provider/example/android/app/src/main/java/io/flutter/plugins/pathproviderexample/MainActivity.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.pathproviderexample; import android.os.Bundle; diff --git a/packages/path_provider/example/ios/Runner/AppDelegate.h b/packages/path_provider/example/ios/Runner/AppDelegate.h index 36e21bbf9cf4..d9e18e990f2e 100644 --- a/packages/path_provider/example/ios/Runner/AppDelegate.h +++ b/packages/path_provider/example/ios/Runner/AppDelegate.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import diff --git a/packages/path_provider/example/ios/Runner/AppDelegate.m b/packages/path_provider/example/ios/Runner/AppDelegate.m index 0e94ecd7e4e8..a4b51c88eb60 100644 --- a/packages/path_provider/example/ios/Runner/AppDelegate.m +++ b/packages/path_provider/example/ios/Runner/AppDelegate.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" diff --git a/packages/path_provider/example/ios/Runner/main.m b/packages/path_provider/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/path_provider/example/ios/Runner/main.m +++ b/packages/path_provider/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/shared_preferences/example/android/app/src/main/java/io/flutter/plugins/sharedpreferencesexample/MainActivity.java b/packages/shared_preferences/example/android/app/src/main/java/io/flutter/plugins/sharedpreferencesexample/MainActivity.java index 36585a8a9c57..2411f387ebca 100644 --- a/packages/shared_preferences/example/android/app/src/main/java/io/flutter/plugins/sharedpreferencesexample/MainActivity.java +++ b/packages/shared_preferences/example/android/app/src/main/java/io/flutter/plugins/sharedpreferencesexample/MainActivity.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.sharedpreferencesexample; import android.os.Bundle; diff --git a/packages/shared_preferences/example/ios/Runner/AppDelegate.h b/packages/shared_preferences/example/ios/Runner/AppDelegate.h index 36e21bbf9cf4..d9e18e990f2e 100644 --- a/packages/shared_preferences/example/ios/Runner/AppDelegate.h +++ b/packages/shared_preferences/example/ios/Runner/AppDelegate.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import diff --git a/packages/shared_preferences/example/ios/Runner/main.m b/packages/shared_preferences/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/shared_preferences/example/ios/Runner/main.m +++ b/packages/shared_preferences/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h" diff --git a/packages/shared_preferences/ios/Classes/SharedPreferencesPlugin.h b/packages/shared_preferences/ios/Classes/SharedPreferencesPlugin.h index 88962427e1ab..f4c6d1d5f8fb 100644 --- a/packages/shared_preferences/ios/Classes/SharedPreferencesPlugin.h +++ b/packages/shared_preferences/ios/Classes/SharedPreferencesPlugin.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import @interface SharedPreferencesPlugin : NSObject diff --git a/packages/url_launcher/example/android/app/src/main/java/io/flutter/plugins/urllauncherexample/MainActivity.java b/packages/url_launcher/example/android/app/src/main/java/io/flutter/plugins/urllauncherexample/MainActivity.java index 049f66dccd9b..87478bfa27df 100644 --- a/packages/url_launcher/example/android/app/src/main/java/io/flutter/plugins/urllauncherexample/MainActivity.java +++ b/packages/url_launcher/example/android/app/src/main/java/io/flutter/plugins/urllauncherexample/MainActivity.java @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package io.flutter.plugins.urllauncherexample; import android.os.Bundle; diff --git a/packages/url_launcher/example/ios/Runner/AppDelegate.h b/packages/url_launcher/example/ios/Runner/AppDelegate.h index 36e21bbf9cf4..d9e18e990f2e 100644 --- a/packages/url_launcher/example/ios/Runner/AppDelegate.h +++ b/packages/url_launcher/example/ios/Runner/AppDelegate.h @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import diff --git a/packages/url_launcher/example/ios/Runner/AppDelegate.m b/packages/url_launcher/example/ios/Runner/AppDelegate.m index 1e6ed92275fc..9cf1c7796c6a 100644 --- a/packages/url_launcher/example/ios/Runner/AppDelegate.m +++ b/packages/url_launcher/example/ios/Runner/AppDelegate.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" diff --git a/packages/url_launcher/example/ios/Runner/main.m b/packages/url_launcher/example/ios/Runner/main.m index dff6597e4513..bec320c0bee0 100644 --- a/packages/url_launcher/example/ios/Runner/main.m +++ b/packages/url_launcher/example/ios/Runner/main.m @@ -1,3 +1,7 @@ +// Copyright 2017 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. + #import #import #import "AppDelegate.h"