| Index: tools/generate_version_cc.py
|
| diff --git a/tools/generate_version_cc.py b/tools/generate_version_cc.py
|
| index e150ec8add96894cb9d1709a733c91f6bfd8b099..04b4a9c62b0c92c3dd8b6b93207e55918836aa2f 100644
|
| --- a/tools/generate_version_cc.py
|
| +++ b/tools/generate_version_cc.py
|
| @@ -1,5 +1,5 @@
|
| #!/usr/bin/env python
|
| -# 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.
|
|
|
| @@ -8,7 +8,7 @@ import sys
|
| import utils
|
|
|
| version_cc_template = """\
|
| -// 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.
|
|
|
|
|