summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2017-12-14 12:05:56 -0800
committerJohann Koenig <johannkoenig@google.com>2017-12-14 22:50:08 +0000
commite4b3f03c6408c3de17eab4d69b2cc9996b1475f9 (patch)
tree1c6dcebec5f224102b5c26ad904ed4ffdcf3bb66 /build
parentc58f01724cd5f0887e9d0c23396f9f03f78e18d3 (diff)
downloadlibvpx-e4b3f03c6408c3de17eab4d69b2cc9996b1475f9.tar
libvpx-e4b3f03c6408c3de17eab4d69b2cc9996b1475f9.tar.gz
libvpx-e4b3f03c6408c3de17eab4d69b2cc9996b1475f9.tar.bz2
libvpx-e4b3f03c6408c3de17eab4d69b2cc9996b1475f9.zip
add copyright to rtcd files
Allows them to pass the license check in chromium. BUG=chromium:98319 Change-Id: Iefc1706152a549d8c4ae774c917596bf1c9492d8
Diffstat (limited to 'build')
-rwxr-xr-xbuild/make/rtcd.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/make/rtcd.pl b/build/make/rtcd.pl
index 8fd624627..2c419c6d9 100755
--- a/build/make/rtcd.pl
+++ b/build/make/rtcd.pl
@@ -1,4 +1,13 @@
#!/usr/bin/env perl
+##
+## Copyright (c) 2017 The WebM project authors. All Rights Reserved.
+##
+## Use of this source code is governed by a BSD-style license
+## that can be found in the LICENSE file in the root of the source
+## tree. An additional intellectual property rights grant can be found
+## in the file PATENTS. All contributing project authors may
+## be found in the AUTHORS file in the root of the source tree.
+##
no strict 'refs';
use warnings;