Skip to content

Commit

Permalink
Add missing copyright notices.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorgan committed Apr 1, 2019
1 parent c59dd5c commit 207413e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmark/bin/main.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2019, Google Inc. Please see the AUTHORS file for details.
// 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:benchmark/benchmark.dart';

Future<void> main() async {
Expand Down
4 changes: 4 additions & 0 deletions benchmark/lib/benchmark.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2019, Google Inc. Please see the AUTHORS file for details.
// 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:built_collection/built_collection.dart';

class BuiltCollectionBenchmark {
Expand Down
4 changes: 4 additions & 0 deletions benchmark/web/main.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2019, Google Inc. Please see the AUTHORS file for details.
// 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:benchmark/benchmark.dart';

Future<void> main() async {
Expand Down

0 comments on commit 207413e

Please sign in to comment.