From e4b3f03c6408c3de17eab4d69b2cc9996b1475f9 Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 14 Dec 2017 12:05:56 -0800 Subject: [PATCH] add copyright to rtcd files Allows them to pass the license check in chromium. BUG=chromium:98319 Change-Id: Iefc1706152a549d8c4ae774c917596bf1c9492d8 --- build/make/rtcd.pl | 9 +++++++++ vp8/common/rtcd_defs.pl | 10 ++++++++++ vp9/common/vp9_rtcd_defs.pl | 10 ++++++++++ vpx_dsp/vpx_dsp_rtcd_defs.pl | 10 ++++++++++ vpx_scale/vpx_scale_rtcd.pl | 10 ++++++++++ 5 files changed, 49 insertions(+) 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; diff --git a/vp8/common/rtcd_defs.pl b/vp8/common/rtcd_defs.pl index ece2785eb..3df745f75 100644 --- a/vp8/common/rtcd_defs.pl +++ b/vp8/common/rtcd_defs.pl @@ -1,3 +1,13 @@ +## +## 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. +## + sub vp8_common_forward_decls() { print <