diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-07-31 21:08:26 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-07-31 21:08:26 -0400 |
commit | 02bd56c442d777daa2b94cf3962430e1d81b6811 (patch) | |
tree | f25f59d03cf7a97ebad0602175eea9007ce30214 /media/webrtc | |
parent | c3ec6c6132c3339789dce5fdf4f2e68099f69711 (diff) | |
download | uxp-02bd56c442d777daa2b94cf3962430e1d81b6811.tar.gz |
Add license header to media/webrtc/trunk/build/mac/find_sdk_uxp.py
Diffstat (limited to 'media/webrtc')
-rw-r--r-- | media/webrtc/trunk/build/mac/find_sdk_uxp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/webrtc/trunk/build/mac/find_sdk_uxp.py b/media/webrtc/trunk/build/mac/find_sdk_uxp.py index cc4b440d20..3c419f1e45 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 |