| Index: tools/lexer_generator/__init__.py
|
| diff --git a/tools/testrunner/local/__init__.py b/tools/lexer_generator/__init__.py
|
| similarity index 94%
|
| copy from tools/testrunner/local/__init__.py
|
| copy to tools/lexer_generator/__init__.py
|
| index 202a262709c95ba356e9e1ef6aa2f5256690a24a..0f31fb53ea8fa803b789224ed2743670a84e12db 100644
|
| --- a/tools/testrunner/local/__init__.py
|
| +++ b/tools/lexer_generator/__init__.py
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2012 the V8 project authors. All rights reserved.
|
| +# Copyright 2013 the V8 project authors. All rights reserved.
|
| # Redistribution and use in source and binary forms, with or without
|
| # modification, are permitted provided that the following conditions are
|
| # met:
|
| @@ -24,3 +24,5 @@
|
| # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| +
|
| +# do nothing for now
|
|
|