From a1f3b4862e7fd44a37862ae84c0e79f89c9bc0d8 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Fri, 17 May 2019 00:38:21 +0400 Subject: [PATCH] FS-11849: [Build-System] Add mod_av based on ffmpeg and openh264 to MSI package on Windows. --- Freeswitch.2017.sln | 56 +- docs/COPYING | 59 + docs/COPYING.rtf | 1226 +++++----- docs/OPENH264_BINARY_LICENSE.txt | 59 + libs/win32/ffmpeg/ffmpeg.2017.vcxproj | 223 +- .../applications/mod_av/mod_av.2017.vcxproj | 372 +-- .../Setup.CA.DownloadOpenH264/.gitignore | 2 + .../CustomAction.config | 32 + .../Setup.CA.DownloadOpenH264/CustomAction.cs | 70 + .../Setup.CA.DownloadOpenH264/LICENSE.txt | 17 + .../Properties/AssemblyInfo.cs | 35 + .../Setup.CA.DownloadOpenH264.csproj | 58 + w32/Setup/Product.2017.wxs | 28 + w32/Setup/Setup.2017.wixproj | 2142 +++++++++-------- w32/Setup/filter.xslt | 4 + w32/download_openh264.props | 45 + w32/download_sharpziplib.props | 44 + w32/downloadpackage.task | 7 +- w32/ffmpeg.props | 5 +- w32/modules.props | 5 +- w32/solution_configuration.props | 13 + 21 files changed, 2499 insertions(+), 2003 deletions(-) create mode 100644 docs/OPENH264_BINARY_LICENSE.txt create mode 100644 w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/.gitignore create mode 100644 w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/CustomAction.config create mode 100644 w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/CustomAction.cs create mode 100644 w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/LICENSE.txt create mode 100644 w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/Properties/AssemblyInfo.cs create mode 100644 w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/Setup.CA.DownloadOpenH264.csproj create mode 100644 w32/download_openh264.props create mode 100644 w32/download_sharpziplib.props create mode 100644 w32/solution_configuration.props diff --git a/Freeswitch.2017.sln b/Freeswitch.2017.sln index be107fde3e..d6b9e27875 100644 --- a/Freeswitch.2017.sln +++ b/Freeswitch.2017.sln @@ -564,8 +564,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_cidlookup", "src\mod\ap EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_cdr_mongodb", "src\mod\event_handlers\mod_cdr_mongodb\mod_cdr_mongodb.2017.vcxproj", "{4DFF29B4-2976-447D-A8B3-43476451517C}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffmpeg", "libs\win32\ffmpeg\ffmpeg.2017.vcxproj", "{BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9388C266-C3FC-468A-92EF-0CBC35941412}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_mod_av", "src\mod\applications\mod_av\test\test_mod_av.2017.vcxproj", "{7926CB0D-62CE-4A09-AE94-1DA2BC92D625}" @@ -578,6 +576,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "48khz music", "libs\win32\S EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_signalwire", "src\mod\applications\mod_signalwire\mod_signalwire.2017.vcxproj", "{B19AE6FC-BFFF-428D-B483-3BBEAECCC618}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffmpeg", "libs\win32\ffmpeg\ffmpeg.2017.vcxproj", "{BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Setup.CA.DownloadOpenH264", "w32\Setup\CustomActions\Setup.CA.DownloadOpenH264\Setup.CA.DownloadOpenH264.csproj", "{EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution All|Win32 = All|Win32 @@ -2353,14 +2355,16 @@ Global {841C345F-FCC7-4F64-8F54-0281CEABEB01}.Debug|x64.ActiveCfg = Debug|x64 {841C345F-FCC7-4F64-8F54-0281CEABEB01}.Release|Win32.ActiveCfg = Release|Win32 {841C345F-FCC7-4F64-8F54-0281CEABEB01}.Release|x64.ActiveCfg = Release|x64 - {7AEE504B-23B6-4B05-829E-7CD34855F146}.All|Win32.ActiveCfg = Release|Win32 - {7AEE504B-23B6-4B05-829E-7CD34855F146}.All|Win32.Build.0 = Release|Win32 - {7AEE504B-23B6-4B05-829E-7CD34855F146}.All|x64.ActiveCfg = Release|x64 - {7AEE504B-23B6-4B05-829E-7CD34855F146}.All|x64.Build.0 = Release|x64 - {7AEE504B-23B6-4B05-829E-7CD34855F146}.Debug|Win32.ActiveCfg = Debug|Win32 - {7AEE504B-23B6-4B05-829E-7CD34855F146}.Debug|x64.ActiveCfg = Debug|x64 - {7AEE504B-23B6-4B05-829E-7CD34855F146}.Release|Win32.ActiveCfg = Release|Win32 - {7AEE504B-23B6-4B05-829E-7CD34855F146}.Release|x64.ActiveCfg = Release|x64 + {7AEE504B-23B6-4B05-829E-7CD34855F146}.All|Win32.ActiveCfg = Release-x264|Win32 + {7AEE504B-23B6-4B05-829E-7CD34855F146}.All|Win32.Build.0 = Release-x264|Win32 + {7AEE504B-23B6-4B05-829E-7CD34855F146}.All|x64.ActiveCfg = Release-x264|x64 + {7AEE504B-23B6-4B05-829E-7CD34855F146}.All|x64.Build.0 = Release-x264|x64 + {7AEE504B-23B6-4B05-829E-7CD34855F146}.Debug|Win32.ActiveCfg = Debug-x264|Win32 + {7AEE504B-23B6-4B05-829E-7CD34855F146}.Debug|x64.ActiveCfg = Debug-openh264|x64 + {7AEE504B-23B6-4B05-829E-7CD34855F146}.Debug|x64.Build.0 = Debug-openh264|x64 + {7AEE504B-23B6-4B05-829E-7CD34855F146}.Release|Win32.ActiveCfg = Release-x264|Win32 + {7AEE504B-23B6-4B05-829E-7CD34855F146}.Release|x64.ActiveCfg = Release-openh264|x64 + {7AEE504B-23B6-4B05-829E-7CD34855F146}.Release|x64.Build.0 = Release-openh264|x64 {20179127-853B-4FE9-B7C0-9E817E6A3A72}.All|Win32.ActiveCfg = Release|Win32 {20179127-853B-4FE9-B7C0-9E817E6A3A72}.All|Win32.Build.0 = Release|Win32 {20179127-853B-4FE9-B7C0-9E817E6A3A72}.All|x64.ActiveCfg = Release|x64 @@ -2585,14 +2589,6 @@ Global {4DFF29B4-2976-447D-A8B3-43476451517C}.Release|Win32.Build.0 = Release|Win32 {4DFF29B4-2976-447D-A8B3-43476451517C}.Release|x64.ActiveCfg = Release|x64 {4DFF29B4-2976-447D-A8B3-43476451517C}.Release|x64.Build.0 = Release|x64 - {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.All|Win32.ActiveCfg = Release|x64 - {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.All|Win32.Build.0 = Release|x64 - {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.All|x64.ActiveCfg = Release|x64 - {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.All|x64.Build.0 = Release|x64 - {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.Debug|Win32.ActiveCfg = Debug|x64 - {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.Debug|x64.ActiveCfg = Debug|x64 - {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.Release|Win32.ActiveCfg = Release|x64 - {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.Release|x64.ActiveCfg = Release|x64 {7926CB0D-62CE-4A09-AE94-1DA2BC92D625}.All|Win32.ActiveCfg = Release|Win32 {7926CB0D-62CE-4A09-AE94-1DA2BC92D625}.All|Win32.Build.0 = Release|Win32 {7926CB0D-62CE-4A09-AE94-1DA2BC92D625}.All|x64.ActiveCfg = Release|x64 @@ -2641,6 +2637,28 @@ Global {B19AE6FC-BFFF-428D-B483-3BBEAECCC618}.Release|Win32.Build.0 = Release|Win32 {B19AE6FC-BFFF-428D-B483-3BBEAECCC618}.Release|x64.ActiveCfg = Release|x64 {B19AE6FC-BFFF-428D-B483-3BBEAECCC618}.Release|x64.Build.0 = Release|x64 + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.All|Win32.ActiveCfg = Debug-openh264|x64 + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.All|Win32.Build.0 = Debug-openh264|x64 + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.All|x64.ActiveCfg = Debug-openh264|x64 + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.All|x64.Build.0 = Debug-openh264|x64 + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.Debug|Win32.ActiveCfg = Debug-openh264|x64 + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.Debug|x64.ActiveCfg = Debug-openh264|x64 + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.Debug|x64.Build.0 = Debug-openh264|x64 + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.Release|Win32.ActiveCfg = Debug-openh264|x64 + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.Release|x64.ActiveCfg = Release-openh264|x64 + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED}.Release|x64.Build.0 = Release-openh264|x64 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.All|Win32.ActiveCfg = Release|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.All|Win32.Build.0 = Release|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.All|x64.ActiveCfg = Release|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.All|x64.Build.0 = Release|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.Debug|Win32.ActiveCfg = Debug|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.Debug|Win32.Build.0 = Debug|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.Debug|x64.ActiveCfg = Debug|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.Debug|x64.Build.0 = Debug|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.Release|Win32.ActiveCfg = Release|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.Release|Win32.Build.0 = Release|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.Release|x64.ActiveCfg = Release|x86 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042}.Release|x64.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -2845,12 +2863,12 @@ Global {40C4E2A2-B49B-496C-96D6-C04B890F7F88} = {E72B5BCB-6462-4D23-B419-3AF1A4AC3D78} {0A130A8B-3076-4619-BADF-9E86F621AEEC} = {E72B5BCB-6462-4D23-B419-3AF1A4AC3D78} {4DFF29B4-2976-447D-A8B3-43476451517C} = {9ADF1E48-2F5C-4ED7-A893-596259FABFE0} - {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B} {7926CB0D-62CE-4A09-AE94-1DA2BC92D625} = {9388C266-C3FC-468A-92EF-0CBC35941412} {EF62B845-A0CE-44FD-B8E6-475FE87D06C3} = {9388C266-C3FC-468A-92EF-0CBC35941412} {8154C82D-58EE-4145-9DEC-A445A5AA3D6B} = {4F227C26-768F-46A3-8684-1D08A46FB374} {EBD0B6B4-C5CA-46B0-BBC7-DBA71DF05D31} = {4F227C26-768F-46A3-8684-1D08A46FB374} {B19AE6FC-BFFF-428D-B483-3BBEAECCC618} = {E72B5BCB-6462-4D23-B419-3AF1A4AC3D78} + {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {09840DE7-9208-45AA-9667-1A71EE93BD1E} diff --git a/docs/COPYING b/docs/COPYING index 1bf2b1279d..cb7209a8e3 100644 --- a/docs/COPYING +++ b/docs/COPYING @@ -469,3 +469,62 @@ EXHIBIT A -Mozilla Public License. Original Code Source Code for Your Modifications.] +------------------------------------------------------- +About The Cisco-Provided Binary of OpenH264 Video Codec +------------------------------------------------------- + +Cisco provides this program under the terms of the BSD license. + +Additionally, this binary is licensed under Cisco’s AVC/H.264 Patent Portfolio License from MPEG LA, at no cost to you, provided that the requirements and conditions shown below in the AVC/H.264 Patent Portfolio sections are met. + +As with all AVC/H.264 codecs, you may also obtain your own patent license from MPEG LA or from the individual patent owners, or proceed at your own risk. Your rights from Cisco under the BSD license are not affected by this choice. + +For more information on the OpenH264 binary licensing, please see the OpenH264 FAQ found at http://www.openh264.org/faq.html#binary + +A corresponding source code to this binary program is available under the same BSD terms, which can be found at http://www.openh264.org + +----------- +BSD License +----------- + +Copyright © 2014 Cisco Systems, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +----------------------------------------- +AVC/H.264 Patent Portfolio License Notice +----------------------------------------- + +The binary form of this Software is distributed by Cisco under the AVC/H.264 Patent Portfolio License from MPEG LA, and is subject to the following requirements, which may or may not be applicable to your use of this software: + +THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL USE OF A CONSUMER OR OTHER USES IN WHICH IT DOES NOT RECEIVE REMUNERATION TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC STANDARD (“AVC VIDEO”) AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL ACTIVITY AND/OR WAS OBTAINED FROM A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED FROM MPEG LA, L.L.C. SEE HTTP://WWW.MPEGLA.COM + +Accordingly, please be advised that content providers and broadcasters using AVC/H.264 in their service may be required to obtain a separate use license from MPEG LA, referred to as "(b) sublicenses" in the SUMMARY OF AVC/H.264 LICENSE TERMS from MPEG LA found at http://www.openh264.org/mpegla + +--------------------------------------------- +AVC/H.264 Patent Portfolio License Conditions +--------------------------------------------- + +In addition, the Cisco-provided binary of this Software is licensed under Cisco's license from MPEG LA only if the following conditions are met: + +1. The Cisco-provided binary is separately downloaded to an end user’s device, and not integrated into or combined with third party software prior to being downloaded to the end user’s device; + +2. The end user must have the ability to control (e.g., to enable, disable, or re-enable) the use of the Cisco-provided binary; + +3. Third party software, in the location where end users can control the use of the Cisco-provided binary, must display the following text: + + "OpenH264 Video Codec provided by Cisco Systems, Inc." + +4. Any third-party software that makes use of the Cisco-provided binary must reproduce all of the above text, as well as this last condition, in the EULA and/or in another location where licensing information is to be presented to the end user. + + + + v1.0 \ No newline at end of file diff --git a/docs/COPYING.rtf b/docs/COPYING.rtf index be24606746..51970cc222 100644 --- a/docs/COPYING.rtf +++ b/docs/COPYING.rtf @@ -1,689 +1,537 @@ -{\rtf1\adeflang1025\ansi\ansicpg1251\uc1\adeff31507\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi31507\deflang1049\deflangfe1049\themelang1049\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset204\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f1\fbidi \fswiss\fcharset204\fprq2{\*\panose 020b0604020202020204}Arial;} -{\f34\fbidi \froman\fcharset204\fprq2{\*\panose 02040503050406030204}Cambria Math;}{\flomajor\f31500\fbidi \froman\fcharset204\fprq2{\*\panose 02020603050405020304}Times New Roman;} -{\fdbmajor\f31501\fbidi \froman\fcharset204\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fhimajor\f31502\fbidi \fswiss\fcharset204\fprq2{\*\panose 020f0302020204030204}Calibri Light;} -{\fbimajor\f31503\fbidi \froman\fcharset204\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\flominor\f31504\fbidi \froman\fcharset204\fprq2{\*\panose 02020603050405020304}Times New Roman;} -{\fdbminor\f31505\fbidi \froman\fcharset204\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fhiminor\f31506\fbidi \fswiss\fcharset204\fprq2{\*\panose 020f0502020204030204}Calibri;} -{\fbiminor\f31507\fbidi \froman\fcharset204\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f394\fbidi \froman\fcharset0\fprq2 Times New Roman;}{\f392\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} -{\f395\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f396\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\f397\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\f398\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} -{\f399\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f400\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f404\fbidi \fswiss\fcharset0\fprq2 Arial;}{\f402\fbidi \fswiss\fcharset238\fprq2 Arial CE;} -{\f405\fbidi \fswiss\fcharset161\fprq2 Arial Greek;}{\f406\fbidi \fswiss\fcharset162\fprq2 Arial Tur;}{\f407\fbidi \fswiss\fcharset177\fprq2 Arial (Hebrew);}{\f408\fbidi \fswiss\fcharset178\fprq2 Arial (Arabic);} -{\f409\fbidi \fswiss\fcharset186\fprq2 Arial Baltic;}{\f410\fbidi \fswiss\fcharset163\fprq2 Arial (Vietnamese);}{\f734\fbidi \froman\fcharset0\fprq2 Cambria Math;}{\f732\fbidi \froman\fcharset238\fprq2 Cambria Math CE;} -{\f735\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;}{\f736\fbidi \froman\fcharset162\fprq2 Cambria Math Tur;}{\f739\fbidi \froman\fcharset186\fprq2 Cambria Math Baltic;}{\f740\fbidi \froman\fcharset163\fprq2 Cambria Math (Vietnamese);} -{\flomajor\f31510\fbidi \froman\fcharset0\fprq2 Times New Roman;}{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} -{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} -{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbmajor\f31520\fbidi \froman\fcharset0\fprq2 Times New Roman;} -{\fdbmajor\f31518\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbmajor\f31521\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbmajor\f31522\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;} -{\fdbmajor\f31523\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbmajor\f31524\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbmajor\f31525\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;} -{\fdbmajor\f31526\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhimajor\f31530\fbidi \fswiss\fcharset0\fprq2 Calibri Light;}{\fhimajor\f31528\fbidi \fswiss\fcharset238\fprq2 Calibri Light CE;} -{\fhimajor\f31531\fbidi \fswiss\fcharset161\fprq2 Calibri Light Greek;}{\fhimajor\f31532\fbidi \fswiss\fcharset162\fprq2 Calibri Light Tur;}{\fhimajor\f31535\fbidi \fswiss\fcharset186\fprq2 Calibri Light Baltic;} -{\fhimajor\f31536\fbidi \fswiss\fcharset163\fprq2 Calibri Light (Vietnamese);}{\fbimajor\f31540\fbidi \froman\fcharset0\fprq2 Times New Roman;}{\fbimajor\f31538\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} -{\fbimajor\f31541\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbimajor\f31542\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbimajor\f31543\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} -{\fbimajor\f31544\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbimajor\f31545\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbimajor\f31546\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} -{\flominor\f31550\fbidi \froman\fcharset0\fprq2 Times New Roman;}{\flominor\f31548\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flominor\f31551\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} -{\flominor\f31552\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flominor\f31553\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flominor\f31554\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} -{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbminor\f31560\fbidi \froman\fcharset0\fprq2 Times New Roman;} -{\fdbminor\f31558\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbminor\f31561\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbminor\f31562\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;} -{\fdbminor\f31563\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbminor\f31564\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbminor\f31565\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;} -{\fdbminor\f31566\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhiminor\f31570\fbidi \fswiss\fcharset0\fprq2 Calibri;}{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;} -{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}{\fhiminor\f31575\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;} -{\fhiminor\f31576\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\fbiminor\f31580\fbidi \froman\fcharset0\fprq2 Times New Roman;}{\fbiminor\f31578\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} -{\fbiminor\f31581\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbiminor\f31582\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbiminor\f31583\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} -{\fbiminor\f31584\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbiminor\f31585\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbiminor\f31586\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}} -{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0; -\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}{\*\defchp \fs22\loch\af31506\hich\af31506\dbch\af31505 }{\*\defpap \ql \li0\ri0\sa160\sl259\slmult1 -\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 }\noqfpromote {\stylesheet{\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 -\ltrch\fcs0 \fs22\lang1049\langfe1049\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp1049\langfenp1049 \snext0 \sqformat \spriority0 Normal;}{\*\cs10 \additive \ssemihidden \sunhideused \spriority1 Default Paragraph Font;}{\* -\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv \ql \li0\ri0\sa160\sl259\slmult1 -\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \fs22\lang1049\langfe1049\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp1049\langfenp1049 \snext11 \ssemihidden \sunhideused -Normal Table;}}{\*\rsidtbl \rsid269322\rsid9123021}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\operator Andrey}{\creatim\yr2018\mo4\dy22\hr2\min42} -{\revtim\yr2018\mo4\dy22\hr2\min44}{\version2}{\edmins2}{\nofpages8}{\nofwords3831}{\nofchars21838}{\nofcharsws25618}{\vern93}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}} -\paperw12240\paperh15840\margl1701\margr850\margt1134\margb1134\gutter0\ltrsect -\widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont0\relyonvml0\donotembedlingdata1\grfdocevents0\validatexml0\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors0\horzdoc\dghspace120\dgvspace120\dghorigin1701 -\dgvorigin1984\dghshow0\dgvshow3\jcompress\viewkind1\viewscale100\rsidroot269322 \fet0{\*\wgrffmtfilter 2450}\ilfomacatclnup0\ltrpar \sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2 -\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6 -\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang -{\pntxtb (}{\pntxta )}}\pard\plain \ltrpar\ql \li0\ri0\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid269322 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 -\fs22\lang1049\langfe1049\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp1049\langfenp1049 {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe1049\langnp1033\insrsid9123021\charrsid269322 \hich\af1\dbch\af31505\loch\f1 MOZILLA PUBLIC LICENSE - -\par \hich\af1\dbch\af31505\loch\f1 Version 1.1 -\par -\par --------------- -\par -\par \hich\af1\dbch\af31505\loch\f1 1. Definitions. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.0.1. "Commercial Use" means distribution or otherwise making the -\par \hich\af1\dbch\af31505\loch\f1 Covered Code available to a third party. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.1. "Contributor" means each entity that creates or contributes to -\par \hich\af1\dbch\af31505\loch\f1 the creation of Modifications. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.2. "Contributor Version" means the combination of the Original -\par \hich\af1\dbch\af31505\loch\f1 Code, prior Modification\hich\af1\dbch\af31505\loch\f1 s used by a Contributor, and the Modifications -\par \hich\af1\dbch\af31505\loch\f1 made by that particular Contributor. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.3. "Covered Code" means the Original Code or Modifications or the -\par \hich\af1\dbch\af31505\loch\f1 combination of the Original Code and Modifications, in each case -\par \hich\af1\dbch\af31505\loch\f1 including portions\hich\af1\dbch\af31505\loch\f1 thereof. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.4. "Electronic Distribution Mechanism" means a mechanism generally -\par \hich\af1\dbch\af31505\loch\f1 accepted in the software development community for the electronic -\par \hich\af1\dbch\af31505\loch\f1 transfer of data. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.5. "Executable" means Covered Code in any form other than Source -\par \hich\af1\dbch\af31505\loch\f1 \hich\af1\dbch\af31505\loch\f1 Code. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.6. "Initial Developer" means the individual or entity identified -\par \hich\af1\dbch\af31505\loch\f1 as the Initial Developer in the Source Code notice required by Exhibit -\par \hich\af1\dbch\af31505\loch\f1 A. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.7. "Larger Work" means a work which combines Covered Code or -\par \hich\af1\dbch\af31505\loch\f1 \hich\af1\dbch\af31505\loch\f1 portions thereof with code not governed by the terms of this License. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.8. "License" means this document. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.8.1. "Licensable" means having the right to grant, to the maximum -\par \hich\af1\dbch\af31505\loch\f1 extent possible, whether at the time of the initial grant or -\par \hich\af1\dbch\af31505\loch\f1 \hich\af1\dbch\af31505\loch\f1 subsequently acquired, any and all of the rights conveyed herein. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.9. "Modifications" means any addition to or deletion from the -\par \hich\af1\dbch\af31505\loch\f1 substance or structure of either the Original Code or any previous -\par \hich\af1\dbch\af31505\loch\f1 Modifications. When Covered Code is relea\hich\af1\dbch\af31505\loch\f1 sed as a series of files, a -\par \hich\af1\dbch\af31505\loch\f1 Modification is: -\par \hich\af1\dbch\af31505\loch\f1 A. Any addition to or deletion from the contents of a file -\par \hich\af1\dbch\af31505\loch\f1 containing Original Code or previous Modifications. -\par -\par \hich\af1\dbch\af31505\loch\f1 B. Any new file that contains any part of the Original Code or -\par \hich\af1\dbch\af31505\loch\f1 \hich\af1\dbch\af31505\loch\f1 previous Modifications. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.10. "Original Code" means Source Code of computer software code -\par \hich\af1\dbch\af31505\loch\f1 which is described in the Source Code notice required by Exhibit A as -\par \hich\af1\dbch\af31505\loch\f1 Original Code, and which, at the time of its release under this -\par \hich\af1\dbch\af31505\loch\f1 Li\hich\af1\dbch\af31505\loch\f1 cense is not already Covered Code governed by this License. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.10.1. "Patent Claims" means any patent claim(s), now owned or -\par \hich\af1\dbch\af31505\loch\f1 hereafter acquired, including without limitation, method, process, -\par \hich\af1\dbch\af31505\loch\f1 and apparatus claims, in any patent Licensable by grantor. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.11. "Source Code" means the preferred form of the Covered Code for -\par \hich\af1\dbch\af31505\loch\f1 making modifications to it, including all modules it contains, plus -\par \hich\af1\dbch\af31505\loch\f1 any associated interface definition fil\hich\af1\dbch\af31505\loch\f1 es, scripts used to control -\par \hich\af1\dbch\af31505\loch\f1 compilation and installation of an Executable, or source code -\par \hich\af1\dbch\af31505\loch\f1 differential comparisons against either the Original Code or another -\par \hich\af1\dbch\af31505\loch\f1 well known, available Covered Code of the Contributor's choice. The -\par \hich\af1\dbch\af31505\loch\f1 Source Co\hich\af1\dbch\af31505\loch\f1 de can be in a compressed or archival form, provided the -\par \hich\af1\dbch\af31505\loch\f1 appropriate decompression or de-archiving software is widely available -\par \hich\af1\dbch\af31505\loch\f1 for no charge. -\par -\par \hich\af1\dbch\af31505\loch\f1 1.12. "You" (or "Your") means an individual or a legal entity -\par \hich\af1\dbch\af31505\loch\f1 exercising rights under, and \hich\af1\dbch\af31505\loch\f1 complying with all of the terms of, this -\par \hich\af1\dbch\af31505\loch\f1 License or a future version of this License issued under Section 6.1. -\par \hich\af1\dbch\af31505\loch\f1 For legal entities, "You" includes any entity which controls, is -\par \hich\af1\dbch\af31505\loch\f1 controlled by, or is under common control with You. For purposes \hich\af1\dbch\af31505\loch\f1 of -\par \hich\af1\dbch\af31505\loch\f1 this definition, "control" means (a) the power, direct or indirect, -\par \hich\af1\dbch\af31505\loch\f1 to cause the direction or management of such entity, whether by -\par \hich\af1\dbch\af31505\loch\f1 contract or otherwise, or (b) ownership of more than fifty percent -\par \hich\af1\dbch\af31505\loch\f1 (50%) of the outstanding shares or\hich\af1\dbch\af31505\loch\f1 beneficial ownership of such -\par \hich\af1\dbch\af31505\loch\f1 entity. -\par -\par \hich\af1\dbch\af31505\loch\f1 2. Source Code License. -\par -\par \hich\af1\dbch\af31505\loch\f1 2.1. The Initial Developer Grant. -\par \hich\af1\dbch\af31505\loch\f1 The Initial Developer hereby grants You a world-wide, royalty-free, -\par \hich\af1\dbch\af31505\loch\f1 non-exclusive license, subject to third party intellectual property -\par \hich\af1\dbch\af31505\loch\f1 claims: -\par \hich\af1\dbch\af31505\loch\f1 (a) under intellectual property rights (other than patent or -\par \hich\af1\dbch\af31505\loch\f1 trademark) Licensable by Initial Developer to use, reproduce, -\par \hich\af1\dbch\af31505\loch\f1 modify, display, perform, sublicense and distribute the Original -\par \hich\af1\dbch\af31505\loch\f1 Code (or porti\hich\af1\dbch\af31505\loch\f1 ons thereof) with or without Modifications, and/or -\par \hich\af1\dbch\af31505\loch\f1 as part of a Larger Work; and -\par -\par \hich\af1\dbch\af31505\loch\f1 (b) under Patents Claims infringed by the making, using or -\par \hich\af1\dbch\af31505\loch\f1 selling of Original Code, to make, have made, use, practice, -\par \hich\af1\dbch\af31505\loch\f1 sell, and offe\hich\af1\dbch\af31505\loch\f1 r for sale, and/or otherwise dispose of the -\par \hich\af1\dbch\af31505\loch\f1 Original Code (or portions thereof). -\par -\par \hich\af1\dbch\af31505\loch\f1 (c) the licenses granted in this Section 2.1(a) and (b) are -\par \hich\af1\dbch\af31505\loch\f1 effective on the date Initial Developer first distributes -\par \hich\af1\dbch\af31505\loch\f1 Original Code un\hich\af1\dbch\af31505\loch\f1 der the terms of this License. -\par -\par \hich\af1\dbch\af31505\loch\f1 (d) Notwithstanding Section 2.1(b) above, no patent license is -\par \hich\af1\dbch\af31505\loch\f1 granted: 1) for code that You delete from the Original Code; 2) -\par \hich\af1\dbch\af31505\loch\f1 separate from the Original Code; or 3) for infringements caused -\par \hich\af1\dbch\af31505\loch\f1 \hich\af1\dbch\af31505\loch\f1 by: i) the modification of the Original Code or ii) the -\par \hich\af1\dbch\af31505\loch\f1 combination of the Original Code with other software or devices. -\par -\par \hich\af1\dbch\af31505\loch\f1 2.2. Contributor Grant. -\par \hich\af1\dbch\af31505\loch\f1 Subject to third party intellectual property claims, each Contributor -\par \hich\af1\dbch\af31505\loch\f1 hereby \hich\af1\dbch\af31505\loch\f1 grants You a world-wide, royalty-free, non-exclusive license -\par -\par \hich\af1\dbch\af31505\loch\f1 (a) under intellectual property rights (other than patent or -\par \hich\af1\dbch\af31505\loch\f1 trademark) Licensable by Contributor, to use, reproduce, modify, -\par \hich\af1\dbch\af31505\loch\f1 display, perform, sublicense and distribute the Modifications -\par \hich\af1\dbch\af31505\loch\f1 created by such Contributor (or portions thereof) either on an -\par \hich\af1\dbch\af31505\loch\f1 unmodified basis, with other Modifications, as Covered Code -\par \hich\af1\dbch\af31505\loch\f1 and/or as part of a Larger Work\hich\af1\dbch\af31505\loch\f1 ; and -\par -\par \hich\af1\dbch\af31505\loch\f1 (b) under Patent Claims infringed by the making, using, or -\par \hich\af1\dbch\af31505\loch\f1 selling of Modifications made by that Contributor either alone -\par \hich\af1\dbch\af31505\loch\f1 and/or in combination with its Contributor Version (or portions -\par \hich\af1\dbch\af31505\loch\f1 of such combination), \hich\af1\dbch\af31505\loch\f1 to make, use, sell, offer for sale, have -\par \hich\af1\dbch\af31505\loch\f1 made, and/or otherwise dispose of: 1) Modifications made by that -\par \hich\af1\dbch\af31505\loch\f1 Contributor (or portions thereof); and 2) the combination of -\par \hich\af1\dbch\af31505\loch\f1 Modifications made by that Contributor with its Contributor -\par \hich\af1\dbch\af31505\loch\f1 Version (or portions of such combination). -\par -\par \hich\af1\dbch\af31505\loch\f1 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are -\par \hich\af1\dbch\af31505\loch\f1 effective on the date Contributor first makes Commercial Use of -\par \hich\af1\dbch\af31505\loch\f1 the Covered Code. -\par -\par \hich\af1\dbch\af31505\loch\f1 (d) Notwithstand\hich\af1\dbch\af31505\loch\f1 ing Section 2.2(b) above, no patent license is -\par \hich\af1\dbch\af31505\loch\f1 granted: 1) for any code that Contributor has deleted from the -\par \hich\af1\dbch\af31505\loch\f1 Contributor Version; 2) separate from the Contributor Version; -\par \hich\af1\dbch\af31505\loch\f1 3) for infringements caused by: i) third party modi\hich\af1\dbch\af31505\loch\f1 fications of -\par \hich\af1\dbch\af31505\loch\f1 Contributor Version or ii) the combination of Modifications made -\par \hich\af1\dbch\af31505\loch\f1 by that Contributor with other software (except as part of the -\par \hich\af1\dbch\af31505\loch\f1 Contributor Version) or other devices; or 4) under Patent Claims -\par \hich\af1\dbch\af31505\loch\f1 infringe\hich\af1\dbch\af31505\loch\f1 d by Covered Code in the absence of Modifications made by -\par \hich\af1\dbch\af31505\loch\f1 that Contributor. -\par -\par \hich\af1\dbch\af31505\loch\f1 3. Distribution Obligations. -\par -\par \hich\af1\dbch\af31505\loch\f1 3.1. Application of License. -\par \hich\af1\dbch\af31505\loch\f1 The Modifications which You create or to which You contribute are -\par \hich\af1\dbch\af31505\loch\f1 governed by the terms of this License, including without limitation -\par \hich\af1\dbch\af31505\loch\f1 Section 2.2. The Source Code version of Covered Code may be -\par \hich\af1\dbch\af31505\loch\f1 distributed only under the terms of this License or a future version -\par \hich\af1\dbch\af31505\loch\f1 of this License released under Section \hich\af1\dbch\af31505\loch\f1 6.1, and You must include a -\par \hich\af1\dbch\af31505\loch\f1 copy of this License with every copy of the Source Code You -\par \hich\af1\dbch\af31505\loch\f1 distribute. You may not offer or impose any terms on any Source Code -\par \hich\af1\dbch\af31505\loch\f1 version that alters or restricts the applicable version of this -\par \hich\af1\dbch\af31505\loch\f1 License or the \hich\af1\dbch\af31505\loch\f1 recipients' rights hereunder. However, You may include -\par \hich\af1\dbch\af31505\loch\f1 an additional document offering the additional rights described in -\par \hich\af1\dbch\af31505\loch\f1 Section 3.5. -\par -\par \hich\af1\dbch\af31505\loch\f1 3.2. Availability of Source Code. -\par \hich\af1\dbch\af31505\loch\f1 Any Modification which You create or to which You contribute must \hich\af1\dbch\af31505\loch\f1 be -\par \hich\af1\dbch\af31505\loch\f1 made available in Source Code form under the terms of this License -\par \hich\af1\dbch\af31505\loch\f1 either on the same media as an Executable version or via an accepted -\par \hich\af1\dbch\af31505\loch\f1 Electronic Distribution Mechanism to anyone to whom you made an -\par \hich\af1\dbch\af31505\loch\f1 Executable version available; and\hich\af1\dbch\af31505\loch\f1 if made available via Electronic -\par \hich\af1\dbch\af31505\loch\f1 Distribution Mechanism, must remain available for at least twelve (12) -\par \hich\af1\dbch\af31505\loch\f1 months after the date it initially became available, or at least six -\par \hich\af1\dbch\af31505\loch\f1 (6) months after a subsequent version of that particular Modificati\hich\af1\dbch\af31505\loch\f1 on -\par \hich\af1\dbch\af31505\loch\f1 has been made available to such recipients. You are responsible for -\par \hich\af1\dbch\af31505\loch\f1 ensuring that the Source Code version remains available even if the -\par \hich\af1\dbch\af31505\loch\f1 Electronic Distribution Mechanism is maintained by a third party. -\par -\par \hich\af1\dbch\af31505\loch\f1 3.3. Description of Modifications. -\par \hich\af1\dbch\af31505\loch\f1 You must cause all Covered Code to which You contribute to contain a -\par \hich\af1\dbch\af31505\loch\f1 file documenting the changes You made to create that Covered Code and -\par \hich\af1\dbch\af31505\loch\f1 the date of any change. You must include a prominent statement\hich\af1\dbch\af31505\loch\f1 that -\par \hich\af1\dbch\af31505\loch\f1 the Modification is derived, directly or indirectly, from Original -\par \hich\af1\dbch\af31505\loch\f1 Code provided by the Initial Developer and including the name of the -\par \hich\af1\dbch\af31505\loch\f1 Initial Developer in (a) the Source Code, and (b) in any notice in an -\par \hich\af1\dbch\af31505\loch\f1 Executable version or re\hich\af1\dbch\af31505\loch\f1 lated documentation in which You describe the -\par \hich\af1\dbch\af31505\loch\f1 origin or ownership of the Covered Code. -\par -\par \hich\af1\dbch\af31505\loch\f1 3.4. Intellectual Property Matters -\par \hich\af1\dbch\af31505\loch\f1 (a) Third Party Claims. -\par \hich\af1\dbch\af31505\loch\f1 If Contributor has knowledge that a license under a third party's -\par \hich\af1\dbch\af31505\loch\f1 int\hich\af1\dbch\af31505\loch\f1 ellectual property rights is required to exercise the rights -\par \hich\af1\dbch\af31505\loch\f1 granted by such Contributor under Sections 2.1 or 2.2, -\par \hich\af1\dbch\af31505\loch\f1 Contributor must include a text file with the Source Code -\par \hich\af1\dbch\af31505\loch\f1 distribution titled "LEGAL" which describes the clai\hich\af1\dbch\af31505\loch\f1 m and the -\par \hich\af1\dbch\af31505\loch\f1 party making the claim in sufficient detail that a recipient will -\par \hich\af1\dbch\af31505\loch\f1 know whom to contact. If Contributor obtains such knowledge after -\par \hich\af1\dbch\af31505\loch\f1 the Modification is made available as described in Section 3.2, -\par \hich\af1\dbch\af31505\loch\f1 Contributo\hich\af1\dbch\af31505\loch\f1 r shall promptly modify the LEGAL file in all copies -\par \hich\af1\dbch\af31505\loch\f1 Contributor makes available thereafter and shall take other steps -\par \hich\af1\dbch\af31505\loch\f1 (such as notifying appropriate mailing lists or newsgroups) -\par \hich\af1\dbch\af31505\loch\f1 reasonably calculated to inform those who recei\hich\af1\dbch\af31505\loch\f1 ved the Covered -\par \hich\af1\dbch\af31505\loch\f1 Code that new knowledge has been obtained. -\par -\par \hich\af1\dbch\af31505\loch\f1 (b) Contributor APIs. -\par \hich\af1\dbch\af31505\loch\f1 If Contributor's Modifications include an application programming -\par \hich\af1\dbch\af31505\loch\f1 interface and Contributor has knowledge of patent licenses which -\par \hich\af1\dbch\af31505\loch\f1 are reasonably necessary to implement that API, Contributor must -\par \hich\af1\dbch\af31505\loch\f1 also include this information in the LEGAL file. -\par -\par \hich\af1\dbch\af31505\loch\f1 (c) Representations. -\par \hich\af1\dbch\af31505\loch\f1 Contributor represents that, except as disclosed pursuant to -\par \hich\af1\dbch\af31505\loch\f1 S\hich\af1\dbch\af31505\loch\f1 ection 3.4(a) above, Contributor believes that Contributor's -\par \hich\af1\dbch\af31505\loch\f1 Modifications are Contributor's original creation(s) and/or -\par \hich\af1\dbch\af31505\loch\f1 Contributor has sufficient rights to grant the rights conveyed by -\par \hich\af1\dbch\af31505\loch\f1 this License. -\par -\par \hich\af1\dbch\af31505\loch\f1 3.5. Required Notic\hich\af1\dbch\af31505\loch\f1 es. -\par \hich\af1\dbch\af31505\loch\f1 You must duplicate the notice in Exhibit A in each file of the Source -\par \hich\af1\dbch\af31505\loch\f1 Code. If it is not possible to put such notice in a particular Source -\par \hich\af1\dbch\af31505\loch\f1 Code file due to its structure, then You must include such notice in a -\par \hich\af1\dbch\af31505\loch\f1 location (such as a \hich\af1\dbch\af31505\loch\f1 relevant directory) where a user would be likely -\par \hich\af1\dbch\af31505\loch\f1 to look for such a notice. If You created one or more Modification(s) -\par \hich\af1\dbch\af31505\loch\f1 You may add your name as a Contributor to the notice described in -\par \hich\af1\dbch\af31505\loch\f1 Exhibit A. You must also duplicate this License in any\hich\af1\dbch\af31505\loch\f1 documentation -\par \hich\af1\dbch\af31505\loch\f1 for the Source Code where You describe recipients' rights or ownership -\par \hich\af1\dbch\af31505\loch\f1 rights relating to Covered Code. You may choose to offer, and to -\par \hich\af1\dbch\af31505\loch\f1 charge a fee for, warranty, support, indemnity or liability -\par \hich\af1\dbch\af31505\loch\f1 obligations to one or mo\hich\af1\dbch\af31505\loch\f1 re recipients of Covered Code. However, You -\par \hich\af1\dbch\af31505\loch\f1 may do so only on Your own behalf, and not on behalf of the Initial -\par \hich\af1\dbch\af31505\loch\f1 Developer or any Contributor. You must make it absolutely clear than -\par \hich\af1\dbch\af31505\loch\f1 any such warranty, support, indemnity or liability obligatio\hich\af1\dbch\af31505\loch\f1 n is -\par \hich\af1\dbch\af31505\loch\f1 offered by You alone, and You hereby agree to indemnify the Initial -\par \hich\af1\dbch\af31505\loch\f1 Developer and every Contributor for any liability incurred by the -\par \hich\af1\dbch\af31505\loch\f1 Initial Developer or such Contributor as a result of warranty, -\par \hich\af1\dbch\af31505\loch\f1 support, indemnity or liability terms You offer. -\par -\par \hich\af1\dbch\af31505\loch\f1 3.6. Distribution of Executable Versions. -\par \hich\af1\dbch\af31505\loch\f1 You may distribute Covered Code in Executable form only if the -\par \hich\af1\dbch\af31505\loch\f1 requirements of Section 3.1-3.5 have been met for that Covered Code, -\par \hich\af1\dbch\af31505\loch\f1 and if \hich\af1\dbch\af31505\loch\f1 You include a notice stating that the Source Code version of -\par \hich\af1\dbch\af31505\loch\f1 the Covered Code is available under the terms of this License, -\par \hich\af1\dbch\af31505\loch\f1 including a description of how and where You have fulfilled the -\par \hich\af1\dbch\af31505\loch\f1 obligations of Section 3.2. The notice must be conspi\hich\af1\dbch\af31505\loch\f1 cuously included -\par \hich\af1\dbch\af31505\loch\f1 in any notice in an Executable version, related documentation or -\par \hich\af1\dbch\af31505\loch\f1 collateral in which You describe recipients' rights relating to the -\par \hich\af1\dbch\af31505\loch\f1 Covered Code. You may distribute the Executable version of Covered -\par \hich\af1\dbch\af31505\loch\f1 Code or ownership r\hich\af1\dbch\af31505\loch\f1 ights under a license of Your choice, which may -\par \hich\af1\dbch\af31505\loch\f1 contain terms different from this License, provided that You are in -\par \hich\af1\dbch\af31505\loch\f1 compliance with the terms of this License and that the license for the -\par \hich\af1\dbch\af31505\loch\f1 Executable version does not attempt to limit or alter \hich\af1\dbch\af31505\loch\f1 the recipient's -\par \hich\af1\dbch\af31505\loch\f1 rights in the Source Code version from the rights set forth in this -\par \hich\af1\dbch\af31505\loch\f1 License. If You distribute the Executable version under a different -\par \hich\af1\dbch\af31505\loch\f1 license You must make it absolutely clear that any terms which differ -\par \hich\af1\dbch\af31505\loch\f1 from this Lice\hich\af1\dbch\af31505\loch\f1 nse are offered by You alone, not by the Initial -\par \hich\af1\dbch\af31505\loch\f1 Developer or any Contributor. You hereby agree to indemnify the -\par \hich\af1\dbch\af31505\loch\f1 Initial Developer and every Contributor for any liability incurred by -\par \hich\af1\dbch\af31505\loch\f1 the Initial Developer or such Contributor as a result of a\hich\af1\dbch\af31505\loch\f1 ny such -\par \hich\af1\dbch\af31505\loch\f1 terms You offer. -\par -\par \hich\af1\dbch\af31505\loch\f1 3.7. Larger Works. -\par \hich\af1\dbch\af31505\loch\f1 You may create a Larger Work by combining Covered Code with other code -\par \hich\af1\dbch\af31505\loch\f1 not governed by the terms of this License and distribute the Larger -\par \hich\af1\dbch\af31505\loch\f1 Work as a single product. In such a case, You must make sure the -\par \hich\af1\dbch\af31505\loch\f1 requirements of this License are fulfilled for the Covered Code. -\par -\par \hich\af1\dbch\af31505\loch\f1 4. Inability to Comply Due to Statute or Regulation. -\par -\par \hich\af1\dbch\af31505\loch\f1 If it is impossible for You to comply with any of the te\hich\af1\dbch\af31505\loch\f1 rms of this -\par \hich\af1\dbch\af31505\loch\f1 License with respect to some or all of the Covered Code due to -\par \hich\af1\dbch\af31505\loch\f1 statute, judicial order, or regulation then You must: (a) comply with -\par \hich\af1\dbch\af31505\loch\f1 the terms of this License to the maximum extent possible; and (b) -\par \hich\af1\dbch\af31505\loch\f1 describe the limitations \hich\af1\dbch\af31505\loch\f1 and the code they affect. Such description -\par \hich\af1\dbch\af31505\loch\f1 must be included in the LEGAL file described in Section 3.4 and must -\par \hich\af1\dbch\af31505\loch\f1 be included with all distributions of the Source Code. Except to the -\par \hich\af1\dbch\af31505\loch\f1 extent prohibited by statute or regulation, such description\hich\af1\dbch\af31505\loch\f1 must be -\par \hich\af1\dbch\af31505\loch\f1 sufficiently detailed for a recipient of ordinary skill to be able to -\par \hich\af1\dbch\af31505\loch\f1 understand it. -\par -\par \hich\af1\dbch\af31505\loch\f1 5. Application of this License. -\par -\par \hich\af1\dbch\af31505\loch\f1 This License applies to code to which the Initial Developer has -\par \hich\af1\dbch\af31505\loch\f1 attached the notice in Exhibit A and to rela\hich\af1\dbch\af31505\loch\f1 ted Covered Code. -\par -\par \hich\af1\dbch\af31505\loch\f1 6. Versions of the License. -\par -\par \hich\af1\dbch\af31505\loch\f1 6.1. New Versions. -\par \hich\af1\dbch\af31505\loch\f1 Netscape Communications Corporation ("Netscape") may publish revised -\par \hich\af1\dbch\af31505\loch\f1 and/or new versions of the License from time to time. Each version -\par \hich\af1\dbch\af31505\loch\f1 will be given a distinguishing version number. -\par -\par \hich\af1\dbch\af31505\loch\f1 6.2. Effect of New Versions. -\par \hich\af1\dbch\af31505\loch\f1 Once Covered Code has been published under a particular version of the -\par \hich\af1\dbch\af31505\loch\f1 License, You may always continue to use it under the terms of that -\par \hich\af1\dbch\af31505\loch\f1 version. You may\hich\af1\dbch\af31505\loch\f1 also choose to use such Covered Code under the terms -\par \hich\af1\dbch\af31505\loch\f1 of any subsequent version of the License published by Netscape. No one -\par \hich\af1\dbch\af31505\loch\f1 other than Netscape has the right to modify the terms applicable to -\par \hich\af1\dbch\af31505\loch\f1 Covered Code created under this License. -\par -\par \hich\af1\dbch\af31505\loch\f1 6\hich\af1\dbch\af31505\loch\f1 .3. Derivative Works. -\par \hich\af1\dbch\af31505\loch\f1 If You create or use a modified version of this License (which you may -\par \hich\af1\dbch\af31505\loch\f1 only do in order to apply it to code which is not already Covered Code -\par \hich\af1\dbch\af31505\loch\f1 governed by this License), You must (a) rename Your license so that -\par \hich\af1\dbch\af31505\loch\f1 the \hich\af1\dbch\af31505\loch\f1 phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", -\par \hich\af1\dbch\af31505\loch\f1 "MPL", "NPL" or any confusingly similar phrase do not appear in your -\par \hich\af1\dbch\af31505\loch\f1 license (except to note that your license differs from this License) -\par \hich\af1\dbch\af31505\loch\f1 and (b) otherwise make it clear that Your version \hich\af1\dbch\af31505\loch\f1 of the license -\par \hich\af1\dbch\af31505\loch\f1 contains terms which differ from the Mozilla Public License and -\par \hich\af1\dbch\af31505\loch\f1 Netscape Public License. (Filling in the name of the Initial -\par \hich\af1\dbch\af31505\loch\f1 Developer, Original Code or Contributor in the notice described in -\par \hich\af1\dbch\af31505\loch\f1 Exhibit A shall not of themse\hich\af1\dbch\af31505\loch\f1 lves be deemed to be modifications of -\par \hich\af1\dbch\af31505\loch\f1 this License.) -\par -\par \hich\af1\dbch\af31505\loch\f1 7. DISCLAIMER OF WARRANTY. -\par -\par \hich\af1\dbch\af31505\loch\f1 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, -\par \hich\af1\dbch\af31505\loch\f1 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, -\par \hich\af1\dbch\af31505\loch\f1 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF -\par \hich\af1\dbch\af31505\loch\f1 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. -\par \hich\af1\dbch\af31505\loch\f1 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE -\par \hich\af1\dbch\af31505\loch\f1 IS WITH YOU. SHOULD ANY COVERED\hich\af1\dbch\af31505\loch\f1 CODE PROVE DEFECTIVE IN ANY RESPECT, -\par \hich\af1\dbch\af31505\loch\f1 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE -\par \hich\af1\dbch\af31505\loch\f1 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER -\par \hich\af1\dbch\af31505\loch\f1 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO US\hich\af1\dbch\af31505\loch\f1 E OF -\par \hich\af1\dbch\af31505\loch\f1 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. -\par -\par \hich\af1\dbch\af31505\loch\f1 8. TERMINATION. -\par -\par \hich\af1\dbch\af31505\loch\f1 8.1. This License and the rights granted hereunder will terminate -\par \hich\af1\dbch\af31505\loch\f1 automatically if You fail to comply with terms herein and fail to cure -\par \hich\af1\dbch\af31505\loch\f1 such\hich\af1\dbch\af31505\loch\f1 breach within 30 days of becoming aware of the breach. All -\par \hich\af1\dbch\af31505\loch\f1 sublicenses to the Covered Code which are properly granted shall -\par \hich\af1\dbch\af31505\loch\f1 survive any termination of this License. Provisions which, by their -\par \hich\af1\dbch\af31505\loch\f1 nature, must remain in effect beyond the termina\hich\af1\dbch\af31505\loch\f1 tion of this License -\par \hich\af1\dbch\af31505\loch\f1 shall survive. -\par -\par \hich\af1\dbch\af31505\loch\f1 8.2. If You initiate litigation by asserting a patent infringement -\par \hich\af1\dbch\af31505\loch\f1 claim (excluding declatory judgment actions) against Initial Developer -\par \hich\af1\dbch\af31505\loch\f1 or a Contributor (the Initial Developer or Contributor again\hich\af1\dbch\af31505\loch\f1 st whom -\par \hich\af1\dbch\af31505\loch\f1 You file such action is referred to as "Participant") alleging that: -\par -\par \hich\af1\dbch\af31505\loch\f1 (a) such Participant's Contributor Version directly or indirectly -\par \hich\af1\dbch\af31505\loch\f1 infringes any patent, then any and all rights granted by such -\par \hich\af1\dbch\af31505\loch\f1 Participant to You under Sec\hich\af1\dbch\af31505\loch\f1 tions 2.1 and/or 2.2 of this License -\par \hich\af1\dbch\af31505\loch\f1 shall, upon 60 days notice from Participant terminate prospectively, -\par \hich\af1\dbch\af31505\loch\f1 unless if within 60 days after receipt of notice You either: (i) -\par \hich\af1\dbch\af31505\loch\f1 agree in writing to pay Participant a mutually agreeable reasonable -\par \hich\af1\dbch\af31505\loch\f1 royalty for Your past and future use of Modifications made by such -\par \hich\af1\dbch\af31505\loch\f1 Participant, or (ii) withdraw Your litigation claim with respect to -\par \hich\af1\dbch\af31505\loch\f1 the Contributor Version against such Participant. If within 60 days -\par \hich\af1\dbch\af31505\loch\f1 of notice, a reasonable royalty \hich\af1\dbch\af31505\loch\f1 and payment arrangement are not -\par \hich\af1\dbch\af31505\loch\f1 mutually agreed upon in writing by the parties or the litigation claim -\par \hich\af1\dbch\af31505\loch\f1 is not withdrawn, the rights granted by Participant to You under -\par \hich\af1\dbch\af31505\loch\f1 Sections 2.1 and/or 2.2 automatically terminate at the expiration of -\par \hich\af1\dbch\af31505\loch\f1 \hich\af1\dbch\af31505\loch\f1 the 60 day notice period specified above. -\par -\par \hich\af1\dbch\af31505\loch\f1 (b) any software, hardware, or device, other than such Participant's -\par \hich\af1\dbch\af31505\loch\f1 Contributor Version, directly or indirectly infringes any patent, then -\par \hich\af1\dbch\af31505\loch\f1 any rights granted to You by such Participant under Sect\hich\af1\dbch\af31505\loch\f1 ions 2.1(b) -\par \hich\af1\dbch\af31505\loch\f1 and 2.2(b) are revoked effective as of the date You first made, used, -\par \hich\af1\dbch\af31505\loch\f1 sold, distributed, or had made, Modifications made by that -\par \hich\af1\dbch\af31505\loch\f1 Participant. -\par -\par \hich\af1\dbch\af31505\loch\f1 8.3. If You assert a patent infringement claim against Participant -\par \hich\af1\dbch\af31505\loch\f1 alleging\hich\af1\dbch\af31505\loch\f1 that such Participant's Contributor Version directly or -\par \hich\af1\dbch\af31505\loch\f1 indirectly infringes any patent where such claim is resolved (such as -\par \hich\af1\dbch\af31505\loch\f1 by license or settlement) prior to the initiation of patent -\par \hich\af1\dbch\af31505\loch\f1 infringement litigation, then the reasonable value of \hich\af1\dbch\af31505\loch\f1 the licenses -\par \hich\af1\dbch\af31505\loch\f1 granted by such Participant under Sections 2.1 or 2.2 shall be taken -\par \hich\af1\dbch\af31505\loch\f1 into account in determining the amount or value of any payment or -\par \hich\af1\dbch\af31505\loch\f1 license. -\par -\par \hich\af1\dbch\af31505\loch\f1 8.4. In the event of termination under Sections 8.1 or 8.2 above, -\par \hich\af1\dbch\af31505\loch\f1 all end user license agreements (excluding distributors and resellers) -\par \hich\af1\dbch\af31505\loch\f1 which have been validly granted by You or any distributor hereunder -\par \hich\af1\dbch\af31505\loch\f1 prior to termination shall survive termination. -\par -\par \hich\af1\dbch\af31505\loch\f1 9. LIMITATION OF LIABILITY. -\par -\par \hich\af1\dbch\af31505\loch\f1 UNDER NO CIRCUMSTAN\hich\af1\dbch\af31505\loch\f1 CES AND UNDER NO LEGAL THEORY, WHETHER TORT -\par \hich\af1\dbch\af31505\loch\f1 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL -\par \hich\af1\dbch\af31505\loch\f1 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, -\par \hich\af1\dbch\af31505\loch\f1 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY\hich\af1\dbch\af31505\loch\f1 PERSON FOR -\par \hich\af1\dbch\af31505\loch\f1 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY -\par \hich\af1\dbch\af31505\loch\f1 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, -\par \hich\af1\dbch\af31505\loch\f1 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER -\par \hich\af1\dbch\af31505\loch\f1 COMMERCIAL DAMAGE\hich\af1\dbch\af31505\loch\f1 S OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN -\par \hich\af1\dbch\af31505\loch\f1 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF -\par \hich\af1\dbch\af31505\loch\f1 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY -\par \hich\af1\dbch\af31505\loch\f1 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICAB\hich\af1\dbch\af31505\loch\f1 LE LAW -\par \hich\af1\dbch\af31505\loch\f1 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE -\par \hich\af1\dbch\af31505\loch\f1 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO -\par \hich\af1\dbch\af31505\loch\f1 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. -\par -\par \hich\af1\dbch\af31505\loch\f1 10. U.S. GOVERNMENT END USERS. -\par -\par \hich\af1\dbch\af31505\loch\f1 The Covered Co\hich\af1\dbch\af31505\loch\f1 de is a "commercial item," as that term is defined in -\par \hich\af1\dbch\af31505\loch\f1 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer -\par \hich\af1\dbch\af31505\loch\f1 software" and "commercial computer software documentation," as such -\par \hich\af1\dbch\af31505\loch\f1 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consis\hich\af1\dbch\af31505\loch\f1 tent with 48 -\par \hich\af1\dbch\af31505\loch\f1 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), -\par \hich\af1\dbch\af31505\loch\f1 all U.S. Government End Users acquire Covered Code with only those -\par \hich\af1\dbch\af31505\loch\f1 rights set forth herein. -\par -\par \hich\af1\dbch\af31505\loch\f1 11. MISCELLANEOUS. -\par -\par \hich\af1\dbch\af31505\loch\f1 This License represents the complete agreement concerning subject -\par \hich\af1\dbch\af31505\loch\f1 matter hereof. If any provision of this License is held to be -\par \hich\af1\dbch\af31505\loch\f1 unenforceable, such provision shall be reformed only to the extent -\par \hich\af1\dbch\af31505\loch\f1 necessary to make it enforceable. This Li\hich\af1\dbch\af31505\loch\f1 cense shall be governed by -\par \hich\af1\dbch\af31505\loch\f1 California law provisions (except to the extent applicable law, if -\par \hich\af1\dbch\af31505\loch\f1 any, provides otherwise), excluding its conflict-of-law provisions. -\par \hich\af1\dbch\af31505\loch\f1 With respect to disputes in which at least one party is a citizen of, -\par \hich\af1\dbch\af31505\loch\f1 or a\hich\af1\dbch\af31505\loch\f1 n entity chartered or registered to do business in the United -\par \hich\af1\dbch\af31505\loch\f1 States of America, any litigation relating to this License shall be -\par \hich\af1\dbch\af31505\loch\f1 subject to the jurisdiction of the Federal Courts of the Northern -\par \hich\af1\dbch\af31505\loch\f1 District of California, with venue lying in S\hich\af1\dbch\af31505\loch\f1 anta Clara County, -\par \hich\af1\dbch\af31505\loch\f1 California, with the losing party responsible for costs, including -\par \hich\af1\dbch\af31505\loch\f1 without limitation, court costs and reasonable attorneys' fees and -\par \hich\af1\dbch\af31505\loch\f1 expenses. The application of the United Nations Convention on -\par \hich\af1\dbch\af31505\loch\f1 Contracts for the Int\hich\af1\dbch\af31505\loch\f1 ernational Sale of Goods is expressly excluded. -\par \hich\af1\dbch\af31505\loch\f1 Any law or regulation which provides that the language of a contract -\par \hich\af1\dbch\af31505\loch\f1 shall be construed against the drafter shall not apply to this -\par \hich\af1\dbch\af31505\loch\f1 License. -\par -\par \hich\af1\dbch\af31505\loch\f1 12. RESPONSIBILITY FOR CLAIMS. -\par -\par \hich\af1\dbch\af31505\loch\f1 As between Ini\hich\af1\dbch\af31505\loch\f1 tial Developer and the Contributors, each party is -\par \hich\af1\dbch\af31505\loch\f1 responsible for claims and damages arising, directly or indirectly, -\par \hich\af1\dbch\af31505\loch\f1 out of its utilization of rights under this License and You agree to -\par \hich\af1\dbch\af31505\loch\f1 work with Initial Developer \hich\af1\dbch\af31505\loch\f1 and Contributors to distribute such -\par \hich\af1\dbch\af31505\loch\f1 responsibility on an equitable basis. Nothing herein is intended or -\par \hich\af1\dbch\af31505\loch\f1 shall be deemed to constitute any admission of liability. -\par -\par \hich\af1\dbch\af31505\loch\f1 13. MULTIPLE-LICENSED CODE. -\par -\par \hich\af1\dbch\af31505\loch\f1 Initial Developer may designate portions of the C\hich\af1\dbch\af31505\loch\f1 overed Code as -\par \hich\af1\dbch\af31505\loch\f1 "Multiple-Licensed". "Multiple-Licensed" means that the Initial -\par \hich\af1\dbch\af31505\loch\f1 Developer permits you to utilize portions of the Covered Code under -\par \hich\af1\dbch\af31505\loch\f1 Your choice of the NPL or the alternative licenses, if any, specified -\par \hich\af1\dbch\af31505\loch\f1 by the Initial Dev\hich\af1\dbch\af31505\loch\f1 eloper in the file described in Exhibit A. -\par -\par \hich\af1\dbch\af31505\loch\f1 EXHIBIT A -Mozilla Public License. -\par -\par \hich\af1\dbch\af31505\loch\f1 ``The contents of this file are subject to the Mozilla Public License -\par \hich\af1\dbch\af31505\loch\f1 Version 1.1 (the "License"); you may not use this file except in -\par \hich\af1\dbch\af31505\loch\f1 compliance with the Licens\hich\af1\dbch\af31505\loch\f1 e. You may obtain a copy of the License at -\par \hich\af1\dbch\af31505\loch\f1 http://www.mozilla.org/MPL/ -\par -\par \hich\af1\dbch\af31505\loch\f1 Software distributed under the License is distributed on an "AS IS" -\par \hich\af1\dbch\af31505\loch\f1 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the -\par \hich\af1\dbch\af31505\loch\f1 License for the specific\hich\af1\dbch\af31505\loch\f1 language governing rights and limitations -\par \hich\af1\dbch\af31505\loch\f1 under the License. -\par -\par \hich\af1\dbch\af31505\loch\f1 The Original Code is ______________________________________. -\par -\par \hich\af1\dbch\af31505\loch\f1 The Initial Developer of the Original Code is ________________________. -\par \hich\af1\dbch\af31505\loch\f1 Portions created by ______________________ are Copyright (C) ______ -\par \hich\af1\dbch\af31505\loch\f1 _______________________. All Rights Reserved. -\par -\par \hich\af1\dbch\af31505\loch\f1 Contributor(s): ______________________________________. -\par -\par \hich\af1\dbch\af31505\loch\f1 Alternatively, the contents of this file may be used under the t\hich\af1\dbch\af31505\loch\f1 erms -\par \hich\af1\dbch\af31505\loch\f1 of the _____ license (the "[___] License"), in which case the -\par \hich\af1\dbch\af31505\loch\f1 provisions of [______] License are applicable instead of those -\par \hich\af1\dbch\af31505\loch\f1 above. If you wish to allow use of your version of this file only -\par \hich\af1\dbch\af31505\loch\f1 under the terms of the [____] License \hich\af1\dbch\af31505\loch\f1 and not to allow others to use -\par \hich\af1\dbch\af31505\loch\f1 your version of this file under the MPL, indicate your decision by -\par \hich\af1\dbch\af31505\loch\f1 deleting the provisions above and replace them with the notice and -\par \hich\af1\dbch\af31505\loch\f1 other provisions required by the [___] License. If you do not delete -\par \hich\af1\dbch\af31505\loch\f1 \hich\af1\dbch\af31505\loch\f1 the provisions above, a recipient may use your version of this file -\par \hich\af1\dbch\af31505\loch\f1 under either the MPL or the [___] License." -\par -\par \hich\af1\dbch\af31505\loch\f1 [NOTE: The text of this Exhibit A may differ slightly from the text of -\par \hich\af1\dbch\af31505\loch\f1 the notices in the Source Code files of the Original Cod\hich\af1\dbch\af31505\loch\f1 e. You should -\par \hich\af1\dbch\af31505\loch\f1 use the text of this Exhibit A rather than the text found in the -\par \hich\af1\dbch\af31505\loch\f1 Original Code Source Code for Your Modifications.] -\par -\par -\par }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe1049\langnp1033\insrsid9123021\charrsid269322 -\par }{\*\themedata 504b030414000600080000002100e9de0fbfff0000001c020000130000005b436f6e74656e745f54797065735d2e786d6cac91cb4ec3301045f748fc83e52d4a -9cb2400825e982c78ec7a27cc0c8992416c9d8b2a755fbf74cd25442a820166c2cd933f79e3be372bd1f07b5c3989ca74aaff2422b24eb1b475da5df374fd9ad -5689811a183c61a50f98f4babebc2837878049899a52a57be670674cb23d8e90721f90a4d2fa3802cb35762680fd800ecd7551dc18eb899138e3c943d7e503b6 -b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0 -0c895fcf6720192de6bf3b9e89ecdbd6596cbcdd8eb28e7c365ecc4ec1ff1460f53fe813d3cc7f5b7f020000ffff0300504b030414000600080000002100a5d6 -a7e7c0000000360100000b0000005f72656c732f2e72656c73848fcf6ac3300c87ef85bd83d17d51d2c31825762fa590432fa37d00e1287f68221bdb1bebdb4f -c7060abb0884a4eff7a93dfeae8bf9e194e720169aaa06c3e2433fcb68e1763dbf7f82c985a4a725085b787086a37bdbb55fbc50d1a33ccd311ba548b6309512 -0f88d94fbc52ae4264d1c910d24a45db3462247fa791715fd71f989e19e0364cd3f51652d73760ae8fa8c9ffb3c330cc9e4fc17faf2ce545046e37944c69e462 -a1a82fe353bd90a865aad41ed0b5b8f9d6fd010000ffff0300504b0304140006000800000021006b799616830000008a0000001c0000007468656d652f746865 -6d652f7468656d654d616e616765722e786d6c0ccc4d0ac3201040e17da17790d93763bb284562b2cbaebbf600439c1a41c7a0d29fdbd7e5e38337cedf14d59b -4b0d592c9c070d8a65cd2e88b7f07c2ca71ba8da481cc52c6ce1c715e6e97818c9b48d13df49c873517d23d59085adb5dd20d6b52bd521ef2cdd5eb9246a3d8b -4757e8d3f729e245eb2b260a0238fd010000ffff0300504b03041400060008000000210054b663bbf5060000c21a0000160000007468656d652f7468656d652f -7468656d65312e786d6cec59dd8e133714beafd47718cd7dc8df4c7e5604944c126861019140c5a5377132663de368ecec1221240457bd69558956bd2852db9b -5e5455572a555155d457589e0109d4d287e8b16732b1132f2c2b2aa18a5d6977e27ce7f8f33967bee3199f3e7b2ba2ce1e4e386171cb2d9f2ab90e8e476c4ce2 -69cbbd36ec171aaec3058ac788b218b7dc05e6eed9331f7e701a6d891047d801fb986fa1961b0a31db2a16f90886113fc5663886ef262c8990808fc9b4384ed0 -3ef88d68b1522ad58a1122b1ebc42802b787df1ffe7af8c7e1817379322123ec9e59faef519824165c0e8c683290def1d2e8bba7f70e0f0e9f1c3e3a3c787a17 -ae9fc0ffcf95ed78b72c2df882073471f6106db930f598ed0ff12de13a1471015fb4dc92fa718b674e17d1566644c511b69a5d5ffd647699c178b7a2e64ca63b -f9a49ee77bb576ee5f01a8d8c4f5eabd5aaf96fb5300341ac1ca532eba4fbfd3ec74fd0cab81d24b8bef6ebd5b2d1b78cd7f758373db97bf065e8152ffde06be -df0f208a065e8152bcbf81f7bc7a25f00cbc02a5f8da06be5e6a77bdba8157a090927877035df26bd560b9da1c3261f4bc15def4bd7ebd92395fa1a01af26a93 -534c582c8e5b7b11bac9923e1848438a04891db198e1091a41a10788929d843817c93484429ca19871182e554afd5215feca5f4f5da908a12d8c346bc91398f1 -8d21c9cfe1a384cc44cbfd18bcba1ae4f9e3c7cfee3d7a76efb767f7ef3fbbf77336b77265d89d47f154b77bf9c317ff3cbcebfcfdcbb72f1f7c994ebd8ee73a -fec54f9fbef8fdcf57b98715af42f1fcab83178f0e9e7ffdd95f3f3eb0786f276847870f4984b97309ef3b5759040bb4f0c73bc99b590c4344748b763ce52846 -72168bff9e080df4a505a2c882eb60338ed713901e1bf0dcfca64178102673412c1e2f849101dc668c7658628dc205399716e6e13c9eda274fe63aee2a427bb6 -b903141b59eecd67a0c1c4e63208b141f30a45b140531c63e1c8efd82ec696d5dd20c488eb3619258cb389706e10a78388352443b26354d3cae83c89202f0b1b -41c8b7119bedeb4e8751dbaabb78cf44c2bd81a885fc1053238ce7d05ca0c8e6728822aa07fc2212a18de460918c745c8f0bc8f41453e6f4c698739bcde504d6 -ab25fd02c88c3deddb741199c844905d9bcf8b88311dd965bb4188a2990d3b2071a8633fe2bb50a2c8b9c2840dbecdcc3b447e863ca0f8c8745f27d848f7ebd5 -e01a28ac4e695520f29b7962c9e539cc8cfa1d2ce804612535d0100c5d8f48fc5a915f9377ffbf937710d1e7df3cb4ace8ed48baddb1918f3714f37642ac77d3 -f935093f0ab72edc014bc6e4ddd7ed2e9ac75730dc2a9bcdebbd6cbf976df77f2fdb47ddcf6f5fac57fa0cd22db7ade9f65d6de6a363efe52784d28158507c91 -abed3c872e35eec3a0f4a31e7571feac370be152ded930a1819b2648d93809139f10110e4234833d7fd9954ea63c733de5ce8c71781450c356df124fe7d1361b -a78fb4e5b27c7c4dc58423b11a2ff9f9383c7e88145dabaf1ed372f78aed543d5e2f0948db3721a14d6692a85a48d497833248ea611e826621a156f65658342d -2c1ad2fd32551b2c805a9e15d84639b0f96ab9be072660044f5988e2b1cc539aea65765532df66a68f0aa65101b0a75856c02ad34dc9f5c8e5c9d5a5a5768c4c -1b24b4723349a8c8a89ec64334c65975cad1e3d078d35c37572935e8c950a8f9a0b45634ea8d57b13869aec16e5d1b68ac2b058d9dfd965babfa503223346bb9 -1378150097d10c6a87cbed2fa25378e53612497ac39f44596609175dc4c334e04a7452358888c0894349d472e5f2f334d0586988e256ae8020bcb3e49a202bef -1a3948ba99643c99e091d0d3ae8dc848a71f41e153adb07eabcc4f0e96966c0ee91e84e37d6787ce93ab084accaf976500c784c31ba1721acd3181579eb990ad -ea6fad3165b2abbf735435948e233a0b51d65174314fe14aca733aea531e03ed53b66608a81692ac11ee4c6583d5836a74d3bc6ba41c8eecbaaf379291d34473 -d5330d55915dd3ae62c60ccb36b016cb9335798dd532c4a0697a874fa57b5d729b4bad5bdb27e45d02029ec7cfd2758fd110346aabc90c6a92f1a60c4bcdce46 -cddeb15ce06ba81da74968aa5f5bba5d8b5bde23acd3c1e0893a3fd8ad572d0c4d96fb4c1569755ca21f67b09d9b201e5d78313ca782ab54c2e1448260433450 -7b925436e016b925b25b03ae9c79425aeeed92dff6828a1f144a0dbf57f0aa5ea9d0f0dbd542dbf7abe59e5f2e753b953bd058441895fdf4a8a60fafa5e8223b -b051e31b8736d1f2cddba9118b8a4c9dc5141571756853ae188736e9598d33944732ae4340746ed72afd66b5d9a9159ad576bfe0753b8d4233a8750add5a50ef -f6bb81df68f6efb8ce9e027bed6ae0d57a8d42ad1c0405af5692f41bcd42ddab54da5ebddde879ed3bd93606569eca47160b08afe275e65f000000ffff030050 -4b0304140006000800000021000dd1909fb60000001b010000270000007468656d652f7468656d652f5f72656c732f7468656d654d616e616765722e786d6c2e -72656c73848f4d0ac2301484f78277086f6fd3ba109126dd88d0add40384e4350d363f2451eced0dae2c082e8761be9969bb979dc9136332de3168aa1a083ae9 -95719ac16db8ec8e4052164e89d93b64b060828e6f37ed1567914b284d262452282e3198720e274a939cd08a54f980ae38a38f56e422a3a641c8bbd048f7757d -a0f19b017cc524bd62107bd5001996509affb3fd381a89672f1f165dfe514173d9850528a2c6cce0239baa4c04ca5bbabac4df000000ffff0300504b01022d00 -14000600080000002100e9de0fbfff0000001c0200001300000000000000000000000000000000005b436f6e74656e745f54797065735d2e786d6c504b01022d -0014000600080000002100a5d6a7e7c0000000360100000b00000000000000000000000000300100005f72656c732f2e72656c73504b01022d00140006000800 -000021006b799616830000008a0000001c00000000000000000000000000190200007468656d652f7468656d652f7468656d654d616e616765722e786d6c504b -01022d001400060008000000210054b663bbf5060000c21a00001600000000000000000000000000d60200007468656d652f7468656d652f7468656d65312e78 -6d6c504b01022d00140006000800000021000dd1909fb60000001b0100002700000000000000000000000000ff0900007468656d652f7468656d652f5f72656c732f7468656d654d616e616765722e786d6c2e72656c73504b050600000000050005005d010000fa0a00000000} -{\*\colorschememapping 3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d3822207374616e64616c6f6e653d22796573223f3e0d0a3c613a636c724d -617020786d6c6e733a613d22687474703a2f2f736368656d61732e6f70656e786d6c666f726d6174732e6f72672f64726177696e676d6c2f323030362f6d6169 -6e22206267313d226c743122207478313d22646b3122206267323d226c743222207478323d22646b322220616363656e74313d22616363656e74312220616363 -656e74323d22616363656e74322220616363656e74333d22616363656e74332220616363656e74343d22616363656e74342220616363656e74353d22616363656e74352220616363656e74363d22616363656e74362220686c696e6b3d22686c696e6b2220666f6c486c696e6b3d22666f6c486c696e6b222f3e} -{\*\latentstyles\lsdstimax371\lsdlockeddef0\lsdsemihiddendef0\lsdunhideuseddef0\lsdqformatdef0\lsdprioritydef99{\lsdlockedexcept \lsdqformat1 \lsdpriority0 \lsdlocked0 Normal;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 1; -\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority9 \lsdlocked0 heading 2;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority9 \lsdlocked0 heading 3;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority9 \lsdlocked0 heading 4; -\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority9 \lsdlocked0 heading 5;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority9 \lsdlocked0 heading 6;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority9 \lsdlocked0 heading 7; -\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority9 \lsdlocked0 heading 8;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority9 \lsdlocked0 heading 9;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 1; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 5; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 6;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 7;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 9; -\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 1;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 2;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 3; -\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 4;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 5;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 6; -\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 7;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 8;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 9;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal Indent; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 footnote text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 header;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 footer; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index heading;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority35 \lsdlocked0 caption;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 table of figures; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 envelope address;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 envelope return;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 footnote reference;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation reference; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 line number;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 page number;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 endnote reference;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 endnote text; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 table of authorities;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 macro;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 toa heading;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 5;\lsdqformat1 \lsdpriority10 \lsdlocked0 Title;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Closing; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Signature;\lsdsemihidden1 \lsdunhideused1 \lsdpriority1 \lsdlocked0 Default Paragraph Font;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text Indent; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 4; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Message Header;\lsdqformat1 \lsdpriority11 \lsdlocked0 Subtitle;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Salutation; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Date;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text First Indent;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text First Indent 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Note Heading; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text Indent 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text Indent 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Block Text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Hyperlink;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 FollowedHyperlink;\lsdqformat1 \lsdpriority22 \lsdlocked0 Strong; -\lsdqformat1 \lsdpriority20 \lsdlocked0 Emphasis;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Document Map;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Plain Text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 E-mail Signature; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Top of Form;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Bottom of Form;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal (Web);\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Acronym; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Address;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Cite;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Code;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Definition; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Keyboard;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Preformatted;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Sample;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Typewriter; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Variable;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal Table;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation subject;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 No List; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 1; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 6; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 7;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 6; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 7;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Contemporary;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Elegant;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Professional; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Subtle 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Subtle 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Balloon Text;\lsdpriority39 \lsdlocked0 Table Grid;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Theme;\lsdsemihidden1 \lsdlocked0 Placeholder Text; -\lsdqformat1 \lsdpriority1 \lsdlocked0 No Spacing;\lsdpriority60 \lsdlocked0 Light Shading;\lsdpriority61 \lsdlocked0 Light List;\lsdpriority62 \lsdlocked0 Light Grid;\lsdpriority63 \lsdlocked0 Medium Shading 1;\lsdpriority64 \lsdlocked0 Medium Shading 2; -\lsdpriority65 \lsdlocked0 Medium List 1;\lsdpriority66 \lsdlocked0 Medium List 2;\lsdpriority67 \lsdlocked0 Medium Grid 1;\lsdpriority68 \lsdlocked0 Medium Grid 2;\lsdpriority69 \lsdlocked0 Medium Grid 3;\lsdpriority70 \lsdlocked0 Dark List; -\lsdpriority71 \lsdlocked0 Colorful Shading;\lsdpriority72 \lsdlocked0 Colorful List;\lsdpriority73 \lsdlocked0 Colorful Grid;\lsdpriority60 \lsdlocked0 Light Shading Accent 1;\lsdpriority61 \lsdlocked0 Light List Accent 1; -\lsdpriority62 \lsdlocked0 Light Grid Accent 1;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 1;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 1;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 1;\lsdsemihidden1 \lsdlocked0 Revision; -\lsdqformat1 \lsdpriority34 \lsdlocked0 List Paragraph;\lsdqformat1 \lsdpriority29 \lsdlocked0 Quote;\lsdqformat1 \lsdpriority30 \lsdlocked0 Intense Quote;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 1;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 1; -\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 1;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 1;\lsdpriority70 \lsdlocked0 Dark List Accent 1;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 1;\lsdpriority72 \lsdlocked0 Colorful List Accent 1; -\lsdpriority73 \lsdlocked0 Colorful Grid Accent 1;\lsdpriority60 \lsdlocked0 Light Shading Accent 2;\lsdpriority61 \lsdlocked0 Light List Accent 2;\lsdpriority62 \lsdlocked0 Light Grid Accent 2;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 2; -\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 2;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 2;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 2;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 2;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 2; -\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 2;\lsdpriority70 \lsdlocked0 Dark List Accent 2;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 2;\lsdpriority72 \lsdlocked0 Colorful List Accent 2;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 2; -\lsdpriority60 \lsdlocked0 Light Shading Accent 3;\lsdpriority61 \lsdlocked0 Light List Accent 3;\lsdpriority62 \lsdlocked0 Light Grid Accent 3;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 3;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 3; -\lsdpriority65 \lsdlocked0 Medium List 1 Accent 3;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 3;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 3;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 3;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 3; -\lsdpriority70 \lsdlocked0 Dark List Accent 3;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 3;\lsdpriority72 \lsdlocked0 Colorful List Accent 3;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 3;\lsdpriority60 \lsdlocked0 Light Shading Accent 4; -\lsdpriority61 \lsdlocked0 Light List Accent 4;\lsdpriority62 \lsdlocked0 Light Grid Accent 4;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 4;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 4;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 4; -\lsdpriority66 \lsdlocked0 Medium List 2 Accent 4;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 4;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 4;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 4;\lsdpriority70 \lsdlocked0 Dark List Accent 4; -\lsdpriority71 \lsdlocked0 Colorful Shading Accent 4;\lsdpriority72 \lsdlocked0 Colorful List Accent 4;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 4;\lsdpriority60 \lsdlocked0 Light Shading Accent 5;\lsdpriority61 \lsdlocked0 Light List Accent 5; -\lsdpriority62 \lsdlocked0 Light Grid Accent 5;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 5;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 5;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 5;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 5; -\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 5;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 5;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 5;\lsdpriority70 \lsdlocked0 Dark List Accent 5;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 5; -\lsdpriority72 \lsdlocked0 Colorful List Accent 5;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 5;\lsdpriority60 \lsdlocked0 Light Shading Accent 6;\lsdpriority61 \lsdlocked0 Light List Accent 6;\lsdpriority62 \lsdlocked0 Light Grid Accent 6; -\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 6;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 6;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 6;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 6; -\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 6;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 6;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 6;\lsdpriority70 \lsdlocked0 Dark List Accent 6;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 6; -\lsdpriority72 \lsdlocked0 Colorful List Accent 6;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 6;\lsdqformat1 \lsdpriority19 \lsdlocked0 Subtle Emphasis;\lsdqformat1 \lsdpriority21 \lsdlocked0 Intense Emphasis; -\lsdqformat1 \lsdpriority31 \lsdlocked0 Subtle Reference;\lsdqformat1 \lsdpriority32 \lsdlocked0 Intense Reference;\lsdqformat1 \lsdpriority33 \lsdlocked0 Book Title;\lsdsemihidden1 \lsdunhideused1 \lsdpriority37 \lsdlocked0 Bibliography; -\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority39 \lsdlocked0 TOC Heading;\lsdpriority41 \lsdlocked0 Plain Table 1;\lsdpriority42 \lsdlocked0 Plain Table 2;\lsdpriority43 \lsdlocked0 Plain Table 3;\lsdpriority44 \lsdlocked0 Plain Table 4; -\lsdpriority45 \lsdlocked0 Plain Table 5;\lsdpriority40 \lsdlocked0 Grid Table Light;\lsdpriority46 \lsdlocked0 Grid Table 1 Light;\lsdpriority47 \lsdlocked0 Grid Table 2;\lsdpriority48 \lsdlocked0 Grid Table 3;\lsdpriority49 \lsdlocked0 Grid Table 4; -\lsdpriority50 \lsdlocked0 Grid Table 5 Dark;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 1;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 1; -\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 1;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 1;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 1;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 1; -\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 1;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 2;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 2;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 2; -\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 2;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 2;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 2;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 2; -\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 3;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 3;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 3;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 3; -\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 3;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 3;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 3;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 4; -\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 4;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 4;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 4;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 4; -\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 4;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 4;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 5;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 5; -\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 5;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 5;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 5;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 5; -\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 5;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 6;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 6;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 6; -\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 6;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 6;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 6;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 6; -\lsdpriority46 \lsdlocked0 List Table 1 Light;\lsdpriority47 \lsdlocked0 List Table 2;\lsdpriority48 \lsdlocked0 List Table 3;\lsdpriority49 \lsdlocked0 List Table 4;\lsdpriority50 \lsdlocked0 List Table 5 Dark; -\lsdpriority51 \lsdlocked0 List Table 6 Colorful;\lsdpriority52 \lsdlocked0 List Table 7 Colorful;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 1;\lsdpriority47 \lsdlocked0 List Table 2 Accent 1;\lsdpriority48 \lsdlocked0 List Table 3 Accent 1; -\lsdpriority49 \lsdlocked0 List Table 4 Accent 1;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 1;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 1;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 1; -\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 2;\lsdpriority47 \lsdlocked0 List Table 2 Accent 2;\lsdpriority48 \lsdlocked0 List Table 3 Accent 2;\lsdpriority49 \lsdlocked0 List Table 4 Accent 2; -\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 2;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 2;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 2;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 3; -\lsdpriority47 \lsdlocked0 List Table 2 Accent 3;\lsdpriority48 \lsdlocked0 List Table 3 Accent 3;\lsdpriority49 \lsdlocked0 List Table 4 Accent 3;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 3; -\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 3;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 3;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 4;\lsdpriority47 \lsdlocked0 List Table 2 Accent 4; -\lsdpriority48 \lsdlocked0 List Table 3 Accent 4;\lsdpriority49 \lsdlocked0 List Table 4 Accent 4;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 4;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 4; -\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 4;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 5;\lsdpriority47 \lsdlocked0 List Table 2 Accent 5;\lsdpriority48 \lsdlocked0 List Table 3 Accent 5; -\lsdpriority49 \lsdlocked0 List Table 4 Accent 5;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 5;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 5;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 5; -\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 6;\lsdpriority47 \lsdlocked0 List Table 2 Accent 6;\lsdpriority48 \lsdlocked0 List Table 3 Accent 6;\lsdpriority49 \lsdlocked0 List Table 4 Accent 6; -\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 6;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 6;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 6;}}{\*\datastore 010500000200000018000000 -4d73786d6c322e534158584d4c5265616465722e362e30000000000000000000000e0000 -d0cf11e0a1b11ae1000000000000000000000000000000003e000300feff0900060000000000000000000000010000000100000000000000001000000200000001000000feffffff0000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -fffffffffffffffffdffffff04000000feffffff05000000fefffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffff010000000c6ad98892f1d411a65f0040963251e50000000000000000000000006073 -1aa2cad9d3010300000080020000000000004d0073006f004400610074006100530074006f0072006500000000000000000000000000000000000000000000000000000000000000000000000000000000001a000101ffffffffffffffff02000000000000000000000000000000000000000000000060731aa2cad9d301 -60731aa2cad9d301000000000000000000000000ca003500d9005100cc004600cd00cc00c300d4003400de00d4005300c800dd00d500de005a005300d30051003d003d000000000000000000000000000000000032000101ffffffffffffffff03000000000000000000000000000000000000000000000060731aa2cad9 -d30160731aa2cad9d3010000000000000000000000004900740065006d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000201ffffffff04000000ffffffff000000000000000000000000000000000000000000000000 -00000000000000000000000000000000f100000000000000010000000200000003000000feffffff0500000006000000070000000800000009000000feffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff3c623a536f757263657320786d6c6e733a623d22687474703a2f2f736368656d61732e6f70656e786d6c666f726d6174732e6f72672f6f6666696365446f63756d656e742f323030362f6269626c696f6772617068792220786d6c6e733d -22687474703a2f2f736368656d61732e6f70656e786d6c666f726d6174732e6f72672f6f6666696365446f63756d656e742f323030362f6269626c696f677261706879222053656c65637465645374796c653d225c415041536978746845646974696f6e4f66666963654f6e6c696e652e78736c22205374796c654e616d -653d22415041222056657273696f6e3d2236222f3e0000000000000000000000000000003c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d3822207374616e64616c6f6e653d226e6f223f3e0d0a3c64733a6461746173746f72654974656d2064733a6974656d49443d227b42303530 -464541392d364335422d343738462d424544312d3241334444374536353243447d2220786d6c6e733a64733d22687474703a2f2f736368656d61732e6f70656e786d6c666f726d6174732e6f72672f6f6666696365446f63756d656e742f323030362f637573746f6d586d6c223e3c64733a736368656d61526566733e3c -64733a736368656d615265662064733a7572693d22687474703a2f2f736368656d61732e6f70656e500072006f007000650072007400690065007300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000200ffffffffffffffffffffffff000000000000 -0000000000000000000000000000000000000000000000000000000000000400000055010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000 -00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000 -000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff -000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000786d6c666f726d6174732e6f72672f6f6666696365446f63756d656e742f323030362f6269626c696f677261706879222f3e3c2f64733a736368656d61526566733e3c2f64733a6461746173746f -72654974656d3e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000105000000000000}} +{\rtf1\ansi\ansicpg1251\deff0\nouicompat\deflang1049\deflangfe1049{\fonttbl{\f0\fswiss\fprq2\fcharset204 Arial;}{\f1\fswiss\fprq2\fcharset0 Arial;}} +{\colortbl ;\red0\green0\blue255;} +{\*\generator Riched20 10.0.17763}{\*\mmathPr\mnaryLim0\mdispDef1\mwrapIndent1440 }\viewkind4\uc1 +\pard\nowidctlpar\f0\fs20 MOZILLA PUBLIC LICENSE\par +Version 1.1\par +\par +---------------\par +\par +1. Definitions.\par +\par + 1.0.1. "Commercial Use" means distribution or otherwise making the\par + Covered Code available to a third party.\par +\par + 1.1. "Contributor" means each entity that creates or contributes to\par + the creation of Modifications.\par +\par + 1.2. "Contributor Version" means the combination of the Original\par + Code, prior Modifications used by a Contributor, and the Modifications\par + made by that particular Contributor.\par +\par + 1.3. "Covered Code" means the Original Code or Modifications or the\par + combination of the Original Code and Modifications, in each case\par + including portions thereof.\par +\par + 1.4. "Electronic Distribution Mechanism" means a mechanism generally\par + accepted in the software development community for the electronic\par + transfer of data.\par +\par + 1.5. "Executable" means Covered Code in any form other than Source\par + Code.\par +\par + 1.6. "Initial Developer" means the individual or entity identified\par + as the Initial Developer in the Source Code notice required by Exhibit\par + A.\par +\par + 1.7. "Larger Work" means a work which combines Covered Code or\par + portions thereof with code not governed by the terms of this License.\par +\par + 1.8. "License" means this document.\par +\par + 1.8.1. "Licensable" means having the right to grant, to the maximum\par + extent possible, whether at the time of the initial grant or\par + subsequently acquired, any and all of the rights conveyed herein.\par +\par + 1.9. "Modifications" means any addition to or deletion from the\par + substance or structure of either the Original Code or any previous\par + Modifications. When Covered Code is released as a series of files, a\par + Modification is:\par + A. Any addition to or deletion from the contents of a file\par + containing Original Code or previous Modifications.\par +\par + B. Any new file that contains any part of the Original Code or\par + previous Modifications.\par +\par + 1.10. "Original Code" means Source Code of computer software code\par + which is described in the Source Code notice required by Exhibit A as\par + Original Code, and which, at the time of its release under this\par + License is not already Covered Code governed by this License.\par +\par + 1.10.1. "Patent Claims" means any patent claim(s), now owned or\par + hereafter acquired, including without limitation, method, process,\par + and apparatus claims, in any patent Licensable by grantor.\par +\par + 1.11. "Source Code" means the preferred form of the Covered Code for\par + making modifications to it, including all modules it contains, plus\par + any associated interface definition files, scripts used to control\par + compilation and installation of an Executable, or source code\par + differential comparisons against either the Original Code or another\par + well known, available Covered Code of the Contributor's choice. The\par + Source Code can be in a compressed or archival form, provided the\par + appropriate decompression or de-archiving software is widely available\par + for no charge.\par +\par + 1.12. "You" (or "Your") means an individual or a legal entity\par + exercising rights under, and complying with all of the terms of, this\par + License or a future version of this License issued under Section 6.1.\par + For legal entities, "You" includes any entity which controls, is\par + controlled by, or is under common control with You. For purposes of\par + this definition, "control" means (a) the power, direct or indirect,\par + to cause the direction or management of such entity, whether by\par + contract or otherwise, or (b) ownership of more than fifty percent\par + (50%) of the outstanding shares or beneficial ownership of such\par + entity.\par +\par +2. Source Code License.\par +\par + 2.1. The Initial Developer Grant.\par + The Initial Developer hereby grants You a world-wide, royalty-free,\par + non-exclusive license, subject to third party intellectual property\par + claims:\par + (a) under intellectual property rights (other than patent or\par + trademark) Licensable by Initial Developer to use, reproduce,\par + modify, display, perform, sublicense and distribute the Original\par + Code (or portions thereof) with or without Modifications, and/or\par + as part of a Larger Work; and\par +\par + (b) under Patents Claims infringed by the making, using or\par + selling of Original Code, to make, have made, use, practice,\par + sell, and offer for sale, and/or otherwise dispose of the\par + Original Code (or portions thereof).\par +\par + (c) the licenses granted in this Section 2.1(a) and (b) are\par + effective on the date Initial Developer first distributes\par + Original Code under the terms of this License.\par +\par + (d) Notwithstanding Section 2.1(b) above, no patent license is\par + granted: 1) for code that You delete from the Original Code; 2)\par + separate from the Original Code; or 3) for infringements caused\par + by: i) the modification of the Original Code or ii) the\par + combination of the Original Code with other software or devices.\par +\par + 2.2. Contributor Grant.\par + Subject to third party intellectual property claims, each Contributor\par + hereby grants You a world-wide, royalty-free, non-exclusive license\par +\par + (a) under intellectual property rights (other than patent or\par + trademark) Licensable by Contributor, to use, reproduce, modify,\par + display, perform, sublicense and distribute the Modifications\par + created by such Contributor (or portions thereof) either on an\par + unmodified basis, with other Modifications, as Covered Code\par + and/or as part of a Larger Work; and\par +\par + (b) under Patent Claims infringed by the making, using, or\par + selling of Modifications made by that Contributor either alone\par + and/or in combination with its Contributor Version (or portions\par + of such combination), to make, use, sell, offer for sale, have\par + made, and/or otherwise dispose of: 1) Modifications made by that\par + Contributor (or portions thereof); and 2) the combination of\par + Modifications made by that Contributor with its Contributor\par + Version (or portions of such combination).\par +\par + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are\par + effective on the date Contributor first makes Commercial Use of\par + the Covered Code.\par +\par + (d) Notwithstanding Section 2.2(b) above, no patent license is\par + granted: 1) for any code that Contributor has deleted from the\par + Contributor Version; 2) separate from the Contributor Version;\par + 3) for infringements caused by: i) third party modifications of\par + Contributor Version or ii) the combination of Modifications made\par + by that Contributor with other software (except as part of the\par + Contributor Version) or other devices; or 4) under Patent Claims\par + infringed by Covered Code in the absence of Modifications made by\par + that Contributor.\par +\par +3. Distribution Obligations.\par +\par + 3.1. Application of License.\par + The Modifications which You create or to which You contribute are\par + governed by the terms of this License, including without limitation\par + Section 2.2. The Source Code version of Covered Code may be\par + distributed only under the terms of this License or a future version\par + of this License released under Section 6.1, and You must include a\par + copy of this License with every copy of the Source Code You\par + distribute. You may not offer or impose any terms on any Source Code\par + version that alters or restricts the applicable version of this\par + License or the recipients' rights hereunder. However, You may include\par + an additional document offering the additional rights described in\par + Section 3.5.\par +\par + 3.2. Availability of Source Code.\par + Any Modification which You create or to which You contribute must be\par + made available in Source Code form under the terms of this License\par + either on the same media as an Executable version or via an accepted\par + Electronic Distribution Mechanism to anyone to whom you made an\par + Executable version available; and if made available via Electronic\par + Distribution Mechanism, must remain available for at least twelve (12)\par + months after the date it initially became available, or at least six\par + (6) months after a subsequent version of that particular Modification\par + has been made available to such recipients. You are responsible for\par + ensuring that the Source Code version remains available even if the\par + Electronic Distribution Mechanism is maintained by a third party.\par +\par + 3.3. Description of Modifications.\par + You must cause all Covered Code to which You contribute to contain a\par + file documenting the changes You made to create that Covered Code and\par + the date of any change. You must include a prominent statement that\par + the Modification is derived, directly or indirectly, from Original\par + Code provided by the Initial Developer and including the name of the\par + Initial Developer in (a) the Source Code, and (b) in any notice in an\par + Executable version or related documentation in which You describe the\par + origin or ownership of the Covered Code.\par +\par + 3.4. Intellectual Property Matters\par + (a) Third Party Claims.\par + If Contributor has knowledge that a license under a third party's\par + intellectual property rights is required to exercise the rights\par + granted by such Contributor under Sections 2.1 or 2.2,\par + Contributor must include a text file with the Source Code\par + distribution titled "LEGAL" which describes the claim and the\par + party making the claim in sufficient detail that a recipient will\par + know whom to contact. If Contributor obtains such knowledge after\par + the Modification is made available as described in Section 3.2,\par + Contributor shall promptly modify the LEGAL file in all copies\par + Contributor makes available thereafter and shall take other steps\par + (such as notifying appropriate mailing lists or newsgroups)\par + reasonably calculated to inform those who received the Covered\par + Code that new knowledge has been obtained.\par +\par + (b) Contributor APIs.\par + If Contributor's Modifications include an application programming\par + interface and Contributor has knowledge of patent licenses which\par + are reasonably necessary to implement that API, Contributor must\par + also include this information in the LEGAL file.\par +\par + (c) Representations.\par + Contributor represents that, except as disclosed pursuant to\par + Section 3.4(a) above, Contributor believes that Contributor's\par + Modifications are Contributor's original creation(s) and/or\par + Contributor has sufficient rights to grant the rights conveyed by\par + this License.\par +\par + 3.5. Required Notices.\par + You must duplicate the notice in Exhibit A in each file of the Source\par + Code. If it is not possible to put such notice in a particular Source\par + Code file due to its structure, then You must include such notice in a\par + location (such as a relevant directory) where a user would be likely\par + to look for such a notice. If You created one or more Modification(s)\par + You may add your name as a Contributor to the notice described in\par + Exhibit A. You must also duplicate this License in any documentation\par + for the Source Code where You describe recipients' rights or ownership\par + rights relating to Covered Code. You may choose to offer, and to\par + charge a fee for, warranty, support, indemnity or liability\par + obligations to one or more recipients of Covered Code. However, You\par + may do so only on Your own behalf, and not on behalf of the Initial\par + Developer or any Contributor. You must make it absolutely clear than\par + any such warranty, support, indemnity or liability obligation is\par + offered by You alone, and You hereby agree to indemnify the Initial\par + Developer and every Contributor for any liability incurred by the\par + Initial Developer or such Contributor as a result of warranty,\par + support, indemnity or liability terms You offer.\par +\par + 3.6. Distribution of Executable Versions.\par + You may distribute Covered Code in Executable form only if the\par + requirements of Section 3.1-3.5 have been met for that Covered Code,\par + and if You include a notice stating that the Source Code version of\par + the Covered Code is available under the terms of this License,\par + including a description of how and where You have fulfilled the\par + obligations of Section 3.2. The notice must be conspicuously included\par + in any notice in an Executable version, related documentation or\par + collateral in which You describe recipients' rights relating to the\par + Covered Code. You may distribute the Executable version of Covered\par + Code or ownership rights under a license of Your choice, which may\par + contain terms different from this License, provided that You are in\par + compliance with the terms of this License and that the license for the\par + Executable version does not attempt to limit or alter the recipient's\par + rights in the Source Code version from the rights set forth in this\par + License. If You distribute the Executable version under a different\par + license You must make it absolutely clear that any terms which differ\par + from this License are offered by You alone, not by the Initial\par + Developer or any Contributor. You hereby agree to indemnify the\par + Initial Developer and every Contributor for any liability incurred by\par + the Initial Developer or such Contributor as a result of any such\par + terms You offer.\par +\par + 3.7. Larger Works.\par + You may create a Larger Work by combining Covered Code with other code\par + not governed by the terms of this License and distribute the Larger\par + Work as a single product. In such a case, You must make sure the\par + requirements of this License are fulfilled for the Covered Code.\par +\par +4. Inability to Comply Due to Statute or Regulation.\par +\par + If it is impossible for You to comply with any of the terms of this\par + License with respect to some or all of the Covered Code due to\par + statute, judicial order, or regulation then You must: (a) comply with\par + the terms of this License to the maximum extent possible; and (b)\par + describe the limitations and the code they affect. Such description\par + must be included in the LEGAL file described in Section 3.4 and must\par + be included with all distributions of the Source Code. Except to the\par + extent prohibited by statute or regulation, such description must be\par + sufficiently detailed for a recipient of ordinary skill to be able to\par + understand it.\par +\par +5. Application of this License.\par +\par + This License applies to code to which the Initial Developer has\par + attached the notice in Exhibit A and to related Covered Code.\par +\par +6. Versions of the License.\par +\par + 6.1. New Versions.\par + Netscape Communications Corporation ("Netscape") may publish revised\par + and/or new versions of the License from time to time. Each version\par + will be given a distinguishing version number.\par +\par + 6.2. Effect of New Versions.\par + Once Covered Code has been published under a particular version of the\par + License, You may always continue to use it under the terms of that\par + version. You may also choose to use such Covered Code under the terms\par + of any subsequent version of the License published by Netscape. No one\par + other than Netscape has the right to modify the terms applicable to\par + Covered Code created under this License.\par +\par + 6.3. Derivative Works.\par + If You create or use a modified version of this License (which you may\par + only do in order to apply it to code which is not already Covered Code\par + governed by this License), You must (a) rename Your license so that\par + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",\par + "MPL", "NPL" or any confusingly similar phrase do not appear in your\par + license (except to note that your license differs from this License)\par + and (b) otherwise make it clear that Your version of the license\par + contains terms which differ from the Mozilla Public License and\par + Netscape Public License. (Filling in the name of the Initial\par + Developer, Original Code or Contributor in the notice described in\par + Exhibit A shall not of themselves be deemed to be modifications of\par + this License.)\par +\par +7. DISCLAIMER OF WARRANTY.\par +\par + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,\par + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,\par + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF\par + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.\par + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE\par + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,\par + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE\par + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER\par + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF\par + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\par +\par +8. TERMINATION.\par +\par + 8.1. This License and the rights granted hereunder will terminate\par + automatically if You fail to comply with terms herein and fail to cure\par + such breach within 30 days of becoming aware of the breach. All\par + sublicenses to the Covered Code which are properly granted shall\par + survive any termination of this License. Provisions which, by their\par + nature, must remain in effect beyond the termination of this License\par + shall survive.\par +\par + 8.2. If You initiate litigation by asserting a patent infringement\par + claim (excluding declatory judgment actions) against Initial Developer\par + or a Contributor (the Initial Developer or Contributor against whom\par + You file such action is referred to as "Participant") alleging that:\par +\par + (a) such Participant's Contributor Version directly or indirectly\par + infringes any patent, then any and all rights granted by such\par + Participant to You under Sections 2.1 and/or 2.2 of this License\par + shall, upon 60 days notice from Participant terminate prospectively,\par + unless if within 60 days after receipt of notice You either: (i)\par + agree in writing to pay Participant a mutually agreeable reasonable\par + royalty for Your past and future use of Modifications made by such\par + Participant, or (ii) withdraw Your litigation claim with respect to\par + the Contributor Version against such Participant. If within 60 days\par + of notice, a reasonable royalty and payment arrangement are not\par + mutually agreed upon in writing by the parties or the litigation claim\par + is not withdrawn, the rights granted by Participant to You under\par + Sections 2.1 and/or 2.2 automatically terminate at the expiration of\par + the 60 day notice period specified above.\par +\par + (b) any software, hardware, or device, other than such Participant's\par + Contributor Version, directly or indirectly infringes any patent, then\par + any rights granted to You by such Participant under Sections 2.1(b)\par + and 2.2(b) are revoked effective as of the date You first made, used,\par + sold, distributed, or had made, Modifications made by that\par + Participant.\par +\par + 8.3. If You assert a patent infringement claim against Participant\par + alleging that such Participant's Contributor Version directly or\par + indirectly infringes any patent where such claim is resolved (such as\par + by license or settlement) prior to the initiation of patent\par + infringement litigation, then the reasonable value of the licenses\par + granted by such Participant under Sections 2.1 or 2.2 shall be taken\par + into account in determining the amount or value of any payment or\par + license.\par +\par + 8.4. In the event of termination under Sections 8.1 or 8.2 above,\par + all end user license agreements (excluding distributors and resellers)\par + which have been validly granted by You or any distributor hereunder\par + prior to termination shall survive termination.\par +\par +9. LIMITATION OF LIABILITY.\par +\par + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT\par + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL\par + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,\par + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR\par + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY\par + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,\par + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER\par + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN\par + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF\par + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY\par + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW\par + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE\par + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO\par + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\par +\par +10. U.S. GOVERNMENT END USERS.\par +\par + The Covered Code is a "commercial item," as that term is defined in\par + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer\par + software" and "commercial computer software documentation," as such\par + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48\par + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),\par + all U.S. Government End Users acquire Covered Code with only those\par + rights set forth herein.\par +\par +11. MISCELLANEOUS.\par +\par + This License represents the complete agreement concerning subject\par + matter hereof. If any provision of this License is held to be\par + unenforceable, such provision shall be reformed only to the extent\par + necessary to make it enforceable. This License shall be governed by\par + California law provisions (except to the extent applicable law, if\par + any, provides otherwise), excluding its conflict-of-law provisions.\par + With respect to disputes in which at least one party is a citizen of,\par + or an entity chartered or registered to do business in the United\par + States of America, any litigation relating to this License shall be\par + subject to the jurisdiction of the Federal Courts of the Northern\par + District of California, with venue lying in Santa Clara County,\par + California, with the losing party responsible for costs, including\par + without limitation, court costs and reasonable attorneys' fees and\par + expenses. The application of the United Nations Convention on\par + Contracts for the International Sale of Goods is expressly excluded.\par + Any law or regulation which provides that the language of a contract\par + shall be construed against the drafter shall not apply to this\par + License.\par +\par +12. RESPONSIBILITY FOR CLAIMS.\par +\par + As between Initial Developer and the Contributors, each party is\par + responsible for claims and damages arising, directly or indirectly,\par + out of its utilization of rights under this License and You agree to\par + work with Initial Developer and Contributors to distribute such\par + responsibility on an equitable basis. Nothing herein is intended or\par + shall be deemed to constitute any admission of liability.\par +\par +13. MULTIPLE-LICENSED CODE.\par +\par + Initial Developer may designate portions of the Covered Code as\par + "Multiple-Licensed". "Multiple-Licensed" means that the Initial\par + Developer permits you to utilize portions of the Covered Code under\par + Your choice of the NPL or the alternative licenses, if any, specified\par + by the Initial Developer in the file described in Exhibit A.\par +\par +EXHIBIT A -Mozilla Public License.\par +\par + ``The contents of this file are subject to the Mozilla Public License\par + Version 1.1 (the "License"); you may not use this file except in\par + compliance with the License. You may obtain a copy of the License at\par + {{\field{\*\fldinst{HYPERLINK http://www.mozilla.org/MPL/ }}{\fldrslt{http://www.mozilla.org/MPL/\ul0\cf0}}}}\f0\fs20\par +\par + Software distributed under the License is distributed on an "AS IS"\par + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the\par + License for the specific language governing rights and limitations\par + under the License.\par +\par + The Original Code is ______________________________________.\par +\par + The Initial Developer of the Original Code is ________________________.\par + Portions created by ______________________ are Copyright (C) ______\par + _______________________. All Rights Reserved.\par +\par + Contributor(s): ______________________________________.\par +\par + Alternatively, the contents of this file may be used under the terms\par + of the _____ license (the "[___] License"), in which case the\par + provisions of [______] License are applicable instead of those\par + above. If you wish to allow use of your version of this file only\par + under the terms of the [____] License and not to allow others to use\par + your version of this file under the MPL, indicate your decision by\par + deleting the provisions above and replace them with the notice and\par + other provisions required by the [___] License. If you do not delete\par + the provisions above, a recipient may use your version of this file\par + under either the MPL or the [___] License."\par +\par + [NOTE: The text of this Exhibit A may differ slightly from the text of\par + the notices in the Source Code files of the Original Code. You should\par + use the text of this Exhibit A rather than the text found in the\par + Original Code Source Code for Your Modifications.]\par +\par +-------------------------------------------------------\par +About The Cisco-Provided Binary of OpenH264 Video Codec\par +-------------------------------------------------------\par +\par +Cisco provides this program under the terms of the BSD license. \par +\par +Additionally, this binary is licensed under Cisco\rquote s AVC/H.264 Patent Portfolio License from MPEG LA, at no cost to you, provided that the requirements and conditions shown below in the AVC/H.264 Patent Portfolio sections are met. \par +\par +As with all AVC/H.264 codecs, you may also obtain your own patent license from MPEG LA or from the individual patent owners, or proceed at your own risk. Your rights from Cisco under the BSD license are not affected by this choice. \par +\par +For more information on the OpenH264 binary licensing, please see the OpenH264 FAQ found at {{\field{\*\fldinst{HYPERLINK http://www.openh264.org/faq.html#binary }}{\fldrslt{http://www.openh264.org/faq.html#binary\ul0\cf0}}}}\f0\fs20 \par +\par +A corresponding source code to this binary program is available under the same BSD terms, which can be found at {{\field{\*\fldinst{HYPERLINK http://www.openh264.org }}{\fldrslt{http://www.openh264.org\ul0\cf0}}}}\f0\fs20\par +\par +-----------\par +BSD License\par +-----------\par +\par +Copyright \f1\lang1033\'a9 2014 Cisco Systems, Inc.\par +\par +All rights reserved.\par +\par +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\par +\par +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\par +\par +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\par +\par +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \ldblquote AS IS\rdblquote AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\par +\par +-----------------------------------------\par +AVC/H.264 Patent Portfolio License Notice\par +-----------------------------------------\par +\par +The binary form of this Software is distributed by Cisco under the AVC/H.264 Patent Portfolio License from MPEG LA, and is subject to the following requirements, which may or may not be applicable to your use of this software: \par +\par +THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL USE OF A CONSUMER OR OTHER USES IN WHICH IT DOES NOT RECEIVE REMUNERATION TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC STANDARD (\ldblquote AVC VIDEO\rdblquote ) AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL ACTIVITY AND/OR WAS OBTAINED FROM A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED FROM MPEG LA, L.L.C. SEE {{\field{\*\fldinst{HYPERLINK HTTP://WWW.MPEGLA.COM }}{\fldrslt{HTTP://WWW.MPEGLA.COM\ul0\cf0}}}}\f1\fs20\par +\par +Accordingly, please be advised that content providers and broadcasters using AVC/H.264 in their service may be required to obtain a separate use license from MPEG LA, referred to as "(b) sublicenses" in the SUMMARY OF AVC/H.264 LICENSE TERMS from MPEG LA found at {{\field{\*\fldinst{HYPERLINK http://www.openh264.org/mpegla }}{\fldrslt{http://www.openh264.org/mpegla\ul0\cf0}}}}\f1\fs20\par +\par +---------------------------------------------\par +AVC/H.264 Patent Portfolio License Conditions\par +---------------------------------------------\par +\par +In addition, the Cisco-provided binary of this Software is licensed under Cisco's license from MPEG LA only if the following conditions are met:\par +\par +1. The Cisco-provided binary is separately downloaded to an end user\rquote s device, and not integrated into or combined with third party software prior to being downloaded to the end user\rquote s device;\par +\par +2. The end user must have the ability to control (e.g., to enable, disable, or re-enable) the use of the Cisco-provided binary;\par +\par +3. Third party software, in the location where end users can control the use of the Cisco-provided binary, must display the following text:\par +\par + "OpenH264 Video Codec provided by Cisco Systems, Inc."\par +\par +4. Any third-party software that makes use of the Cisco-provided binary must reproduce all of the above text, as well as this last condition, in the EULA and/or in another location where licensing information is to be presented to the end user. \par + \par +\par +\par + v1.0\f0\lang1049\par +\par +\par +\par +} + \ No newline at end of file diff --git a/docs/OPENH264_BINARY_LICENSE.txt b/docs/OPENH264_BINARY_LICENSE.txt new file mode 100644 index 0000000000..e41a30ec88 --- /dev/null +++ b/docs/OPENH264_BINARY_LICENSE.txt @@ -0,0 +1,59 @@ +------------------------------------------------------- +About The Cisco-Provided Binary of OpenH264 Video Codec +------------------------------------------------------- + +Cisco provides this program under the terms of the BSD license. + +Additionally, this binary is licensed under Cisco’s AVC/H.264 Patent Portfolio License from MPEG LA, at no cost to you, provided that the requirements and conditions shown below in the AVC/H.264 Patent Portfolio sections are met. + +As with all AVC/H.264 codecs, you may also obtain your own patent license from MPEG LA or from the individual patent owners, or proceed at your own risk. Your rights from Cisco under the BSD license are not affected by this choice. + +For more information on the OpenH264 binary licensing, please see the OpenH264 FAQ found at http://www.openh264.org/faq.html#binary + +A corresponding source code to this binary program is available under the same BSD terms, which can be found at http://www.openh264.org + +----------- +BSD License +----------- + +Copyright © 2014 Cisco Systems, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +----------------------------------------- +AVC/H.264 Patent Portfolio License Notice +----------------------------------------- + +The binary form of this Software is distributed by Cisco under the AVC/H.264 Patent Portfolio License from MPEG LA, and is subject to the following requirements, which may or may not be applicable to your use of this software: + +THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL USE OF A CONSUMER OR OTHER USES IN WHICH IT DOES NOT RECEIVE REMUNERATION TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC STANDARD (“AVC VIDEO”) AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL ACTIVITY AND/OR WAS OBTAINED FROM A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED FROM MPEG LA, L.L.C. SEE HTTP://WWW.MPEGLA.COM + +Accordingly, please be advised that content providers and broadcasters using AVC/H.264 in their service may be required to obtain a separate use license from MPEG LA, referred to as "(b) sublicenses" in the SUMMARY OF AVC/H.264 LICENSE TERMS from MPEG LA found at http://www.openh264.org/mpegla + +--------------------------------------------- +AVC/H.264 Patent Portfolio License Conditions +--------------------------------------------- + +In addition, the Cisco-provided binary of this Software is licensed under Cisco's license from MPEG LA only if the following conditions are met: + +1. The Cisco-provided binary is separately downloaded to an end user’s device, and not integrated into or combined with third party software prior to being downloaded to the end user’s device; + +2. The end user must have the ability to control (e.g., to enable, disable, or re-enable) the use of the Cisco-provided binary; + +3. Third party software, in the location where end users can control the use of the Cisco-provided binary, must display the following text: + + "OpenH264 Video Codec provided by Cisco Systems, Inc." + +4. Any third-party software that makes use of the Cisco-provided binary must reproduce all of the above text, as well as this last condition, in the EULA and/or in another location where licensing information is to be presented to the end user. + + + + v1.0 \ No newline at end of file diff --git a/libs/win32/ffmpeg/ffmpeg.2017.vcxproj b/libs/win32/ffmpeg/ffmpeg.2017.vcxproj index a8c70cd22a..75f7ee339e 100644 --- a/libs/win32/ffmpeg/ffmpeg.2017.vcxproj +++ b/libs/win32/ffmpeg/ffmpeg.2017.vcxproj @@ -1,12 +1,20 @@ - - Debug + + Debug-openh264 x64 - - Release + + Debug-x264 + x64 + + + Release-openh264 + x64 + + + Release-x264 x64 @@ -16,39 +24,55 @@ 10.0.17134.0 {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED} - + + - + StaticLibrary v141 MultiByte false yasm.exe -f x64 -I./../../ffmpeg-$(ffmpegVersion)/ -I./../../ffmpeg-$(ffmpegVersion)/include_x64 -P.\..\..\libs\ffmpeg-$(ffmpegVersion)\include_x64\config.asm - + StaticLibrary v141 MultiByte yasm.exe -f x64 -I./../../ffmpeg-$(ffmpegVersion)/ -I./../../ffmpeg-$(ffmpegVersion)/include_x64 -P.\..\..\libs\ffmpeg-$(ffmpegVersion)\include_x64\config.asm - + + StaticLibrary v141 + MultiByte + false + yasm.exe -f x64 -I./../../ffmpeg-$(ffmpegVersion)/ -I./../../ffmpeg-$(ffmpegVersion)/include_openh264_x64 -P.\..\..\libs\ffmpeg-$(ffmpegVersion)\include_openh264_x64\config.asm - + + StaticLibrary v141 + MultiByte + yasm.exe -f x64 -I./../../ffmpeg-$(ffmpegVersion)/ -I./../../ffmpeg-$(ffmpegVersion)/include_openh264_x64 -P.\..\..\libs\ffmpeg-$(ffmpegVersion)\include_openh264_x64\config.asm - + - + + + + + + + + + @@ -57,7 +81,7 @@ BUILDING_avdevice;BUILDING_avfilter;BUILDING_avformat;BUILDING_avcodec;BUILDING_avresample;BUILDING_swresample;BUILDING_swscale;BUILDING_avutil;%(PreprocessorDefinitions) - + X64 @@ -75,7 +99,25 @@ true - + + + X64 + + + MaxSpeed + "..\..\ffmpeg-$(ffmpegVersion)\include_openh264_x64";"..\..\ffmpeg-$(ffmpegVersion)";"..\..\libx264";"..\..\libx264\SMP";%(AdditionalIncludeDirectories) + WIN32;_DEBUG;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) + MultiThreadedDebug + Level3 + false + NotUsing + false + 4267;4334;4101;4018;4146;4244;4305;4554;%(DisableSpecificWarnings) + true + true + + + X64 @@ -93,6 +135,24 @@ Full + + + X64 + + + "..\..\ffmpeg-$(ffmpegVersion)\include_openh264_x64";"..\..\ffmpeg-$(ffmpegVersion)";"..\..\libx264";"..\..\libx264\SMP";%(AdditionalIncludeDirectories) + WIN32;NDEBUG;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) + MultiThreadedDebug + Level3 + false + NotUsing + false + 4267;4334;4101;4018;4146;4244;4305;4554;%(DisableSpecificWarnings) + true + true + Full + + <_ProjectFileVersion>10.0.30319.1 @@ -551,7 +611,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -1292,7 +1352,16 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj + + + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj + + + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj + + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -1628,40 +1697,40 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3182,7 +3251,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3191,7 +3260,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3221,7 +3290,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3236,13 +3305,13 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3269,7 +3338,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3296,7 +3365,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3326,7 +3395,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3347,13 +3416,13 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3362,13 +3431,13 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3386,7 +3455,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3398,7 +3467,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3425,7 +3494,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3443,7 +3512,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3452,7 +3521,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3467,7 +3536,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3479,19 +3548,19 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3503,7 +3572,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3527,22 +3596,22 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3569,13 +3638,13 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3587,10 +3656,10 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3608,16 +3677,16 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3629,10 +3698,10 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3668,10 +3737,10 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -3692,7 +3761,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -5246,7 +5315,7 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -6027,7 +6096,7 @@ $(YasmCommand) -I %(RelativeDir) -o $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj "%(FullPath)" $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - + Assembling %(Filename)%(Extension) $(YasmCommand) -I %(RelativeDir) -o $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj "%(FullPath)" $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj @@ -6173,11 +6242,17 @@ $(IntDir)$([System.String]::Copy(%(RelativeDir)).Replace('\','_')).%(FileName).obj - - - {20179127-853b-4fe9-b7c0-9e817e6a3a72} - - + + + + + {20179127-853b-4fe9-b7c0-9e817e6a3a72} + + + + + + diff --git a/src/mod/applications/mod_av/mod_av.2017.vcxproj b/src/mod/applications/mod_av/mod_av.2017.vcxproj index 3bd1816c6f..e2cbaa7315 100644 --- a/src/mod/applications/mod_av/mod_av.2017.vcxproj +++ b/src/mod/applications/mod_av/mod_av.2017.vcxproj @@ -1,155 +1,219 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - mod_av - mod_av - Win32Proj - {7AEE504B-23B6-4B05-829E-7CD34855F146} - - - - DynamicLibrary - MultiByte - v141 - - - DynamicLibrary - MultiByte - v141 - - - DynamicLibrary - MultiByte - v141 - - - DynamicLibrary - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - - - - "../../libvpx";$(SolutionDir)\src\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) - 4244;4127;4018;4389;4146;4057;4204;4706;4305;4152;4324;4013;4100;4214;4273;4554;4701;%(DisableSpecificWarnings) - - - ..\..\..\..\libs\libav\Win32\$(OutDir);%(AdditionalLibraryDirectories) - false - - - - - - - X64 - - - "../../libvpx";$(SolutionDir)\src\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) - 4244;4127;4018;4389;4146;4057;4204;4706;4305;4152;4324;4013;4100;4214;4273;4554;4701;%(DisableSpecificWarnings) - - - - - ..\..\..\..\libs\libav\Win32\$(OutDir);%(AdditionalLibraryDirectories) - false - - - MachineX64 - - - - - "../../libvpx";$(SolutionDir)\src\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) - 4244;4127;4018;4389;4146;4057;4204;4706;4305;4152;4324;4013;4100;4214;4273;4554;4701;%(DisableSpecificWarnings) - - - - - ..\..\..\..\libs\libav\Win32\$(OutDir);%(AdditionalLibraryDirectories) - false - - - - - - - X64 - - - "../../libvpx";$(SolutionDir)\src\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) - 4244;4127;4018;4389;4146;4057;4204;4706;4305;4152;4324;4013;4100;4214;4273;4554;4701;%(DisableSpecificWarnings) - - - - - ..\..\..\..\libs\libav\Win32\$(OutDir);%(AdditionalLibraryDirectories) - false - - - MachineX64 - - - - - - - - - - {bc1fd72e-1cd5-4525-a7f5-17c5740bfded} - - - {202d7a4e-760d-4d0e-afa1-d7459ced30ff} - false - - - - - + + + + + Debug-x264 + Win32 + + + Debug-x264 + x64 + + + Debug-openh264 + x64 + + + Release-x264 + Win32 + + + Release-x264 + x64 + + + Release-openh264 + x64 + + + + mod_av + mod_av + Win32Proj + {7AEE504B-23B6-4B05-829E-7CD34855F146} + + + + DynamicLibrary + MultiByte + v141 + + + DynamicLibrary + MultiByte + v141 + + + DynamicLibrary + MultiByte + v141 + + + DynamicLibrary + MultiByte + v141 + + + DynamicLibrary + MultiByte + v141 + + + DynamicLibrary + MultiByte + v141 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + + + + "../../libvpx";$(SolutionDir)\src\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) + 4244;4127;4018;4389;4146;4057;4204;4706;4305;4152;4324;4013;4100;4214;4273;4554;4701;%(DisableSpecificWarnings) + + + ..\..\..\..\libs\libav\Win32\$(OutDir);%(AdditionalLibraryDirectories) + false + + + + + + + X64 + + + "../../libvpx";$(SolutionDir)\src\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) + 4244;4127;4018;4389;4146;4057;4204;4706;4305;4152;4324;4013;4100;4214;4273;4554;4701;%(DisableSpecificWarnings) + + + + + ..\..\..\..\libs\libav\Win32\$(OutDir);%(AdditionalLibraryDirectories) + false + + + MachineX64 + + + + + X64 + + + "../../libvpx";$(SolutionDir)\src\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) + 4244;4127;4018;4389;4146;4057;4204;4706;4305;4152;4324;4013;4100;4214;4273;4554;4701;%(DisableSpecificWarnings) + + + + + ..\..\..\..\libs\libav\Win32\$(OutDir);%(AdditionalLibraryDirectories) + false + + + MachineX64 + + + + + "../../libvpx";$(SolutionDir)\src\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) + 4244;4127;4018;4389;4146;4057;4204;4706;4305;4152;4324;4013;4100;4214;4273;4554;4701;%(DisableSpecificWarnings) + + + + + ..\..\..\..\libs\libav\Win32\$(OutDir);%(AdditionalLibraryDirectories) + false + + + + + + + X64 + + + "../../libvpx";$(SolutionDir)\src\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) + 4244;4127;4018;4389;4146;4057;4204;4706;4305;4152;4324;4013;4100;4214;4273;4554;4701;%(DisableSpecificWarnings) + + + + + ..\..\..\..\libs\libav\Win32\$(OutDir);%(AdditionalLibraryDirectories) + false + + + MachineX64 + + + + + X64 + + + "../../libvpx";$(SolutionDir)\src\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) + 4244;4127;4018;4389;4146;4057;4204;4706;4305;4152;4324;4013;4100;4214;4273;4554;4701;%(DisableSpecificWarnings) + + + + + ..\..\..\..\libs\libav\Win32\$(OutDir);%(AdditionalLibraryDirectories) + false + + + MachineX64 + + + + + + + + + + {bc1fd72e-1cd5-4525-a7f5-17c5740bfded} + + + {202d7a4e-760d-4d0e-afa1-d7459ced30ff} + false + + + + + \ No newline at end of file diff --git a/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/.gitignore b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/.gitignore new file mode 100644 index 0000000000..65a2612121 --- /dev/null +++ b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/.gitignore @@ -0,0 +1,2 @@ +ICSharpCode.SharpZipLib.dll +bin/ \ No newline at end of file diff --git a/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/CustomAction.config b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/CustomAction.config new file mode 100644 index 0000000000..c837a2cee3 --- /dev/null +++ b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/CustomAction.config @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + diff --git a/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/CustomAction.cs b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/CustomAction.cs new file mode 100644 index 0000000000..fcab4445c4 --- /dev/null +++ b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/CustomAction.cs @@ -0,0 +1,70 @@ +using System; +using System.Collections.Generic; +using System.Text; +using Microsoft.Deployment.WindowsInstaller; +using ICSharpCode.SharpZipLib.BZip2; +using System.IO; +using System.Net; + +namespace Setup.CA.DownloadOpenH264 +{ + public class CustomActions + { + [CustomAction] + public static ActionResult DownloadOpenH264(Session session) + { + session.Log("Begin DownloadOpenH264"); + + string filename = session.CustomActionData["location"] + @"openh264.dll"; + + try + { + WebRequest request = HttpWebRequest.Create("http://ciscobinary.openh264.org/openh264-1.8.0-win64.dll.bz2"); + + using (WebResponse response = request.GetResponse()) + { + Stream responseStream = response.GetResponseStream(); + BZip2InputStream zisUncompressed = new BZip2InputStream(responseStream); + using (var output = File.Create(filename)) + { + var buffer = new byte[2048]; + int n; + while ((n = zisUncompressed.Read(buffer, 0, buffer.Length)) > 0) + { + output.Write(buffer, 0, n); + } + } + } + } + catch { + session.Log("Unable to download openh264 codec."); + } + + return ActionResult.Success; + } + + [CustomAction] + public static ActionResult RemoveOpenH264Binary(Session session) + { + session.Log("Begin RemoveOpenH264Binary"); + string filename = session.CustomActionData["location"] + @"openh264.dll"; + + try + { + // Check if file exists with its full path + if (File.Exists(filename)) + { + // If file found, delete it + File.Delete(filename); + session.Log("RemoveOpenH264Binary deleted openh264.dll"); + } + } + catch (IOException ioExp) + { + session.Log("RemoveOpenH264Binary can't delete openh264.dll"); + } + + return ActionResult.Success; + } + } +} diff --git a/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/LICENSE.txt b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/LICENSE.txt new file mode 100644 index 0000000000..f7642317c9 --- /dev/null +++ b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/LICENSE.txt @@ -0,0 +1,17 @@ +Copyright © 2000-2018 SharpZipLib Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/Properties/AssemblyInfo.cs b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..751f52bb10 --- /dev/null +++ b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Setup.CA.DownloadOpenH264")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Setup.CA.DownloadOpenH264")] +[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("ebfdcfca-8095-4ecc-98be-b494bcb4e042")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/Setup.CA.DownloadOpenH264.csproj b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/Setup.CA.DownloadOpenH264.csproj new file mode 100644 index 0000000000..433a047be5 --- /dev/null +++ b/w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/Setup.CA.DownloadOpenH264.csproj @@ -0,0 +1,58 @@ + + + + + Debug + x86 + 8.0.30703 + 2.0 + {EBFDCFCA-8095-4ECC-98BE-B494BCB4E042} + Library + Properties + Setup.CA.DownloadOpenH264 + Setup.CA.DownloadOpenH264 + v4.6.1 + 512 + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + .\ICSharpCode.SharpZipLib.dll + + + + + + + + True + + + + + + + + + + + + + + \ No newline at end of file diff --git a/w32/Setup/Product.2017.wxs b/w32/Setup/Product.2017.wxs index 6b223612f6..7538971102 100644 --- a/w32/Setup/Product.2017.wxs +++ b/w32/Setup/Product.2017.wxs @@ -29,6 +29,7 @@ + @@ -42,15 +43,37 @@ + + + + + + + + + Downloading OpenH264 Video Codec provided by Cisco Systems, Inc. + + + + AND ((NOT (REMOVE="ALL")) OR (REINSTALL="ALL")) + + + + ( AND (Installed OR MaintenanceMode="Modify")) OR ((NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")) + + + + + @@ -121,6 +144,11 @@ + + + diff --git a/w32/Setup/Setup.2017.wixproj b/w32/Setup/Setup.2017.wixproj index bc80e21f7e..db9b628d61 100644 --- a/w32/Setup/Setup.2017.wixproj +++ b/w32/Setup/Setup.2017.wixproj @@ -1,1067 +1,1083 @@ - - - - true - - - - - - - - {47213370-b933-487d-9f45-bca26d7e2b6f} - 2.0 - FreeSWITCH - Package - $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets - $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets - - - bin\x86\Debug\ - obj\X86\$(Configuration)\ - Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)Win32\$(Configuration); - - - - - bin\x86\release\ - obj\X86\$(Configuration)\ - FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)Win32\$(Configuration); - - - bin\x64\Debug\ - obj\X64\$(Configuration)\ - Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)$(Platform)\$(Configuration); - - - - - bin\x64\Release\ - obj\X64\$(Configuration)\ - FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)$(Platform)\$(Configuration); - - - - - - - - - - - - - - - $(WixExtDir)\WixUIExtension.dll - WixUIExtension - - - - - - - - fs_cli - {d2fb8043-d208-4aee-8f18-3b5857c871b9} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - 8khz - {7a8d8174-b355-4114-afc1-04777cb9de0a} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - 8khz music - {d1abe208-6442-4fb4-9aad-1677e41bc870} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_abstraction - {60c542ee-6882-4ea2-8c21-5ab6db1ba73f} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_avmd - {990baa76-89d3-4e38-8479-c7b28784efc8} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_blacklist - {50aac2ce-bfc9-4912-87cc-c6381850d735} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_callcenter - {47886a6c-cca6-4f9f-a7d4-f97d06fb2b1a} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_cidlookup - {0a130a8b-3076-4619-badf-9e86f621aeec} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_commands - {30a5b29c-983e-4580-9fd0-d647ccdcc7eb} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_conference - {c24fb505-05d7-4319-8485-7540b44c8603} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_curl - {ef300386-a8df-4372-b6d8-fb9bffca9aed} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_cv - {40c4e2a2-b49b-496c-96d6-c04b890f7f88} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_db - {f6a33240-8f29-48bd-98f0-826995911799} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_directory - {b889a18e-70a7-44b5-b2c9-47798d4f43b3} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_distributor - {5c2b4d88-3bea-4fe0-90df-fa9836099d5f} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_dptools - {b5881a85-fe70-4f64-8607-2caae52669c6} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_easyroute - {329fd5b0-ef28-4606-86d0-f6ea21cf8e36} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_enum - {71a967d5-0e99-4cef-a587-98836ee6f2ef} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_esf - {3850d93a-5f24-4922-bc1c-74d08c37c256} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_expr - {65a6273d-fcab-4c55-b09e-65100141a5d4} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_fifo - {75df7f29-2fbf-47f7-b5af-5b4952dc1abd} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_fsv - {e3246d17-e29b-4ab5-962a-c69b0c5837bb} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_hash - {2e250296-0c08-4342-9c8a-bcbdd0e7df65} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_httapi - {4748ff56-ca85-4809-97d6-a94c0fac1d77} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_http_cache - {87933c2d-0159-46f7-b326-e1b6e982c21e} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_lcr - {1a3793d1-05d1-4b57-9b0f-5af3e79dc439} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_nibblebill - {3c977801-fe88-48f2-83d3-fa2ebff6688e} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_redis - {886b5e9d-f2c2-4af2-98c8-ef98c4c770e6} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_rss - {b69247fa-ecd6-40ed-8e44-5ca6c3baf9a4} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_signalwire - {b19ae6fc-bfff-428d-b483-3bbeaeccc618} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_sms - {2469b306-b027-4ff2-8815-c9c1ea2cae79} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_snom - {2a3d00c6-588d-4e86-81ac-9ef5ede86e03} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_spandsp - {1e21afe0-6fdb-41d2-942d-863607c24b91} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_spy - {a61d7cb4-75a5-4a55-8ca1-be5af615d921} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_valet_parking - {432db165-1eb2-4781-a9c0-71e62610b20a} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_vmd - {14e4a972-9cfb-436d-b0a5-4943f3f80d47} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_voicemail - {d7f1e3f2-a3f4-474c-8555-15122571af52} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_flite - {66444aee-554c-11dd-a9f0-8c5d56d89593} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_pocketsphinx - {2286da73-9fc5-45bc-a508-85994c3317ab} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_unimrcp - {d07c378a-f5f7-438f-adf3-4ac4fb1883cd} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_amr - {8deb383c-4091-4f42-a56f-c9e46d552d79} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_bv - {d5c87b19-150d-4ef3-a671-96589bd2d14a} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_codec2 - {cb4e68a1-8d19-4b5e-87b9-97a895e1ba17} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_g723_1 - {fea1eef7-876f-48de-88bf-c0e3e606d758} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_g729 - {1d95cd95-0de2-48c3-ac23-d5c7d1c9c0f0} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_h26x - {2c3c2423-234b-4772-8899-d3b137e5ca35} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_ilbc - {d3ec0aff-76fc-4210-a825-9a17410660a3} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_iSAC - {7f1610f1-dd5a-4cf7-8610-30ab12c60add} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_opus - {64e99cca-3c6f-4aeb-9fa3-cfac711257bb} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_silk - {afa983d6-4569-4f88-ba94-555ed00fd9a8} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_siren - {0b6c905b-142e-4999-b39d-92ff7951e921} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_dialplan_asterisk - {e7bc026c-7cc5-45a3-bc7c-3b88eef01f24} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_dialplan_directory - {a27cca23-1541-4337-81a4-f0a6413078a0} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_dialplan_xml - {07113b25-d3af-4e04-ba77-4cd1171f022c} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_ldap - {ec3e5c7f-ee09-47e2-80fe-546363d14a98} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_dingaling - {ffaa4c52-3a53-4f99-90c1-d59d1f0427f3} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_gsmopen - {74b120ff-6935-4dfe-a142-cdb6bea99c90} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_loopback - {b3f424ec-3d8f-417c-b244-3919d5e1a577} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_PortAudio - {5fd31a25-5d83-4794-8bee-904dad84ce71} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_rtc - {3884add2-91d0-4cd6-86d3-d5fb2d4aab9e} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_rtmp - {48414740-c693-4968-9846-ee058020c64f} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_skinny - {cc1dd008-9406-448d-a0ad-33c3186cfadb} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_sofia - {0df3abd0-ddc0-4265-b778-07c66780979b} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_verto - {5b2bace4-0f5a-4a21-930d-c0f4b1f58fa6} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_amqp - {7ac7ab4f-5ef3-40a0-ad2b-cf4d9720fac3} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_cdr_csv - {44d7deaf-fda5-495e-8b9d-1439e4f4c21e} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_cdr_mongodb - {4dff29b4-2976-447d-a8b3-43476451517c} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_cdr_pg_csv - {411f6d43-9f09-47d0-8b04-e1eb6b67c5bf} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_cdr_sqlite - {2ca661a7-01dd-4532-bf88-b6629dfb544a} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_event_multicast - {784113ef-44d9-4949-835d-7065d3c7ad08} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_event_socket - {05515420-16de-4e63-be73-85be85ba5142} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_odbc_cdr - {096c9a84-55b2-4f9b-97e5-0fdf116fd25f} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_local_stream - {2ca40887-1622-46a1-a7f9-17fd7e7e545b} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_native_file - {9254c4b0-6f60-42b6-bb3a-36d63fc001c7} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_png - {fbc7e2a4-b989-4289-ba7f-68f440e9ef8b} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_shout - {38fe0559-9910-43a8-9e45-3e5004c27692} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_sndfile - {afac0568-7548-42d5-9f6a-8d3400a1e4f6} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_tone_stream - {6ff941ac-82c5-429f-aa4c-ad2fb9e5da52} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_lua - {7b077e7f-1be7-4291-ab86-55e527b25cac} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_managed - {7b42bda1-72c0-4378-a9b6-5c530f8cd61e} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_v8 - {9b9d2551-d6bd-4f20-8be5-de30e154a064} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_console - {1c453396-d912-4213-89fd-9b489162b7b5} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_logfile - {d0bcac02-d94b-46b8-9b49-cddcc2bd7909} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_de - {5bc072db-3826-48ea-af34-fe32aa01e83b} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_en - {988cacf7-3fcb-4992-be69-77872ae67dc8} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_es - {fa429e98-8b03-45e6-a096-a4bc5e821de4} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_es_ar - {ceee31e6-8a08-42c7-bebd-5ec12072c136} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_fa - {0e469f3a-ddd0-43ba-a94f-7d93c02219f3} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_fr - {06e3a538-ab32-44f2-b477-755ff9cb5d37} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_he - {a3d7c6cf-aeb1-4159-b741-160eb4b37345} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_hr - {da7addf1-da33-4194-83a5-b48db714d35b} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_hu - {af675478-995a-4115-90c4-b2b0d6470688} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_it - {6d1bec70-4dcd-4fe9-adbd-4a43a67e4d05} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_ja - {07ea6e5a-d181-4abb-becf-67a906867d04} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_nl - {a4b122cf-5196-476b-8c0e-d8bd59ac3c14} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_pl - {20b15650-f910-4211-8729-aab0f520c805} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_pt - {7c22bdff-cc09-400c-8a09-660733980028} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_ru - {0382e8fd-cfdc-41c0-8b03-792c7c84fc31} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_sv - {8cda2b34-fa44-49cc-9ec2-b8f35856cd15} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_th - {c955e1a9-c12c-4bad-ac32-8d53d9268af7} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_say_zh - {b6a9fb7a-1cc4-442b-812d-ec33e4e4a36e} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_xml_cdr - {08dad348-9e0a-4a2e-97f1-f1e7e24a7836} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_xml_curl - {ab91a099-7690-4ecf-8994-e458f4ea1ed4} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - mod_xml_rpc - {cbec7225-0c21-4da8-978e-1f158f8ad950} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - FreeSwitchConsole - {1af3a893-f7be-43dd-b697-8ab2397c0d67} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + true + + + + + + + + {47213370-b933-487d-9f45-bca26d7e2b6f} + 2.0 + FreeSWITCH + Package + $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + + + bin\x86\Debug\ + obj\X86\$(Configuration)\ + Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)Win32\$(Configuration); + + + + + bin\x86\release\ + obj\X86\$(Configuration)\ + FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)Win32\$(Configuration); + + + bin\x64\Debug\ + obj\X64\$(Configuration)\ + Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)$(Platform)\$(Configuration); + + + + + bin\x64\Release\ + obj\X64\$(Configuration)\ + FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)$(Platform)\$(Configuration); + + + + + + + + + + + + + + + $(WixExtDir)\WixUIExtension.dll + WixUIExtension + + + + + + + + fs_cli + {d2fb8043-d208-4aee-8f18-3b5857c871b9} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + 8khz + {7a8d8174-b355-4114-afc1-04777cb9de0a} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + 8khz music + {d1abe208-6442-4fb4-9aad-1677e41bc870} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_abstraction + {60c542ee-6882-4ea2-8c21-5ab6db1ba73f} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_avmd + {990baa76-89d3-4e38-8479-c7b28784efc8} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_av + {7aee504b-23b6-4b05-829e-7cd34855f146} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_blacklist + {50aac2ce-bfc9-4912-87cc-c6381850d735} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_callcenter + {47886a6c-cca6-4f9f-a7d4-f97d06fb2b1a} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_cidlookup + {0a130a8b-3076-4619-badf-9e86f621aeec} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_commands + {30a5b29c-983e-4580-9fd0-d647ccdcc7eb} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_conference + {c24fb505-05d7-4319-8485-7540b44c8603} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_curl + {ef300386-a8df-4372-b6d8-fb9bffca9aed} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_cv + {40c4e2a2-b49b-496c-96d6-c04b890f7f88} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_db + {f6a33240-8f29-48bd-98f0-826995911799} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_directory + {b889a18e-70a7-44b5-b2c9-47798d4f43b3} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_distributor + {5c2b4d88-3bea-4fe0-90df-fa9836099d5f} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_dptools + {b5881a85-fe70-4f64-8607-2caae52669c6} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_easyroute + {329fd5b0-ef28-4606-86d0-f6ea21cf8e36} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_enum + {71a967d5-0e99-4cef-a587-98836ee6f2ef} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_esf + {3850d93a-5f24-4922-bc1c-74d08c37c256} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_expr + {65a6273d-fcab-4c55-b09e-65100141a5d4} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_fifo + {75df7f29-2fbf-47f7-b5af-5b4952dc1abd} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_fsv + {e3246d17-e29b-4ab5-962a-c69b0c5837bb} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_hash + {2e250296-0c08-4342-9c8a-bcbdd0e7df65} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_httapi + {4748ff56-ca85-4809-97d6-a94c0fac1d77} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_http_cache + {87933c2d-0159-46f7-b326-e1b6e982c21e} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_lcr + {1a3793d1-05d1-4b57-9b0f-5af3e79dc439} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_nibblebill + {3c977801-fe88-48f2-83d3-fa2ebff6688e} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_redis + {886b5e9d-f2c2-4af2-98c8-ef98c4c770e6} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_rss + {b69247fa-ecd6-40ed-8e44-5ca6c3baf9a4} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_signalwire + {b19ae6fc-bfff-428d-b483-3bbeaeccc618} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_sms + {2469b306-b027-4ff2-8815-c9c1ea2cae79} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_snom + {2a3d00c6-588d-4e86-81ac-9ef5ede86e03} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_spandsp + {1e21afe0-6fdb-41d2-942d-863607c24b91} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_spy + {a61d7cb4-75a5-4a55-8ca1-be5af615d921} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_valet_parking + {432db165-1eb2-4781-a9c0-71e62610b20a} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_vmd + {14e4a972-9cfb-436d-b0a5-4943f3f80d47} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_voicemail + {d7f1e3f2-a3f4-474c-8555-15122571af52} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_flite + {66444aee-554c-11dd-a9f0-8c5d56d89593} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_pocketsphinx + {2286da73-9fc5-45bc-a508-85994c3317ab} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_unimrcp + {d07c378a-f5f7-438f-adf3-4ac4fb1883cd} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_amr + {8deb383c-4091-4f42-a56f-c9e46d552d79} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_bv + {d5c87b19-150d-4ef3-a671-96589bd2d14a} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_codec2 + {cb4e68a1-8d19-4b5e-87b9-97a895e1ba17} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_g723_1 + {fea1eef7-876f-48de-88bf-c0e3e606d758} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_g729 + {1d95cd95-0de2-48c3-ac23-d5c7d1c9c0f0} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_h26x + {2c3c2423-234b-4772-8899-d3b137e5ca35} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_ilbc + {d3ec0aff-76fc-4210-a825-9a17410660a3} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_iSAC + {7f1610f1-dd5a-4cf7-8610-30ab12c60add} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_opus + {64e99cca-3c6f-4aeb-9fa3-cfac711257bb} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_silk + {afa983d6-4569-4f88-ba94-555ed00fd9a8} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_siren + {0b6c905b-142e-4999-b39d-92ff7951e921} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_dialplan_asterisk + {e7bc026c-7cc5-45a3-bc7c-3b88eef01f24} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_dialplan_directory + {a27cca23-1541-4337-81a4-f0a6413078a0} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_dialplan_xml + {07113b25-d3af-4e04-ba77-4cd1171f022c} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_ldap + {ec3e5c7f-ee09-47e2-80fe-546363d14a98} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_dingaling + {ffaa4c52-3a53-4f99-90c1-d59d1f0427f3} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_gsmopen + {74b120ff-6935-4dfe-a142-cdb6bea99c90} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_loopback + {b3f424ec-3d8f-417c-b244-3919d5e1a577} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_PortAudio + {5fd31a25-5d83-4794-8bee-904dad84ce71} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_rtc + {3884add2-91d0-4cd6-86d3-d5fb2d4aab9e} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_rtmp + {48414740-c693-4968-9846-ee058020c64f} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_skinny + {cc1dd008-9406-448d-a0ad-33c3186cfadb} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_sofia + {0df3abd0-ddc0-4265-b778-07c66780979b} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_verto + {5b2bace4-0f5a-4a21-930d-c0f4b1f58fa6} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_amqp + {7ac7ab4f-5ef3-40a0-ad2b-cf4d9720fac3} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_cdr_csv + {44d7deaf-fda5-495e-8b9d-1439e4f4c21e} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_cdr_mongodb + {4dff29b4-2976-447d-a8b3-43476451517c} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_cdr_pg_csv + {411f6d43-9f09-47d0-8b04-e1eb6b67c5bf} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_cdr_sqlite + {2ca661a7-01dd-4532-bf88-b6629dfb544a} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_event_multicast + {784113ef-44d9-4949-835d-7065d3c7ad08} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_event_socket + {05515420-16de-4e63-be73-85be85ba5142} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_odbc_cdr + {096c9a84-55b2-4f9b-97e5-0fdf116fd25f} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_local_stream + {2ca40887-1622-46a1-a7f9-17fd7e7e545b} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_native_file + {9254c4b0-6f60-42b6-bb3a-36d63fc001c7} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_png + {fbc7e2a4-b989-4289-ba7f-68f440e9ef8b} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_shout + {38fe0559-9910-43a8-9e45-3e5004c27692} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_sndfile + {afac0568-7548-42d5-9f6a-8d3400a1e4f6} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_tone_stream + {6ff941ac-82c5-429f-aa4c-ad2fb9e5da52} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_lua + {7b077e7f-1be7-4291-ab86-55e527b25cac} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_managed + {7b42bda1-72c0-4378-a9b6-5c530f8cd61e} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_v8 + {9b9d2551-d6bd-4f20-8be5-de30e154a064} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_console + {1c453396-d912-4213-89fd-9b489162b7b5} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_logfile + {d0bcac02-d94b-46b8-9b49-cddcc2bd7909} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_de + {5bc072db-3826-48ea-af34-fe32aa01e83b} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_en + {988cacf7-3fcb-4992-be69-77872ae67dc8} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_es + {fa429e98-8b03-45e6-a096-a4bc5e821de4} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_es_ar + {ceee31e6-8a08-42c7-bebd-5ec12072c136} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_fa + {0e469f3a-ddd0-43ba-a94f-7d93c02219f3} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_fr + {06e3a538-ab32-44f2-b477-755ff9cb5d37} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_he + {a3d7c6cf-aeb1-4159-b741-160eb4b37345} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_hr + {da7addf1-da33-4194-83a5-b48db714d35b} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_hu + {af675478-995a-4115-90c4-b2b0d6470688} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_it + {6d1bec70-4dcd-4fe9-adbd-4a43a67e4d05} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_ja + {07ea6e5a-d181-4abb-becf-67a906867d04} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_nl + {a4b122cf-5196-476b-8c0e-d8bd59ac3c14} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_pl + {20b15650-f910-4211-8729-aab0f520c805} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_pt + {7c22bdff-cc09-400c-8a09-660733980028} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_ru + {0382e8fd-cfdc-41c0-8b03-792c7c84fc31} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_sv + {8cda2b34-fa44-49cc-9ec2-b8f35856cd15} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_th + {c955e1a9-c12c-4bad-ac32-8d53d9268af7} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_say_zh + {b6a9fb7a-1cc4-442b-812d-ec33e4e4a36e} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_xml_cdr + {08dad348-9e0a-4a2e-97f1-f1e7e24a7836} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_xml_curl + {ab91a099-7690-4ecf-8994-e458f4ea1ed4} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + mod_xml_rpc + {cbec7225-0c21-4da8-978e-1f158f8ad950} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + FreeSwitchConsole + {1af3a893-f7be-43dd-b697-8ab2397c0d67} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + Setup.CA.DownloadOpenH264 + {ebfdcfca-8095-4ecc-98be-b494bcb4e042} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/w32/Setup/filter.xslt b/w32/Setup/filter.xslt index 11a102885d..42bfd8502f 100644 --- a/w32/Setup/filter.xslt +++ b/w32/Setup/filter.xslt @@ -6,6 +6,7 @@ + @@ -20,6 +21,8 @@ + + @@ -33,5 +36,6 @@ + diff --git a/w32/download_openh264.props b/w32/download_openh264.props new file mode 100644 index 0000000000..1e5d7d7e19 --- /dev/null +++ b/w32/download_openh264.props @@ -0,0 +1,45 @@ + + + + + + + + true + + + + + + + + + diff --git a/w32/download_sharpziplib.props b/w32/download_sharpziplib.props new file mode 100644 index 0000000000..7a87d49d37 --- /dev/null +++ b/w32/download_sharpziplib.props @@ -0,0 +1,44 @@ + + + + + + + true + + + + + + + + + diff --git a/w32/downloadpackage.task b/w32/downloadpackage.task index 9c7471659f..0c7081a0fb 100644 --- a/w32/downloadpackage.task +++ b/w32/downloadpackage.task @@ -14,6 +14,7 @@ + @@ -56,6 +57,7 @@ using System.Diagnostics; public string outputfilename { get; set; } public string extractto { get; set; } public string moveafter { get; set; } + public string archivecontains { get; set; } internal static bool FileOrDirectoryExists(string name) { @@ -148,7 +150,10 @@ using System.Diagnostics; Log.LogMessage(MessageImportance.High, "Filename \"" + filename + "\"."); - if (File.Exists(filename)) + if (archivecontains == null || archivecontains.Trim() == "") + archivecontains = "tarball"; + + if (File.Exists(filename) && archivecontains.ToLower() == "tarball") { Extract(filename, extracttofolder); File.Delete(filename); diff --git a/w32/ffmpeg.props b/w32/ffmpeg.props index 4963a9e668..fe039de408 100644 --- a/w32/ffmpeg.props +++ b/w32/ffmpeg.props @@ -15,11 +15,14 @@ $(ffmpegDir);$(ffmpegDir)\compat\atomics\win32;%(AdditionalIncludeDirectories) - $(ffmpegDir)\include_x64;%(AdditionalIncludeDirectories) + $(ffmpegDir)\include_x64;%(AdditionalIncludeDirectories) + $(ffmpegDir)\include_openh264_x64;%(AdditionalIncludeDirectories) HAVE_FFMPEG;FFMPEG_STATICLIB;HAVE_AV_CONFIG_H;_ISOC99_SOURCE;_FILE_OFFSET_BITS=64;_LARGEFILE_SOURCE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) + $(ffmpegDir);%(AdditionalLibraryDirectories) Bcrypt.lib;Secur32.lib;%(AdditionalDependencies) + openh264.lib;%(AdditionalDependencies) diff --git a/w32/modules.props b/w32/modules.props index 80aa16563a..ee73237441 100644 --- a/w32/modules.props +++ b/w32/modules.props @@ -2,10 +2,11 @@ + - $(SolutionDir)$(PlatformName)\$(Configuration)\mod\ - $(PlatformName)\$(Configuration)\ + $(SolutionDir)$(PlatformName)\$(SolutionConfiguration)\mod\ + $(PlatformName)\$(SolutionConfiguration)\ diff --git a/w32/solution_configuration.props b/w32/solution_configuration.props new file mode 100644 index 0000000000..d2553ce6bc --- /dev/null +++ b/w32/solution_configuration.props @@ -0,0 +1,13 @@ + + + + true + + + $(Configuration) + Debug + Release + Debug + Release + + \ No newline at end of file