| Index: chrome/installer/util/prebuild/create_string_rc.py
|
| diff --git a/chrome/installer/util/prebuild/create_string_rc.py b/chrome/installer/util/prebuild/create_string_rc.py
|
| index b573b4f3f28df21c08cfa806d460452315b14cf8..c3086f6b6f8e2150c1f01f379c497edbfaea77b1 100755
|
| --- a/chrome/installer/util/prebuild/create_string_rc.py
|
| +++ b/chrome/installer/util/prebuild/create_string_rc.py
|
| @@ -1,5 +1,7 @@
|
| #!/usr/bin/python
|
| -# Copyright 2009 Google Inc. All rights reserved.
|
| +# Copyright (c) 2009 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 script generates an rc file and header (setup_strings.{rc,h}) to be
|
| included in setup.exe. The rc file includes translations for strings pulled
|
|
|