Index: Source/bindings/templates/interface_base.cpp |
diff --git a/Source/bindings/templates/interface_base.cpp b/Source/bindings/templates/interface_base.cpp |
index c8ed8a8d261ca766ce78060a9bd026184be01c47..8dff9e29529e28d2437a189124c9a3223268bdce 100644 |
--- a/Source/bindings/templates/interface_base.cpp |
+++ b/Source/bindings/templates/interface_base.cpp |
@@ -1,9 +1,4 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// This file has been auto-generated by {{code_generator}}. DO NOT MODIFY! |
- |
+{% include 'copyright_block.txt' %} |
#include "config.h" |
{% filter conditional(conditional_string) %} |
#include "{{v8_class_or_partial}}.h" |