From aec57a1a89fd3522cf5059a36dd3e614d0825508 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Sat, 23 Jan 2016 10:42:14 +0100 Subject: [PATCH 1/4] Add license statements. --- built_json_generator/lib/src/library_elements.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/built_json_generator/lib/src/library_elements.dart b/built_json_generator/lib/src/library_elements.dart index d330007..4d29570 100644 --- a/built_json_generator/lib/src/library_elements.dart +++ b/built_json_generator/lib/src/library_elements.dart @@ -1,3 +1,7 @@ +// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. +// All rights reserved. Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + library built_json_generator.library_elements; import 'package:analyzer/src/generated/element.dart'; From 9e7fe0bd96bf4704c01aa5f2a6ae7acf8414ccfb Mon Sep 17 00:00:00 2001 From: David Morgan Date: Sat, 23 Jan 2016 10:43:27 +0100 Subject: [PATCH 2/4] Update source_class.dart --- built_json_generator/lib/src/source_class.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/built_json_generator/lib/src/source_class.dart b/built_json_generator/lib/src/source_class.dart index 0e5d816..0fd10b2 100644 --- a/built_json_generator/lib/src/source_class.dart +++ b/built_json_generator/lib/src/source_class.dart @@ -1,3 +1,7 @@ +// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. +// All rights reserved. Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + library built_json_generator.source_class; import 'package:analyzer/src/generated/element.dart'; From dbac871dd65df99f1e9389380d76295930fb3291 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Sat, 23 Jan 2016 10:43:41 +0100 Subject: [PATCH 3/4] Update source_field.dart --- built_json_generator/lib/src/source_field.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/built_json_generator/lib/src/source_field.dart b/built_json_generator/lib/src/source_field.dart index 966381a..312c600 100644 --- a/built_json_generator/lib/src/source_field.dart +++ b/built_json_generator/lib/src/source_field.dart @@ -1,3 +1,7 @@ +// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. +// All rights reserved. Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + library built_json_generator.source_field; import 'package:analyzer/src/generated/element.dart'; From 6ac2cdd347a6c3364f796950dd2646f8e185e175 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Sat, 23 Jan 2016 10:43:55 +0100 Subject: [PATCH 4/4] Update source_library.dart --- built_json_generator/lib/src/source_library.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/built_json_generator/lib/src/source_library.dart b/built_json_generator/lib/src/source_library.dart index 5a219bf..82e24be 100644 --- a/built_json_generator/lib/src/source_library.dart +++ b/built_json_generator/lib/src/source_library.dart @@ -1,3 +1,7 @@ +// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details. +// All rights reserved. Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + library built_json_generator.source_library; import 'package:analyzer/src/generated/element.dart';