diff options
-rwxr-xr-x | ppapi/c/documentation/check.sh | 3 | ||||
-rwxr-xr-x | ppapi/cpp/documentation/check.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ppapi/c/documentation/check.sh b/ppapi/c/documentation/check.sh index ce3b49f..793f408 100755 --- a/ppapi/c/documentation/check.sh +++ b/ppapi/c/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 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 |