Index: tools/immic/lib/src/plugins/java.dart |
diff --git a/tools/immic/lib/src/plugins/java.dart b/tools/immic/lib/src/plugins/java.dart |
index c4b61d9df6610ce8d75fca3b46b4f6e15c3f0b32..2fd607c3f1eff63ab3857d823e5ff27de1122ed5 100644 |
--- a/tools/immic/lib/src/plugins/java.dart |
+++ b/tools/immic/lib/src/plugins/java.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. |
@@ -88,7 +88,7 @@ class _ActionsCollector extends CodeGenerationVisitor { |
class _JavaVisitor extends CodeGenerationVisitor { |
static 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. |
"""; |