| Index: tools/immic/lib/src/plugins/dart.dart
|
| diff --git a/tools/immic/lib/src/plugins/dart.dart b/tools/immic/lib/src/plugins/dart.dart
|
| index 80f4f11ef9c5a8f6b40c3d0c13adcc95ba7089b7..23556b05dffdb0d235553b07b6a9c95028cdca8b 100644
|
| --- a/tools/immic/lib/src/plugins/dart.dart
|
| +++ b/tools/immic/lib/src/plugins/dart.dart
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2015, the Dartino project authors. 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.
|
|
|
| @@ -20,7 +20,7 @@ const List<String> RESOURCES = const [
|
| ];
|
|
|
| const COPYRIGHT = """
|
| -// Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2015, the Dartino project authors. 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.md file.
|
| """;
|
|
|