add copyright to rtcd files
Allows them to pass the license check in chromium. BUG=chromium:98319 Change-Id: Iefc1706152a549d8c4ae774c917596bf1c9492d8
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
#!/usr/bin/env perl
|
#!/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';
|
no strict 'refs';
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|||||||
@@ -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() {
|
sub vp8_common_forward_decls() {
|
||||||
print <<EOF
|
print <<EOF
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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 vp9_common_forward_decls() {
|
sub vp9_common_forward_decls() {
|
||||||
print <<EOF
|
print <<EOF
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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_dsp_forward_decls() {
|
sub vpx_dsp_forward_decls() {
|
||||||
print <<EOF
|
print <<EOF
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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() {
|
sub vpx_scale_forward_decls() {
|
||||||
print <<EOF
|
print <<EOF
|
||||||
struct yv12_buffer_config;
|
struct yv12_buffer_config;
|
||||||
|
|||||||
Reference in New Issue
Block a user