Skip to content

Commit 830e9cf

Browse files
authored
Add missing license hearders (#2484)
1 parent 940b2a8 commit 830e9cf

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

pkgs/swift2objc/lib/src/config.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2024, 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:path/path.dart' as path;
26

37
import 'ast/_core/interfaces/declaration.dart';

pkgs/swift2objc/lib/src/generate_wrapper.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2024, 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 'dart:io';
26

37
import 'package:path/path.dart' as path;

pkgs/swift2objc/lib/src/generator/_core/utils.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2024, 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 'dart:io';
26
import 'package:path/path.dart' as path;
37
import '../../ast/_core/interfaces/availability.dart';

pkgs/swift2objc/lib/src/generator/generator.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2024, 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 '../ast/_core/interfaces/declaration.dart';
26
import '../ast/declarations/compounds/class_declaration.dart';
37
import 'generators/class_generator.dart';

pkgs/swift2objc/lib/src/transformer/transformers/transform_globals.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2024, 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 '../../ast/_core/interfaces/declaration.dart';
26
import '../../ast/declarations/built_in/built_in_declaration.dart';
37
import '../../ast/declarations/compounds/class_declaration.dart';

pkgs/swift2objc/lib/src/transformer/transformers/transform_variable.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2024, 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 '../../ast/_core/interfaces/declaration.dart';
26
import '../../ast/_core/interfaces/variable_declaration.dart';
37
import '../../ast/_core/shared/referred_type.dart';

0 commit comments

Comments
 (0)