Skip to content

Commit b991405

Browse files
authored
add file copyrights (#198)
1 parent ded28a4 commit b991405

File tree

8 files changed

+26
-1
lines changed

8 files changed

+26
-1
lines changed

.github/ISSUE_TEMPLATE/io_file.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:io_file"
3+
about: "Create a bug or file a feature request against package:io_file."
4+
labels: "package:io_file"
5+
---

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
- changed-files:
1313
- any-glob-to-any-file: 'pkgs/gcloud/**'
1414

15+
'package:io_file':
16+
- changed-files:
17+
- any-glob-to-any-file: 'pkgs/io_file/**'
18+
1519
'package:native_synchronization':
1620
- changed-files:
1721
- any-glob-to-any-file: 'pkgs/native_synchronization/**'

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
/pkgs/appengine/ @dart-lang/dart-pub-team
77
/pkgs/gcloud/ @dart-lang/dart-pub-team
8+
/pkgs/io_file @brianquinlan
89
/pkgs/native_synchronization/ @mraleph

pkgs/io_file/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ much higher expected rate of API and breaking changes.
1818
Your feedback is valuable and will help us evolve this package. For general
1919
feedback, suggestions, and comments, please file an issue in the
2020
[bug tracker](https://github.com/dart-lang/labs/issues).
21-

pkgs/io_file/example/io_file_example.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'package:io_file/io_file.dart';
26

37
void main() {

pkgs/io_file/lib/io_file.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
/// Support for doing something awesome.
26
///
37
/// More dartdocs go here.

pkgs/io_file/lib/src/io_file_base.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
// TODO: Put public facing types in this file.
26

37
/// Checks if you are awesome. Spoiler: you are.

pkgs/io_file/test/io_file_test.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'package:io_file/io_file.dart';
26
import 'package:test/test.dart';
37

0 commit comments

Comments
 (0)