diff options
Diffstat (limited to 'vpx_scale')
-rw-r--r-- | vpx_scale/vpx_scale_rtcd.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vpx_scale/vpx_scale_rtcd.pl b/vpx_scale/vpx_scale_rtcd.pl index 75a3ad388..1281071a7 100644 --- a/vpx_scale/vpx_scale_rtcd.pl +++ b/vpx_scale/vpx_scale_rtcd.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 vpx_scale_forward_decls() { print <<EOF struct yv12_buffer_config; |