Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 6d04dbe

Browse files
committed
Merge pull request #15 from google/davidmorgan-patch-1
Add license statements where missing.
2 parents a23edce + 6ac2cdd commit 6d04dbe

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

built_json_generator/lib/src/library_elements.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
2+
// All rights reserved. Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
library built_json_generator.library_elements;
26

37
import 'package:analyzer/src/generated/element.dart';

built_json_generator/lib/src/source_class.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
2+
// All rights reserved. Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
library built_json_generator.source_class;
26

37
import 'package:analyzer/src/generated/element.dart';

built_json_generator/lib/src/source_field.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
2+
// All rights reserved. Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
library built_json_generator.source_field;
26

37
import 'package:analyzer/src/generated/element.dart';

built_json_generator/lib/src/source_library.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
2+
// All rights reserved. Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
library built_json_generator.source_library;
26

37
import 'package:analyzer/src/generated/element.dart';

0 commit comments

Comments
 (0)