Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m

Issue 2781663005: Added licence boilerplate to our MATLAB files. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m
diff --git a/webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m b/webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m
index 77b394f410a8ffa8be86d44c8fd81fe69f5f6885..807572e91daf1191cc9f390a548ecd554c364aa1 100644
--- a/webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m
+++ b/webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m
@@ -1,3 +1,13 @@
+%
+% Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
hlundin-webrtc 2017/03/28 12:01:14 2011 See https://chromium.googlesource.com/externa
+%
+% 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.
+%
+
function outStruct = parse_delay_file(file)
fid = fopen(file, 'rb');

Powered by Google App Engine
This is Rietveld 408576698