Merge "add copyright to rtcd files"
This commit is contained in:
commit
7970cc02df
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user