From 4433519ae8b7e1cc14e217c3e20d8bca3f9cf2f2 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 31 Jul 2020 21:08:26 -0400 Subject: Add license header to media/webrtc/trunk/build/mac/find_sdk_uxp.py --- media/webrtc/trunk/build/mac/find_sdk_uxp.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'media/webrtc') diff --git a/media/webrtc/trunk/build/mac/find_sdk_uxp.py b/media/webrtc/trunk/build/mac/find_sdk_uxp.py index cc4b440d2..3c419f1e4 100644 --- a/media/webrtc/trunk/build/mac/find_sdk_uxp.py +++ b/media/webrtc/trunk/build/mac/find_sdk_uxp.py @@ -1,4 +1,7 @@ #!/usr/bin/env python +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. from __future__ import print_function import os -- cgit v1.2.3