From 2f81c83195def037753f00413dd54ab46dc080ce Mon Sep 17 00:00:00 2001 From: Andrew Brogdon Date: Thu, 9 May 2019 10:11:26 -0700 Subject: [PATCH] headers --- lib/adaptive_widgets.dart | 4 ++++ lib/data/models.dart | 4 ++++ lib/main.dart | 4 ++++ lib/widgets.dart | 4 +++- test/widget_test.dart | 9 +++------ 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/lib/adaptive_widgets.dart b/lib/adaptive_widgets.dart index abf803b..e0739b3 100644 --- a/lib/adaptive_widgets.dart +++ b/lib/adaptive_widgets.dart @@ -1,3 +1,7 @@ +// Copyright 2019 The Flutter Team. 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:ui'; import 'package:flutter/cupertino.dart'; diff --git a/lib/data/models.dart b/lib/data/models.dart index 0a5548a..eb0e03d 100644 --- a/lib/data/models.dart +++ b/lib/data/models.dart @@ -1,3 +1,7 @@ +// Copyright 2018 The Flutter Team. 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:convert'; import 'dart:io'; diff --git a/lib/main.dart b/lib/main.dart index 2ea7b28..184db71 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -1,3 +1,7 @@ +// Copyright 2019 The Flutter Team. 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:flutter/cupertino.dart'; import 'package:flutter/foundation.dart' as foundation; import 'package:flutter/material.dart'; diff --git a/lib/widgets.dart b/lib/widgets.dart index 36405a8..31a01b9 100644 --- a/lib/widgets.dart +++ b/lib/widgets.dart @@ -1,4 +1,6 @@ -import 'dart:ui' show ImageFilter; +// Copyright 2019 The Flutter Team. 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:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; diff --git a/test/widget_test.dart b/test/widget_test.dart index e48aad2..29899cd 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -1,9 +1,6 @@ -// This is a basic Flutter widget test. -// -// To perform an interaction with a widget in your test, use the WidgetTester -// utility that Flutter provides. For example, you can send tap and scroll -// gestures. You can also use WidgetTester to find child widgets in the widget -// tree, read text, and verify that the values of widget properties are correct. +// Copyright 2019 The Flutter Team. 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:flutter_test/flutter_test.dart';