Index: tools/servicec/lib/src/plugins/java.dart |
diff --git a/tools/servicec/lib/src/plugins/java.dart b/tools/servicec/lib/src/plugins/java.dart |
index 2ab8964fd4e4e86a6c4f104e4a7631b8f3fbd616..4a5cd8873f12c2f3378a92195758249457d8d6ce 100644 |
--- a/tools/servicec/lib/src/plugins/java.dart |
+++ b/tools/servicec/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. |
@@ -21,7 +21,7 @@ import '../primitives.dart' as primitives; |
import 'cc.dart' show CcVisitor; |
const HEADER = """ |
-// 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. |
@@ -29,7 +29,7 @@ const HEADER = """ |
"""; |
const HEADER_MK = """ |
-# 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. |