diff options
author | DHNishi@gmail.com <DHNishi@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-13 17:21:45 +0000 |
---|---|---|
committer | DHNishi@gmail.com <DHNishi@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-13 17:21:45 +0000 |
commit | 293a2d56751f064d523b701f5229368dca896106 (patch) | |
tree | 60a67c21b79c06ab033a401109a307030d002bdd | |
parent | 846174d6f7e463950486e4a7fb53296aa8940ce1 (diff) | |
download | chromium_src-293a2d56751f064d523b701f5229368dca896106.zip chromium_src-293a2d56751f064d523b701f5229368dca896106.tar.gz chromium_src-293a2d56751f064d523b701f5229368dca896106.tar.bz2 |
Rebase the Dart Generator test files for 2014.
The test files include the year 2013 in the heading, and causes test
failures when a 2014 generated file is tested.
NOTRY=true
Review URL: https://codereview.chromium.org/134463006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244525 0039d316-1c4b-4281-b951-d872f2087c98
8 files changed, 8 insertions, 8 deletions
diff --git a/tools/json_schema_compiler/dart_test/comments.dart b/tools/json_schema_compiler/dart_test/comments.dart index d734d56..2df51b0 100644 --- a/tools/json_schema_compiler/dart_test/comments.dart +++ b/tools/json_schema_compiler/dart_test/comments.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, the Dart 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. diff --git a/tools/json_schema_compiler/dart_test/dictionaries.dart b/tools/json_schema_compiler/dart_test/dictionaries.dart index ebe92a6..d6b6874 100644 --- a/tools/json_schema_compiler/dart_test/dictionaries.dart +++ b/tools/json_schema_compiler/dart_test/dictionaries.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, the Dart 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. diff --git a/tools/json_schema_compiler/dart_test/empty_namespace.dart b/tools/json_schema_compiler/dart_test/empty_namespace.dart index d2378a2..f6e48be 100644 --- a/tools/json_schema_compiler/dart_test/empty_namespace.dart +++ b/tools/json_schema_compiler/dart_test/empty_namespace.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, the Dart 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. diff --git a/tools/json_schema_compiler/dart_test/empty_type.dart b/tools/json_schema_compiler/dart_test/empty_type.dart index ebe8e69..29e8df9 100644 --- a/tools/json_schema_compiler/dart_test/empty_type.dart +++ b/tools/json_schema_compiler/dart_test/empty_type.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, the Dart 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. diff --git a/tools/json_schema_compiler/dart_test/events.dart b/tools/json_schema_compiler/dart_test/events.dart index d2e79ba..14cb19b 100644 --- a/tools/json_schema_compiler/dart_test/events.dart +++ b/tools/json_schema_compiler/dart_test/events.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, the Dart 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. diff --git a/tools/json_schema_compiler/dart_test/functions.dart b/tools/json_schema_compiler/dart_test/functions.dart index 2b4f02b..cea71fd 100644 --- a/tools/json_schema_compiler/dart_test/functions.dart +++ b/tools/json_schema_compiler/dart_test/functions.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, the Dart 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. diff --git a/tools/json_schema_compiler/dart_test/operatable_type.dart b/tools/json_schema_compiler/dart_test/operatable_type.dart index 725d6a6..2cc9dc8 100644 --- a/tools/json_schema_compiler/dart_test/operatable_type.dart +++ b/tools/json_schema_compiler/dart_test/operatable_type.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, the Dart 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. diff --git a/tools/json_schema_compiler/dart_test/tags.dart b/tools/json_schema_compiler/dart_test/tags.dart index 4c3514a..e4adfd8 100644 --- a/tools/json_schema_compiler/dart_test/tags.dart +++ b/tools/json_schema_compiler/dart_test/tags.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, the Dart 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. |