diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-07-31 21:08:26 -0400 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-08-07 21:27:17 +0000 |
commit | 4433519ae8b7e1cc14e217c3e20d8bca3f9cf2f2 (patch) | |
tree | 3e9788415b3a2f8674749bf1930c7afd54b19b47 | |
parent | d419fe2d52790b039c0316059c6e9e56f39407ce (diff) | |
download | uxp-4433519ae8b7e1cc14e217c3e20d8bca3f9cf2f2.tar.gz |
Add license header to media/webrtc/trunk/build/mac/find_sdk_uxp.py
-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 |