diff --git a/build/make/rtcd.pl b/build/make/rtcd.pl index 0fe8a6fd6..68e92b52c 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 <