diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-02 17:22:09 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-02 17:22:09 +0000 |
commit | 504f1dd22013ca7ce82f25ddbaec1fe2c0409778 (patch) | |
tree | 0d1a0af737c5f89692c7004eb443b031faa8bfdb /ppapi/cpp | |
parent | 35b423a8e761e5f7f94618ad6484933c3614a409 (diff) | |
download | chromium_src-504f1dd22013ca7ce82f25ddbaec1fe2c0409778.zip chromium_src-504f1dd22013ca7ce82f25ddbaec1fe2c0409778.tar.gz chromium_src-504f1dd22013ca7ce82f25ddbaec1fe2c0409778.tar.bz2 |
Pepper: Add copyright info to doc shell scripts.
This adds missing copyright info to some utility shell scripts under ppapi so
that checklicenses.py passes.
BUG=98107
Review URL: https://chromiumcodereview.appspot.com/12374055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp')
-rwxr-xr-x | ppapi/cpp/documentation/check.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/cpp/documentation/check.sh b/ppapi/cpp/documentation/check.sh index ce3b49f..793f408 100755 --- a/ppapi/cpp/documentation/check.sh +++ b/ppapi/cpp/documentation/check.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) 2013 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. # simple script to check html via tidy. Either specify html files on # command line or rely on default which checks all html files in |