Skip to content

Commit cf7e8d5

Browse files
committed
Added missing copyright
1 parent 91499f3 commit cf7e8d5

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed
+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
// Copyright 2018 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
export 'src/cross_file.dart';
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2018 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
export 'types/interface.dart'
26
if (dart.library.html) 'types/html.dart'
37
if (dart.library.io) 'types/io.dart';

packages/cross_file/lib/src/types/base.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2018 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
import 'dart:convert';
26
import 'dart:typed_data';
37

packages/cross_file/lib/src/types/html.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2018 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
import 'dart:convert';
26
import 'dart:typed_data';
37

packages/cross_file/lib/src/types/interface.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2018 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
import 'dart:typed_data';
26
import 'package:meta/meta.dart';
37

packages/cross_file/lib/src/types/io.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2018 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
import 'dart:convert';
26
import 'dart:io';
37
import 'dart:typed_data';

packages/cross_file/lib/src/web_helpers/web_helpers.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2018 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
import 'dart:html';
26

37
/// Create anchor element with download attribute

0 commit comments

Comments
 (0)