Skip to content

Commit cb7a046

Browse files
Add license block to yaml files
1 parent ceac145 commit cb7a046

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

packages/vector_math/analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2013 The Flutter Authors
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
14
include: package:dart_flutter_team_lints/analysis_options.yaml
25

36
analyzer:

packages/vector_math/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2013 The Flutter Authors
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
14
# See https://github.com/dart-lang/build/tree/master/build_web_compilers#configuration
25
# Matches previous configuration in pubspec.yaml - transformers - $dart2js
36
targets:

packages/vector_math/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2013 The Flutter Authors
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
14
name: vector_math
25
version: 2.4.0-wip
36
description: A Vector Math library for 2D and 3D applications.

0 commit comments

Comments
 (0)